summaryrefslogtreecommitdiff
path: root/libcxx/include/__system_error
AgeCommit message (Expand)Author
2025-08-26[libc++] Remove a few incorrect _LIBCPP_EXPORTED_FROM_ABI annotations (#132602)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-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-03-31[libc++][NFC] Replace __attribute__((__const__)) with [[__gnu__::__const__]]Nikolas Klauser
2025-01-08[libcxx] Handle windows system error code mapping in std::error_code. (#93101)James Y Knight
2024-11-16[libc++] Avoid including <string> in <mutex> (#116254)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-10-06[libc++] Fix a typo (#111239)Yang Kun
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser
2024-04-13[libc++] Undeprecate POSIX STREAM macros. (#88296)Mark de Wever
2024-03-21[libc++] Deprecates std::errc constants. (#80542)Mark de Wever
2024-01-26[libc++] Annotate generic_category/system_category as const (#78052)Benjamin Kramer
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-08-29[libc++] Adds __throw_system_error overload.Mark de Wever
2023-08-18[libc++][NFC] Refactor enable_ifs in defaulted arguments to defaulted templat...Nikolas Klauser
2023-08-15[libc++][NFC] Refactor return type enable_ifs to defaulted template argumentsNikolas Klauser
2023-08-11[libc++] Optimize internal function in <system_error>Edoardo Sanguineti
2023-06-29[libc++][Modules] Make module exports consistent with header includesIan Anderson
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-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-04-12[NFC][libc++] Use _LIBCPP_HIDE_FROM_ABI.Mark de Wever
2023-04-11[libc++] Formats the sytem_error headers.Mark de Wever
2023-04-10[libc++] Move __errc to __system_error/errc.hNikolas Klauser
2023-04-09[libc++] Granularize system_error.Mark de Wever