aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/ForStatement.java
Commit message (Expand)AuthorAge
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* Refactor AST APIsGravatar brandjon2017-06-13
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Cleanup in the parserGravatar Laurent Le Brun2016-10-26
* Disallow mutation of values being iterated by a for loop or comprehensionGravatar Jon Brandvein2016-09-28
* Allow lists to be modified while a For loop is iterating over them.Gravatar Jon Brandvein2016-07-26
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Compile function call expressions.Gravatar Florian Weikert2015-11-10
* Compile for loops with break/continue to byte codeGravatar Florian Weikert2015-11-10
* Build indexer: Handle for loopsGravatar Laurent Le Brun2015-10-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Skylark: implemented 'break' and 'continue'Gravatar Florian Weikert2015-06-10
* Skylark: Remove static type checking of variables/functions.Gravatar Laurent Le Brun2015-04-13
* Parser: Allow more complex expressions as for loop variables.Gravatar Laurent Le Brun2015-03-23
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25