Age | Commit message (Expand) | Author |
---|---|---|
2022-08-29 | LibJS: Hide all the constructors! | Andreas Kling |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in create() functions | Linus Groh |
2022-01-31 | Everywhere: Update copyrights with my new serenityos.org e-mail :^) | Timothy Flynn |
2021-08-10 | LibJS: Reduce copying of string data in RegExp.prototype | Timothy Flynn |
2021-08-10 | LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String | Timothy Flynn |
2021-07-23 | LibJS: Implement RegExp.prototype [ @@match ] with UTF-16 code units | Timothy Flynn |
2021-07-16 | LibJS: Ensure RegExpStringIterator keeps the RegExp matcher object alive | Timothy Flynn |
2021-07-16 | LibJS: Implement the RegExpStringIterator object | Timothy Flynn |