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
*
Fix typo in error message (incompatible_package_name_is_a_function).
laurentlb
2018-04-11
*
Replaces JavaSerializableCodec with DynamicCodec as the default
shahan
2018-04-04
*
New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.
laurentlb
2018-03-27
*
Remove the --incompatible_disallow_uncalled_set_constructor flag
vladmos
2018-03-22
*
Get rid of almost all Skylark codecs. We need to introduce a wrapper to turn ...
janakr
2018-03-03
*
Remove the deprecated set constructor from Skylark
vladmos
2017-11-21
*
Introduce enum to quickly discriminate AST nodes.
laurentlb
2017-08-25
*
Remove validate() methods in the AST, use a visitor instead.
laurentlb
2017-08-18
*
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