Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-01 | AK: Fix bogus return type of Result::release_error() (#6054) | vcollette |
2021-01-09 | AK: Add release_value() and release_error() to AK::Result | Andreas Kling |
2021-01-01 | AK: Add Result<void, ErrorType> specialization, cleanup | Andrew Kaster |
2020-12-31 | Everywhere: Re-format with clang-format-11 | Linus Groh |
2020-10-03 | AK: Make Buffered<T> non-copyable. | asynts |
2020-09-25 | Meta+AK: Make clang-format-10 clean | Ben Wiederhake |
2020-08-05 | AK: Decorate AK::Result<V, E> with [[nodiscard]] | Brian Gianforcaro |
2020-04-21 | AK: Simplify Result class so we can start using it | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-07-31 | Add Result<>, to use with/complement Error | Robin Burchell |