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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-28
Daily bump.
GCC Administrator
1
-0
/
+20
2022-09-27
c++: Make __is_{,nothrow_}convertible SFINAE on access [PR107049]
Jonathan Wakely
1
-0
/
+18
2022-09-27
libstdc++: Adjust deduction guides for static operator() [PR106651]
Jonathan Wakely
4
-5
/
+70
2022-09-27
Daily bump.
GCC Administrator
1
-0
/
+23
2022-09-26
libstdc++: Update std::pointer_traits to match new LWG 3545 wording
Jonathan Wakely
2
-14
/
+23
2022-09-26
libstdc++: Use new built-ins for std::is_convertible traits
Jonathan Wakely
1
-3
/
+24
2022-09-26
libstdc++: Add #if around non-C++03 code in std::bitset [PR107037]
Jonathan Wakely
2
-2
/
+10
2022-09-25
Daily bump.
GCC Administrator
1
-0
/
+16
2022-09-24
libstdc++: Simplify detection idiom using concepts
Jonathan Wakely
5
-39
/
+44
2022-09-24
Daily bump.
GCC Administrator
1
-0
/
+48
2022-09-23
libstdc++: Add test for type traits not having friend access
Jonathan Wakely
1
-0
/
+22
2022-09-23
libstdc++: Fix std::is_nothrow_invocable_r for uncopyable prvalues [PR91456]
Jonathan Wakely
3
-30
/
+36
2022-09-23
c++: Implement __is_{nothrow_,}convertible [PR106784]
Marek Polacek
2
-4
/
+4
2022-09-23
libstdc++: Micro-optimizaion for std::bitset stream extraction
Jonathan Wakely
2
-2
/
+2
2022-09-23
libstdc++: Enable constexpr std::bitset for debug mode
Jonathan Wakely
4
-5
/
+51
2022-09-23
libstdc++: Optimize std::bitset<N>::to_string
Jonathan Wakely
1
-3
/
+6
2022-09-23
Daily bump.
GCC Administrator
1
-0
/
+89
2022-09-22
libstdc++: Implement constexpr std::bitset for C++23 (P2417R2)
Jonathan Wakely
8
-79
/
+440
2022-09-22
libstdc++: Rearrange tests for <bitset>
Jonathan Wakely
34
-0
/
+0
2022-09-22
libstdc++: Remove useless gdb printer registrations
François Dumont
1
-5
/
+0
2022-09-22
Daily bump.
GCC Administrator
1
-0
/
+46
2022-09-21
libstdc++: Fix accidental duplicate test [PR91456]
Jonathan Wakely
2
-4
/
+9
2022-09-21
libstdc++: Remove main() from some compile-only tests
Jonathan Wakely
5
-25
/
+0
2022-09-21
libstdc++: Update <memory> synopsis test for C++11 and later
Jonathan Wakely
1
-7
/
+59
2022-09-21
libstdc++: Remove trailing whitespace in documentation sources
Jonathan Wakely
2
-8
/
+8
2022-09-21
libstdc++: Add _Exit to <stdlib.h> for freestanding
Jonathan Wakely
1
-0
/
+3
2022-09-21
libstdc++: Qualify std::abort() in test
Jonathan Wakely
1
-1
/
+1
2022-09-21
libstdc++: Add <initializer_list> to ranges_base.h header
Jonathan Wakely
1
-0
/
+1
2022-09-21
Daily bump.
GCC Administrator
1
-0
/
+5
2022-09-20
libstdc++: Fix typo in <cstdlib> for freestanding
Jonathan Wakely
1
-1
/
+1
2022-09-17
Daily bump.
GCC Administrator
1
-0
/
+102
2022-09-16
libstdc++: Add preprocessor conditions for freestanding [PR106953]
Jonathan Wakely
15
-52
/
+114
2022-09-16
libstdc++: Move allocator-related helpers to <bits/alloc_traits.h>
Jonathan Wakely
3
-54
/
+48
2022-09-16
libstdc++: Make more internal headers include their own dependencies
Jonathan Wakely
5
-2
/
+8
2022-09-16
libstdc++: Fix compare_exchange_padding.cc test for std::atomic_ref
Jonathan Wakely
1
-5
/
+6
2022-09-16
libstdc++: Fix tr1::variate_generator::engine_value_type
Jonathan Wakely
3
-83
/
+83
2022-09-16
libstdc++: Do not use nullptr in C++03-compatible code
Jonathan Wakely
1
-2
/
+1
2022-09-16
libstdc++: Remove __alloc_neq helper
Jonathan Wakely
2
-20
/
+2
2022-09-16
libstdc++: Fix Doxygen commands
Jonathan Wakely
2
-1
/
+3
2022-09-16
libstdc++: Document new libstdc++.so symbol versions
Jonathan Wakely
2
-1
/
+3
2022-09-16
Daily bump.
GCC Administrator
1
-0
/
+38
2022-09-15
libstdc++: Remove unnecessary header from <memory>
Jonathan Wakely
1
-1
/
+0
2022-09-15
libstdc++: Tweak TSan annotations for std::atomic<shared_ptr<T>>
Jonathan Wakely
1
-11
/
+15
2022-09-15
libstdc++: Implement ranges::chunk_by_view from P2443R1
Patrick Palka
4
-37
/
+290
2022-09-15
libstdc++: [_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output
François Dumont
1
-1
/
+1
2022-09-15
libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver
François Dumont
1
-11
/
+0
2022-09-15
Daily bump.
GCC Administrator
1
-0
/
+42
2022-09-14
libstdc++: Add TSan annotations to std::atomic<shared_ptr<T>>
Jonathan Wakely
1
-0
/
+38
2022-09-14
libstdc++: Add missing <new> header to <bits/stl_tempbuf.h>
Jonathan Wakely
1
-0
/
+1
2022-09-14
libstdc++: Add comment to 17_intro/names.cc test
Jonathan Wakely
1
-0
/
+2
[next]