Age | Commit message (Expand) | Author |
---|---|---|
2023-02-10 | AK+Everywhere: Do not implicitly copy variables in TRY macros | Timothy Flynn |
2023-01-15 | Everywhere: Fully qualify IsLvalueReference in TRY() macros | Andrew Kaster |
2023-01-13 | AK+Everywhere: Disallow returning a reference from a fallible expression | Timothy Flynn |
2022-12-06 | AK: Ignore -Wshadow in TRY() and MUST() | Linus Groh |
2022-10-16 | AK: Document the non-standard extensions in TRY | Paul Herman |
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 |