index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Result.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-28
AK: Allow to "get a result" from Result<void>
Hendiadyoin1
2021-05-08
AK: Let Result<T, E> know its Value and Error types
Ali Mohammad Pur
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