aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-05Fix issue with never-constexpr __construct_at in C++ < 20. (#87403)Eric1-1/+1
2024-04-05[libcxx] coerce formatter precision to int (#87738)Brian Cain1-1/+1
2024-04-04[libc++][NFC] Make __desugars_to a variable template and rename the header to...Nikolas Klauser11-31/+26
2024-04-04[libc++][CI] Updates to Clang 19. (#85301)Mark de Wever5-5/+5
2024-04-04[libc++][chrono] Completes the tzdb class. (#82157)Mark de Wever12-2/+493
2024-04-04[libc++][oss-fuzz] Updates C++ version used. (#87531)Mark de Wever1-1/+1
2024-04-04[libc++] P2867R1: Remove Deprecated `strstream`s From C++26 (#87107)Hristo Hristov49-46/+66
2024-04-03[libc++] Fix copy/pasta error in atomic tests for `atomic_compare_exchange_{w...Damien L-G2-4/+4
2024-04-03[libc++] Mark some recent LWG issues and papers as done (#87502)Louis Dionne4-7/+8
2024-04-03[libc++][chrono] Loads leap-seconds.list in tzdb. (#82113)Mark de Wever25-23/+852
2024-04-03[libc++] Disables -Wweak-vtables diagnostics. (#85577)Mark de Wever1-0/+3
2024-04-03[libc++] Update status page after the Tokyo meeting (#87395)Louis Dionne21-736/+1684
2024-04-03[libc++] Upstream ptrauth support in libc++ and libc++abi (#84573)Louis Dionne2-1/+25
2024-04-03[libc++] Fix tests on musl (#85085) (#86934)Louis Dionne3-42/+47
2024-04-03[libc++] Add a static_assert for a Mandates in seed_seq (#86992)Louis Dionne2-0/+64
2024-04-02[libc++][ranges] Avoid using `distance` in `ranges::contains_subrange` (#87155)A. Jiang2-8/+10
2024-04-02[libc++] `std::ranges::advance`: avoid unneeded bounds checks when advancing ...Jan Kokemüller3-22/+80
2024-04-02[libc++] Remove pair dependency (#85621)Nikolas Klauser9-19/+15
2024-04-02[libc++] Simplify the implementation of <stddef.h> (#86843)Louis Dionne1-17/+8
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser27-27/+0
2024-04-01Update the "Current Status" section of the website to be current. (#84507)Eric1-0/+19
2024-04-01[libc++] Optimize the two range overload of mismatch (#86853)Nikolas Klauser7-17/+74
2024-04-01[libc++] Refactor __tuple_like and __pair_like (#85206)Nikolas Klauser14-104/+108
2024-03-30[libc++][test] Improves src include paths. (#86864)Mark de Wever4-4/+4
2024-03-29[libc++] Document guidelines for applying [[nodiscard]] (#84000)Nikolas Klauser2-0/+43
2024-03-29[libc++] Optimize the std::mismatch tail (#83440)Nikolas Klauser3-4/+68
2024-03-29[libc++] Remove <queue> and <stack> includes from <format> (#85520)Nikolas Klauser26-43/+187
2024-03-29[libc++][NFC] Use __copy_cv to implement __apply_cv (#86477)Nikolas Klauser1-45/+5
2024-03-28[libc++] Switch FreeBSD to C++26 (#86658)Ed Maste1-1/+1
2024-03-27[libc++][NFC] Remove whitespace that doesn't belongLouis Dionne1-1/+1
2024-03-27[NFC][libc++][TZDB] Improves some internals. (#84800)Mark de Wever3-26/+31
2024-03-27[libc++][NFC] Simplify copy and move lowering to memmove a bit (#83574)Nikolas Klauser5-48/+15
2024-03-27[libc++] Fix one case in saturate_cast.pass.cpp for 64-bit on z/OS (#86724)zibi21-1/+1
2024-03-26[libc++][test] Remove tests that testing std::variant<T&> (#84222)Hui15-695/+21
2024-03-26[libc++] <experimental/simd> Reduce types for template parameter U in tests (...ZhangYin6-12/+24