Age | Commit message (Expand) | Author |
---|---|---|
2023-03-13 | AK: Rename Stream::read_entire_buffer to Stream::read_until_filled | Tim Schumacher |
2023-03-05 | Tests: Migrate to Directory::for_each_entry() | Sam Atkins |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher |
2022-12-12 | LibCore: Propagate errors from `Stream::*_entire_buffer` | Tim Schumacher |
2022-12-12 | LibCore: Rename `Stream::*_or_error` to `*_entire_buffer` | Tim Schumacher |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-20 | Everywhere: Move cpp-tests under /home/anon/Tests | Brian Gianforcaro |
2022-03-10 | Tests: Port test-cpp-parser to Core::Stream | Sam Atkins |
2021-08-07 | LibCpp: Do lexing in the Preprocessor | Itamar |
2021-05-19 | LibCpp: Add regression tests for the parser | Itamar |