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
/
ValidationEnvironment.java
Commit message (
Expand
)
Author
Age
*
Remove dialect distinction from the parser.
laurentlb
2017-08-22
*
Throw a static error when lvalue of an augmented assignment is a list.
laurentlb
2017-08-21
*
Rename Scope to LexicalBlock, and other cleanup in ValidationEnvironment.
laurentlb
2017-08-18
*
Remove validate() methods in the AST, use a visitor instead.
laurentlb
2017-08-18
*
Simplify validation environment (futureReadOnlyVariables is not needed).
laurentlb
2017-08-17
*
Refactoring: create only one ValidationEnvironment
laurentlb
2017-08-17
*
Misc cleanups of syntax dir
brandjon
2017-07-12
*
Misc cleanups of AST node API
brandjon
2017-07-12
*
Update --incompatible_* error messages
brandjon
2017-06-26
*
Introduce --incompatible_comprehension_variables_do_not_leak
laurentlb
2017-06-14
*
Cleanup in ValidationEnvironment, provide static methods, reduce visibility.
laurentlb
2017-06-12
*
Introduce --incompatible_disallow_toplevel_if_statement to forbid top-level i...
laurentlb
2017-06-08
*
New flag --incompatible_bzl_disallow_load_after_statement
laurentlb
2017-05-10
*
Add 'did you mean' suggestion when accessing an undefined variable.
Laurent Le Brun
2017-01-03
*
EvalException can now show a url for additional information
Laurent Le Brun
2016-11-04
*
Cleanup in the parser
Laurent Le Brun
2016-10-26
*
Automated cleanup
Laurent Le Brun
2016-10-12
*
Preliminary cleanup for removing Blaze-specific code from the environment
Laurent Le Brun
2016-08-03
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-11
*
Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.
Janak Ramakrishnan
2015-09-08
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-08
*
Create ValidationEnvironment from Environment
Francois-Rene Rideau
2015-08-27
*
Skylark: implemented 'break' and 'continue'
Florian Weikert
2015-06-10
*
Skylark: Functions don't need to be declared in order.
Laurent Le Brun
2015-05-15
*
Simplify ValidationEnvironment.
Laurent Le Brun
2015-04-16
*
Cleanup in ValidationEnvironment wrt to user-defined functions
Laurent Le Brun
2015-04-16
*
More ValidationEnvironment cleanup, remove SkylarkType.GLOBAL.
Laurent Le Brun
2015-04-15
*
Skylark: Remove static type checking of variables/functions.
Laurent Le Brun
2015-04-13
*
Simplify Skylark tests
Francois-Rene Rideau
2015-04-13
*
Skylark: Allow builtin functions to be shadowed.
Laurent Le Brun
2015-03-24
*
Misc Skylark cleanups and small features
Francois-Rene Rideau
2015-03-10
*
Update from Google.
Han-Wen Nienhuys
2015-02-25