Historie revizí

Autor SHA1 Zpráva Datum
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String před 1 rokem
  Andreas Kling 34344120f2 AK: Make "foo"_string infallible před 1 rokem
  Simon Wanner a2efecac03 LibJS: Parse slashes after reserved identifiers correctly před 2 roky
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals před 2 roky
  Evan Smal 3226ce3d83 LibJS: Remove some usage of DeprecatedString usage from Lexer před 2 roky
  Evan Smal cfa6b4d815 LibJS: Remove DeprecatedString usage from Token před 2 roky
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString před 2 roky
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString před 2 roky
  davidot b3edd94869 LibJS: Treat '\\' as an escaped character in template literals před 2 roky
  sin-ack fbc771efe9 Everywhere: Use default StringView constructor over nullptr před 3 roky
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) před 3 roky
  Andreas Kling 92e0378dbd LibJS: Always inline Lexer::current_code_point() před 3 roky
  Andreas Kling 3d9f2e2f94 LibJS: Add ASCII fast path to Lexer::current_code_point() před 3 roky
  Linus Groh 95a9f12b97 LibJS: Set Token's m_offset to the value's start index před 3 roky
  davidot 56c425eec1 LibJS: Detect invalid unicode and stop lexing at that point před 3 roky
  davidot a1308bfc60 LibJS: Make new lines in block comments reset line has token před 3 roky
  davidot e751dcea43 LibJS: Treat private identifier as divisible token před 3 roky
  davidot afde1821b5 LibJS: Disallow numerical separators in octal numbers and after '.' před 3 roky
  Idan Horowitz 681787de76 LibJS: Add support for async functions před 3 roky
  davidot eeb42c21d1 LibJS: Lex private identifiers, identifiers prefixed with a '#' před 3 roky
  Nico Weber b8dc3661ac Libraries: Fix -Wunreachable-code warnings from clang před 3 roky
  davidot ac2c3a73b1 LibJS: Add a specific test for invalid unicode characters in the lexer před 3 roky
  Luke Wilde ae0bdda86e LibJS: Remove read buffer overflow in Lexer::consume před 3 roky
  Andreas Kling 76bafe5542 LibJS: Always inline two hot (and trivial) functions in JS::Lexer před 3 roky
  Andreas Kling 8bde4e94d8 LibJS: Make Lexer::s_keywords store keywords as FlyString před 3 roky
  Andreas Kling bf46845819 LibJS: Avoid a temporary AK::String when lexing already-seen identifiers před 3 roky
  Linus Groh a50e33abe3 LibJS: Skip ID_{Start,Continue} property lookup for any ASCII characters před 3 roky
  Andreas Kling d7578ddebb LibJS: Share "parsed identifiers" between copied JS::Lexer instances před 3 roky
  davidot bbddfeef4b LibJS: Clean up token constructor and use method instead for identifiers před 3 roky
  Brian Gianforcaro 77d8a65498 LibJS: Fix incorrect Lexer VERIFY when parsing Unicode characters před 3 roky