summaryrefslogtreecommitdiff
path: root/libcxx/src/experimental
AgeCommit message (Expand)Author
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-07-24[libc++][hardening] Add an experimental function to log hardening errors (#14...Konstantin Varlamov
2025-06-11[libc++] Upgrade to GCC 15 (#138293)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-02-20[NFC][libc++][TZDB] Fixes formatting.Mark de Wever
2025-02-18[libc++][TZDB] Improves system time zone detection. (#127339)Mark de Wever
2025-02-04[libc++][TZDB] Fixes %z escaping. (#125399)Mark de Wever
2025-01-28[libc++] Update the CI to Clang-20 and drop Clang-17 support (#117429)Nikolas Klauser
2025-01-11[libc++] Improve diagnostic when failing to parse the tzdb (#122125)Louis Dionne
2025-01-08[libc++][NFC] Add missing includes in tzdb.cppLouis Dionne
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-07-07[libc++][TZDB] Makes implementation experimental. (#95657)Mark de Wever
2023-11-27[libc++] Remove experimental pmr headers now shipped in mainline (#73172)Louis Dionne
2023-08-18[libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylibLouis Dionne
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2022-11-01[libc++][PMR] Deprecate the implementation in std::experimentalNikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2022-02-15[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer
2021-12-26Ensure newlines at the end of files (NFC)Kazu Hirata
2021-12-20[libcxx] Add deprecation notices to macros deprecated in P0883R2Raul Tambre
2021-12-13[libc++] Change workaround for init_priority((100)) outside of system headersLouis Dionne
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-10-06[libc++] Use init_priority(100) when possibleLouis Dionne
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2021-02-09[libc++] Remove C++11 work-arounds in src.Mark de Wever
2020-11-20Guard init_priority attribute within libc++Zbigniew Sarbinowski
2019-12-02[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny
2019-09-13Fix build in C++20Eric Fiselier
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek
2019-03-09LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"Eric Fiselier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-25Implement sized deallocation for std::allocator and friends.Eric Fiselier
2018-10-25Temporarily Revert "Implement sized deallocation for std::allocator and frien...Eric Christopher
2018-10-24Implement sized deallocation for std::allocator and friends.Eric Fiselier
2018-07-27Implement <filesystem>Eric Fiselier
2018-07-26Be more consistent about which bool value means an error occurredEric Fiselier
2018-07-26Cleanup the last_write_time internalsEric Fiselier
2018-07-26Fix attribute placement WRT extern CEric Fiselier
2018-07-26[libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefi...Eric Fiselier
2018-07-25[libc++] Follow-up to r337968: use an explicit cast as suggested by EricAlex Lorenz
2018-07-25Fix GCC build in C++14 w/o c++14 constexprEric Fiselier
2018-07-25Fix failing test under C++14Eric Fiselier
2018-07-25[libc++] Follow-up to r337960: specify lambda's return type to avoidAlex Lorenz
2018-07-25Make <experimental/filesystem> compile with gcc 4.8.5Eric Fiselier
2018-07-25[libc++] Use __int128_t to represent file_time_type.Eric Fiselier
2018-07-25Fix bugs in create_directory implementation.Eric Fiselier