Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-22 | LibJS: Refactor interpreter to use Script and Source Text Modules | Luke Wilde |
2022-01-08 | LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-26 | Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes | Linus Groh |
2021-01-03 | FuzzJs: If the program successfully parsed, try running it | Luke |
2020-11-25 | Lagom: Fix FuzzJs build | Linus Groh |
2020-09-12 | LibJS: Fix start position of multi-line tokens | Ben Wiederhake |
2020-05-15 | LibJS: Let parser keep track of errors | Linus Groh |
2020-05-09 | Lagom: Add missing copyright header to FuzzJS.cpp | Linus Groh |
2020-04-08 | Lagom: Add fuzz testing for LibJS using libFuzzer (#1692) | Paul Redmond |