summaryrefslogtreecommitdiff
path: root/libcxx/include/__exception
AgeCommit message (Expand)Author
2025-11-11[libc++] Remove __is_replaceable emulation (#167355)Louis Dionne
2025-11-10[libc++] Replace __libcpp_is_final with a variable template (#167137)Nikolas Klauser
2025-11-05[libc++] Remove <cstdlib> include from <exception> (#166340)Nikolas Klauser
2025-11-03[libc++] Add move constructor & assignment to `exception_ptr` (#164281)Adrian Vogelsgesang
2025-08-05[libcxx] Initialize vcruntime __std_exception_data in the exception copy ctor...Martin Storsjö
2025-07-08[libc++] Fix std::make_exception_ptr interaction with ObjC (#135386)itrofimow
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-05-08[libc++] Add the __is_replaceable type trait (#132408)Louis Dionne
2025-03-27[libc++] Introduce unversioned namespace macros (#133009)Nikolas Klauser
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser
2024-11-06[libc++] Remove <stddef.h> includes from the granularized <cstddef> headers (...Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne
2024-08-27[libc++] Deprecate and remove std::uncaught_exception (#101830)A. Jiang
2024-07-03[libc++] Fix the signatures of `std::rethrow_if_nested` (#91365)A. Jiang
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-06-17[libc++] Mark more types as trivially relocatable (#89724)Nikolas Klauser
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne
2024-05-22[WebAssembly] Upstream misc. EH changes (#92990)Heejin Ahn
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser
2024-03-11[libc++] Only forward-declare ABI-functions in exception_ptr.h if they are me...itrofimow
2024-01-22[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std...itrofimow
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik777
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-05-23[libc++][NFC] Fix whitespace problems in the files added to ignore_format.txt...Nikolas Klauser
2023-03-31[libc++] Add __decay_t and use it instead of decay<>::typeNikolas Klauser
2023-03-13[libc++] Add missing include in exception_ptr.hHans Wennborg
2023-03-12[libc++] Granularize <exception>Nikolas Klauser