1. 20c8413 Restrict string escape sequences and introduce flag by Marwan Tammam · 6 years ago
  2. dff9a2f Remove the --incompatible_disallow_old_octal_notation flag by laurentlb · 6 years ago
  3. 228df08 Fix crash bug when a BUILD/bzl file begins with a tab character. by nharmata · 6 years ago
  4. 16e3572 Update error message for tabulations in source code. by laurentlb · 7 years ago
  5. fc23edc Stop allocating new tokens in the lexer by laurentlb · 7 years ago
  6. 51fdaa3 Get rid of the tokens queue in the lexer by laurentlb · 7 years ago
  7. 17f8d4e Reject files when the first line is indented. by laurentlb · 7 years ago
  8. 98ad85c Skylark: do not eagerly scan the whole file by laurentlb · 7 years ago
  9. 569e169 Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information to select a codec. by shahan · 7 years ago
  10. 7ac7b63 Codec for Location. by shahan · 7 years ago
  11. ed3275d Fix wrong location of string literals in the lexer by fzaiser · 8 years ago
  12. 8f46f94 Fix lexer bug that allowed non-ASCII letters in identifiers by fzaiser · 8 years ago
  13. 7a6ec8e Forbid tabs for indentation by laurentlb · 8 years ago
  14. 3759d00 Forbid octal sequences greater than \377 (0xff) in strings. by laurentlb · 8 years ago
  15. c03c1f5 Add support for the '0o' octal prefix for integers. by laurentlb · 8 years ago
  16. e355e77 Migrate all tests to Truth (except the ones in the examples). by lberki · 8 years ago
  17. aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 8 years ago
  18. b4060b6 Refactor all ctor callsites of PathFragment to instead call a static 'create' method. by nharmata · 8 years ago
  19. 777b30d Provide more reporting options to SkyFunctions by Klaus Aehlig · 8 years ago
  20. 932c7c1 Fixed StringIndexOutOfBoundsException in the lexer by Vladimir Moskva · 8 years ago
  21. f3dc0df Fix handling of backslash-escaped CRLF line terminators. by Lukacs Berki · 9 years ago
  22. 34d4e6f Make the parser handle CRLF correctly. by Lukacs Berki · 9 years ago
  23. 4d7fae3 Lexer: Handle triple quoted raw strings (e.g. r"""abc"""). by Laurent Le Brun · 9 years ago
  24. 14328eb Replace "Google Inc" with "The Bazel Authors" in every copyright notice. by Lukacs Berki · 9 years ago
  25. 4833822 Remove Path from Location, ParserInputSource and bunch of other low-level classes. by Lukacs Berki · 10 years ago
  26. bdd9c1f Replace more uses of FsApparatus with Scratch. by Ulf Adams · 10 years ago
  27. 5c8ea36 Automated [] rollback of []. by Laurent Le Brun · 10 years ago
  28. d930682 Skylark: New error message in the lexer when an unsupported Python keyword is used. by Laurent Le Brun · 10 years ago
  29. 6682966 Description redacted. -- MOS_MIGRATED_REVID=87698104 by Nathan Harmata · 10 years ago
  30. 6682a31 Update syntax tests to JUnit4. by Han-Wen Nienhuys · 10 years ago
  31. 40405af Implement EventHandler in separate object, rather than abusing TestCase for it. by Han-Wen Nienhuys · 10 years ago
  32. 89f012d Open source all the tests under lib/syntax/. by Ulf Adams · 10 years ago