История коммитов

Автор SHA1 Сообщение Дата
  Ali Mohammad Pur 8f722302d9 LibRegex: Use a match table for character classes 3 лет назад
  Ali Mohammad Pur bf0315ff8f LibRegex: Avoid excessive Vector copy when compiling regexps 3 лет назад
  Ali Mohammad Pur 246ab432ff LibRegex: Add a basic optimization pass 3 лет назад
  Ali Mohammad Pur abbe9da255 LibRegex: Make infinite repetitions short-circuit on empty matches 3 лет назад
  Ali Mohammad Pur dd82c2e9b4 LibRegex: Correctly handle failing in the middle of explicit repeats 3 лет назад
  Ali Mohammad Pur 98624fe03f LibRegex: Implement min/max repetition using the Repeat bytecode 3 лет назад
  Timothy Flynn 9509433e25 LibRegex: Implement and use a REPEAT operation for bytecode repetition 3 лет назад
  Timothy Flynn a0b72f5ad3 LibRegex: Remove (mostly) unused regex::MatchOutput 3 лет назад
  Timothy Flynn f1ce998d73 LibRegex+LibJS: Combine named and unnamed capture groups in MatchState 3 лет назад
  Timothy Flynn 484ccfadc3 LibRegex: Support property escapes of Unicode script extensions 3 лет назад
  Timothy Flynn 06088df729 LibRegex: Support property escapes of the Unicode script property 3 лет назад
  Timothy Flynn 1e10d6d7ce LibRegex: Support property escapes of Unicode General Categories 3 лет назад
  Timothy Flynn d485cf29d7 LibRegex+LibUnicode: Begin implementing Unicode property escapes 3 лет назад
  Ali Mohammad Pur 36bfc912fc LibRegex: Switch to east-const style 4 лет назад
  Ali Mohammad Pur c8b2199251 LibRegex: Clear previous capture group contents in ECMA262 mode 4 лет назад
  Gunnar Beutner 36e36507d5 Everywhere: Prefer using {:#x} over 0x{:x} 4 лет назад
  Ali Mohammad Pur f364fcec5d LibRegex+Everywhere: Make LibRegex more unicode-aware 4 лет назад
  Ali Mohammad Pur addfa1e82e LibRegex: Make the bytecode transformation functions static 4 лет назад
  Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T> 4 лет назад
  Gunnar Beutner 5bfe601152 LibRegex: Remove unused code 4 лет назад
  Gunnar Beutner a167941852 LibRegex: Use a plain pointer for OpCode::m_state 4 лет назад
  Gunnar Beutner d3c2a3caea LibRegex: Avoid initialization checks in get_opcode_by_id() 4 лет назад
  Gunnar Beutner 281f39073d LibRegex: Make get_opcode() return a reference 4 лет назад
  Gunnar Beutner cd49fb0229 LibRegex: Remove return value for setters 4 лет назад
  Gunnar Beutner 1fb4471506 LibRegex: Use a plain array to store opcodes 4 лет назад
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 лет назад
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
  Andreas Kling c68dcf45b6 LibRegex: Convert String::format() => String::formatted() 4 лет назад
  AnotherTest e9279d1790 LibRegex: Allow a '?' suffix for brace quantifiers 4 лет назад
  AnotherTest 8d7bcc2476 LibRegex: Give ByteCode a copy ctor and and a move assignment operator 4 лет назад