Historial de Commits

Autor SHA1 Mensaje Fecha
  Ali Mohammad Pur 00bc22c332 LibRegex: Don't immediately ignore TempInverse in optimizer hace 8 meses
  Ali Mohammad Pur dabd60180f LibRegex: Don't ignore references that weren't bound in checked blocks hace 8 meses
  Ali Mohammad Pur 00c45243bd LibRegex: Don't blindly accept inverted charclasses for atomic rewrite hace 9 meses
  Ali Mohammad Pur cc1f0c3af2 LibRegex: Restore checkpoints when restoring the state post-fork hace 10 meses
  Gingeh de588a97c0 LibRegex: Only search start of line if pattern begins with ^ hace 10 meses
  Ali Mohammad Pur 27a38932da LibRegex: Account for extra explicit And/Or in class parser assertion hace 1 año
  Ali Mohammad Pur e265d81277 LibRegex: Correct And/Or and inversion interplay semantics hace 1 año
  Ali Mohammad Pur 267040dde7 LibRegex: Error out on Eof when parsing nonempty class range elements hace 1 año
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String hace 1 año
  Timothy Flynn e122039c99 LibRegex: Support non-ASCII case-insensitive character comparisons hace 1 año
  Timothy Flynn 3fbf33bd37 LibRegex: Change a couple function parameters to east-const hace 1 año
  Ali Mohammad Pur 4d71f4edc4 LibRegex: Don't add the Repeat instruction size to its jump target hace 1 año
  Ali Mohammad Pur 4d27257c45 LibRegex: Treat backwards jumps to IP 0 as normal backwards jumps too hace 2 años
  Ali Mohammad Pur e689422564 LibRegex: Keep track of instruction positions for backwards tree jumps hace 2 años
  Ali Mohammad Pur 4e69eb89e8 LibRegex: Generate a search tree when patterns would benefit from it hace 2 años
  Timothy Flynn 8b668da9d5 LibRegex: Bail parsing class set characters upon early EOF hace 2 años
  Ali Mohammad Pur b1ca2e5e39 LibRegex: Do not treat repeats followed by fallthroughs as atomic hace 2 años
  Ali Mohammad Pur eba466b8e7 LibRegex: Avoid calling GenericLexer::consume() past EOF hace 2 años
  Ali Mohammad Pur 6fc9f5fa28 LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n' hace 2 años
  Ali Mohammad Pur 7f530c0753 LibRegex: Bail out of atomic rewrite if a block doesn't contain compares hace 2 años
  Ali Mohammad Pur af441bb939 LibRegex: Consider the inverse=true case when finding pattern overlap hace 2 años
  Ali Mohammad Pur 936a9fd759 LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec hace 2 años
  Ali Mohammad Pur 1e022295c4 Tests: Use .is_flag_set() instead of bitwise & in Regex flag tests hace 2 años
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() hace 2 años
  Timothy Flynn 1edb96376b AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible hace 2 años
  Eli Youngs 87a961534f LibRegex: Prevent patterns from matching the empty string twice hace 2 años
  Ben Wiederhake 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove hace 2 años
  Ben Wiederhake b83cb09db1 Everywhere: Fix badly-formatted includes hace 2 años
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años