Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-21 | LibRegex: Convert String::format() => String::formatted() | Andreas Kling |
2021-04-10 | LibRegex: Allow a '?' suffix for brace quantifiers | AnotherTest |
2021-04-10 | LibRegex: Give ByteCode a copy ctor and and a move assignment operator | AnotherTest |
2021-04-01 | LibRegex: Test alternatives in the expected order | AnotherTest |
2021-04-01 | LibRegex: Allow references to capture groups that aren't parsed yet | AnotherTest |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-22 | Everywhere: Fix typos | Linus Groh |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |