Commit History

Autor SHA1 Mensaxe Data
  Ali Mohammad Pur 97a333608e LibRegex: Make codegen+optimisation for alternatives much faster %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 4be7239626 LibRegex: Make parse_disjunction() consume all disjunctions in one frame %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 627bbee055 LibRegex: Allow quantifiers after quantifiable assertions %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 5fac41f733 LibRegex: Implement ECMA262 multiline matching without splitting lines %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur c11be92e23 LibRegex: Implement an ECMA262 Regex quirk with negative lookarounds %!s(int64=3) %!d(string=hai) anos
  Hendiadyoin1 303af07df8 LibRegex: Use AK::any_of in Parser::lookahead_any %!s(int64=3) %!d(string=hai) anos
  Hendiadyoin1 ca69ded9a5 LibRegex: Collapse some `if(...) return true; else return false;` blocks %!s(int64=3) %!d(string=hai) anos
  Hendiadyoin1 a2563496f5 LibRegex: Remove some else-after-returns %!s(int64=3) %!d(string=hai) anos
  davidot 154ed3994c LibRegex: Parse capture group names according to the ECMA262 spec %!s(int64=3) %!d(string=hai) anos
  davidot 733a70671b LibRegex: Disallow duplicate named capture groups in ECMA262 parser %!s(int64=3) %!d(string=hai) anos
  Tim Schumacher ff38062318 LibRegex: Correctly translate BRE pattern end anchors %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value %!s(int64=3) %!d(string=hai) anos
  Nico Weber de72332920 Libraries: Fix typos %!s(int64=3) %!d(string=hai) anos
  Ben Wiederhake 32e98d0924 Libraries: Use AK::Variant default initialization where appropriate %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 8e3fe80c06 LibRegex: Avoid using GenericLexer::consume() when at eof %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 7fefb8148b LibRegex: Use the correct capture group index in ERE bytecode generation %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur dd82c2e9b4 LibRegex: Correctly handle failing in the middle of explicit repeats %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 05c65f9b5d LibRegex: Limit the number of nested capture groups allowed in BRE %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 562d4e497b LibRegex: Treat pattern string characters as unsigned %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 4f2cbe119b LibRegex: Allow Unicode escape sequences in capture group names %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 6131c0485e LibRegex: Use GenericLexer to consume escaped code points %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 5ff9596678 LibRegex: Convert regex::Lexer to inherit from GenericLexer %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 02e3633b7f AK: Move FormatParser definition from header to implementation file %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn a9716ad44e LibRegex: In non-Unicode mode, parse \u{4} as a repetition pattern %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 9509433e25 LibRegex: Implement and use a REPEAT operation for bytecode repetition %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn f1ce998d73 LibRegex+LibJS: Combine named and unnamed capture groups in MatchState %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 1a173be29d LibRegex: Disallow unescaped quantifiers in Unicode mode %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn c3e1f1f687 LibRegex: Use correct source characters for Unicode identity escapes %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 6a485f612f LibRegex: Implement legacy octal escape parsing closer to the spec %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 0c8f2f5aca LibRegex: Ensure escaped hexadecimals are exactly 2 digits in length %!s(int64=3) %!d(string=hai) anos