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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-23
libstdc++: Hide std::tuple internals from Doxygen docs
Jonathan Wakely
1
-0
/
+2
2024-08-23
libstdc++: Improve Doxygen docs for std::allocator_traits specializations
Jonathan Wakely
2
-4
/
+21
2024-08-23
libstdc++: Implement LWG 3746 for std::optional
Jonathan Wakely
1
-2
/
+10
2024-08-23
libstdc++: Optimize __try_use_facet for const types
Jonathan Wakely
1
-1
/
+1
2024-08-23
libstdc++: Fix std::allocator_traits::construct constraints [PR108619]
Jonathan Wakely
4
-109
/
+261
2024-08-23
libstdc++: Only use std::time_put in std::format for non-C locales
Jonathan Wakely
1
-59
/
+74
2024-08-23
libstdc++: Define operator== for hash table iterators [PR115939]
Jonathan Wakely
1
-2
/
+78
2024-08-23
libstdc++: Fix std::random_shuffle for low RAND_MAX [PR88935]
Giovanni Bajo
1
-9
/
+33
2024-08-23
libstdc++: Make debug sequence members mutable [PR116369]
Jonathan Wakely
1
-2
/
+2
2024-08-23
libstdc++: Simplify C++20 implementation of std::variant
Jonathan Wakely
1
-46
/
+37
2024-08-23
libstdc++: Make std::vector<bool>::reference constructor private [PR115098]
Jonathan Wakely
2
-7
/
+10
2024-08-22
libstdc++: Optimize std::projected<I, std::identity>
Patrick Palka
1
-0
/
+5
2024-08-22
libstdc++: Implement P2997R1 changes to the indirect invocability concepts
Patrick Palka
3
-14
/
+15
2024-08-22
libstdc++: Implement P2609R3 changes to the indirect invocability concepts
Patrick Palka
3
-18
/
+49
2024-08-21
libstdc++: Use strlen for std::char_traits<char8_t>::length [PR102958]
Jonathan Wakely
1
-4
/
+1
2024-08-21
libstdc++: Fix std::variant to reject array types [PR116381]
Jonathan Wakely
1
-4
/
+2
2024-08-20
libstdc++: Remove redundant reclaration of std::optional
Jonathan Wakely
1
-3
/
+0
2024-08-20
libstdc++: Fix indentation of lines that follow a [[likely]] attribute
Jonathan Wakely
1
-2
/
+2
2024-08-08
c++, libstdc++: Implement C++26 P2747R2 - constexpr placement new [PR115744]
Jakub Jelinek
2
-0
/
+19
2024-08-06
libstdc++: Fix some undeclared uses of uintptr_t [PR116247]
Jonathan Wakely
3
-1
/
+3
2024-08-03
libstdc++: use concrete return type for std::forward_like
Patrick Palka
1
-23
/
+24
2024-08-01
libstdc++: Remove unused helper traits
Jonathan Wakely
2
-10
/
+0
2024-08-01
libstdc++: Remove unnecessary uses of <stdint.h>
Jonathan Wakely
4
-10
/
+17
2024-08-01
libstdc++: Remove unused parameters from atomic impl details
Jonathan Wakely
1
-4
/
+2
2024-08-01
libstdc++: Use memcmp to optimize std::bitset::_M_is_equal() [PR113807]
Jonathan Wakely
1
-4
/
+10
2024-08-01
libstdc++: Constrain std::basic_string default constructor [PR113841]
Jonathan Wakely
2
-0
/
+8
2024-08-01
libstdc++: Remove noexcept from non-const std::basic_string::data() [PR99942]
Jonathan Wakely
1
-1
/
+6
2024-07-31
libstdc++: Bump __cpp_lib_format value for std::runtime_format
Jonathan Wakely
3
-4
/
+4
2024-07-31
libstdc++: Define C++26 member visit for std::basic_format_arg [PR110356]
Jonathan Wakely
4
-3
/
+29
2024-07-31
libstdc++: Define C++26 member visit for std::variant [PR110356]
Jonathan Wakely
3
-1
/
+57
2024-07-31
libstdc++: Implement C++26 type checking for std::format args [PR115776]
Jonathan Wakely
3
-13
/
+146
2024-07-31
libstdc++: Support P2510R3 "Formatting pointers" as a DR for C++20
Jonathan Wakely
3
-17
/
+9
2024-07-31
libstdc++: Handle encodings in localized chrono formatting [PR109162]
Jonathan Wakely
4
-22
/
+122
2024-07-30
libstdc++: Fix formatter for low-resolution chrono::zoned_time (LWG 4124)
Jonathan Wakely
1
-3
/
+9
2024-07-30
libstdc++: Fix std::format output for std::chrono::zoned_time
Jonathan Wakely
1
-11
/
+35
2024-07-30
libstdc++: Implement LWG 3886 for std::optional and std::expected
Jonathan Wakely
2
-10
/
+10
2024-07-27
libstdc++: Fix -Wsign-compare warning in <charconv>
Jonathan Wakely
1
-6
/
+6
2024-07-27
libstdc++: Add comment noting LWG 3617 support
Jonathan Wakely
1
-0
/
+2
2024-07-27
libstdc++: Remove __find_if unrolling for random access iterators
Jonathan Wakely
2
-68
/
+5
2024-07-25
libstdc++: Add static_assert to std::expected for LWG 3843 and 3940
Jonathan Wakely
1
-0
/
+8
2024-07-25
libstdc++: Remove std::basic_format_args default constructor (LWG 4106)
Jonathan Wakely
1
-2
/
+0
2024-07-25
libstdc++: Implement P2968R2 "Making std::ignore a first-class object"
Jonathan Wakely
2
-31
/
+29
2024-07-25
libstdc++: Reorder template params of std::optional comparisons (LWG 2945)
Jonathan Wakely
1
-18
/
+18
2024-07-25
libstdc++: fix uses of explicit object parameter [PR116038]
Patrick Palka
2
-6
/
+9
2024-07-25
libstdc++: Add noexcept to bad_expected_access<void> members (LWG 4031)
Jonathan Wakely
1
-4
/
+4
2024-07-25
libstdc++: Use concepts and conditional explicit in std::optional
Jonathan Wakely
1
-9
/
+121
2024-07-25
libstdc++: Implement LWG 3836 for std::optional bool conversions
Jonathan Wakely
1
-16
/
+42
2024-07-25
libstdc++: Implement LWG 3836 for std::expected bool conversions
Jonathan Wakely
1
-16
/
+43
2024-07-25
libstdc++: Use concepts to simplify std::optional base classes
Jonathan Wakely
1
-45
/
+121
2024-07-25
libstdc++: Use _M_get() in std::optional internals
Jonathan Wakely
1
-18
/
+20
[next]