aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek64-64/+64
2019-12-10libstdc++: Correct noexcept-specifiers on span constructorsJonathan Wakely1-1/+2
2019-12-10libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont1-6/+0
2019-12-10libstdc++: Define __cpp_lib_constexpr_complex macroJonathan Wakely2-0/+5
2019-12-10libstdc++: Reduce header dependencies in <span>Jonathan Wakely1-2/+3
2019-12-09libstdc++: Implement ranges::safe_range for C++20 (P1870R1)Jonathan Wakely3-25/+48
2019-12-05libstdc++: Implement P1872R0 and P1394R0 for std::spanJeanHeyd "ThePhD" Meneide3-208/+66
2019-12-05libstdc++: Implement spaceship for std::array (P1614R2)Jonathan Wakely1-0/+20
2019-12-02libstdc++: Fix try_lock_until and try_lock_shared_until on arbitrary clockMike Crowe1-4/+20
2019-12-02libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe1-21/+80
2019-12-02libstdc++: Fix timed_mutex::try_lock_until on arbitrary clock (PR 91906)Mike Crowe1-2/+11
2019-12-02libstdc++: PR 78237 Add full steady_clock support to timed_mutexMike Crowe1-8/+42
2019-11-29libstdc++: Adjust some function templates for coding conventionsJonathan Wakely1-20/+20
2019-11-29libstdc++: P1423R3 char8_t remediation (2/4)Tom Honermann1-0/+82
2019-11-18libstdc++: Fix std::jthread bugsJonathan Wakely1-20/+27
2019-11-18libstdc++: Fix some -Wsystem-headers warningsJonathan Wakely1-1/+3
2019-11-17libstdc++: add range constructor for std::string_view (P1391R4)Jonathan Wakely1-0/+15
2019-11-17libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely1-0/+879
2019-11-16Revert r278363 "Start work on <ranges> header"Jonathan Wakely1-1310/+0
2019-11-16libstdc++: Optimize std::jthread constructionJonathan Wakely1-26/+29
2019-11-16Start work on <ranges> headerJonathan Wakely1-0/+1310
2019-11-16Implement the <tuple> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-1/+66
2019-11-15libstdc++: Fix <stop_token> and improve testsJonathan Wakely2-78/+101
2019-11-15Implement the default_searcher part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-1/+3
2019-11-15libstdc++: Implement LWG 3149 for std::default_constructibleJonathan Wakely1-3/+8
2019-11-15libstdc++: Fix definition of std::nostopstate objectJonathan Wakely1-1/+1
2019-11-15Support for jthread and stop_tokenThomas Rodgers4-0/+580
2019-11-15Implement the <array> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-3/+3
2019-11-14libstdc++: Implement new predicate concepts from P1716R3Jonathan Wakely1-5/+9
2019-11-05Implement C++20 operator<=>.Jason Merrill2-0/+4
2019-11-05Fix <version> header for freestandingJonathan Wakely1-48/+64
2019-10-31Add remaining changes from P1065R2 "constexpr INVOKE"Jonathan Wakely1-15/+34
2019-10-31Partial implementation of C++20 of <ranges> headerJonathan Wakely1-0/+112
2019-10-30Use if-constexpr instead of overloading for customization pointJonathan Wakely1-15/+27
2019-10-30Fix some missing/incorrect feature test macrosJonathan Wakely2-2/+5
2019-10-29Add iterator concepts and range access customization points for C++20Jonathan Wakely1-7/+8
2019-10-23Make std::invoke usable in constant expressionsJonathan Wakely2-4/+8
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely1-0/+1
2019-10-17Define [range.cmp] comparisons for C++20Jonathan Wakely1-0/+3
2019-10-16Only use GCC-specific __is_same_as built-in conditionallyJonathan Wakely2-4/+20
2019-10-11Implement <concepts> header for C++20Jonathan Wakely2-0/+354
2019-10-11Use __is_same_as for std::is_same and std::is_same_vJonathan Wakely1-7/+4
2019-10-06Add C++11 __iterator_category_t template alias.François Dumont1-2/+1
2019-09-30Implement LWG 3255 for std::span constructorsJonathan Wakely1-21/+24
2019-09-26Implement C++20 constexpr changes to std::pair (P1032R1)Jonathan Wakely1-2/+2
2019-09-26Remove include directives for deleted Profile Mode headersJonathan Wakely10-40/+0
2019-09-24Remove check for impossible condition in std::variant::index()Jonathan Wakely1-3/+1
2019-09-23PR libstdc++/91788 improve codegen for std::variant<T...>::index()Jonathan Wakely1-1/+11
2019-09-10Implement std::common_reference for C++20Jonathan Wakely1-6/+178
2019-09-10LWG 3266. to_chars(bool) should be deletedJonathan Wakely1-1/+38