Histórico de Commits

Autor SHA1 Mensagem Data
  davidot 733a70671b LibRegex: Disallow duplicate named capture groups in ECMA262 parser há 3 anos atrás
  Tim Schumacher ff38062318 LibRegex: Correctly translate BRE pattern end anchors há 3 anos atrás
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value há 3 anos atrás
  Nico Weber de72332920 Libraries: Fix typos há 3 anos atrás
  Ben Wiederhake 32e98d0924 Libraries: Use AK::Variant default initialization where appropriate há 3 anos atrás
  Ali Mohammad Pur 8e3fe80c06 LibRegex: Avoid using GenericLexer::consume() when at eof há 3 anos atrás
  Ali Mohammad Pur 7fefb8148b LibRegex: Use the correct capture group index in ERE bytecode generation há 3 anos atrás
  Ali Mohammad Pur dd82c2e9b4 LibRegex: Correctly handle failing in the middle of explicit repeats há 3 anos atrás
  Ali Mohammad Pur 05c65f9b5d LibRegex: Limit the number of nested capture groups allowed in BRE há 3 anos atrás
  Timothy Flynn 562d4e497b LibRegex: Treat pattern string characters as unsigned há 3 anos atrás
  Timothy Flynn 4f2cbe119b LibRegex: Allow Unicode escape sequences in capture group names há 3 anos atrás
  Timothy Flynn 6131c0485e LibRegex: Use GenericLexer to consume escaped code points há 3 anos atrás
  Timothy Flynn 5ff9596678 LibRegex: Convert regex::Lexer to inherit from GenericLexer há 3 anos atrás
  Timothy Flynn 02e3633b7f AK: Move FormatParser definition from header to implementation file há 3 anos atrás
  Timothy Flynn a9716ad44e LibRegex: In non-Unicode mode, parse \u{4} as a repetition pattern há 3 anos atrás
  Timothy Flynn 9509433e25 LibRegex: Implement and use a REPEAT operation for bytecode repetition há 3 anos atrás
  Timothy Flynn f1ce998d73 LibRegex+LibJS: Combine named and unnamed capture groups in MatchState há 3 anos atrás
  Timothy Flynn 1a173be29d LibRegex: Disallow unescaped quantifiers in Unicode mode há 3 anos atrás
  Timothy Flynn c3e1f1f687 LibRegex: Use correct source characters for Unicode identity escapes há 3 anos atrás
  Timothy Flynn 6a485f612f LibRegex: Implement legacy octal escape parsing closer to the spec há 3 anos atrás
  Timothy Flynn 0c8f2f5aca LibRegex: Ensure escaped hexadecimals are exactly 2 digits in length há 3 anos atrás
  Timothy Flynn 2e4b6fd1ac LibRegex: Ensure escaped code points are exactly 4 digits in length há 3 anos atrás
  Timothy Flynn e887314472 LibRegex: Fix ECMA-262 parsing of invalid identity escapes há 3 anos atrás
  Ali Mohammad Pur 15f95220ae AK+Everywhere: Delete Variant's default constructor há 3 anos atrás
  Timothy Flynn df14d11a11 LibRegex: Disallow invalid interval qualifiers in Unicode mode há 3 anos atrás
  Timothy Flynn 484ccfadc3 LibRegex: Support property escapes of Unicode script extensions há 4 anos atrás
  Timothy Flynn 06088df729 LibRegex: Support property escapes of the Unicode script property há 4 anos atrás
  Timothy Flynn dc9f516339 LibRegex: Generate negated property escapes as a single instruction há 4 anos atrás
  Timothy Flynn 4de4312827 LibRegex: Support property escapes of the form \p{Type=Value} há 4 anos atrás
  Timothy Flynn 1e10d6d7ce LibRegex: Support property escapes of Unicode General Categories há 4 anos atrás