index
:
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/gfortran-test
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-15
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-15
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
21_strings
/
basic_string
/
allocator
Age
Commit message (
Expand
)
Author
2025-04-29
libstdc++: Fix allocator propagation for rvalue+rvalue string concatenation
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-09-10
libstdc++: std::string move assignment should not use POCCA trait [PR116641]
Jonathan Wakely
2024-01-03
Update copyright years.
Jakub Jelinek
2023-02-04
libstdc++: Optimize basic_string move assignment
François Dumont
2023-01-16
Update copyright years.
Jakub Jelinek
2022-01-03
Update copyright years.
Jakub Jelinek
2021-11-24
libstdc++: Replace hyphens in effective target keywords
Jonathan Wakely
2021-11-16
libstdc++: Fix typos in tests
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-10-14
libstdc++: Improve comments in std::string tests
Jonathan Wakely
2020-10-14
libstdc++: Enable tests that incorrectly require cxx11-abi
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-05-30
LWG2788 basic_string spurious use of a default constructible allocator
Nina Dinka Ranns
2019-05-17
Move from state of allocators (LWG2593)
François Dumont
2019-05-14
Inconsistency wrt Allocators in basic_string assignment (LWG2579)
Nina Dinka Ranns
2019-05-07
Make allocator propagation more consistent for operator+(basic_string) (P1165R1)
Nina Dinka Ranns
2019-01-04
Add allocator-extended copy/move ctors to COW string
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-07-05
PR libstdc++/58265 implement LWG 2063 for COW strings
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-02-01
PR libstdc++/79254 simplify exception-safety in copy assignment
Jonathan Wakely
2017-01-27
PR libstdc++/79254 fix exception-safety in std::string::operator=
Jonathan Wakely
2017-01-13
Define cxx11-abi effective target for libstdc++ tests
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-10-12
testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...
Paolo Carlini
2016-08-26
Use effective-target instead of -std options
Jonathan Wakely
2016-08-02
Fix std::wstring allocator tests
Jonathan Wakely
2016-07-22
Move allocator in std::string and RB tree move constructors
Jonathan Wakely
2016-07-13
Revert "Add non-const overload of std::string::data()"
Jonathan Wakely
2016-07-13
Add non-const overload of std::string::data()
Jonathan Wakely
2016-01-04
Update copyright years.
Jakub Jelinek
2015-10-02
minimal.cc: Minor tweaks to match narrow char version.
Jonathan Wakely
2015-10-02
Fix tests that fail with old std::string
Jonathan Wakely
2015-09-11
Implement N4258 noexcept for std::basic_string.
Jonathan Wakely