summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Mark __c11_atomic_load as constJF Bastien2018-06-011-2/+2
* Filesystem tests: un-confuse write timeJF Bastien2018-06-011-14/+13
* Update ABI lists after change in r333467.Eric Fiselier2018-05-298-1885/+10425
* Mark deduction guide tests as failing on apple-clang-9JF Bastien2018-05-294-4/+4
* Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow2018-05-292-22/+30
* Mark __clear_and_shrink() as noexcept. This prevents the generation of a catc...Marshall Clow2018-05-291-2/+2
* LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"Eric Fiselier2018-05-299-35/+318
* Fix up the final bits of breakage due to clang v5 generating bad implicit tem...Marshall Clow2018-05-283-12/+17
* Mark the template deduction tests as UNSUPPORTED on clang 5, because it deduc...Marshall Clow2018-05-282-1/+6
* Revert "Add nonnull; use it for atomics"JF Bastien2018-05-263-232/+23
* Fix GCC handling of ATOMIC_VAR_INITJF Bastien2018-05-261-2/+2
* Add nonnull; use it for atomicsJF Bastien2018-05-253-23/+232
* Fix optional<char> test breakageJF Bastien2018-05-251-0/+4
* Fix array deduction guide test breakageJF Bastien2018-05-251-0/+3
* Fix optional deduction guide test breakageJF Bastien2018-05-252-2/+2
* Add one more test for optionalMarshall Clow2018-05-251-5/+14
* Add deduction guides for optionalMarshall Clow2018-05-253-0/+91
* Do not define template specialization __libcpp_is_floating_point<__fp16>Akira Hatanaka2018-05-232-0/+4
* Teach __libcpp_is_floating_point that __fp16 and _Float16 areAkira Hatanaka2018-05-232-0/+26
* Mark more bits of P0433 as complete.Marshall Clow2018-05-231-2/+2
* Implement deduction guides for basic_regexMarshall Clow2018-05-233-0/+196
* [libcxx] [test] Mark the test as unsupported by apple-clang-8.1.Volodymyr Sapsai2018-05-221-1/+1
* Change the names of two private methods: allocate -> __vallocate and dealloca...Marshall Clow2018-05-221-41/+41
* Missed the tests for the deduction guides for prority_queueMarshall Clow2018-05-222-0/+181
* Deduction guides for the container adaptors - queue, stack, and priority_queueMarshall Clow2018-05-226-0/+367
* Implement deduction guides for vectorMarshall Clow2018-05-213-7/+184
* Deduction guides for listMarshall Clow2018-05-203-2/+169
* Implement deduction guides for forward_listMarshall Clow2018-05-193-0/+167
* Remove expression '1L + INT_MAX', because it overflows on machines where int/...Marshall Clow2018-05-191-2/+2
* Implement deduction guides for <deque>Marshall Clow2018-05-183-3/+166
* Disable 'missing-braces' warningMarshall Clow2018-05-182-0/+9
* Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/...Marshall Clow2018-05-183-1/+102
* [libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.en...Billy Robert O'Neal III2018-05-171-1/+0
* Add void casts to suppress nodiscard on linear_congruential_engine.Billy Robert O'Neal III2018-05-172-3/+3
* Condition usage of locale stdlib functions on Android API versionPeter Collingbourne2018-05-161-7/+8
* Emit an error when include <atomic> after <stdatomic.h>Volodymyr Sapsai2018-05-151-0/+3
* Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094.Volodymyr Sapsai2018-05-141-1/+1
* [libcxx] [test] Update msvc_stdlib_force_include.hpp.Stephan T. Lavavej2018-05-111-4/+0
* Fix failing test due to incorrect use of noexceptEric Fiselier2018-05-111-14/+0
* Fix PR37407 - callable traits don't correctly check complete types.Eric Fiselier2018-05-103-143/+39
* More notes on Rapperswil issuesMarshall Clow2018-05-101-9/+9
* Allow copy elision in path concatenationDavid Bolvansky2018-05-091-1/+3
* Revert "Emit an error when mixing <stdatomic.h> and <atomic>"Volodymyr Sapsai2018-05-082-31/+0
* Status updates for RapperswilMarshall Clow2018-05-071-4/+4
* Update for RapperswilMarshall Clow2018-05-071-71/+37
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-05-051-8/+8
* [libcxx] [test] Fix MSVC x64 truncation warning.Stephan T. Lavavej2018-05-051-1/+1
* Emit an error when mixing <stdatomic.h> and <atomic>Volodymyr Sapsai2018-05-022-0/+31
* Fix return type of isinf(double) and isnan(double) where possible.Richard Smith2018-05-012-6/+36
* [libcxx] [test] Remove non-portable assertions from filebuf testsBilly Robert O'Neal III2018-04-262-10/+18
OpenPOWER on IntegriCloud