aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2023-01-18[libc++][ranges] Remove a leftover include version control markers in Cxx20Pa...Haojian Wu1-5/+0
2023-01-17[libc++][ranges] Mark completed Ranges papers and issues as done, bump versio...Konstantin Varlamov14-55/+63
2023-01-18[C++] [Coroutines] Deprecates the '-fcoroutines-ts' flagChuanqi Xu8-7/+20
2023-01-18[libc++][NFC] Split up ranges.transform.pass.cppNikolas Klauser3-584/+675
2023-01-18[libc++] Add ALLOW_RETRIES to a few flaky testsNikolas Klauser3-1/+5
2023-01-17[SystemZ][z/OS] Fix cityhash lit for EBCDICZibi Sarbinowski1-4/+11
2023-01-17[libc++] Mark std::pmr virtual functions as _LIBCPP_HIDE_FROM_ABI_VIRTUALNikolas Klauser3-6/+6
2023-01-16[libc++] Remove <type_traits> includes from <atomic> and <ratio>Nikolas Klauser11-10/+38
2023-01-16[libcxx] Add missing includesMichael Buch2-0/+3
2023-01-16[libc++] allow redefined macro in non_trivial_copy_move_ABI testEd Maste1-0/+1
2023-01-15[libc++][ranges] implement `std::views::elements_view`Hui Xie48-42/+3289
2023-01-15[NFC][libc++] Removes uneeded std:: prefixes.Mark de Wever1-2/+2
2023-01-14[libc++] Add [[clang::lifetimebound]] attribute to std::forward and friendsNikolas Klauser5-10/+45
2023-01-13Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"varconst39-468/+1505
2023-01-13[libc++][doc] Updates the release notes.Mark de Wever3-5/+19
2023-01-13[libc++] Add clang-tidy to the list of possible substitutions for %{clang-tidy}Nikolas Klauser1-4/+18
2023-01-12[libc++] Add missing includes in move_iterator.hLouis Dionne1-0/+2
2023-01-12[libc++] Make pmr::monotonic_buffer_resource bump downNikolas Klauser5-25/+76
2023-01-12[libc++] Add [[nodiscard]] extensions in <math.h>Nikolas Klauser4-73/+252
2023-01-12[libc++][NFC] Rename basic_istream_view::__iterator to __basic_istream_view_i...Nikolas Klauser1-14/+23
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser50-118/+172
2023-01-12[libc++] Fix ranges::uninitialized_move{, _n} for move-only typesNikolas Klauser3-3/+33
2023-01-12[libc++][NFC] Fix endif comments in cmathNikolas Klauser1-2/+2
2023-01-11[libc++][ranges] Fix incorrect integer type in `view_interface` tests.Konstantin Varlamov1-3/+7
2023-01-11[libc++] Hold mutex lock while notify_all is called at notify_all_at_thread_exitArthur O'Dwyer4-6/+99
2023-01-11[Libcxx] Add <source_location> header.James Y Knight27-226/+586
2023-01-11[libc++][test] cleanup in formatter.hCasey Carter1-2/+4
2023-01-11[libc++] Rename transform_view::{__iterator, __sentinel} to __transform_view_...Nikolas Klauser1-51/+76
2023-01-11[libc++] Add FreeBSD exceptions.nonew ABI listEd Maste1-107/+63
2023-01-11[libc++][format] Fixes escaping string literals.Mark de Wever2-1/+10
2023-01-11[libc++][NFC] Improve consistency in status csv filesLouis Dionne4-32/+30
2023-01-11[libc++] Improve the implementation of std::unreachableLouis Dionne5-13/+47
2023-01-11[libc++] Use _LIBCPP_HIDE_FROM_ABI_VIRTUAL instead of _LIBCPP_INLINE_VISIBILI...yronglin1-1/+1
2023-01-10[libc++][test] Move `common_input_iterator` to `test_iterators.h`Joe Loser3-47/+29
2023-01-10[libc++][utils] Remove unused import in `run.py`Joe Loser1-1/+0
2023-01-10[libc++] Remove warning for `LIBCXX_SYSROOT`, `LIBCXX_TARGET_TRIPLE`, and `LI...Joe Loser1-5/+0
2023-01-10[libc++][test] Silence allocator conversion warningsCasey Carter3-8/+16
2023-01-10[NFC][libc++][test] Improves code reuse.Mark de Wever2-22/+3
2023-01-10[libc++] Fix aligned_alloc usage for AndroidShoaib Meenai1-0/+3
2023-01-09[libc++][test] Avoid MSVC constexpr bugCasey Carter1-2/+2
2023-01-09[libc++][test] _VSTD => std:: in test codeCasey Carter3-9/+9
2023-01-09[libc++][test] Silence MSVC warningCasey Carter1-5/+1
2023-01-09[libc++][test] Make some string tests MSVC-friendlyCasey Carter2-5/+7
2023-01-09[libc++] Use %{clang-query} when calling clang-queryNikolas Klauser1-1/+1
2023-01-09[libc++] Add missing include in __format/unicode.hNikolas Klauser1-0/+1
2023-01-09[libc++][test] Fix missing include in `bit_ceil.fail.cpp`Joe Loser1-1/+2
2023-01-09[libc++] Remove HIDE_FROM_ABI from virtual functionsLouis Dionne9-36/+71
2023-01-09[libc++] Fix transitive includes list for C++23Nikolas Klauser1-1/+0
2023-01-09[libc++][test] Fix missing include in `endian.pass.cpp`Joe Loser1-0/+1
2023-01-09[libc++] Add _LIBCPP_HIDE_FROM_ABI to __constexpr_logb and __constexpr_scalbnNikolas Klauser1-2/+2