Age | Commit message (Expand) | Author |
---|---|---|
2021-11-22 | AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failures | Andreas Kling |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-11-17 | AK: Forward declare Error and ErrorOr in AK/Forward.h | Andreas Kling |
2021-11-08 | AK: Add some more ways to construct Error and ErrorOr<T> | Andreas Kling |
2021-11-08 | AK: Make Error.h pull in Try.h | Andreas Kling |
2021-11-08 | AK: Allow subclassing Error | Andreas Kling |
2021-11-08 | AK: Make Error and ErrorOr<T> work in Lagom as well :^) | Andreas Kling |
2021-11-08 | AK: Add ErrorOr<T>::release_value_but_fixme_should_propagate_errors() | Andreas Kling |
2021-11-08 | AK: Bring AK::Error into the global namespace | Andreas Kling |
2021-11-08 | AK: Add Error and ErrorOr<T> | Andreas Kling |
2020-04-21 | AK: Remove unused Error template | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-07-31 | Add Error<> | Robin Burchell |