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
/
testsuite
/
std
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
libstdc++: Fix complexity of drop_view::begin() const [PR112641]
Patrick Palka
1
-0
/
+12
13 days
libstdc++: Implement LWG 4166 changes to concat_view::end()
Patrick Palka
1
-0
/
+20
2024-10-15
libstdc++: Implement LWG 3798 for range adaptors [PR106676]
Jonathan Wakely
1
-0
/
+16
2024-10-14
libstdc++: Implement LWG 3564 for ranges::transform_view
Jonathan Wakely
1
-0
/
+19
2024-10-11
libstdc++: Fix localized %c formatting for <chrono> [PR117085]
Jonathan Wakely
3
-0
/
+19
2024-10-11
libstdc++: Fix some test failures with -fno-char8_t
Jonathan Wakely
1
-0
/
+1
2024-10-04
libstdc++/ranges: Implement various small LWG issues
Patrick Palka
6
-0
/
+59
2024-10-02
libstdc++: Fix rounding in chrono::parse
Jonathan Wakely
2
-1
/
+40
2024-09-22
libstdc++: Disable std::formatter<char8_t, C> specialization
Jonathan Wakely
1
-0
/
+17
2024-09-15
libstdc++: Enable most of <chrono> for freestanding
Jonathan Wakely
1
-0
/
+52
2024-09-06
libstdc++: Fix std::chrono::parse for TAI and GPS clocks
Jonathan Wakely
5
-2
/
+121
2024-08-22
libstdc++: Implement P2997R1 changes to the indirect invocability concepts
Patrick Palka
2
-71
/
+5
2024-08-22
libstdc++: Implement P2609R3 changes to the indirect invocability concepts
Patrick Palka
1
-1
/
+1
2024-07-31
libstdc++: Fix src/c++20/format.cc for non-gthreads targets
Jonathan Wakely
1
-1
/
+1
2024-07-31
libstdc++: Bump __cpp_lib_format value for std::runtime_format
Jonathan Wakely
1
-2
/
+2
2024-07-31
libstdc++: Define C++26 member visit for std::basic_format_arg [PR110356]
Jonathan Wakely
3
-3
/
+46
2024-07-31
libstdc++: Implement C++26 type checking for std::format args [PR115776]
Jonathan Wakely
4
-0
/
+201
2024-07-31
libstdc++: Support P2510R3 "Formatting pointers" as a DR for C++20
Jonathan Wakely
2
-3
/
+3
2024-07-31
libstdc++: Handle encodings in localized chrono formatting [PR109162]
Jonathan Wakely
1
-0
/
+90
2024-07-30
libstdc++: Fix formatter for low-resolution chrono::zoned_time (LWG 4124)
Jonathan Wakely
1
-0
/
+4
2024-07-30
libstdc++: Fix std::format output for std::chrono::zoned_time
Jonathan Wakely
5
-6
/
+95
2024-07-25
libstdc++: Remove std::basic_format_args default constructor (LWG 4106)
Jonathan Wakely
1
-0
/
+4
2024-07-25
libstdc++: fix uses of explicit object parameter [PR116038]
Patrick Palka
1
-0
/
+29
2024-07-10
libstdc++: Make std::basic_format_context non-copyable [PR114387]
Jonathan Wakely
1
-0
/
+36
2024-07-10
libstdc++: ranges::find needs explicit conversion to size_t [PR115799]
Jonathan Wakely
1
-1
/
+4
2024-07-10
c++: remove Concepts TS code
Marek Polacek
1
-1
/
+1
2024-06-26
libstdc++: Fix std::chrono::tzdb to work with vanguard format
Jonathan Wakely
2
-1
/
+111
2024-06-21
libstdc++: Fix __cpp_lib_chrono for old std::string ABI
Jonathan Wakely
1
-2
/
+9
2024-06-13
libstdc++: Add ranges::range_common_reference_t for C++20 (LWG 3860)
Jonathan Wakely
1
-0
/
+6
2024-06-11
libstdc++: Add test for chrono::leap_seconds ostream insertion
Jonathan Wakely
1
-0
/
+56
2024-05-23
libstdc++: Implement ranges::concat_view from P2542R7
Patrick Palka
1
-0
/
+74
2024-04-26
libstdc++: Do not apply localized formatting to NaN and inf [PR114863]
Jonathan Wakely
1
-0
/
+8
2024-04-19
libstdc++: Support link chains in std::chrono::tzdb::locate_zone [PR114770]
Jonathan Wakely
2
-0
/
+227
2024-04-10
libstdc++: Adjust expected locale-dependent date formats in tests
Jonathan Wakely
1
-1
/
+1
2024-04-02
libstdc++: Guard uses of char8_t with __cpp_char8_t [PR114519]
Jonathan Wakely
1
-0
/
+3
2024-04-02
libstdc++: Allow adjacent __maybe_present_t<false, ...> fields to overlap
Patrick Palka
1
-0
/
+4
2024-03-26
libstdc++: Add dg-require-cpp-feature-test to test feature test macros
Jonathan Wakely
2
-0
/
+2
2024-03-25
libstdc++: Fix incorrect macro used in #undef in test
Jonathan Wakely
1
-1
/
+1
2024-03-23
libstdc++: Disable std::formatter specializations (LWG 3944)
Jonathan Wakely
1
-0
/
+31
2024-03-14
libstdc++: Fix std::format("{}", negative_integer) [PR114325]
Jonathan Wakely
1
-0
/
+5
2024-03-09
libstdc++: Do not require a time-of-day when parsing sys_days [PR114240]
Jonathan Wakely
1
-0
/
+36
2024-03-09
libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279]
Jonathan Wakely
2
-0
/
+53
2024-03-07
libstdc++: Update expiry times for leap seconds lists
Jonathan Wakely
1
-1
/
+1
2024-03-07
libstdc++: Better diagnostics for std::format errors
Jonathan Wakely
2
-1
/
+37
2024-02-29
libstdc++: Fix std::basic_format_arg::handle for BasicFormatters
Jonathan Wakely
1
-0
/
+24
2024-02-01
libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [PR113309]
Patrick Palka
1
-2
/
+15
2024-01-31
libstdc++: Add "ASCII" as an alias for std::text_encoding::id::ASCII
Jonathan Wakely
1
-0
/
+5
2024-01-30
libstdc++: Fix check in testsuite/std/time/clock/gps/io.cc
Jonathan Wakely
1
-1
/
+2
2024-01-22
libstdc++: Fix check in testsuite/std/time/clock/file/io.cc
Jonathan Wakely
1
-1
/
+2
2024-01-21
libstdc++: Fix std::format for floating-point chrono::time_point [PR113500]
Jonathan Wakely
4
-3
/
+73
[next]