Историја ревизија

Аутор SHA1 Порука Датум
  mjz19910 3102d8e160 Everywhere: Fix many spelling errors пре 3 година
  Ali Mohammad Pur 1a35e27490 LibRegex: Make FailForks fail all forks up to the last save point пре 3 година
  davidot 154ed3994c LibRegex: Parse capture group names according to the ECMA262 spec пре 3 година
  davidot 733a70671b LibRegex: Disallow duplicate named capture groups in ECMA262 parser пре 3 година
  Ali Mohammad Pur d2e51fafa9 LibRegex: Merge alternations based on blocks and not instructions пре 3 година
  Ali Mohammad Pur 387df06385 LibRegex: Avoid rewriting `a+` as `a*` as part of atomic rewriting пре 3 година
  Tim Schumacher 8417c0fb1e Tests/LibRegex: Add tests for line end anchors in PosixBasic пре 3 година
  Andreas Kling a54be656ae LibRegex: Don't push LibRegex's "Error" into the global namespace пре 3 година
  Ali Mohammad Pur ac856cb965 LibRegex: Don't ignore empty alternatives in append_alternation() пре 3 година
  Ali Mohammad Pur 8f722302d9 LibRegex: Use a match table for character classes пре 3 година
  Andreas Kling 1be4cbd639 AK: Make Utf8View constructors inline and remove C string constructor пре 3 година
  Ali Mohammad Pur 741886a4c4 LibRegex: Make the optimizer understand references and capture groups пре 3 година
  Ali Mohammad Pur 246ab432ff LibRegex: Add a basic optimization pass пре 3 година
  Ali Mohammad Pur 7fefb8148b LibRegex: Use the correct capture group index in ERE bytecode generation пре 3 година
  Ali Mohammad Pur 63523d3836 Tests/LibRegex: Decrease the size of the fork chain test пре 3 година
  Ali Mohammad Pur abbe9da255 LibRegex: Make infinite repetitions short-circuit on empty matches пре 3 година
  Ali Mohammad Pur 206bc01f81 LibRegex: Allow null bytes in pattern пре 4 година
  Timothy Flynn 562d4e497b LibRegex: Treat pattern string characters as unsigned пре 4 година
  Timothy Flynn 4f2cbe119b LibRegex: Allow Unicode escape sequences in capture group names пре 4 година
  Timothy Flynn 325eabc770 LibRegex: Ensure the GoBack operation decrements the code unit index пре 4 година
  Timothy Flynn a9716ad44e LibRegex: In non-Unicode mode, parse \u{4} as a repetition pattern пре 4 година
  Timothy Flynn 9509433e25 LibRegex: Implement and use a REPEAT operation for bytecode repetition пре 4 година
  Timothy Flynn f1ce998d73 LibRegex+LibJS: Combine named and unnamed capture groups in MatchState пре 4 година
  Timothy Flynn 1a173be29d LibRegex: Disallow unescaped quantifiers in Unicode mode пре 4 година
  Timothy Flynn c3e1f1f687 LibRegex: Use correct source characters for Unicode identity escapes пре 4 година
  Timothy Flynn 6a485f612f LibRegex: Implement legacy octal escape parsing closer to the spec пре 4 година
  Timothy Flynn 83ca8c7e38 LibRegex: Convert LibRegex tests to use StringView in place of C-strings пре 4 година
  Timothy Flynn 0c8f2f5aca LibRegex: Ensure escaped hexadecimals are exactly 2 digits in length пре 4 година
  Timothy Flynn 2e4b6fd1ac LibRegex: Ensure escaped code points are exactly 4 digits in length пре 4 година
  Timothy Flynn e887314472 LibRegex: Fix ECMA-262 parsing of invalid identity escapes пре 4 година