index
:
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/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-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-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
/
testsuite
/
23_containers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-13
libstdc++: Simplify _Hashtable merge functions
Jonathan Wakely
4
-0
/
+498
2024-11-13
libstdc++: Refactor Hashtable insertion [PR115285]
Jonathan Wakely
2
-14
/
+21
2024-11-13
libstdc++: Allow unordered_set assignment to assign to existing nodes
Jonathan Wakely
2
-6
/
+9
2024-11-07
libstdc++: Fix conversions to key/value types for hash table insertion [PR115...
Jonathan Wakely
3
-1
/
+76
2024-11-01
libstdc++: Add P1206R7 from_range members to std::list and std::forward_list ...
Jonathan Wakely
9
-0
/
+845
2024-11-01
libstdc++: Add missing <vector> header to unordered_set/pr115285.cc test
Jonathan Wakely
1
-1
/
+2
2024-10-30
libstdc++: Fix copy&paste comments in vector range tests
Jonathan Wakely
4
-4
/
+4
2024-10-28
libstdc++: Fix tests for std::vector range operations
Jonathan Wakely
8
-45
/
+50
2024-10-27
libstdc++: Add P1206R7 from_range members to std::vector [PR111055]
Jonathan Wakely
8
-0
/
+828
2024-10-27
libstdc++: Fix std::vector<bool>::emplace to forward parameter
Jonathan Wakely
1
-0
/
+24
2024-10-24
libstdc++: Fix test broken when using COW std::string
François Dumont
1
-3
/
+2
2024-10-23
libstdc++: Always instantiate key_type to compute hash code [PR115285]
François Dumont
5
-63
/
+100
2024-10-18
libstdc++: Refactor std::uninitialized_{copy,fill,fill_n} algos [PR68350]
Jonathan Wakely
2
-5
/
+3
2024-09-25
libstdc++: testsuite: fix dg-bogus directive syntax
Sam James
3
-3
/
+3
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
2
-4
/
+4
2024-09-22
libstdc++: add default template parameters to algorithms
Jonathan Wakely
1
-0
/
+40
2024-09-03
libstdc++: Add missing feature-test macro in various headers
Dhruv Chawla
8
-0
/
+64
2024-08-23
libstdc++: Define operator== for hash table iterators [PR115939]
Jonathan Wakely
1
-0
/
+29
2024-08-23
libstdc++: Make std::vector<bool>::reference constructor private [PR115098]
Jonathan Wakely
1
-0
/
+8
2024-08-01
libstdc++: Make dg-error pattern more accurate
Jonathan Wakely
2
-4
/
+4
2024-07-31
libstdc++: Fix unexpected compilation error in neg tests
François Dumont
2
-10
/
+8
2024-07-10
libstdc++: Use direct-initialization for std::vector<bool>'s allocator [PR115...
Jonathan Wakely
2
-0
/
+20
2024-06-27
libstdc++: Add debug assertions to std::vector<bool> [PR103191]
Jonathan Wakely
1
-1
/
+1
2024-06-27
libstdc++: Enable more debug assertions during constant evaluation [PR111250]
Jonathan Wakely
2
-4
/
+64
2024-06-21
libstdc++: Fix std::to_array for trivial-ish types [PR115522]
Jonathan Wakely
1
-0
/
+33
2024-06-13
libstdc++: Improve diagnostics for invalid std::hash specializations [PR115420]
Jonathan Wakely
1
-0
/
+16
2024-03-26
libstdc++: Replace stacktrace effective target with feature test
Jonathan Wakely
1
-1
/
+1
2024-03-22
libstdc++: Destroy allocators in re-inserted container nodes [PR114401]
Jonathan Wakely
4
-0
/
+502
2024-03-22
libstdc++: Constrain std::vector default constructor [PR113841]
Jonathan Wakely
1
-0
/
+34
2024-03-18
libstdc++: Fix N3344 behavior on _Safe_iterator::_M_can_advance
François Dumont
1
-0
/
+16
2024-03-18
libstdc++: Fix _Safe_local_iterator<>::_M_valid_range
François Dumont
1
-0
/
+28
2024-03-17
libstdc++: Implement N3644 on _Safe_iterator<> [PR114316]
François Dumont
2
-0
/
+32
2024-03-07
libstdc++: Replace unnecessary uses of built-ins in testsuite
Jonathan Wakely
9
-18
/
+27
2024-02-28
libstdc++: Add more nodiscard uses in <vector>
Jonathan Wakely
1
-0
/
+153
2024-01-18
libstdc++/debug: Fix constexpr _Safe_iterator in C++20 mode [PR109536]
Patrick Palka
2
-0
/
+36
2024-01-11
libstdc++: [_GLIBCXX_DEBUG] Fix assignment of value-initialized iterator [PR1...
François Dumont
1
-0
/
+20
2024-01-03
Update copyright years.
Jakub Jelinek
1399
-1399
/
+1399
2023-12-14
libstdc++: Make __gnu_debug::vector usable in constant expressions [PR109536]
Jonathan Wakely
17
-17
/
+3
2023-12-06
c++: partial ordering of object parameter [PR53499]
Jason Merrill
2
-4
/
+4
2023-12-05
libstdc++: Redefine __glibcxx_assert to work in C++23 constexpr
Jonathan Wakely
3
-6
/
+6
2023-11-29
Fix '23_containers/span/at.cc' for '-fno-exceptions' configurations
Thomas Schwinge
1
-2
/
+2
2023-11-21
libstdc++: Add freestanding feature test macros (P2407R5)
Jonathan Wakely
2
-3
/
+22
2023-11-21
libstdc++: Add std::span::at for C++26 (P2821R5)
Jonathan Wakely
3
-28
/
+50
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
23
-16
/
+46
2023-11-11
libstdc++: Add [[nodiscard]] to std::span members
Jonathan Wakely
20
-21
/
+79
2023-10-19
libstdc++: [_Hashtable] Do not reuse untrusted cached hash code
François Dumont
1
-5
/
+173
2023-09-25
libstdc++: Prevent unwanted ADL in std::to_array [PR111512]
Jonathan Wakely
1
-0
/
+24
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 23_containers tests
Jonathan Wakely
94
-167
/
+74
2023-09-15
libstdc++: Remove dg-options "-std=gnu++2a" from XFAIL std::span tests
Jonathan Wakely
21
-57
/
+36
2023-09-15
libstdc++: Remove dg-options "-std=gnu++23" from remaining tests
Jonathan Wakely
3
-3
/
+0
[next]