summaryrefslogtreecommitdiff
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 9.0.1Tom Stellard2019-10-091-1/+1
* Update libc++ release notesZoe Carver2019-08-301-0/+33
* ReleaseNotes: remove in-progress warning and empty sectionsHans Wennborg2019-08-291-19/+3
* Merging r369364:Hans Wennborg2019-08-261-1/+1
* Merging r369537:Hans Wennborg2019-08-221-2/+5
* Merging r369399:Hans Wennborg2019-08-211-8/+11
* Merging r368867 and r368916:Hans Wennborg2019-08-204-78/+95
* Merging r366868:Hans Wennborg2019-08-052-0/+21
* Drop svn version suffix.Hans Wennborg2019-07-191-1/+1
* [libc++] XFAIL a test that does not behave properly on older ClangLouis Dionne2019-07-171-0/+4
* [libcxx] Rejigger test for destroying delete feature-test macrosLouis Dionne2019-07-161-4/+13
* [libc++] Add missing UNSUPPORTED for CTAD testsLouis Dionne2019-07-162-0/+2
* Add contains method to associative containers. This patch implements P0458R2,...Zoe Carver2019-07-169-6/+263
* [libc++] Implement P0433: deduction guides for <unordered_map>Louis Dionne2019-07-158-7/+1106
* Constrain workaround to avoid affecting other buildbotsEric Fiselier2019-07-151-2/+4
* Improve compile time of variant.Eric Fiselier2019-07-142-31/+154
* Add test for variant construction with duplicate types.Eric Fiselier2019-07-141-0/+12
* Cleanup whitespace in <variant>. NFC.Eric Fiselier2019-07-141-11/+7
* Harden variant test added in r366022Eric Fiselier2019-07-141-3/+3
* Avoid eager template instantiation caused by the variant narrowing checks.Eric Fiselier2019-07-142-9/+41
* Fix non-conformance it `std::tuple`.Eric Fiselier2019-07-122-20/+47
* Add option to disable variant narrowing conversion changes.Eric Fiselier2019-07-128-93/+105
* [libc++] Add XFAILs for CTAD tests on older compilersLouis Dionne2019-07-122-0/+2
* Mark destroying delete test as UNSUPPORTED with clang 7Eric Fiselier2019-07-121-1/+1
* Tolerate import errors in "not.py" implementationEric Fiselier2019-07-121-4/+12
* Reorganize the 'bit' header to make most of the facilities available for inte...Marshall Clow2019-07-125-117/+263
* Add another buildbot username to the workaround listEric Fiselier2019-07-121-1/+1
* Attempt to override broken buildbot config for libc++abi.Eric Fiselier2019-07-121-0/+8
* Fix memory leak in set and map.Eric Fiselier2019-07-113-128/+129
* [libc++] Implement deduction guides for <unordered_set>Louis Dionne2019-07-115-6/+702
* build: use multiple `install` rather than building up a listSaleem Abdulrasool2019-07-091-12/+20
* Revert "[libc++] Take 2: Do not cleverly link against libc++abi just because ...Vitaly Buka2019-07-082-1/+14
* [libc++] Take 2: Do not cleverly link against libc++abi just because it happe...Louis Dionne2019-07-082-14/+1
* Make forward_list::remove/remove_if/unique all return void before C++20; undo...Marshall Clow2019-07-086-82/+152
* Make ~mutex and ~condition_variable trivial on Windows.Eric Fiselier2019-07-075-19/+66
* Fix PR27658 - Make ~mutex trivial when possible.Eric Fiselier2019-07-076-20/+73
* Make list::remove/remove_if/unique all return void before C++20; undoes that ...Marshall Clow2019-07-065-33/+103
* This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...Zoe Carver2019-07-056-4/+70
* Revert "[libc++] Do not cleverly link against libc++abi just because it happe...Louis Dionne2019-07-052-1/+14
* [libc++] Do not cleverly link against libc++abi just because it happens to be...Louis Dionne2019-07-052-14/+1
* docs: add documentation for `LIBCXX_INCLUDE_TESTS`Saleem Abdulrasool2019-07-041-0/+6
* Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://r...Marshall Clow2019-07-033-2/+50
* Fix tuple's conditionally explicit constructors for very weird userEric Fiselier2019-07-032-1/+24
* [libc++] Update availability markup for Filesystem on Apple platformsLouis Dionne2019-07-032-11/+11
* Update status of papers for upcoming WG21 meeting. NFCMarshall Clow2019-07-021-3/+3
* Use new '__libcpp_is_constant_evaluated' call to remove an '#ifdef' from the ...Marshall Clow2019-07-021-6/+2
* Mark the newly added '__libcpp_is_constant_evaluated' as 'inline', since it c...Marshall Clow2019-07-021-2/+4
* Add a private call '__libcpp_is_constant_evaluated' which 'works' for old lan...Marshall Clow2019-07-012-1/+40
* Update status for bit operationsMarshall Clow2019-07-011-2/+2
* Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org...Marshall Clow2019-07-0114-18/+2158