Commit Verlauf

Autor SHA1 Nachricht Datum
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Ali Mohammad Pur 4e69eb89e8 LibRegex: Generate a search tree when patterns would benefit from it vor 1 Jahr
  Ali Mohammad Pur 11abca421a LibRegex: Always inline get_opcode() vor 1 Jahr
  Andreas Kling 17bff999c8 LibRegex: Remove redundant VERIFY in OpCode::argument() vor 2 Jahren
  Ali Mohammad Pur 2d6f50932b LibRegex: Assign unique serial IDs to checkpoints vor 2 Jahren
  Ben Wiederhake 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h vor 2 Jahren
  Moustafa Raafat ae2abcebbb Everywhere: Use C++ concepts instead of requires clauses vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Linus Groh d26aabff04 Everywhere: Run clang-format vor 2 Jahren
  Ali Mohammad Pur 464ac85a1b LibRegex: Avoid copying MatchInput when getting argument descriptions vor 2 Jahren
  Ali Mohammad Pur 598dc74a76 LibRegex: Partially implement the ECMAScript unicodeSets proposal vor 3 Jahren
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) vor 3 Jahren
  Ali Mohammad Pur 6e655b7f89 LibRegex: Fully interpret the Compare Op when looking for overlaps vor 3 Jahren
  Ali Mohammad Pur 1a35e27490 LibRegex: Make FailForks fail all forks up to the last save point vor 3 Jahren
  Hendiadyoin1 27a967371b LibRegex: Remove duplicate declaration of execution_result_name(...) vor 3 Jahren
  Hendiadyoin1 5885e70df7 LibRegex: Remove some meaningless/useless const-qualifiers vor 3 Jahren
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
  Ali Mohammad Pur b9ffa0ad2e LibRegex: Transform 0,1 min/unbounded max repetitions to * or + vor 3 Jahren
  Ali Mohammad Pur 8f722302d9 LibRegex: Use a match table for character classes vor 3 Jahren
  Ali Mohammad Pur bf0315ff8f LibRegex: Avoid excessive Vector copy when compiling regexps vor 3 Jahren
  Ali Mohammad Pur 246ab432ff LibRegex: Add a basic optimization pass vor 3 Jahren
  Ali Mohammad Pur abbe9da255 LibRegex: Make infinite repetitions short-circuit on empty matches vor 3 Jahren
  Ali Mohammad Pur dd82c2e9b4 LibRegex: Correctly handle failing in the middle of explicit repeats vor 3 Jahren
  Ali Mohammad Pur 98624fe03f LibRegex: Implement min/max repetition using the Repeat bytecode vor 3 Jahren
  Timothy Flynn 9509433e25 LibRegex: Implement and use a REPEAT operation for bytecode repetition vor 3 Jahren
  Timothy Flynn a0b72f5ad3 LibRegex: Remove (mostly) unused regex::MatchOutput vor 3 Jahren
  Timothy Flynn f1ce998d73 LibRegex+LibJS: Combine named and unnamed capture groups in MatchState vor 3 Jahren
  Timothy Flynn 484ccfadc3 LibRegex: Support property escapes of Unicode script extensions vor 3 Jahren
  Timothy Flynn 06088df729 LibRegex: Support property escapes of the Unicode script property vor 3 Jahren