Age | Commit message (Expand) | Author |
---|---|---|
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-12 | LibCore: Rename `Stream::read_all` to `read_until_eof` | Tim Schumacher |
2022-12-10 | test-test262: Use HashMap::try_ensure_capacity | Thomas Queiroz |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-12 | test-test262: Port to Core::Stream and use TRY more | davidot |
2022-10-12 | test-test262: Close the output file stream after writing | davidot |
2022-09-11 | LibJS: Add the test-test262 utility | davidot |