aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2021-10-01libstdc++: Fix narrowing conversion in std::visitJonathan Wakely1-1/+2
2021-10-01libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]Jonathan Wakely4-58/+81
2021-10-01libstdc++: Add utility for creating std::error_code from OS errorsJonathan Wakely3-9/+21
2021-10-01libstdc++: Add std::__conditional_t alias templateJonathan Wakely27-154/+168
2021-10-01libstdc++: Optimize std::visit for the common case [PR 78113]Jonathan Wakely1-5/+88
2021-10-01libstdc++: Allow visiting inherited variants [PR 90943]Jonathan Wakely3-12/+79
2021-10-01libstdc++: Simplify __normal_iterator converting constructorJonathan Wakely1-3/+17
2021-10-01libstdc++: Make move ctor noexcept for fully-dynamic stringJonathan Wakely1-6/+13
2021-10-01libstdc++: Add noexcept to common_iterator proxy operatorsJonathan Wakely1-2/+2
2021-10-01libstdc++: Use conditional noexcept in std::reverse_iterator [PR 94418]Jonathan Wakely2-4/+108
2021-10-01libstdc++: Do not allocate a zero-size vector<bool> [PR 100153]Jonathan Wakely1-1/+7
2021-10-01libstdc++: Implement std::clamp with std::min and std::max [PR 96733]Jonathan Wakely1-6/+11
2021-10-01libstdc++: Define basic_regex::multiline for non-strict modesJonathan Wakely2-1/+3
2021-10-01libstdc++: Add missing header to testJonathan Wakely1-0/+1
2021-10-01libstdc++: Add noexcept to istream_iterator and ostream_iteratorJonathan Wakely1-10/+15
2021-10-01libstdc++: Fix _ForwardIteratorConcept for __gnu_debug::vector<bool>Jonathan Wakely2-17/+43
2021-10-01libstdc++: Replace try-catch in std::list::merge to avoid O(N) sizeJonathan Wakely2-44/+64
2021-10-01Daily bump.GCC Administrator1-0/+5
2021-09-30libstdc++: Fix preprocessor check for C++17Jonathan Wakely1-1/+1
2021-09-30Daily bump.GCC Administrator1-0/+63
2021-09-29libstdc++: Implement std::regex_constants::multiline (LWG 2503)Jonathan Wakely4-15/+157
2021-09-29libstdc++: Check for invalid syntax_option_type values in <regex>Jonathan Wakely4-10/+76
2021-09-29libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110]Jonathan Wakely3-0/+50
2021-09-29libstdc++: Simplify std::basic_regex construction and assignmentJonathan Wakely4-82/+117
2021-09-29Daily bump.GCC Administrator1-0/+152
2021-09-28libstdc++: Fix return values for atomic wait on futexJonathan Wakely1-4/+4
2021-09-28libstdc++: Fix 48631_neg test in _GLIBCXX_INLINE_VERSION modeFrançois Dumont1-1/+1
2021-09-28libstdc++: Remove obfuscating typedefs in <regex>Jonathan Wakely5-12/+8
2021-09-28libstdc++: Tweaks to <regex> to avoid warningsJonathan Wakely2-3/+5
2021-09-28libstdc++: Add noexcept to functions in <regex>Jonathan Wakely5-21/+21
2021-09-28libstdc++: Define macro before it is first checkedJonathan Wakely1-8/+7
2021-09-28libstdc++: Skip container adaptor tests that fail concept checksJonathan Wakely6-8/+22
2021-09-28libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKSJonathan Wakely18-18/+23
2021-09-28libstdc++: Fix concept checks for iteratorsJonathan Wakely2-11/+72
2021-09-28libstdc++: Improve types used as iterators in testsuiteJonathan Wakely2-9/+18
2021-09-28libstdc++: Fix tests that use invalid types in ordered containersJonathan Wakely3-3/+14
2021-09-28libstdc++: Fix _OutputIteratorConcept checks in algorithmsJonathan Wakely2-11/+9
2021-09-28libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>>Jonathan Wakely2-0/+34
2021-09-28libstdc++: Improve std::forward static assert messageJonathan Wakely3-4/+4
2021-09-28libstdc++: Fix mismatched noexcept-specifiers in filesystem::path [PR102499]Jonathan Wakely1-2/+2
2021-09-25Daily bump.GCC Administrator1-0/+5
2021-09-24libstdc++: Remove redundant 'inline' specifiersJonathan Wakely1-2/+2
2021-09-24Daily bump.GCC Administrator1-0/+39
2021-09-23libstdc++: Remove c++20-specific dg-error directives in testJonathan Wakely1-2/+0
2021-09-23libstdc++: Disable PCH for test that depends on a macro being definedJonathan Wakely1-0/+1
2021-09-23libstdc++: Make std::system_category() recognize Windows error codesJonathan Wakely2-0/+174
2021-09-23libstdc++: Improvements to standard error category objectsJonathan Wakely1-20/+43
2021-09-23libstdc++: std::system_category should know meaning of zero [PR102425]Jonathan Wakely2-0/+21
2021-09-18Daily bump.GCC Administrator1-0/+26
2021-09-17libstdc++: Add 'noexcept' to path::iterator membersJonathan Wakely2-44/+60