summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)Author
2025-11-21libstdc++: Implement LWG 4406 and LWG 3424 for std::optional and std::expectedJonathan Wakely
2025-11-21libstdc++: Implement P3223R2 Making std::istream::ignore less surprisingYuao Ma
2025-11-20libstdc++: [_GLIBCXX_DEBUG] Fix std::erase_if behavior for __gnu_debug::vectorFrançois Dumont
2025-11-20libstdc++: Prepare mdspan-related code for submdspan.Luc Grosheintz
2025-11-19libstdc++: Make <mdspan> compatible with clang.Luc Grosheintz
2025-11-19c++, libstdc++: Implement CWG1670 and LWG4468Jakub Jelinek
2025-11-18libstdc++: shared_mutex: Respond consistently to errors and deadlockMike Crowe
2025-11-14libstdc++: Ensure that _Utf_view is always a view.Tomasz Kamiński
2025-11-14libstdc++: Add comment to __cpp_lib_bitset preprocessor conditionJonathan Wakely
2025-11-14libstdc++: std::bitset<0>("zero") should throw std::invalid_argument [PR121054]Karpalo Toivonen
2025-11-14libstdc++: Use _Bind_front_t/_Bind_back_t in bind_front<f>/bind_back<f> [PR12...Tomasz Kamiński
2025-11-13libstdc++: Optimize handling of optional for views: take, drop, reverse and a...Tomasz Kamiński
2025-11-12libstdc++: Add ranges::borrowed_range specialization for optional<T&> [PR122425]Tomasz Kamiński
2025-11-12libstdc++: optional<T&> for function and unbounded array should not be range ...Tomasz Kamiński
2025-10-30libstd++: Implement C++23 P2674R1 - A trait for implicit lifetime typesJakub Jelinek
2025-10-29libstdc++: Implement const copy-assignment for tuple<> [PR119721]Tomasz Kamiński
2025-10-29libstdc++: Add constructors and assignments for tuple<> with tuple-like types...Osama Abdelkader
2025-10-29libstdc++: Simplify std::regex_traits::valueJonathan Wakely
2025-10-27libstdc++: Make std::valarray support overaligned types [PR108951]Jonathan Wakely
2025-10-24libstdc++: Forward arguments for bind_front<f>,bind_back<f>,nttp<f> [PR122022]Tomasz Kamiński
2025-10-22libstdc++: Add missing constraints to views::indicesJonathan Wakely
2025-10-22libstdc++: Implement optional<T&> from P2988R12 [PR121748]Giuseppe D'Angelo
2025-10-22libstdc++: Add comparison operators between tuple<> and array<T, 0> [PR119721]Osama Abdelkader
2025-10-21libstdc++: Implement P3060R3: Add std::views::indices(n)Yuao Ma
2025-10-18libstdc++: Implement P1494 and P3641 Partial program correctness [PR119060]Iain Sandoe
2025-10-16libstdc++: Improve ostream output for std::stacktraceJonathan Wakely
2025-10-15libstdc++: Remove invalid entry from the end of std::stacktraceJonathan Wakely
2025-10-14libstdc++: Avoid overflow in timeout conversions [PR113327]Jonathan Wakely
2025-10-14libstdc++: Remove unused local type alias <format>.Luc Grosheintz
2025-10-14libstdc++: Implement _Escaping_sink to avoid construction of stringTomasz Kamiński
2025-10-10libstdc++: Adjust enable_nonlocking_formatter_optimization specializations [P...Tomasz Kamiński
2025-10-10libstdc++: Implement P3235R3 optimizations for std::print [PR121790]Tomasz Kamiński
2025-10-10libstdc++: Implement P3107R5 optimizations for std::print [PR121790]Jonathan Wakely
2025-10-10libstdc++: Handle cv-qualified types in atomic and atomic_ref [PR115402]Giuseppe D'Angelo
2025-10-08libstdc++: Implement submdspan_mapping_result. [PR110352]Luc Grosheintz
2025-10-08libstdc++: Implement full_extent_t. [PR110352]Luc Grosheintz
2025-10-08libstdc++: Implement strided_slice from <mdspan>. [PR110352]Luc Grosheintz
2025-10-08libstdc++: Improve and cleanup mdspan related code.Luc Grosheintz
2025-10-08libstdc++: Implement std::layout_right_padded [PR110352].Luc Grosheintz
2025-10-08libstdc++: Implement std::layout_left_padded [PR110352].Luc Grosheintz
2025-10-01libstdc++: Avoid _GLIBCXX20_CONSTEXPR in C++ >= 20 code sectionsFrançois Dumont
2025-09-30libstdc++: std::inplace_vector implementation cleaupFrançois Dumont
2025-09-27libstdc++: Fix some -Wsign-compare warnings in headersJonathan Wakely
2025-09-26libstdc++: Simplify std::erase functions for sequence containersJonathan Wakely
2025-09-26libstdc++: Eliminate __gnu_cxx::__ops function objectsJonathan Wakely
2025-09-25libstdc++: Refactor __mdspan::__static_quotient.Luc Grosheintz
2025-09-23libstdc++: Implement Philox Engine (PR119794)1nfocalypse
2025-09-22libstdc++: Move start_lifetime_as functions to bits/stl_construct.h [PR106658]Tomasz Kamiński
2025-09-19libstdc++: Add NTTP bind_front, -back, not_fn (P2714) [PR119744]Nathan Myers
2025-09-18libstdc++: Implement C++23 P2590R2 - Explicit lifetime management [PR106658]Jakub Jelinek