summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2018-09-29[cxx2a] Fix warning triggered by r343285Vitaly Buka
2018-09-26[libc++] Remove Fuchsia-specific knowledge to pick the ABI versionLouis Dionne
2018-09-25Revert r342936 "Remove redundant null pointer check in operator delete"Louis Dionne
2018-09-25Remove redundant null pointer check in operator deleteFangrui Song
2018-09-23[libcxx] Fix the binder deprecation tests on Clang 5.Louis Dionne
2018-09-23[libcxx] Fix buildbots on DebianLouis Dionne
2018-09-23[libcxx] Document new symbols __u64toa and __u32toa on DarwinLouis Dionne
2018-09-23[libc++] Add deprecated attributes to many deprecated componentsLouis Dionne
2018-09-23[NFC][libcxx] Rename helpers with 4 underscores to something more reasonableLouis Dionne
2018-09-22[NFC][libc++] Fix typo in the description of LIBCXX_INCLUDE_BENCHMARKSLouis Dionne
2018-09-22Mark [[nodiscard]] tests unsupported on GCC prior to 7.0Eric Fiselier
2018-09-22Fix UB in SIMD tests.Eric Fiselier
2018-09-22[libcxx] Readjust nodiscard_extensions.pass.cpp test - just disable for ASANRoman Lebedev
2018-09-22Mark test as flakyEric Fiselier
2018-09-22Correct docs to reference the new libc++ lists.Eric Fiselier
2018-09-22[libcxx] Blind attempt to fix harmless leak in nodiscard_extensions.pass.cpp ...Roman Lebedev
2018-09-22[libcxx] Fix the definition of the check-cxx-abilist target on DarwinLouis Dionne
2018-09-22Document new symbols for __u64toa and __u32toaZhihao Yuan
2018-09-22[libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-...Roman Lebedev
2018-09-22Similar to the handling of darwin target triples, strip the versionDimitry Andric
2018-09-20fix some typos in the docSylvestre Ledru
2018-09-20add a quick link to libc++abiSylvestre Ledru
2018-09-20refresh the libc++ homepageSylvestre Ledru
2018-09-20Fix diagnostic regex in variant tests to tolerate older clang versionsEric Fiselier
2018-09-19Revert "Implement LWG 2221 - No formatted output operator for nullptr."Volodymyr Sapsai
2018-09-19Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as ht...Marshall Clow
2018-09-19Don't require relops on variant alternatives to all return the sameEric Fiselier
2018-09-19Remove unused include of "verbose_assert.h"Marshall Clow
2018-09-17Fix typoFangrui Song
2018-09-13Mark LWG#3102 as complete. No code changes, but I updated a test or twoMarshall Clow
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow
2018-09-12Actually mark LWG#2953, don't just say you've done so in r342070Marshall Clow
2018-09-12mark LWG#2953 as complete. No code changes required, but added a couple of ex...Marshall Clow
2018-09-12Update the failure annotations for the uncaught_exceptions test. The underlyi...Marshall Clow
2018-09-12Implement LWG #3017. list splice functions should use addressofMarshall Clow
2018-09-11Update the synopsis for <version>. NFCMarshall Clow
2018-09-11Fix PR# 38900 - don't call swap inside of random_shuffle when we'd be swappin...Marshall Clow
2018-09-10ReleaseNotes: update links to use httpsHans Wennborg
2018-09-07[asan] Update a vector's storage annotation during destruction. Reviewed as h...Marshall Clow
2018-09-06[libc++] Add a link to the Release notes from the main libc++ documentationLouis Dionne
2018-09-06[libcxx] Add ReleaseNotes.rst file for release notesLouis Dionne
2018-08-29Last week, someone noted that a couple of the time_point member functions wer...Marshall Clow
2018-08-28Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-...Marshall Clow
2018-08-27Fix ODR violation: namespace-scope helpers should not be declared 'static'.Richard Smith
2018-08-27Mark P0556 as 'in progress'Marshall Clow
2018-08-24[libc++] Fix handling of negated character classes in regexLouis Dionne
2018-08-24[libc++] Remove race condition in std::asyncLouis Dionne
2018-08-23Comment out #define __cpp_lib_node_extract, we only support half of that func...Erik Pilkington
2018-08-22Disable the aligned allocation test on old mac versions instead of XFAILing itReid Kleckner
2018-08-22Add diagnostics for min/max algorithms when a InputIterator is used.Eric Fiselier