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