Age | Commit message (Expand) | Author |
---|---|---|
2021-06-03 | Everywhere: Replace ctype.h to avoid narrowing conversions | Max Wipfli |
2021-05-31 | LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln() | Linus Groh |
2021-04-25 | Everywhere: Remove empty line after function body opening curly brace | Linus Groh |
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-01 | LibRegex: Allow references to capture groups that aren't parsed yet | AnotherTest |
2021-02-27 | LibRegex: Implement section B.1.4. of the ECMA262 spec | AnotherTest |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-25 | Everywhere: Debug macros instead of constexpr. | asynts |
2021-01-22 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |