Age | Commit message (Expand) | Author |
---|---|---|
2022-01-16 | AK: Mark the error branch of the TRY() macro as unlikely | Idan Horowitz |
2021-11-10 | AK+LibJS: Simplify MUST() and move it from LibJS to AK/Try.h | Andreas Kling |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-15 | AK: Rename the local variable in the TRY() macro to avoid name clashes | Linus Groh |
2021-09-05 | AK: Add a TRY(expression) macro to simplify the unwrap-or-return pattern | Andreas Kling |