aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2023-11-27eliminate python SyntaxWarnings from check-all output.Georgios Eleftheriou
2023-11-20Bump version to 17.0.6Tobias Hieta
2023-11-20[libc++] Use correct size for deallocation of arrays in shared_ptr (#68233)Ilya Biryukov
2023-11-14[libc++] Fix UB in <expected> related to "has value" flag (#68552) (#68733)Jan Kokemüller
2023-11-13Bump version to 17.0.5Tobias Hieta
2023-10-30[libc++] Encode additional ODR-affecting properties in the ABI tag (#69669)Louis Dionne
2023-10-24[libcxx] [test] Add a test parameter for disabling memory intensive tests (#6...Martin Storsjö
2023-10-23Bump version to 17.0.4Tobias Hieta
2023-10-10Bump version to 17.0.3Tobias Hieta
2023-10-03[libc++] Fix `std::pair`'s pair-like constructor's incorrect assumption (#66...Hui
2023-09-25Bump version to 17.0.2Tobias Hieta
2023-09-19Bump version to 17.0.1Tobias Hieta
2023-09-11[libc++][hardening] Remove hardening from release notes, undeprecate safe modeKonstantin Varlamov
2023-08-31[libc++][format] Fixes out of bounds access.Mark de Wever
2023-08-27[libc++] Fix GNU/Hurd buildSamuel Thibault
2023-08-27[PowerPC] Exclude frexp(long double) on linuxLei Huang
2023-08-27[libc++][Modules] locale fails to compile with clang modules when _LIBCPP_LOC...Ian Anderson
2023-08-27[libc++] Increase the constexpr steps limit on some `bitset` tests.Konstantin Varlamov
2023-08-27[libc++][ranges] Fix `ranges::to` test.Konstantin Varlamov
2023-08-27[libc++][Modules] Simplify the __std_clang_module header generationIan Anderson
2023-08-27[libc++][Modules] Generate the __std_clang_module headerIan Anderson
2023-08-27[libc++][Modules] Remove unnecessary `requires` from the module mapIan Anderson
2023-08-27[libc++] Move header_information.py up from testsIan Anderson
2023-08-27[libc++] Fix problems with GCC 13 and switch to it in the CINikolas Klauser
2023-08-21[libc++][doc] Marks LLVM-17 release notes as final.Mark de Wever
2023-08-21[libc++] Fix a few incorrect CMake configuration optionsLouis Dionne
2023-08-21[libc++] Work around dynamic linking of stringstream::str() on WindowsPiotr Fusik
2023-08-21[libc++][PSTL] Disable `-Wpass-failed`.Konstantin Varlamov
2023-08-10[libc++][doc] Updates format related release notes.Mark de Wever
2023-08-09[libc++][libunwind] Fixes to allow GCC 13 to compile libunwind/libc++abi/libc++Nikolas Klauser
2023-08-09[libc++] Deflake the Clang Modules CI jobLouis Dionne
2023-08-08[libc++][modules] Fixes exporting named declarations.Mark de Wever
2023-08-08[libc++][print] Mark some more `<print>` tests as requiring a file system.Konstantin Varlamov
2023-08-07[libc++][print] Make `<print>` tests require file system support.Konstantin Varlamov
2023-08-07[libc++][mdspan] Fix layout_left::stride(r)Christian Trott
2023-08-03[libc++] Fix `std::out_of_range` thrown from `basic_stringbuf::str() &&`Piotr Fusik
2023-08-02[libcxx] Add release notes for Windows wide stdio stream handlingMartin Storsjö
2023-07-31[libc++][Modules] Fix a few module related warningsIan Anderson
2023-07-28[libc++][Modules] Recreate the top level `std` clang moduleIan Anderson
2023-07-26[libc++][mdspan] Fix uglification, categorize asserts and move testsChristian Trott
2023-07-26[libc++][mdspan] Implement std::mdspan classChristian Trott
2023-07-24[libc++] Fix template parameter naming and enforce it through readability-ide...Nikolas Klauser
2023-07-25[NFC] Fix release notes about ASanAdvenam Tacet
2023-07-24[libc++][hardening] Categorize more assertions.varconst
2023-07-24[NFC][libc++] Update comments to reflect changes in ASanAdvenam Tacet
2023-07-22[libc++][doc] Uses the proper paper number.Mark de Wever
2023-07-22[libc++][print] Adds stdout functions.Mark de Wever
2023-07-20[libc++][hardening] Don't trigger uncategorized assertions in the hardened mode.varconst
2023-07-20[libc++][ranges] Implement `ranges::to`.varconst
2023-07-20[libc++][hardening][NFC] Rename `HardenedMode.rst` to `Hardening.rst`.Konstantin Varlamov