aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/ValidationEnvironment.java
Commit message (Expand)AuthorAge
* Remove flag `incompatible_disallow_toplevel_if_statement`.Gravatar laurentlb2018-04-12
* Remove the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2018-03-22
* Remove old flags.Gravatar laurentlb2018-02-16
* Fix forbidding of If statements in BUILD filesGravatar brandjon2018-01-17
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* skylark/syntax: Move flow statement check to the validation pass.Gravatar laurentlb2017-09-04
* Remove dialect distinction from the parser.Gravatar laurentlb2017-08-22
* Throw a static error when lvalue of an augmented assignment is a list.Gravatar laurentlb2017-08-21
* Rename Scope to LexicalBlock, and other cleanup in ValidationEnvironment.Gravatar laurentlb2017-08-18
* Remove validate() methods in the AST, use a visitor instead.Gravatar laurentlb2017-08-18
* Simplify validation environment (futureReadOnlyVariables is not needed).Gravatar laurentlb2017-08-17
* Refactoring: create only one ValidationEnvironmentGravatar laurentlb2017-08-17
* Misc cleanups of syntax dirGravatar brandjon2017-07-12
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Update --incompatible_* error messagesGravatar brandjon2017-06-26
* Introduce --incompatible_comprehension_variables_do_not_leakGravatar laurentlb2017-06-14
* Cleanup in ValidationEnvironment, provide static methods, reduce visibility.Gravatar laurentlb2017-06-12
* Introduce --incompatible_disallow_toplevel_if_statement to forbid top-level i...Gravatar laurentlb2017-06-08
* New flag --incompatible_bzl_disallow_load_after_statementGravatar laurentlb2017-05-10
* Add 'did you mean' suggestion when accessing an undefined variable.Gravatar Laurent Le Brun2017-01-03
* EvalException can now show a url for additional informationGravatar Laurent Le Brun2016-11-04
* Cleanup in the parserGravatar Laurent Le Brun2016-10-26
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Preliminary cleanup for removing Blaze-specific code from the environmentGravatar Laurent Le Brun2016-08-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Create ValidationEnvironment from EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Skylark: implemented 'break' and 'continue'Gravatar Florian Weikert2015-06-10
* Skylark: Functions don't need to be declared in order.Gravatar Laurent Le Brun2015-05-15
* Simplify ValidationEnvironment.Gravatar Laurent Le Brun2015-04-16
* Cleanup in ValidationEnvironment wrt to user-defined functionsGravatar Laurent Le Brun2015-04-16
* More ValidationEnvironment cleanup, remove SkylarkType.GLOBAL.Gravatar Laurent Le Brun2015-04-15
* Skylark: Remove static type checking of variables/functions.Gravatar Laurent Le Brun2015-04-13
* Simplify Skylark testsGravatar Francois-Rene Rideau2015-04-13
* Skylark: Allow builtin functions to be shadowed.Gravatar Laurent Le Brun2015-03-24
* Misc Skylark cleanups and small featuresGravatar Francois-Rene Rideau2015-03-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25