aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/experimental
AgeCommit message (Expand)Author
2022-07-13[libc++] Implement ranges::find_end, ranges::search{, _n}Nikolas Klauser
2022-07-13Revert "[libc++] Implement ranges::find_end, ranges::search{, _n}"Nikolas Klauser
2022-07-13[libc++] Implement ranges::find_end, ranges::search{, _n}Nikolas Klauser
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne
2022-06-17[libc++] Implement std::boyer_moore{, _horspool}_searcherNikolas Klauser
2022-05-28[libc++] Remove unused __functional includesNikolas Klauser
2022-04-26[libc++] Remove <functional> includesNikolas Klauser
2022-04-20[libc++] Granularize <functional> includesNikolas Klauser
2022-04-03[libc++] Remove unused <iosfwd> include from <__debug>Louis Dionne
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-17[libc++] Remove <utility> includesNikolas Klauser
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser
2022-03-05[libc++] Don't warn that coroutines aren't supported when including <experime...Nikolas Klauser
2022-02-17Remove __uncvref; use __uncvref_t insteadNikolas Klauser
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser
2022-02-12[libc++] Remove <experimental/filesystem> headerJoe Loser
2022-02-11[libc++] Remove __functional_baseNikolas Klauser
2022-02-08[libc++] Remove outdated synopsis parts in experimental/functionalJoe Loser
2022-02-07[libc++] Mark some members private in experimental/functionalJoe Loser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-14[libc++][NFC] Remove clang-diagnostic-c++98-compat-extra-semi warnings in exp...Nikolas Klauser
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer
2021-12-05[libc++] Add missing `#pragma GCC system_header` in a few headers. NFCI.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-11-16[libcxx] [Coroutine] Conform Coroutine ImplementationChuanqi Xu
2021-10-18[libcxx] Make allocator<T>:allocate throw bad_array_new_lengthMikhail Maltsev
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-09-22[libc++][NFCI] Remove uses of _LIBCPP_INLINE_VARLouis Dionne
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-07-01[libcxx][functional][modular] splices <functional> into modular headersChristopher Di Bella
2021-06-29[libc++] NFCI: Remove __functional/search.hLouis Dionne
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella
2021-06-19[libcxx] Move all algorithms into their own headersLouis Dionne
2021-06-07Revert "[libcxx][gardening] Move all algorithms into their own headers."Petr Hosek
2021-06-04[libcxx][gardening] Move all algorithms into their own headers.zoecarver
2021-05-11[libc++] Remove more unnecessary _VSTD:: from type names. NFCI.Arthur O'Dwyer
2021-05-11[libc++] s/std::size_t/size_t/g. NFCI.Arthur O'Dwyer
2021-05-11[libc++] s/_VSTD::declval/declval/g. NFCI.Arthur O'Dwyer
2021-04-22[libc++] Fix some typos and remove unused macros. NFCI.Arthur O'Dwyer
2021-04-06[libcxx] Fix the type attribute for a couple templatesMartin Storsjö
2021-04-01[libc++] Build and test with -Wundef warning. NFC.Marek Kurdej
2020-12-03[libc++] Update and normalize the "all the headers" tests.Arthur O'Dwyer
2020-11-23[libcxx] Resolve LWG 2724 protected -> private.zoecarver
2019-10-23[NFC] Strip trailing whitespace from libc++Louis Dionne
2019-10-23[libc++][NFC] Remove excess trailing newlines from most filesCasey Carter
2019-09-26[libcxx] Do not implicitly #include assert.hDavid Zarzycki
2019-06-11[libcxx] Slightly improved policy for handling experimental featuresLouis Dionne