Histórico de Commits

Autor SHA1 Mensagem Data
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Ali Mohammad Pur 18f4b6c670 LibRegex: Add the literal string search optimisation há 1 ano atrás
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() há 2 anos atrás
  Eli Youngs 87a961534f LibRegex: Prevent patterns from matching the empty string twice há 2 anos atrás
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Ali Mohammad Pur f1851346d3 LibRegex: Use a copy-on-write vector for fork state há 2 anos atrás
  Ali Mohammad Pur cfcd6e770c LibRegex: Don't copy forked results twice há 2 anos atrás
  Tim Schumacher 8763dbcccc Everywhere: Remove a bunch of dead write-only variables há 2 anos atrás
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) há 3 anos atrás
  Timothy Flynn 3729fd06fa LibRegex: Do not return an Optional from Regex::Matcher::execute há 3 anos atrás
  Timothy Flynn 27d3de1f17 LibRegex: Do not continue searching input when the sticky bit is set há 3 anos atrás
  Ali Mohammad Pur a962ee020a LibJS+LibRegex: Don't repeat regex match in regexp_exec() há 3 anos atrás
  Ali Mohammad Pur 2b028f6faa LibRegex+LibJS: Avoid searching for more than one match in JS RegExps há 3 anos atrás
  Ali Mohammad Pur 5fac41f733 LibRegex: Implement ECMA262 multiline matching without splitting lines 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 704e0654b3 Revert "LibRegex: Implement an ECMA262 Regex quirk with negative loo..." há 3 anos atrás
  Ali Mohammad Pur 9eccd4c56e LibRegex: Allow the pattern to match the zero-length end of the string há 3 anos atrás
  Ali Mohammad Pur c11be92e23 LibRegex: Implement an ECMA262 Regex quirk with negative lookarounds há 3 anos atrás
  Hendiadyoin1 a2563496f5 LibRegex: Remove some else-after-returns há 3 anos atrás
  Hendiadyoin1 b674de6957 LibRegex: Add some implied auto qualifiers há 3 anos atrás
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value há 3 anos atrás
  Ben Wiederhake 50698a0db4 AK: Prevent accidental misuse of BumpAllocator há 3 anos atrás
  Andreas Kling bb6634b024 LibRegex: Don't emit signpost events for every regular expression há 3 anos atrás
  Ali Mohammad Pur e4b1c0b8b1 LibRegex: Set a signpost on every executed regular expression há 3 anos atrás
  Ali Mohammad Pur 246ab432ff LibRegex: Add a basic optimization pass há 3 anos atrás
  Timothy Flynn 9509433e25 LibRegex: Implement and use a REPEAT operation for bytecode repetition há 3 anos atrás
  Timothy Flynn a0b72f5ad3 LibRegex: Remove (mostly) unused regex::MatchOutput há 3 anos atrás
  Timothy Flynn f1ce998d73 LibRegex+LibJS: Combine named and unnamed capture groups in MatchState há 3 anos atrás
  Timothy Flynn fea181bde3 LibRegex: Reduce RegexMatcher's BumpAllocator chunk size há 3 anos atrás