aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-17[libc++][chrono] Improves date formatting. (#86127)Mark de Wever4-101/+7
2024-04-17[libc++] Add missing iterator requirement checks in the PSTL (#88127)Louis Dionne22-102/+383
2024-04-17[libc++][TZDB] Improves time zone format specifiers. (#85797)Mark de Wever3-72/+56
2024-04-16[libc++][chrono] Disables a test.Mark de Wever1-1/+4
2024-04-16[libc++][doc] Documents -DLIBCXX_INSTALL_MODULES=ON. (#88547)Mark de Wever1-0/+6
2024-04-16[libc++][test] Removes Clang 16 validation. (#88558)Mark de Wever1-3/+2
2024-04-16[libc++] Removes deprecated _LIBCPP_ENABLE_<VERSION>_REMOVED_FEATURES macros ...Mark de Wever6-115/+1
2024-04-16[libc++][modules] Removes some validation quirks. (#88031)Mark de Wever1-5/+0
2024-04-16[NFC][libc++] Moves ios_base's forward declaration. (#88027)Mark de Wever3-5/+2
2024-04-16[NFC][libc++][TZDB] Refactors argument order. (#85781)Mark de Wever1-14/+14
2024-04-16[libc++] Deprecate the C++20 synchronization library before C++20 (#86410)Louis Dionne30-26/+117
2024-04-16[libc++] Use availability to rely on key functions for bad_expected_access an...Louis Dionne16-29/+83
2024-04-16[libc++] Rename __cpu_traits functions (#88741)Louis Dionne12-60/+59
2024-04-15[libc++][CI] Tests LLDB libc++ data formatters. (#88312)Mark de Wever1-3/+7
2024-04-15[libc++] Add a utility to check whether a range is valid (#87665)Louis Dionne6-3/+111
2024-04-15[libc++][PSTL] Introduce cpu traits (#88134)Louis Dionne19-406/+476
2024-04-14[libc++][RFC] Only include what is required by-version in the umbrella header...Nikolas Klauser19-222/+374
2024-04-14[libc++] Deprecated `shared_ptr` Atomic Access APIs as per P0718R2 & Implemen...Hristo Hristov30-46/+423
2024-04-13[libc++][TZDB] Removes test_indian_kerguelen test.Mark de Wever1-44/+0
2024-04-13[libc++][NFC] Move basic ASan annotation functions into a utility header (#87...Nikolas Klauser8-68/+115
2024-04-13[libc++][TZDZ] Validates the database version.Mark de Wever1-0/+4
2024-04-13[libc++] Undeprecate POSIX STREAM macros. (#88296)Mark de Wever3-49/+11
2024-04-13[libc++] Marks a variable const. (#88562)Mark de Wever1-3/+2
2024-04-13[libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85794)Mark de Wever6-37/+48
2024-04-13[libc++][spaceship][NFC] P0905R1: Symmetry for spaceship - mark as implemente...Hristo Hristov2-2/+2
2024-04-13[tzdb] Replace shared_mutex with mutex. (#87929)Eric3-4/+49
2024-04-12[libc++] P3029R1: Better `mdspan`'s CTAD (#87873)Xiaoyang Liu7-5/+84
2024-04-12[libc++][ranges] LWG3736: move_iterator missing disable_sized_sentinel_for sp...Xiaoyang Liu4-1/+44
2024-04-12[libc++] LWG3643: Missing `constexpr` in `std::counted_iterator` (#87901)Xiaoyang Liu3-25/+24
2024-04-11[libcxx] applies changes regarding post-commit feedback to #75259 (#76534)Christopher Di Bella10-13/+76
2024-04-11[libc++] Fix -Wgnu-include-next in stddef.h (#88214)Louis Dionne1-4/+4
2024-04-11[libc++][NFC] Reduce the memory footprint of __copy_cv a bit (#87718)Nikolas Klauser1-12/+16
2024-04-11[libcxx] Use generic builtins for popcount, clz and ctz (#86563)Marc Auberer3-1/+25
2024-04-10[libc++] Adds a global private constructor tag. (#87920)Mark de Wever20-103/+79
2024-04-10[libc++] Removes Clang-16 support. (#87810)Mark de Wever10-11/+11
2024-04-10[lib++][CI] Changes bootstrap build type. (#88175)Mark de Wever1-1/+1
2024-04-10[libc++][CI] Updates Docker LLDB dependencies. (#88174)Mark de Wever1-18/+17
2024-04-10[libc++][chrono] Adds the sys_info class. (#85619)Mark de Wever22-6/+2916
2024-04-09[libc++][format] Switches to Unicode 15.1. (#86543)Mark de Wever19-3008/+6412
2024-04-09[libc++] Avoids using ENODATA. (#86165)Mark de Wever2-4/+5
2024-04-09[libc++][TZDB] Fixes relative path resolving. (#87882)Mark de Wever1-1/+5
2024-04-09[libc++][format] adds a basic fuzzer test. (#87883)Mark de Wever1-0/+30
2024-04-09[libc++] Add test coverage for our implementation of LWG4031 (#87508)Louis Dionne5-19/+130
2024-04-09[libc++] Implement `bind_back` (#81055)Jakub Mazurkiewicz14-64/+582
2024-04-08[libc++][format] Fixed `println.blank_line.sh.cpp` test on llvm-clang-win-x-*...Hristo Hristov1-1/+3
2024-04-07[libc++][doc] Updates format status page.Mark de Wever2-23/+8
2024-04-06[libc++][format] P3142R0: Printing Blank Lines with `println` (#87277)Hristo Hristov9-4/+156
2024-04-06[libc++] Optimize ranges::minmax (#87335)Nikolas Klauser8-1/+100
2024-04-06[libc++] Implement LWG3430 disallow implicit conversion of the source argumen...yronglin7-15/+125
2024-04-05[libc++] P2872R3: Remove ``wstring_convert`` From C++26 (#87100)Hristo Hristov28-27/+46