Age | Commit message (Expand) | Author |
---|---|---|
2021-05-10 | LibJS: Make invalid RegExp flags a SyntaxError at parse time | Linus Groh |
2021-05-10 | LibJS: Rename RegExpLiteral m_content to m_pattern | Linus Groh |
2021-04-25 | LibJS: Stop rolling back parser state that is immediately replaced | Idan Horowitz |
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | Everywhere: Use linusg@serenityos.org for my copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-12 | LibJS: Memoize failed calls of try_parse_arrow_function_expression() | Stephan Unverwerth |
2021-03-22 | Only apply auto-naming of function expressions based on syntax | Andreas Kling |
2021-03-01 | LibJS: Keep track of file names, lines and columns inside the AST | Jean-Baptiste Boric |
2021-02-24 | LibJS: Use const references to avoid some copies in the parser | Linus Groh |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |