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

Аутор SHA1 Порука Датум
  Timothy Flynn 48cb15283a LibRegex: Explicitly check if a character falls into a table-based range пре 2 година
  Ali Mohammad Pur 598dc74a76 LibRegex: Partially implement the ECMAScript unicodeSets proposal пре 3 година
  sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars пре 3 година
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) пре 3 година
  Ali Mohammad Pur d348eaf305 LibRegex: Treat inverted Compare entries as disjunctions пре 3 година
  Ali Mohammad Pur b85666b3d2 LibRegex: Fix lookup table-based range checks in Compare пре 3 година
  Ali Mohammad Pur 7d01ee63d6 LibRegex: Use proper CharRange constructor instead of bit_casting пре 3 година
  Ali Mohammad Pur 6e655b7f89 LibRegex: Fully interpret the Compare Op when looking for overlaps пре 3 година
  Ali Mohammad Pur 1409a48da6 LibRegex: Check inverse_matched after every op, not just at the end пре 3 година
  Ali Mohammad Pur 97a333608e LibRegex: Make codegen+optimisation for alternatives much faster пре 3 година
  Ali Mohammad Pur 4be7239626 LibRegex: Make parse_disjunction() consume all disjunctions in one frame пре 3 година
  Ali Mohammad Pur 627bbee055 LibRegex: Allow quantifiers after quantifiable assertions пре 3 година
  Ali Mohammad Pur 3b0943d24c LibRegex: Correct the alternative matching order when one is empty пре 3 година
  Ali Mohammad Pur 6a4c8a66ae LibRegex: Only skip full instructions when optimizing alternations пре 3 година
  Timothy Flynn 2212aa2388 LibRegex: Support non-ASCII whitespace characters when matching \s or \S пре 3 година
  Ali Mohammad Pur a962ee020a LibJS+LibRegex: Don't repeat regex match in regexp_exec() пре 3 година
  Ali Mohammad Pur 2b028f6faa LibRegex+LibJS: Avoid searching for more than one match in JS RegExps пре 3 година
  Ali Mohammad Pur 5fac41f733 LibRegex: Implement ECMA262 multiline matching without splitting lines пре 3 година
  Ali Mohammad Pur 97dde09170 LibRegex: Allow ClearCaptureGroup to create new groups пре 3 година
  Ali Mohammad Pur 704e0654b3 Revert "LibRegex: Implement an ECMA262 Regex quirk with negative loo..." пре 3 година
  Ali Mohammad Pur 9eccd4c56e LibRegex: Allow the pattern to match the zero-length end of the string пре 3 година
  Ali Mohammad Pur c11be92e23 LibRegex: Implement an ECMA262 Regex quirk with negative lookarounds пре 3 година
  Ali Mohammad Pur bfe8f312f3 LibRegex: Correct jump offset to the start of the loop block пре 3 година
  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 година