Age | Commit message (Expand) | Author |
---|---|---|
2021-10-05 | LibJS: Make escape_regexp_pattern() a RegExpObject member function | Linus Groh |
2021-08-20 | LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize | Timothy Flynn |
2021-07-30 | LibJS: Parse RegExp literals at AST creation time, not execution time | Timothy Flynn |
2021-07-23 | LibJS: Implement RegExpCreate/RegExpInitialize closer to the spec | Timothy Flynn |
2021-07-07 | LibJS: Stop using a native property for RegExp's lastIndex property | Idan Horowitz |
2021-04-23 | Userland: Use mattco@serenityos.org for my copyright headers | Matthew Olsson |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-14 | LibJS: Implement (mostly) String.prototype.match | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |