Commit History

Автор SHA1 Съобщение Дата
  Ali Mohammad Pur eba466b8e7 LibRegex: Avoid calling GenericLexer::consume() past EOF преди 2 години
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() преди 2 години
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString преди 2 години
  Ben Wiederhake 8a331d4fa0 Everywhere: Move AK/Debug.h include to using files or remove преди 2 години
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString преди 2 години
  Linus Groh babfc13c84 Everywhere: Remove 'clang-format off' comments that are no longer needed преди 2 години
  Ali Mohammad Pur 660d2b53b1 LibRegex: Account for eof after \<x> when 'x' leads to legacy behaviour преди 2 години
  Ali Mohammad Pur 48442059fc LibRegex: Consume exactly two chars for escaped characters преди 2 години
  Ali Mohammad Pur 598dc74a76 LibRegex: Partially implement the ECMAScript unicodeSets proposal преди 3 години
  Ali Mohammad Pur 7734914909 LibRegex: Refactor parsing 'CharacterEscape' out of 'AtomEscape' преди 3 години
  Ali Mohammad Pur b908f9f6ef LibRegex: Pass parse flags as a struct instead of multiple arguments преди 3 години
  sin-ack fbc771efe9 Everywhere: Use default StringView constructor over nullptr преди 3 години
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) преди 3 години
  Ali Mohammad Pur 97a333608e LibRegex: Make codegen+optimisation for alternatives much faster преди 3 години
  Ali Mohammad Pur 4be7239626 LibRegex: Make parse_disjunction() consume all disjunctions in one frame преди 3 години
  Ali Mohammad Pur 627bbee055 LibRegex: Allow quantifiers after quantifiable assertions преди 3 години
  Ali Mohammad Pur 5fac41f733 LibRegex: Implement ECMA262 multiline matching without splitting lines преди 3 години
  Ali Mohammad Pur c11be92e23 LibRegex: Implement an ECMA262 Regex quirk with negative lookarounds преди 3 години
  Hendiadyoin1 303af07df8 LibRegex: Use AK::any_of in Parser::lookahead_any преди 3 години
  Hendiadyoin1 ca69ded9a5 LibRegex: Collapse some `if(...) return true; else return false;` blocks преди 3 години
  Hendiadyoin1 a2563496f5 LibRegex: Remove some else-after-returns преди 3 години
  davidot 154ed3994c LibRegex: Parse capture group names according to the ECMA262 spec преди 3 години
  davidot 733a70671b LibRegex: Disallow duplicate named capture groups in ECMA262 parser преди 3 години
  Tim Schumacher ff38062318 LibRegex: Correctly translate BRE pattern end anchors преди 3 години
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value преди 3 години
  Nico Weber de72332920 Libraries: Fix typos преди 3 години
  Ben Wiederhake 32e98d0924 Libraries: Use AK::Variant default initialization where appropriate преди 3 години
  Ali Mohammad Pur 8e3fe80c06 LibRegex: Avoid using GenericLexer::consume() when at eof преди 3 години
  Ali Mohammad Pur 7fefb8148b LibRegex: Use the correct capture group index in ERE bytecode generation преди 3 години
  Ali Mohammad Pur dd82c2e9b4 LibRegex: Correctly handle failing in the middle of explicit repeats преди 3 години