Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-04-04 | AK: Allow Optional<T&> to exist | Ali Mohammad Pur |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-11-10 | AK+Everywhere: Stop including Vector.h from StringView.h | Andreas Kling |
2021-09-04 | AK: Add rvalue-ref qualifiers for Optional's value() and value_or() | Andreas Kling |
2021-07-04 | Tests: Add tests for `Optional`'s conditionally trivial functions | Daniel Bertalan |
2021-06-01 | AK: Enable direct comparsion of Optional<T> and T | Max Wipfli |
2021-05-06 | Tests: Move AK tests to Tests/AK | Brian Gianforcaro |