summaryrefslogtreecommitdiff
path: root/AK/Result.h
AgeCommit message (Expand)Author
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