aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs
AgeCommit message (Expand)AuthorFilesLines
5 days[libc++] Deprecate std::launch::any extension (#173397)sohail1-0/+3
8 days[libc++] Document that backported language features should be used (#176993)Nikolas Klauser1-6/+16
8 days[libc++] Update the status for lwg-3143 (#116971)Peng Xie1-1/+1
10 days[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
2026-01-08[libc++] Revert undesired `[[nodiscard]]` added to conversion functions (#173...A. Jiang1-0/+2
2026-01-06[libcxx][docs] Note how to use just built libc++ with per-target runtimes lay...David Spickett1-0/+5
2026-01-03[libc++] Resolve LWG4439 and LWG4300 (#174257)William Tran-Viet1-2/+2
2026-01-03[libc++] LWG3627: Inconsistent specifications for `std::make_optional` overlo...A. Jiang1-1/+1
2026-01-03[libc++][chrono] P2592R3: Hashing for chrono (#165132)Rafail Shakhin ogly2-1/+2
2026-01-01[libc++] Resolve LWG4370 (#174062)William Tran-Viet1-1/+1
2025-12-31[libc++] Resolve LWG4308, correct `iterator` availability for `optional<T&>` ...William Tran-Viet1-1/+1
2025-12-26[libc++] Implement P1789R3: Library Support for Expansion Statements (#167184)Matthias Wippich3-1/+4
2025-12-25[libc++] Implement LWG3476: Remove incorrect decay-copy in std::async and add...Marcell Leleszi1-1/+1
2025-12-25[libc++][NFC] Fixed formatting in Release Notes (#173526)Hristo Hristov1-1/+1
2025-12-24[libc++] Implement P3836R2: Make `optional<T&>` trivially copyable (#171528)William Tran-Viet2-1/+2
2025-12-23[libc++][docs] Mark P2786R13 and P3920R0 "Nothing To Do" (#173348)A. Jiang1-2/+2
2025-12-23[libc++] Optimize rotate (#120890)Nikolas Klauser1-0/+2
2025-12-22[libc++] Add an ABI flag to make __bit_iterator trivially copyable (#172271)Nikolas Klauser1-0/+4
2025-12-21[libcxx] Mark LWG4275 as complete and remove related TODO (#171665)Aiden Grossman1-1/+1
2025-12-21[libc++] Implement `adjacent_transform` (#168208)Hui1-2/+2
2025-12-20[libc++] Implement P3567R2 flat_meow fixes (#162022)Hui3-2/+3
2025-12-19[libc++][concepts] P2404R3: Move-only types for equality_comparable_with, tot...Janet Cobb3-2/+4
2025-12-19[libcxx] LWG4172 fix self-move-assignment in {unique|shared}_lock (#129542)Mohamed Atef1-1/+1
2025-12-18[libc++][docs] Update paper and LWG issue lists after 2025-11 Kona (#172825)A. Jiang2-2/+136
2025-12-18[libc++] Make std::align an inline function (#167472)saipubw2-0/+12
2025-12-16[libc++] Store the premerge runner images in the monorepo (#171443)Louis Dionne1-31/+11
2025-12-15[libcxx][docs] Fix boostrapping build configure command (#172015)David Spickett1-4/+5
2025-12-13[libc++] Implement adjacent_view (#165089)Hui1-1/+1
2025-12-12[libc++] Always return bool from bitset::operator[](size_t) const (#169894)Nikolas Klauser1-0/+4
2025-12-12[libc++] Optimize {std,ranges}::for_each for iterating over __trees (#164405)Nikolas Klauser1-0/+2
2025-12-11[libc++] Make std::allocator always trivially default constructible (#169914)Nikolas Klauser1-0/+4
2025-12-10[libc++] Optimize vector<bool>::reserve (#170137)Nikolas Klauser1-0/+1
2025-12-07[libc++] Allows any types of size 4 and 8 to use native platform ulock_wait (...Hui2-0/+12
2025-12-05[libc++] Move the documentation for availability to our RST docs (#169371)Nikolas Klauser1-0/+42
2025-12-02[libc++] Make CC and CXX environment variables mandatory in run-buildbot (#16...Louis Dionne1-0/+3
2025-12-01[libc++] Update the Docker image hash in run-buildbot-container (#170165)Louis Dionne1-0/+3
2025-11-24[libc++] Optimize num_get integral functions (#121795)Nikolas Klauser1-0/+2