aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/std/experimental
AgeCommit message (Expand)Author
2022-07-29[libc++] Implement P1004R2 (constexpr std::vector)Nikolas Klauser
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid
2022-07-19[libc++] Re-apply "Always build c++experimental.a""Louis Dionne
2022-07-18Revert "[libc++] Always build c++experimental.a"Hans Wennborg
2022-07-14[libc++] Add missing UNSUPPORTED annotations to experimental tests that use RTTILouis Dionne
2022-07-08[libc++] Always build c++experimental.aLouis Dionne
2022-06-30Improve the formatting of static_assert messagesCorentin Jabot
2022-06-17[libc++] Implement std::boyer_moore{, _horspool}_searcherNikolas Klauser
2022-06-16[libc++] Remove now-unused experimental/filesystem config fileLouis Dionne
2022-05-28[libc++] Remove unused __functional includesNikolas Klauser
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-02-15[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer
2022-02-12[libc++] Remove <experimental/filesystem> headerJoe Loser
2022-01-20[libcxx][test] Use TEST_HAS_BUILTIN in test codeCasey Carter
2022-01-13[libc++] LWG3171: implement operator<< for filesystem::directory_entry.Konstantin Varlamov
2021-11-18[Coroutine] Warn deprecated 'std::experimental::coro' usesChuanqi Xu
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-10-01[libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI.Arthur O'Dwyer
2021-05-26[libcxx][nfc] Fix the ASAN bots: update expected.pass.cpp.zoecarver
2021-05-02[libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`Christopher Di Bella
2021-03-24[libcxx] [test] Add return values after assert(false) in some experimental testsMartin Storsjö
2021-03-03[libc++] NFC: Normalize links to bug reportsLouis Dionne
2021-01-19[libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistentLouis Dionne
2020-11-26[libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.Marek Kurdej
2020-11-23[libcxx] Resolve LWG 2724 protected -> private.zoecarver
2020-10-27[libc++] Add a libc++ configuration that does not support localizationLouis Dionne
2020-09-28[libc++] Fix heap UaF issue in coroutine testLouis Dionne
2020-06-23[Coroutines] Fix a few failing testsXun Li
2020-06-23[libcxx tests] Clang is more strict now about coroutinesDavid Zarzycki
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis Dionne
2020-03-31[libc++] Provide a method for adding compiler flags in lit.local.cfg filesLouis Dionne
2020-03-04[libc++][P0174] Deprecated/removed parts of default allocator.Michael Park
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-09-25[libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne
2019-09-25Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov
2019-09-24[libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-06-11[libcxx] Slightly improved policy for handling experimental featuresLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-04-30Implement LWG 2960: nonesuch is insufficiently uselessMarshall Clow
2019-04-23Fix namespace name conflict with GCCEric Fiselier
2019-03-26Revert "[coroutines] Add std::experimental::task<T> type"Brian Gesiak