Age | Commit message (Expand) | Author |
---|---|---|
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 |