summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/expected/expected.expected
AgeCommit message (Expand)Author
2025-09-24[libc++] Implement Resolution of LWG 3886 (#155356)William Tran-Viet
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-08-10[libc++] Implement LWG4222 'expected' constructor from a single value missing...yronglin
2025-06-29[libc++][NFC] Refactored equality comparisons tests for `pair` and `expected`...Hristo Hristov
2025-06-11[libc++] Upgrade to GCC 15 (#138293)Nikolas Klauser
2025-05-07[libc++] Implement P3379R0 Constrain `std::expected` equality operators (#135...yronglin
2025-01-28[libc++] Update the CI to Clang-20 and drop Clang-17 support (#117429)Nikolas Klauser
2024-12-10[libcxx][test] Silence nodiscard warnings for `std::expected` (#119174)Stephan T. Lavavej
2024-07-31[libc++][NFC] Add missing license headersLouis Dionne
2024-07-06[libc++] Remove annotations for GCC 13 and update the documentation (#97744)Nikolas Klauser
2024-06-26[libc++] restrict the expected conversion constructor not compete against cop...Hui
2024-06-01 [libc++] Fix failures with GCC 14 (#92663)Nikolas Klauser
2024-01-22[libc++] Ensure that std::expected has no tail padding (#69673)Jan Kokemüller
2023-11-27[libc++][test] Avoid C++23 Core features that MSVC lacks (#73438)Stephan T. Lavavej
2023-11-27[libc++][test] Cleanup typos and unnecessary semicolons (#73435)Stephan T. Lavavej
2023-10-30[libc++] Fix UB in <expected> related to "has value" flag (#68552) (#68733)Jan Kokemüller
2023-09-25[libc++] Remove the CI job testing Clang 15 (#66406)Louis Dionne
2023-09-25[runtimes] Bump the supported AppleClang version to AppleClang 15 (#67065)Louis Dionne
2023-09-21[runtimes][NFC] Remove old Lit annotations for gcc-12 and clang-14Louis Dionne
2023-09-06[libc++] Implement LWG3938 (Cannot use std::expected monadic ops with move-on...yronglin
2023-08-25[libc++][NFC] Fix typos in commentsLouis Dionne
2023-08-20[libc++][expected] Implement LWG3836yrong
2023-07-08[libc++] Implement LWG3843 (std::expected<T,E>::value() & assumes E is copy c...yrong
2023-05-18[libc++] Implement P2505R5(Monadic operations for std::expected).yronglin
2023-05-18Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."yronglin
2023-05-17[libc++] Implement P2505R5(Monadic operations for std::expected).yronglin
2023-04-15[libc++] Removes Clang 14 support.Mark de Wever
2023-01-06[libc++][test] Suppress MSVC warnings in std::expected testsCasey Carter
2022-12-31[NFC][libc++] Removes concepts tests.Mark de Wever
2022-12-14[libc++] Implement `std::expected` P0323R12Hui Xie