Age | Commit message (Expand) | Author |
---|---|---|
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher |
2023-01-27 | AK: Remove StringBuilder::build() in favor of to_deprecated_string() | Linus Groh |
2022-12-12 | LibCore: Rename `Stream::read_all` to `read_until_eof` | Tim Schumacher |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-11-19 | diff: Port to Core::Stream | Sam Atkins |
2022-07-12 | Everywhere: Replace single-char StringView op. arguments with chars | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-12-16 | diff: Port to LibMain | Kenneth Myhra |
2021-09-24 | diff: Only color output when stdout is a tty | Mustafa Quraish |
2021-09-24 | diff: Show start/end of line ranges in source/target files | Mustafa Quraish |
2021-09-17 | Utilities: Add a basic `diff` utility | Mustafa Quraish |