summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2025-09-10[Libc++][NFC] Fix typos in tests (#157699)Corentin Jabot
2025-09-10[libc++] Remove the unused cat_files.py script (#157744)Louis Dionne
2025-09-10[NFC][libc++] Fix typo in `libcxx/include/__memory/pointer_traits.h` (#157304)Vinay Deshmukh
2025-09-09[libc++] Start tracking Github issues in status pages (#149833)Louis Dionne
2025-09-09[libc++] Fix SPEC globbing patternLouis Dionne
2025-09-09[libc++] Update utilities to compare benchmarks (#157556)Louis Dionne
2025-09-09[libc++] Remove some of the type aliases in __hash_table (#157114)Nikolas Klauser
2025-09-09[libc++][C++03] cherry-pick #112102 (#157104)Nikolas Klauser
2025-09-09[libc++] Update owners of Android CI in BOT_OWNERS.txt (#157183)pirama-arumuga-nainar
2025-09-09[libc++] Fix missing macro definition for lgamma (#157610)Joseph Huber
2025-09-09[libc++][NFC] Inline function in string.cons/copy_alloc.pass.cpp that is used...Nikolas Klauser
2025-09-09[libc++][NFC] Move some really simple function defintions into the body of __...Nikolas Klauser
2025-09-08[libc++] Conditionally declare `lgamma_r` as noexcept (#156547)Yuxuan Chen
2025-09-08[libc++] Parse Google Benchmark results into LNT-compatible format (#157466)Louis Dionne
2025-09-08[libc++] Improve the performance of std::make_heap a bit (#154092)Nikolas Klauser
2025-09-08[libc++][C++03] cherry-pick #126273 (#157095)Nikolas Klauser
2025-09-08[libc++] Optimize most of the __tree search algorithms (#155245)Nikolas Klauser
2025-09-05[libc++] Fix quoting in Python string that is not accepted by all Python vers...Louis Dionne
2025-09-05[libc++] Add an optional integration of libc++'s test suite with SPEC (#156953)Louis Dionne
2025-09-05[libc++][C++03] cherry-pick #125423 (#156824)Nikolas Klauser
2025-09-05[libc++][C++03] cherry-pick #128054 (#156672)Nikolas Klauser
2025-09-05[libc++][test] Fix size calculation for `unordered_map` in ABI test (#157006)A. Jiang
2025-09-05[libc++] Fix missing encoding in open() call in python script (#154594)Adam
2025-09-04[libc++] Make it possible to mark a gen-test as UNSUPPORTED (#156737)Louis Dionne
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-09-04[libc++] Split ABI flag for removing iterator bases and removing the second m...Nikolas Klauser
2025-09-04[libc++][test] Get rid of warning on macOS about undefined macro (#156785)A. Jiang
2025-09-04[libc++] Add ABI tests for introducing _LIBCPP_COMPRESSED_ELEMENT (#156416)Nikolas Klauser
2025-09-03[libc++][C++03] remove unused macro in __config (#156609)Un1q32
2025-09-03[libc++][ranges] LWG4083: `views::as_rvalue` should reject non-input ranges (...Hristo Hristov
2025-09-03[libc++] Refactor remaining __find_equal calls (#156594)Nikolas Klauser
2025-09-03[libc++][C++03] Backport #111127, #112843 and #121620 (#155571)Nikolas Klauser
2025-09-03[libc++] Add thread safety annotations for std::lock (#154078)Nikolas Klauser
2025-09-03[libc++] Simplify std::function implementation further (#145153)Nikolas Klauser
2025-09-03[libc++] Refactor __tree::__find_equal to not have an out parameter (#147345)Nikolas Klauser
2025-09-03[libc++] Optimize {map,set}::insert(InputIterator, InputIterator) (#154703)Nikolas Klauser
2025-09-02[libcxx][test] Avoid warnings about unused variables and typedefs if `_LIBCPP...Alex Guteniev
2025-09-02[libc++] Simplify <tuple> further (#156351)Nikolas Klauser
2025-09-01[libc++] Remove a few GCC workarounds that aren't needed anymore (#156290)Nikolas Klauser
2025-09-01[libc++][NFC] Replace typedefs with using declarations (#156009)Nikolas Klauser
2025-08-29[libc++] Optimize map::insert_or_assign (#155816)Nikolas Klauser
2025-08-29[libc++] Disable cv-qualified arithmetic hash specializations (#155786)Nikolas Klauser
2025-08-29[libc++] Remove __classic_[upper,lower]_table from cxx03 __locale header NFC)...Zibi Sarbinowski
2025-08-28[libc++] Stabilize transitive includes for C++23 (#134143)Louis Dionne
2025-08-28[libc++] Fix broken precondition of __bit_log2 (#155476)Louis Dionne
2025-08-28[libc++][Android] Fix Dockerfile (#154856)Ryan Prichard
2025-08-27[libc++][AIX] Fixup problems with ABI list checking (#155643)David Tenty
2025-08-27[libc++] Fix a debug-hardening test that requires C++17Louis Dionne
2025-08-27[libc++] Remove zero size branch from memmove (#155419)Nikolas Klauser
2025-08-27[libc++] Optimize ofstream::write (#123337)Nikolas Klauser