summaryrefslogtreecommitdiffstats
path: root/libcxx (follow)
Commit message (Expand)AuthorAgeLines
* [libc++] Add tests for the content of <cstddef>Louis Dionne2022-03-10-0/+72
* [libc++] Remove operator-> from iterator archetypes that don't need itLouis Dionne2022-03-10-59/+63
* [libc++] Bump minimum compiler requirementsLouis Dionne2022-03-10-103/+14
* [libc++] Add test coverage for std::shared_ptr<const T>Louis Dionne2022-03-10-126/+306
* Revert "[libc++] Remove extension to support allocator<const T>"Louis Dionne2022-03-09-334/+296
* [libc++] Enable format_to and vformat_to tests even outside of Debug modeLouis Dionne2022-03-09-8/+0
* [libc++][NFC] Cleanups in <charconv>.Mark de Wever2022-03-09-41/+42
* [libc++] Don't manually override NDEBUG in the dylib buildLouis Dionne2022-03-09-3/+0
* [libcxx][CI] Use temporary clang-13 bots for Arm/AArch64David Spickett2022-03-09-6/+6
* [libcxx] [test] XFAIL the get/put long_double_ru_RU tests on Glibc < 2.27Martin Storsjö2022-03-09-0/+16
* [libcxx] [test] Fix the classic_table test on WindowsMartin Storsjö2022-03-09-28/+38
* [libc++] Fix a use-after-move introduced in D118003.Arthur O'Dwyer2022-03-08-1/+1
* [libc++][ranges] Implement ranges::mismatchNikolas Klauser2022-03-08-2/+411
* [libc++] Remove stray #undefLouis Dionne2022-03-08-2/+0
* [libc++] Remove extension to support allocator<const T>Louis Dionne2022-03-08-296/+334
* [libc++][NFC] Rename ostreambuf_iterator testLouis Dionne2022-03-08-0/+0
* [libc++] "Bottom-up heapsort" improvement to sort_heap.Arthur O'Dwyer2022-03-08-5/+55
* [libc++] Complexity regression tests for make_heap and sort_heap.Arthur O'Dwyer2022-03-08-0/+149
* [libc++] Remove workarounds for re-defining _LIBCPP_ASSERT in the test suiteLouis Dionne2022-03-08-73/+31
* [libc++] Enable more clang-tidy checks and list potential candidatesNikolas Klauser2022-03-08-1/+49
* [libcxx][AIX] Remove `LIBCXX-AIX-FIXME` in isalwayslockfree check after 86478...Kai Luo2022-03-08-3/+0
* Revert "[libc++] Remove extension to support allocator<const T>"Louis Dionne2022-03-07-23/+166
* [libc++] Make common_iterator's proxy types into aggregates.Arthur O'Dwyer2022-03-07-21/+8
* [libcxxabi] Fix cmake order dependency wrt dllexportingMartin Storsjö2022-03-07-0/+5
* [libc++] Remove extension to support allocator<const T>Louis Dionne2022-03-07-166/+23
* [libc++][AIX][test] Enable put_double/long_double locale testsJinsong Ji2022-03-07-161/+177
* [libc++] [ranges] Fix `decltype(auto) ranges::iter_move`.Arthur O'Dwyer2022-03-07-18/+36
* [libc++] Overhaul std::quoted; fix its relationship to character traits.Arthur O'Dwyer2022-03-07-68/+227
* [libc++] Better handling for zero-sized types.Arthur O'Dwyer2022-03-07-11/+124
* [libc++][ranges] Implement ranges::max_elementNikolas Klauser2022-03-07-1/+284
* [libc++][NFC] Improve release note formattingLouis Dionne2022-03-07-1/+1
* [libc++][NFC] Add missing whitespace in release notesLouis Dionne2022-03-07-0/+1
* [libc++] Add missing header <cuchar>Louis Dionne2022-03-07-56/+214
* [libcxx][atomic] Remove workaround for PR31864Kai Luo2022-03-06-35/+2
* [libc++] Granularize <utility> includesNikolas Klauser2022-03-05-29/+97
* [libc++] Don't warn that coroutines aren't supported when including <experime...Nikolas Klauser2022-03-05-8/+0
* [libc++] Add _LIBCPP_HIDE_FROM_ABI to __quoted_proxy ctors.Arthur O'Dwyer2022-03-04-0/+2
* [libc++] [NFC] Formatting preliminary to D120135 (std::quoted)Arthur O'Dwyer2022-03-04-62/+50
* [libc++] ADL-proof calls to __quoted and noskipws.Arthur O'Dwyer2022-03-04-7/+7
* [libcxx] Fix the ctype `is` (pointer version) function for WindowsMartin Storsjö2022-03-05-13/+39
* [libc++] [LWG3656] Update the return type of std::bit_width.Arthur O'Dwyer2022-03-04-24/+25
* [libc++] Mark __wrap_iter's private constructors as explicit.Arthur O'Dwyer2022-03-04-2/+4
* [runtimes] Trigger CI jobs when only the runtimes/ subdirectory is touchedLouis Dionne2022-03-04-2/+2
* [libcxx] [test] Fix get_string_en_US, get_long_double_en_US for WindowsMartin Storsjö2022-03-04-66/+82
* [libcxx] [test] Fix the get/put long_double_zh_CN tests on WindowsMartin Storsjö2022-03-04-60/+95
* [libc++] Removes base member from tests.Mark de Wever2022-03-03-5972/+5962
* [libc++] Remove _LIBCXX_MODULES_BUILD and ext/ headers from header testsNikolas Klauser2022-03-03-41/+0
* [libc++] Move several defines to ADDITIONAL_COMPILE_FLAGS in the test suiteLouis Dionne2022-03-03-130/+115
* [libc++] Move .fail.cpp test to .verify.cppLouis Dionne2022-03-03-6/+2
* [libcxx][test][NFC] Add tests for constructors of unordered [multi]map since ...Ruslan Arutyunyan2022-03-03-0/+965