summaryrefslogtreecommitdiff
path: root/libcxx/docs/ReleaseNotes.rst
AgeCommit message (Expand)Author
2025-07-19[libc++] Add and empty skeleton for LLVM 22 release notes (#149535)Louis Dionne
2025-04-10[libc++][doc] Removes LLVM 19 Release Notes. (#134894)Mark de Wever
2025-01-28Bump version to 21.0.0git (#124870)llvmorg-21-initTom Stellard
2024-08-22[libc++] Post-LLVM19-release docs cleanup (#99667)Hristo Hristov
2024-07-23[libc++][doc] Fixes building the release notes.Mark de Wever
2024-07-23Clear release notes for upcoming LLVM 20 dev cyclellvmorg-20-initTobias Hieta
2024-07-10[libc++] Add empty release notes file for LLVM 20 (#98355)Louis Dionne
2024-01-25[libc++] Add base for LLVM 19 release notes (#78990)Louis Dionne
2024-01-22[libc++] Make sure to publish release notes at ReleaseNotes.htmlLouis Dionne
2023-07-18[libc++] Encode the version in the ReleaseNotes fileLouis Dionne
2023-07-17[libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining __throw_FOO functionsLouis Dionne
2023-07-17[libc++][doc] Updates the release notes.Mark de Wever
2023-07-14[libc++][hardening] Deprecate `_LIBCPP_ENABLE_ASSERTIONS`.varconst
2023-07-12[libc++][hardening][NFC] Add macros to enable hardened mode.varconst
2023-07-11[libc++] Move __thread_id out of <__threading_support>Louis Dionne
2023-07-07Revert "[libc++] Remove the type_traits includes from limits and new"Ian Anderson
2023-07-05[libc++][format] Implements formatting pointer.Mark de Wever
2023-06-29[libc++] Remove the legacy debug mode.varconst
2023-06-27[libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEMLouis Dionne
2023-06-24[libc++] Remove the type_traits includes from limits and newIan Anderson
2023-06-21[libc++][format] Adds formattable-with concept.Mark de Wever
2023-06-15[libc++][modules] Adds the C++23 std module.Mark de Wever
2023-06-07[libc++] Roll up fstream support into filesystem supportLouis Dionne
2023-05-30[libc++] Deprecate the classes in strstream.Mark de Wever
2023-05-24[libc++][format] Removes the experimental status.Mark de Wever
2023-05-23[libc++][doc] Updates the tasks to do for a release.Mark de Wever
2023-05-23[libc++] Updates C++2b to C++23.Mark de Wever
2023-05-22[libc] Fix typos in documentationKazu Hirata
2023-05-19[libc++][format] Improves fill character.Mark de Wever
2023-05-19[libc++][ranges][NFC] Added P2711R1 to release notesHristo Hristov
2023-05-18[libc++] Implement P2505R5(Monadic operations for std::expected).yronglin
2023-05-18Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."yronglin
2023-05-17[libc++] Implement P2505R5(Monadic operations for std::expected).yronglin
2023-05-15[libc++] Removes _LIBCPP_ABI_OLD_LOGNORMAL_DISTRIBUTIONMark de Wever
2023-05-09[libc++] Add assertions for potential OOB reads in std::sortLouis Dionne
2023-05-06[libc++][format] Fixes vector<bool> requirements.Mark de Wever
2023-04-22[libc++] Remove the chrono include from algorithmIan Anderson
2023-04-20[libc++][format] Improves width estimate.Mark de Wever
2023-04-19[libc++] Remove symbols for a std::allocator_arg & friends from the dylibLouis Dionne
2023-04-09[libc++] Granularize system_error.Mark de Wever
2023-04-08[libc++][format] Implements formatter thread::id.Mark de Wever
2023-03-22[libc++] Granularize __mutex_baseNikolas Klauser
2023-03-19[libc++] Remove C++03 extensions for std::allocator_arg & friendsLouis Dionne
2023-03-19[libc++abi] Improve performance of __dynamic_castSirui Mu
2023-03-10[libc++] Clean up old macOS back-deployment workaroundsLouis Dionne
2023-03-10[libc++] Granularize <atomic> includesNikolas Klauser
2023-03-04[libc++][format] Addresses LWG3833.Mark de Wever
2023-03-01[libc++] implement move_iterator<T*> should be a random access iterator \n Di...Shivam kunwar
2023-02-24[libc++] Remove <experimental/{algorithm,functional}>Nikolas Klauser
2023-02-21[libc++] Forward to std::memcmp for trivially comparable types in equalNikolas Klauser