index
:
rocket-tools/riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
hashtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
libstdc++: Add P1206R7 from_range members to unordered sets [PR111055]
Tomasz Kamiński
1
-16
/
+27
2025-02-25
libstdc++: [_Hashtable] Fix hash code cache usage when stateful hash functor
François Dumont
1
-19
/
+52
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-18
libstdc++: Adjust probabilities of hashmap loop conditions
Tamar Christina
1
-2
/
+2
2024-12-18
libstdc++: Add inline keyword to _M_locate
Tamar Christina
1
-1
/
+1
2024-12-16
libstdc++: Further simplify _Hashtable inheritance hierarchy
Jonathan Wakely
1
-5
/
+11
2024-11-20
libstdc++: Fix std::unordered_set::emplace optimization [PR117686]
Jonathan Wakely
1
-2
/
+2
2024-11-18
libstdc++: Fix invalid casts in unordered container merge functions
Jonathan Wakely
1
-16
/
+27
2024-11-13
libstdc++: Add _Hashtable::_M_locate(const key_type&)
Jonathan Wakely
1
-188
/
+145
2024-11-13
libstdc++: Simplify _Hashtable merge functions
Jonathan Wakely
1
-24
/
+94
2024-11-13
libstdc++: Remove _Equality base class from _Hashtable
Jonathan Wakely
1
-17
/
+94
2024-11-13
libstdc++: Remove _Insert base class from _Hashtable
Jonathan Wakely
1
-20
/
+144
2024-11-13
libstdc++: Use RAII in _Hashtable
Jonathan Wakely
1
-44
/
+55
2024-11-13
libstdc++: Replace _Hashtable::__fwd_value_for with cast
Jonathan Wakely
1
-9
/
+5
2024-11-13
libstdc++: Add _Hashtable::_M_assign for the common case
Jonathan Wakely
1
-15
/
+19
2024-11-13
libstdc++: Refactor Hashtable erasure
Jonathan Wakely
1
-74
/
+39
2024-11-13
libstdc++: Refactor Hashtable insertion [PR115285]
Jonathan Wakely
1
-156
/
+80
2024-11-13
libstdc++: Refactor _Hashtable::operator=(initializer_list<value_type>)
Jonathan Wakely
1
-3
/
+32
2024-11-08
libstdc++: Make some _Hashtable members inline
Jonathan Wakely
1
-0
/
+3
2024-11-07
libstdc++: Improve comment for _Hashtable::_M_insert_unique_node
Jonathan Wakely
1
-2
/
+5
2024-11-07
libstdc++: Fix conversions to key/value types for hash table insertion [PR115...
Jonathan Wakely
1
-21
/
+12
2024-11-07
libstdc++: Fix grammar in comment, again
Jonathan Wakely
1
-1
/
+1
2024-11-07
libstdc++: Tweak comments on includes in hashtable headers
Jonathan Wakely
1
-1
/
+1
2024-11-07
libstdc++: Fix typo in comment in hashtable.h
Jonathan Wakely
1
-2
/
+2
2024-11-01
libstdc++: Minor comment improvements in <bits/hashtable.h>
Jonathan Wakely
1
-2
/
+3
2024-10-25
non-gcc: Remove trailing whitespace
Jakub Jelinek
1
-2
/
+2
2024-10-23
libstdc++: Always instantiate key_type to compute hash code [PR115285]
François Dumont
1
-4
/
+1
2024-10-03
libstdc++: [_Hashtable] Fix some implementation inconsistencies
François Dumont
1
-13
/
+15
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
1
-0
/
+5
2024-06-13
libstdc++: Improve diagnostics for invalid std::hash specializations [PR115420]
Jonathan Wakely
1
-0
/
+2
2024-06-12
libstdc++: Do not use memset in _Hashtable::clear()
Jonathan Wakely
1
-6
/
+4
2024-06-10
libstdc++: [_Hashtable] Optimize destructor
François Dumont
1
-1
/
+1
2024-03-22
libstdc++: Destroy allocators in re-inserted container nodes [PR114401]
Jonathan Wakely
1
-6
/
+6
2024-01-24
libstdc++: [_Hashtable] Remove useless check for _M_before_begin node
Huanghui Nie
1
-9
/
+4
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-31
libstdc++: [_Hashtable] Extend the small size optimization
François Dumont
1
-26
/
+123
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
1
-5
/
+2
2023-11-09
libstdc++: [_Hashtable] Use RAII type to manage rehash functor state
François Dumont
1
-41
/
+17
2023-10-19
libstdc++: [_Hashtable] Do not reuse untrusted cached hash code
François Dumont
1
-2
/
+17
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-4
/
+5
2023-05-10
libstdc++: [_Hashtable] Implement several small methods implicitly inline
François Dumont
1
-105
/
+76
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-06-15
libstdc++: [_Hashtable] Insert range of types convertible to value_type PR 10...
François Dumont
1
-10
/
+20
2022-05-26
libstdc++: Refactor includes for unordered containers
Jonathan Wakely
1
-2
/
+1
2022-05-26
libstdc++: Make headers include their prerequisites
Nathan Sidwell
1
-0
/
+2
2022-01-05
libstdc++: Optimize operations on small size hashtable [PR 68303]
François Dumont
1
-26
/
+161
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-15
libstdc++: Unordered containers merge re-use hash code
François Dumont
1
-4
/
+6
2021-11-09
libstdc++: [_GLIBCXX_DEBUG] Implement unordered container merge
François Dumont
1
-5
/
+12
[next]