summaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2020-02-26libstdc++: Fix use of inaccessible private member in split_view (PR93936)Patrick Palka
2020-02-26libstdc++: P1645R1 constexpr for <numeric> algorithmsPatrick Palka
2020-02-26libstdc++ Two simplifications for lexicographical_compareJonathan Wakely
2020-02-26libstdc++: Add __maybe_const_t and __maybe_empty_t aliasesJonathan Wakely
2020-02-25libstdc++: LWG 3397 basic_istream_view::iterator should not provide iterator_...Patrick Palka
2020-02-25libstdc++: LWG 3325 Constrain return type of transformation function for tran...Patrick Palka
2020-02-25libstdc++: LWG 3313 join_view::iterator::operator-- is incorrectly constrainedPatrick Palka
2020-02-25libstdc++: LWG 3301 transform_view::iterator has incorrect iterator_categoryPatrick Palka
2020-02-25libstdc++: LWG 3292 iota_view is under-constrainedPatrick Palka
2020-02-25libstdc++: Remove __memmove wrapper for constexpr algorithmsJonathan Wakely
2020-02-25Fix ChangeLog dateJonathan Wakely
2020-02-25libstdc++: Add test accidentally left out of previous commitJonathan Wakely
2020-02-25libstdc++: Fix regression in std::move algorithm (PR 93872)Jonathan Wakely
2020-02-24libstdc++: Add missing bits of P0896R4 pertaining to [back|front]_insert_iter...Patrick Palka
2020-02-24libstdc++: P0769R2 Add shift to <algorithm>Patrick Palka
2020-02-24libstdc++: Fix noexcept-specifier for istream_iteratorJonathan Wakely
2020-02-24libstdc++: Add default_sentinel support to stream iteratorsJonathan Wakely
2020-02-24libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely
2020-02-21libstdc++: Define <=> for tuple, optional and variantJonathan Wakely
2020-02-20libstdc++: Fix capturing of lvalue references in_RangeAdaptor::operator()Patrick Palka
2020-02-20libstdc++: Forward second argument of views::iota using the correct typePatrick Palka
2020-02-20libstdc++: Issues with range access CPOs (P2091R0)Jonathan Wakely
2020-02-20libstdc++: Define operator<=> for <system_error> typesJonathan Wakely
2020-02-20libstdc++: Remove std::type_info::operator!= for C++20Jonathan Wakely
2020-02-20libstdc++: Add <=> to thread::idJonathan Wakely
2020-02-19libstdc++: Add missing call to unused subroutine in split_view testPatrick Palka
2020-02-19libstdc++: make common_iterator<I, S> require copyable<I> (LWG 3385)Jonathan Wakely
2020-02-19libstdc++: Add default-initializers to views (LWG 3364)Jonathan Wakely
2020-02-19libstdc++: Simplify std::three_way_comparable_with (LWG 3360)Jonathan Wakely
2020-02-19libstdc++: Simplify std::totally_ordered (LWG 3331)Jonathan Wakely
2020-02-19libstdc++: Simplify std::totally_ordered_with (LWG 3329)Jonathan Wakely
2020-02-19libstdc++: subrange converting constructor should disallow slicing (LWG 3282)Jonathan Wakely
2020-02-19libstdc++: ranges::iter_move should perform ADL-only lookup (LWG 3247)Jonathan Wakely
2020-02-19libstdc++: make polymorphic_allocator throw consistent type (LWG 3237)Jonathan Wakely
2020-02-19libstdc++: Add __cpp_lib_unwrap_ref feature test macroJonathan Wakely
2020-02-19libstdc++: midpoint should not constrain T is complete (LWG 3200)Jonathan Wakely
2020-02-19libstdc++: span's deduction-guide for built-in arrays doesn't work (LWG 3369)Jonathan Wakely
2020-02-19libstdc++: Remove std::span::cbegin and std::span::cend (LWG 3320)Jonathan Wakely
2020-02-19libstdc++: Add ranges_size_t and rename all_view (LWG 3335)Jonathan Wakely
2020-02-19libstdc++: Remove converting constructors from views (LWG 3280)Jonathan Wakely
2020-02-19libstdc++: uninitialized_construct_using_allocator should use construct_at (L...Jonathan Wakely
2020-02-19libstdc++: Add nodiscard to polymorphic_allocator members (LWG 3304)Jonathan Wakely
2020-02-19libstdc++: "safe" in several library names is misleading (LWG 3379)Jonathan Wakely
2020-02-19libstdc++: tuple_element_t is also wrong for const subrange (LWG 3398)Jonathan Wakely
2020-02-19libstdc++: Remove redundant bool casts in ranges algorithmsJonathan Wakely
2020-02-18libstdc++: P1983R0 Wording for GB301, US296, US292, US291, and US283Patrick Palka
2020-02-18libstdc++: Fix compilation of <ranges> with Clang (PR 93818)Jonathan Wakely
2020-02-18libstdc++: Fix new tests that fail for ILP32 targetsJonathan Wakely
2020-02-18libstdc++: P1976R2 Fixed-size span construction from dynamic rangeJonathan Wakely
2020-02-18libstdc++: Fix and simplify constraints on std::span constructorsJonathan Wakely