summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental
Commit message (Expand)AuthorAgeFilesLines
...
* Remove more of the std::experimental bits that are now in std::. All the _v t...Marshall Clow2018-02-065-616/+4
* Remove <experimental/string_view>; use <string_view> instead. See https://lib...Marshall Clow2018-02-051-808/+1
* Implement LWG 3014 - Fix more noexcept issues in filesystem.Eric Fiselier2018-02-041-8/+8
* Implement LWG2989: path's streaming operators allow everything under the sun.Eric Fiselier2018-02-041-35/+37
* Remove std::experimental::sample; use std::sample instead. See https://libcxx...Marshall Clow2018-02-011-15/+2
* Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm...Marshall Clow2018-02-011-109/+1
* Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_...Marshall Clow2018-02-011-582/+1
* Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow2018-02-011-912/+1
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...Marshall Clow2017-11-161-1/+2
* Rename identifiers named `__output`Alexander Richardson2017-11-142-7/+7
* Implement LWG 3013 - some filesystem members should not be noexcept.Eric Fiselier2017-10-301-11/+11
* any: Add availability for experimental::bad_any_castDuncan P. N. Exon Smith2017-06-181-4/+5
* Allow coroutine_handle<const T> to support creation from const references to ...Eric Fiselier2017-06-161-2/+4
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-317-17/+50
* Fix <experimental/coroutine> in C++03Eric Fiselier2017-05-291-2/+2
* [coroutines] Make coroutine_handle<T>::from_address ill-formed for everything...Eric Fiselier2017-05-291-2/+26
* Fix coroutine test failures caused by API misusages.Eric Fiselier2017-05-291-0/+9
* Fix multiple bugs in coroutine tests.Eric Fiselier2017-05-291-0/+3
* Get <experimental/coroutine> working in C++03.Eric Fiselier2017-05-261-33/+37
* Guard <experimental/coroutine> against older Clang versions.Eric Fiselier2017-05-261-5/+5
* Re-add <experimental/coroutine> to the module map.Eric Fiselier2017-05-251-3/+3
* Update more coroutine_handle signatures to reflect N4663.Eric Fiselier2017-05-251-3/+3
* Update coroutine_handle<P>::promise to reflect N4663.Eric Fiselier2017-05-251-8/+2
* Add <experimental/coroutine>Eric Fiselier2017-05-252-0/+267
* Fix GCC 7 test failures.Eric Fiselier2017-05-091-6/+7
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-042-4/+7
* Diagnose when reverse_iterator is used on path::iterator.Eric Fiselier2017-04-131-10/+2
* Work around recent -Wshadow changes in ClangEric Fiselier2017-04-041-0/+11
* Implement LWG 2787 - [file_status.cons] is inconsistentEric Fiselier2017-03-061-2/+4
* remove max_size() extension from polymorphic_allocator. It is unneededEric Fiselier2017-03-021-6/+6
* Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow2017-02-101-11/+16
* Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are noe...Marshall Clow2017-02-051-1/+1
* Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...Marshall Clow2017-02-051-1/+1
* experimental: remove some extraneous _LIBCPP_FUNC_VISSaleem Abdulrasool2017-01-301-14/+13
* experimental: tolerate the existence of a `__deref` macroSaleem Abdulrasool2017-01-301-6/+9
* Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for ...Marshall Clow2017-01-241-0/+4
* Fix filesystem::path assignment from {}Eric Fiselier2017-01-181-0/+1
* Revert "Rework fix for PR19460 - Use explicit bool as an extension instead."Eric Fiselier2017-01-131-6/+1
* Replace identifiers called `__out` because Windows.h #defines it.Eric Fiselier2017-01-072-7/+7
* [libc++] Tolerate presence of __deallocate macroEric Fiselier2017-01-071-8/+5
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-047-15/+15
* Rework fix for PR19460 - Use explicit bool as an extension instead.Eric Fiselier2017-01-021-1/+6
* Fix unused parameters and variablesEric Fiselier2016-12-232-4/+8
* Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for...Marshall Clow2016-11-261-0/+18
* Implement the 'detection idiom' from LFTS v2Marshall Clow2016-11-261-0/+85
* Optimize filesystem::path by providing weaker exception guarantees.Eric Fiselier2016-10-311-2/+12
* Improve performance of constructing filesystem::path from strings.Eric Fiselier2016-10-301-3/+4
* Rewrite std::filesystem::path iterators and parserEric Fiselier2016-10-301-6/+19
* Fix use of non-constexpr C++14 addressofEric Fiselier2016-10-161-1/+1
* Update status for std::optional LWG issues and fix an optional SFINAE bugEric Fiselier2016-10-161-0/+4
OpenPOWER on IntegriCloud