Histórico de Commits

Autor SHA1 Mensagem Data
  Ali Mohammad Pur 7f530c0753 LibRegex: Bail out of atomic rewrite if a block doesn't contain compares há 2 anos atrás
  Ali Mohammad Pur af441bb939 LibRegex: Consider the inverse=true case when finding pattern overlap há 2 anos atrás
  Ben Wiederhake 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove há 2 anos atrás
  Ali Mohammad Pur 598dc74a76 LibRegex: Partially implement the ECMAScript unicodeSets proposal há 3 anos atrás
  Ali Mohammad Pur fe46b2c141 LibRegex: Correctly track current inversion state in the optimizer há 3 anos atrás
  Ali Mohammad Pur 9c5febe800 LibRegex: Flush compare tables before entering a permanent inverse state há 3 anos atrás
  Ali Mohammad Pur 7d01ee63d6 LibRegex: Use proper CharRange constructor instead of bit_casting há 3 anos atrás
  Ali Mohammad Pur 6e655b7f89 LibRegex: Fully interpret the Compare Op when looking for overlaps há 3 anos atrás
  Ali Mohammad Pur 97a333608e LibRegex: Make codegen+optimisation for alternatives much faster há 3 anos atrás
  Ali Mohammad Pur 3b0943d24c LibRegex: Correct the alternative matching order when one is empty há 3 anos atrás
  Ali Mohammad Pur 6a4c8a66ae LibRegex: Only skip full instructions when optimizing alternations há 3 anos atrás
  Ali Mohammad Pur cd83325c7c LibRegex: Preserve capture groups and matches across ForkReplace há 3 anos atrás
  Ali Mohammad Pur bfe8f312f3 LibRegex: Correct jump offset to the start of the loop block há 3 anos atrás
  Hendiadyoin1 b674de6957 LibRegex: Add some implied auto qualifiers há 3 anos atrás
  Ali Mohammad Pur b8f03bb072 LibRegex: Make append_alternation() significantly faster há 3 anos atrás
  Ali Mohammad Pur d2e51fafa9 LibRegex: Merge alternations based on blocks and not instructions há 3 anos atrás
  Ali Mohammad Pur 387df06385 LibRegex: Avoid rewriting `a+` as `a*` as part of atomic rewriting há 3 anos atrás
  Ali Mohammad Pur ac856cb965 LibRegex: Don't ignore empty alternatives in append_alternation() há 3 anos atrás
  Ali Mohammad Pur 8f722302d9 LibRegex: Use a match table for character classes há 3 anos atrás
  Andreas Kling 2758d99bbc LibRegex: Flatten bytecode before performing optimizations há 3 anos atrás
  Ali Mohammad Pur 741886a4c4 LibRegex: Make the optimizer understand references and capture groups há 3 anos atrás
  Ali Mohammad Pur bf0315ff8f LibRegex: Avoid excessive Vector copy when compiling regexps há 3 anos atrás
  Ali Mohammad Pur 246ab432ff LibRegex: Add a basic optimization pass há 3 anos atrás