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
/
28_regex
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-31
libstdc++: drop bogus 'dg_do run' directive
Sam James
1
-1
/
+0
2024-01-03
Update copyright years.
Jakub Jelinek
158
-158
/
+158
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from remaining tests
Jonathan Wakely
3
-4
/
+1
2023-04-05
libstdc++: Define std::sub_match::swap member function (LWG 3204)
Jonathan Wakely
1
-0
/
+38
2023-03-22
libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195)
Jonathan Wakely
1
-0
/
+56
2023-01-16
Update copyright years.
Jakub Jelinek
158
-158
/
+158
2022-10-28
libstdc++: Fix allocator propagation in regex algorithms [PR107376]
Jonathan Wakely
1
-0
/
+76
2022-08-22
libstdc++: Check for overflow in regex back-reference [PR106607]
Jonathan Wakely
1
-0
/
+25
2022-08-04
libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)
Jonathan Wakely
2
-0
/
+58
2022-05-19
libstdc++: Ensure pmr aliases work without <memory_resource>
Jonathan Wakely
1
-1
/
+2
2022-01-10
libstdc++: Add dg-timeout-factor to some more regex tests
Jonathan Wakely
4
-0
/
+4
2022-01-03
Update copyright years.
Jakub Jelinek
158
-158
/
+158
2021-12-14
libstdc++: Fix handling of invalid ranges in std::regex [PR102447]
Jonathan Wakely
1
-1
/
+61
2021-12-14
libstdc++: Simplify definition of std::regex_constants variables
Jonathan Wakely
4
-5
/
+50
2021-12-13
libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]
Jonathan Wakely
1
-0
/
+11
2021-11-24
libstdc++: Replace hyphens in effective target keywords
Jonathan Wakely
1
-1
/
+1
2021-10-26
libstdc++: Fix 28_regex/basic_regex/84110.cc on Solaris
Rainer Orth
1
-0
/
+3
2021-10-13
libstdc++: Rename files with the wrong extensions
Jonathan Wakely
1
-0
/
+0
2021-10-11
libstdc++: Fix std::match_results::end() for failed matches [PR102667]
Jonathan Wakely
1
-0
/
+39
2021-10-09
libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuite
Jonathan Wakely
1
-0
/
+2
2021-09-29
libstdc++: Implement std::regex_constants::multiline (LWG 2503)
Jonathan Wakely
1
-0
/
+74
2021-09-29
libstdc++: Check for invalid syntax_option_type values in <regex>
Jonathan Wakely
1
-0
/
+53
2021-09-29
libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110]
Jonathan Wakely
1
-0
/
+39
2021-09-29
libstdc++: Simplify std::basic_regex construction and assignment
Jonathan Wakely
2
-0
/
+57
2021-08-04
libstdc++: Add [[nodiscard]] to iterators and related utilities
Jonathan Wakely
1
-2
/
+2
2021-08-03
libstdc++: Reduce header dependencies in <regex>
Jonathan Wakely
2
-0
/
+2
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from remaining tests
Jonathan Wakely
1
-1
/
+0
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from PMR tests
Jonathan Wakely
1
-1
/
+0
2021-05-04
ctype support for libstdc++ on VxWorks
Corentin Gay
2
-0
/
+2
2021-01-04
Update copyright years.
Jakub Jelinek
158
-158
/
+158
2020-11-30
libstdc++: Set dg-timeout-factor for more slow tests
Jonathan Wakely
146
-0
/
+146
2020-11-26
libstdc++: Set dg-timeout-factor for some slow tests
Jonathan Wakely
12
-1
/
+13
2020-07-31
libstdc++: Ensure c++NN effective-target present in more tests
Jonathan Wakely
1
-1
/
+1
2020-07-02
libstdc++: Require c++98_only effective target for some tests
Jonathan Wakely
1
-1
/
+1
2020-07-01
libstdc++: Remove noexcept from match_results comparisons (PR 94627)
Jonathan Wakely
1
-0
/
+75
2020-04-17
libstdc++: Add comparison operators for string and regex types
Jonathan Wakely
1
-0
/
+335
2020-01-01
Update copyright years.
Jakub Jelinek
156
-156
/
+156
2019-09-25
Implement LWG 3296 for basic_regex::assign
Jonathan Wakely
2
-0
/
+72
2019-02-11
PR libstdc++/89023 fix test that fails when <omp.h> not available
Jonathan Wakely
1
-22
/
+0
2019-01-01
Update copyright years.
Jakub Jelinek
155
-155
/
+155
2018-10-19
Fix compilation error with _GLIBCXX_PARALLEL
Jonathan Wakely
2
-3
/
+22
2018-08-22
PR libstdc++/87061 remove pmr type aliases for COW strings
Jonathan Wakely
1
-0
/
+1
2018-08-10
Define aliases for containers using polymorphic_allocator
Jonathan Wakely
1
-0
/
+44
2018-07-02
Optimize std::sub_match comparisons using string_view-like type
Jonathan Wakely
1
-0
/
+303
2018-06-14
P0935R0 Eradicating unnecessarily explicit default constructors
Jonathan Wakely
2
-6
/
+24
2018-05-18
PR libstdc++/85098 add missing definitions for static constants
Jonathan Wakely
1
-0
/
+45
2018-01-14
re PR libstdc++/83601 (std::regex_replace C++14 conformance issue: escaping i...
Tim Shen
2
-0
/
+70
2018-01-03
Update copyright years.
Jakub Jelinek
149
-149
/
+149
2017-12-27
PR libstdc++/83600 fix end iterator for unready std::match_results
Jonathan Wakely
2
-0
/
+8
2017-12-27
PR libstdc++/83598 don't modify flags passed to std::basic_regex constructors
Jonathan Wakely
1
-0
/
+37
[next]