summaryrefslogtreecommitdiff
path: root/libcxx/include/optional
AgeCommit message (Expand)Author
2025-11-13[libc++] Merge is_{,un}bounded_array.h into is_array.h (#167479)Nikolas Klauser
2025-11-12[libc++] Implement P2988R12: `std::optional<T&>` (#155202)William Tran-Viet
2025-11-11[libc++] Remove __is_replaceable emulation (#167355)Louis Dionne
2025-09-24[libc++] Implement Resolution of LWG 3886 (#155356)William Tran-Viet
2025-08-18[libc++] Implement P3168R2: Give optional range support (#149441)William Tran-Viet
2025-07-15[libc++] P2944R3: Constrained comparisons - `optional` (#144249)Hristo Hristov
2025-06-02[libc++] Remove availability annotations which can't fire anymore (#140049)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-23[libc++][NFC] Replace a few "namespace std" with the correct macro (#140510)Nikolas Klauser
2025-05-08[libc++] Add the __is_replaceable type trait (#132408)Louis Dionne
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne
2025-02-15[libc++][NFC] Make enable_ifs in <optional> consistent (#127184)Nikolas Klauser
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-11-04[libc++][NFC] Use more appropriate type traits for a few cases (#114025)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-10-03[libc++] Re-apply LWG3870: Remove `voidify` (#110944)A. Jiang
2024-10-01Revert "[libc++] LWG3870: Remove `voidify` (#110355)" (#110587)Michael Buch
2024-10-01[libc++] LWG3870: Remove `voidify` (#110355)A. Jiang
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser
2024-08-14[libc++] Fix ambiguous constructors for std::complex and std::optional (#103409)Louis Dionne
2024-07-21[libc++] Makes `unique_ptr operator*() noexcept. (#98047)Mark de Wever
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-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser
2024-03-14[libc++] Remove a few includes from <__functional/hash.h> (#83254)Nikolas Klauser
2024-03-03[libc++] Rename __fwd/hash.h to __fwd/functional.h and add reference_wrapper ...Nikolas Klauser
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-11-26[libc++][NFC] Use __construct_at and __destroy_at instead of using preprocess...philnik777
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik777
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov
2023-08-20[libc++][expected] Implement LWG3836yrong
2023-07-24[libc++] Fix template parameter naming and enforce it through readability-ide...Nikolas Klauser
2023-07-20[libc++][hardening] Categorize most assertions inside the container classes.varconst
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-05-07[libc++][Modules] Add missing includes and exportsIan Anderson
2023-05-05[libc++][spaceship] Implement `operator<=>` for `optional`Hristo Hristov
2023-04-27Fix EBO on std::optional and std::variant when targeting the MSVC ABIEric Fiselier
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser