Historial de Commits

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