aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs
AgeCommit message (Expand)AuthorFilesLines
2026-04-26[libc++] P4144R1: Remove `span`'s `initializer_list` constructor for C++26 (#...A. Jiang3-4/+3
2026-04-25[libc++] Implement P1899 `ranges::stride_view` (#65200)Will Hawkins3-1/+4
2026-04-23[libc++] Implement `ranges::fold_left_first` and `ranges::fold_left_first_wit...Connector Switch2-1/+3
2026-04-22[libc++][ranges] P2164R9: Implements `views::enumerate` (#73617)Hristo Hristov4-4/+7
2026-04-21[libc++] Implement `std::constant_wrapper` (#191695)Hui4-7/+11
2026-04-20[libc++] Update to Clang 21 as the oldest supported version (#186062)Nikolas Klauser1-1/+1
2026-04-14Reapply "[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)" (#...A. Jiang2-1/+2
2026-04-14[libc++] LWG4511: Inconsistency between the deduction guide of `std::mdspan` ...eiytoq1-1/+1
2026-04-13Revert "[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)" (#1...Thurston Dang2-2/+1
2026-04-12[libc++][ranges] LWG3610: `iota_view::size` sometimes rejects integer-class t...Hristo Hristov1-1/+1
2026-04-12[libc++][numeric] P4052R0: Renaming saturation arithmetic functions (#189574)Hristo Hristov3-2/+3
2026-04-12[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)Hristo Hristov2-1/+2
2026-04-12[libc++][atomics] P3936R1: Safer ``atomic_ref::address`` (#189761)Hristo Hristov3-2/+3
2026-04-12[libc++][ranges][NFC] Mark LWG3947 as implemented (#191642)Hristo Hristov1-1/+1
2026-04-10[libc++] Fix incorrect links and broken formatting in CSV status files (#191289)Louis Dionne2-6/+6
2026-04-08[libc++] Optionally support filecheck and split-file (#165769)Louis Dionne1-0/+7
2026-04-08[libc++] Implement LWG4477: placement operator delete should be constexpr (#1...Fernando Pelliccioni1-1/+1
2026-04-07[libc++][docs] Update paper and LWG issue lists after 2026-03 meeting (#189901)A. Jiang2-0/+120
2026-03-31[libc++][NFC] Removed an EOL stray white space in Release Notes (#189654)Hristo Hristov1-1/+1
2026-03-31[libc++] Remove non-conforming `__bit_reference::operator&` (#188714)A. Jiang1-0/+3
2026-03-25[libc++] Remove non-standard member type iterator_type from __wrap_iter (#186...Nikhil Kotikalapudi1-2/+2
2026-03-19[libc++][docs][NFC] Update Open XL supported version to 17.1.4 (#176112)Hristo Hristov1-1/+1
2026-03-11[libc++] Rename container benchmarks for consistency and precision (#181178)Louis Dionne1-0/+15
2026-03-10[libc++] Fix strict aliasing violation for `deque::const_iterator` (#136067)A. Jiang1-0/+9
2026-03-07[libc++] Don't double-wrap iterators when bounded iterators are used (#182264)Nikolas Klauser1-0/+4
2026-03-05[libc++] Remove `__wrap_iter::base()` (#179389)William Tran-Viet1-0/+3
2026-02-26[libc++] Introduce a escape hatch for the changed behavior of map and set sea...Louis Dionne1-0/+7
2026-02-26[libc++] Optimize using std::copy with an ostreambuf_iterator (#181815)Nikolas Klauser1-0/+2
2026-02-14[libc++] Implement `ranges::shift_right` (#177847)Hui3-2/+4
2026-02-13[libc++] Increase the minimum deployment target on macOS to 11.0 (#176094)h-vetinari2-1/+3
2026-02-09[libc++][docs] Update `[[nodiscard]]` coding guidelines (#178384)Hristo Hristov1-1/+4
2026-02-09[libc++] LWG4012: common_view::begin/end are missing the simple-view check (#...Nhat Nguyen1-1/+1
2026-02-05[libcxx] Optimize `ranges::fold_left_with_iter` for segmented iterators (#177...Connector Switch1-0/+4
2026-01-30[libc++] Deprecate std::launch::any extension (#173397)sohail1-0/+3
2026-01-27[libc++] Document that backported language features should be used (#176993)Nikolas Klauser1-6/+16
2026-01-26[libc++] Update the status for lwg-3143 (#116971)Peng Xie1-1/+1
2026-01-25[libc++][ranges] implement `ranges::shift_left` (#83231)xiaoyang-sde2-1/+3
2026-01-19[libc++] Update `__cpp_lib_flat_set` to `202511L` according to P3567R2 (#176297)A. Jiang1-1/+1
2026-01-19[libc++] define FTM __cpp_lib_ranges_zip (#176569)Hui3-4/+3
2026-01-19[libc++] Use correct Apple platform naming (#176290)Fady Farag1-2/+2
2026-01-14[runtimes] Post-branch tasks for the LLVM 23 release (#176007)Louis Dionne4-5/+69
2026-01-14[libc++] Remove CSV tracking for PSTL (#175797)Louis Dionne4-113/+1
2026-01-13[libc++] Improve the script to manage libc++ conformance issues (#172905)Louis Dionne1-0/+0
2026-01-12[libc++] Fix filebuf resetting its underlying buffer upon close() (#168947)Louis Dionne1-0/+7
2026-01-09[libc++] Make optional::iterator experimental (#173470)Nikolas Klauser1-1/+2
2026-01-09[libc++] Fix {deque,vector}::append_range assuming too much about the types (...Nikolas Klauser1-0/+1
2026-01-09[libc++] Introduce the notion of a minimum header version (#166074)Nikolas Klauser3-22/+36
2026-01-09[libc++] Fix LWG 4265: std::midpoint should not accept const bool (#174579)eiytoq1-1/+1
2026-01-08[libc++] Update our release notes for the upcoming release (#174625)Nikolas Klauser1-42/+38
2026-01-08[libc++] Optimize search_n (#171389)Nikolas Klauser1-0/+1