Commit History

Author SHA1 Message Date
  Ali Mohammad Pur c11be92e23 LibRegex: Implement an ECMA262 Regex quirk with negative lookarounds 3 years ago
  Hendiadyoin1 a2563496f5 LibRegex: Remove some else-after-returns 3 years ago
  Hendiadyoin1 b674de6957 LibRegex: Add some implied auto qualifiers 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Ben Wiederhake 50698a0db4 AK: Prevent accidental misuse of BumpAllocator 3 years ago
  Andreas Kling bb6634b024 LibRegex: Don't emit signpost events for every regular expression 3 years ago
  Ali Mohammad Pur e4b1c0b8b1 LibRegex: Set a signpost on every executed regular expression 3 years ago
  Ali Mohammad Pur 246ab432ff LibRegex: Add a basic optimization pass 3 years ago
  Timothy Flynn 9509433e25 LibRegex: Implement and use a REPEAT operation for bytecode repetition 3 years ago
  Timothy Flynn a0b72f5ad3 LibRegex: Remove (mostly) unused regex::MatchOutput 3 years ago
  Timothy Flynn f1ce998d73 LibRegex+LibJS: Combine named and unnamed capture groups in MatchState 3 years ago
  Timothy Flynn fea181bde3 LibRegex: Reduce RegexMatcher's BumpAllocator chunk size 3 years ago
  Timothy Flynn 27d555bab0 LibRegex: Track string position in both code units and code points 3 years ago
  Ali Mohammad Pur d5984d296f LibRegex: Make Matcher<>::match(Vector<>) take a reference to the vector 3 years ago
  Ali Mohammad Pur a7653e6a05 LibRegex: Use a bump-allocated linked list for fork save states 3 years ago
  Ali Mohammad Pur 5f342e4fa9 LibRegex: Make Fork{Jump,Stay} non-recursive 3 years ago
  Brian Gianforcaro 18d6f9ed5c Libraries: Remove unused header includes 3 years ago
  Timothy Flynn 1400e3cf58 LibRegex: Allow separately parsing patterns and creating Regex objects 4 years ago
  Timothy Flynn b162517065 LibRegex: Take ownership of pattern string and fix move operations 4 years ago
  Timothy Flynn 47f6bb38a1 LibRegex: Support UTF-16 RegexStringView and improve Unicode matching 4 years ago
  Ali Mohammad Pur 36bfc912fc LibRegex: Switch to east-const style 4 years ago
  Ali Mohammad Pur f364fcec5d LibRegex+Everywhere: Make LibRegex more unicode-aware 4 years ago
  Ali Mohammad Pur 54d89609de LibRegex: Add support for the Basic POSIX regular expressions 4 years ago
  Timothy Flynn 0f0ac37b56 LibRegex: Break from execution loop when the sticky flag is set 4 years ago
  Gunnar Beutner 794dc368f1 LibRegex: Avoid prepending items to vectors 4 years ago
  Gunnar Beutner 281f39073d LibRegex: Make get_opcode() return a reference 4 years ago
  Linus Groh dac0554fa0 LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln() 4 years ago
  Andreas Kling 79ff1902aa LibRegex: Convert StringBuilder::appendf() => AK::Format 4 years ago
  Linus Groh a4c1860bfc LibRegex: Put to dbgln()s behind REGEX_DEBUG 4 years ago
  Ali Mohammad Pur bf9c04a3da LibRegex: Implement multiline stateful matches 4 years ago