Historial de Commits

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