aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-21[libc++] Revert fstream::read optimizations (#168894)Jordan Rupprecht1-2/+2
2025-11-19[libc++] Make views::iota aware of __int128 (#167869)Nikolas Klauser1-0/+3
2025-11-17[libc++] Enable compiler-rt when performing a bootstrapping build (#167065)Louis Dionne1-6/+8
2025-11-14[libc++][hardening] Allow setting the assertion semantic via CMake. (#167636)Konstantin Varlamov1-0/+21
2025-11-14[libc++] Reorganize and fix the libc++ CI dockerfiles (#167530)Louis Dionne1-39/+21
2025-11-14[libcxx] [doc] Document the supported target versions of Windows (#167845)Martin Storsjö2-1/+7
2025-11-14[libcxx] [doc] Update the docs about LIBCXX_ENABLE_FILESYSTEM (#167843)Martin Storsjö1-2/+2
2025-11-14[libc++][ranges] LWG3505: `split_view::outer-iterator::operator++` misspecifi...Hristo Hristov1-1/+1
2025-11-12[libc++] Implement P2988R12: `std::optional<T&>` (#155202)William Tran-Viet3-1/+4
2025-11-10[libc++][docs] Update to refer to P3355R2 (#167267)A. Jiang1-1/+1