index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
syntax
/
Identifier.java
Commit message (
Expand
)
Author
Age
*
Add a pretty printer for Skylark ASTs
brandjon
2017-06-28
*
Refactor AST APIs
brandjon
2017-06-13
*
Delete the bytecode compiler experiment.
Laurent Le Brun
2017-01-23
*
Add 'did you mean' suggestion when accessing a struct field
Laurent Le Brun
2017-01-03
*
Add 'did you mean' suggestion when accessing an undefined variable.
Laurent Le Brun
2017-01-03
*
Substituted NoSuchVariableException with manual checks for performance purposes
Vladimir Moskva
2016-08-11
*
Compile identifiers to byte code
Klaas Boesche
2015-11-06
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Fixed Skylark stack trace:
Florian Weikert
2015-09-11
*
Roll back "When a Skylark macro creates a native rule, it also..."
Michajlo Matijkiw
2015-08-31
*
When a Skylark macro creates a native rule, it also sets the following rule a...
Florian Weikert
2015-08-28
*
Skylark: load() allows the loading of symbols via an alias.
Florian Weikert
2015-07-27
*
Renamed Ident to Identifier, added some helper methods and refactored two met...
Florian Weikert
2015-07-23