Commit History

Autor SHA1 Mensaxe Data
  Ali Mohammad Pur 7d01ee63d6 LibRegex: Use proper CharRange constructor instead of bit_casting %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 6e655b7f89 LibRegex: Fully interpret the Compare Op when looking for overlaps %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 1409a48da6 LibRegex: Check inverse_matched after every op, not just at the end %!s(int64=3) %!d(string=hai) anos
  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 3b0943d24c LibRegex: Correct the alternative matching order when one is empty %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 6a4c8a66ae LibRegex: Only skip full instructions when optimizing alternations %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 2212aa2388 LibRegex: Support non-ASCII whitespace characters when matching \s or \S %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur a962ee020a LibJS+LibRegex: Don't repeat regex match in regexp_exec() %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 2b028f6faa LibRegex+LibJS: Avoid searching for more than one match in JS RegExps %!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 97dde09170 LibRegex: Allow ClearCaptureGroup to create new groups %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 704e0654b3 Revert "LibRegex: Implement an ECMA262 Regex quirk with negative loo..." %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 9eccd4c56e LibRegex: Allow the pattern to match the zero-length end of the string %!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
  Ali Mohammad Pur bfe8f312f3 LibRegex: Correct jump offset to the start of the loop block %!s(int64=3) %!d(string=hai) anos
  mjz19910 3102d8e160 Everywhere: Fix many spelling errors %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 1a35e27490 LibRegex: Make FailForks fail all forks up to the last save point %!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
  Ali Mohammad Pur d2e51fafa9 LibRegex: Merge alternations based on blocks and not instructions %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 387df06385 LibRegex: Avoid rewriting `a+` as `a*` as part of atomic rewriting %!s(int64=3) %!d(string=hai) anos
  Tim Schumacher 8417c0fb1e Tests/LibRegex: Add tests for line end anchors in PosixBasic %!s(int64=3) %!d(string=hai) anos
  Andreas Kling a54be656ae LibRegex: Don't push LibRegex's "Error" into the global namespace %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur ac856cb965 LibRegex: Don't ignore empty alternatives in append_alternation() %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 8f722302d9 LibRegex: Use a match table for character classes %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 1be4cbd639 AK: Make Utf8View constructors inline and remove C string constructor %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 741886a4c4 LibRegex: Make the optimizer understand references and capture groups %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 246ab432ff LibRegex: Add a basic optimization pass %!s(int64=3) %!d(string=hai) anos