aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)AuthorFilesLines
2023-06-26libstdc++: Fix std::format for pointers [PR110239]Jonathan Wakely1-23/+10
2023-06-20libstdc++: Remove redundant code in std::to_arrayJonathan Wakely1-2/+2
2023-06-09libstdc++: use using instead of typedef for type_traitsKen Matsui1-79/+79
2023-06-09libstdc++: Fix P2510R3 "Formatting pointers" [PR110149]Jonathan Wakely1-7/+49
2023-06-09libstdc++: Optimize std::to_array for trivial types [PR110167]Jonathan Wakely1-16/+37
2023-06-06libstdc++: Make std::numeric_limits<__float128> more portable [PR104772]Jonathan Wakely1-16/+79
2023-06-06libstdc++: Fix ambiguous expression in std::array<T, 0>::front() [PR110139]Jonathan Wakely1-5/+5
2023-06-01libstdc++: Do not use std::expected::value() in monadic ops (LWG 3938)Jonathan Wakely1-40/+38
2023-06-01libstdc++: Reduce <functional> inclusion to <stl_algobase.h>François Dumont1-1/+1
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely1-1/+1
2023-05-31libstdc++: Do not include <exception> in <mutex>Jonathan Wakely1-5/+7
2023-05-31libstdc++: Add missing noexcept to std::scoped_allocator_adaptorJonathan Wakely1-19/+26
2023-05-31libstdc++: Add std::numeric_limits<__float128> specialization [PR104772]Jonathan Wakely1-0/+75
2023-05-31libstdc++: Deprecate std::setfill for std::basic_istream [PR109922]Jonathan Wakely1-0/+2
2023-05-17libstdc++: Implement LWG 3877 for std::expected monadic opsJonathan Wakely1-24/+24
2023-05-17libstdc++: use __bool_constant instead of integral_constantKen Matsui1-16/+16
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely1-1/+1
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>Jonathan Wakely1-7/+7
2023-05-12libstdc++: Reduce <atomic> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-4/+1
2023-05-12libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-6/+1
2023-05-11libstdc++: Fix chrono::hh_mm_ss::subseconds() [PR109772]Jonathan Wakely1-10/+2
2023-04-28libstdc++: Minor fixes to doxygen commentsJonathan Wakely3-5/+5
2023-04-28libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...Jakub Jelinek1-0/+2
2023-04-27libstdc++: Fix typos in doxygen commentsJonathan Wakely1-2/+2
2023-04-27libstdc++: Reduce Doxygen output for PDFJonathan Wakely1-0/+2
2023-04-27libstdc++: Improve doxygen docs for <memory_resource>Jonathan Wakely1-0/+63
2023-04-27libstdc++: Add @headerfile and @since to doxygen comments [PR40380]Jonathan Wakely2-0/+3
2023-04-18libstdc++: Implement range_adaptor_closure from P2387R3 [PR108827]Patrick Palka2-0/+11
2023-04-18libstdc++: Adding missing feature-test macros for C++23 ranges algosPatrick Palka1-1/+4
2023-04-18libstdc++: Fix typo in views::as_const's operator() [PR109525]Patrick Palka1-1/+1
2023-04-14libstdc++: Implement P2278R4 "cbegin should always return a constant iterator"Patrick Palka3-0/+129
2023-04-14libstdc++: Implement ranges::fold_* from P2322R6Patrick Palka1-0/+1
2023-04-14libstdc++: Improve diagnostics for invalid std::format callsJonathan Wakely1-5/+9
2023-04-12libstdc++: Implement ranges::enumerate_view from P2164R9Patrick Palka2-0/+304
2023-04-12libstdc++: Implement LWG 3904 change to lazy_split_view's iteratorPatrick Palka1-1/+2
2023-04-12libstdc++: Fix chunk_by_view when value_type& and reference differ [PR108291]Patrick Palka1-4/+4
2023-04-05libstdc++: Add a test for <version> FTM redefinitionsArsen Arsenović1-1/+4
2023-04-05libstdc++: Harmonize <version> and other headersArsen Arsenović2-38/+53
2023-03-31libstdc++: Avoid -Wmaybe-uninitialized warning in std::stop_source [PR109339]Jonathan Wakely1-0/+1
2023-03-30libstdc++: Apply small fix from LWG 3843 to std::expectedJonathan Wakely1-1/+2
2023-03-30libstdc++: Use std::remove_cv_t in std::optional::transform [PR109340]Jonathan Wakely2-20/+24
2023-03-30libstdc++: Enforce requirements on template argument of std::optionalJonathan Wakely1-1/+1
2023-03-28libstdc++: Update tzdata to 2023a [PR109288]Jonathan Wakely1-1/+1
2023-03-22libstdc++: Remove std::formatter<const charT[N], charT> specializationJonathan Wakely1-22/+0
2023-03-22libstdc++: Define __cpp_lib_constexpr_algorithms in <utility> (LWG 3792)Jonathan Wakely1-0/+4
2023-03-22libstdc++: Add missing __cpp_lib_format macro to <version>Jonathan Wakely1-0/+1
2023-03-22libstdc++: Add comment to <format> (LWG 3720)Jonathan Wakely1-0/+2
2023-03-20libstdc++: Remove template-head from std::expected<void> ctor [PR109182]Jonathan Wakely1-5/+4
2023-03-17libstdc++: Add const to hash<coroutine_handle<P>>::operator() [PR109165]Jonathan Wakely1-1/+1
2023-03-14libstdc++: Fix template-head of repeat_view::_Iterator [PR109111]Patrick Palka1-3/+4