Age | Commit message (Expand) | Author |
---|---|---|
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-06 | Kernel: Make KString factories return KResultOr + use TRY() everywhere | Andreas Kling |
2021-07-07 | Kernel: Add KLexicalPath::try_join and use it | Max Wipfli |
2021-07-07 | Kernel: Add KLexicalPath | Max Wipfli |