Commit Verlauf

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