Historique des commits

Auteur SHA1 Message Date
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Ali Mohammad Pur 18f4b6c670 LibRegex: Add the literal string search optimisation il y a 1 an
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions il y a 2 ans
  Sam Atkins 6c66fd5ffb LibRegex: Remove declarations for non-existent methods il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Ali Mohammad Pur 598dc74a76 LibRegex: Partially implement the ECMAScript unicodeSets proposal il y a 3 ans
  Ali Mohammad Pur 7734914909 LibRegex: Refactor parsing 'CharacterEscape' out of 'AtomEscape' il y a 3 ans
  Ali Mohammad Pur b908f9f6ef LibRegex: Pass parse flags as a struct instead of multiple arguments il y a 3 ans
  sin-ack fbc771efe9 Everywhere: Use default StringView constructor over nullptr il y a 3 ans
  Ali Mohammad Pur 5fac41f733 LibRegex: Implement ECMA262 multiline matching without splitting lines il y a 3 ans
  Ali Mohammad Pur c11be92e23 LibRegex: Implement an ECMA262 Regex quirk with negative lookarounds il y a 3 ans
  Andreas Kling 6ad427993a Everywhere: Behaviour => Behavior il y a 3 ans
  Ali Mohammad Pur 05c65f9b5d LibRegex: Limit the number of nested capture groups allowed in BRE il y a 3 ans
  Timothy Flynn 562d4e497b LibRegex: Treat pattern string characters as unsigned il y a 3 ans
  Timothy Flynn 4f2cbe119b LibRegex: Allow Unicode escape sequences in capture group names il y a 3 ans
  Timothy Flynn 6131c0485e LibRegex: Use GenericLexer to consume escaped code points il y a 3 ans
  Timothy Flynn 9509433e25 LibRegex: Implement and use a REPEAT operation for bytecode repetition il y a 3 ans
  Timothy Flynn f1ce998d73 LibRegex+LibJS: Combine named and unnamed capture groups in MatchState il y a 3 ans
  Timothy Flynn 2e4b6fd1ac LibRegex: Ensure escaped code points are exactly 4 digits in length il y a 3 ans
  Ali Mohammad Pur 15f95220ae AK+Everywhere: Delete Variant's default constructor il y a 3 ans
  Timothy Flynn df14d11a11 LibRegex: Disallow invalid interval qualifiers in Unicode mode il y a 3 ans
  Timothy Flynn 484ccfadc3 LibRegex: Support property escapes of Unicode script extensions il y a 3 ans
  Timothy Flynn 06088df729 LibRegex: Support property escapes of the Unicode script property il y a 3 ans
  Timothy Flynn 1e10d6d7ce LibRegex: Support property escapes of Unicode General Categories il y a 4 ans
  Timothy Flynn d485cf29d7 LibRegex+LibUnicode: Begin implementing Unicode property escapes il y a 4 ans
  Ali Mohammad Pur 36bfc912fc LibRegex: Switch to east-const style il y a 4 ans
  Ali Mohammad Pur c8b2199251 LibRegex: Clear previous capture group contents in ECMA262 mode il y a 4 ans
  Ali Mohammad Pur 11a8476cf4 LibRegex: Use the parser state capture group count in BRE il y a 4 ans
  Ali Mohammad Pur 54d89609de LibRegex: Add support for the Basic POSIX regular expressions il y a 4 ans