summaryrefslogtreecommitdiff
path: root/AK/Result.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-11-28AK: Allow to "get a result" from Result<void>Hendiadyoin1
2021-05-08AK: Let Result<T, E> know its Value and Error typesAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-01AK: Fix bogus return type of Result::release_error() (#6054)vcollette
2021-01-09AK: Add release_value() and release_error() to AK::ResultAndreas Kling
2021-01-01AK: Add Result<void, ErrorType> specialization, cleanupAndrew Kaster
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-10-03AK: Make Buffered<T> non-copyable.asynts
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-08-05AK: Decorate AK::Result<V, E> with [[nodiscard]]Brian Gianforcaro
2020-04-21AK: Simplify Result class so we can start using itAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-07-31Add Result<>, to use with/complement ErrorRobin Burchell