aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/FlowStatement.java
Commit message (Expand)AuthorAge
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Compile for loops with break/continue to byte codeGravatar Florian Weikert2015-11-10
* Fix location for Break and Continue AST nodes.Gravatar Laurent Le Brun2015-10-27
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Skylark: implemented 'break' and 'continue'Gravatar Florian Weikert2015-06-10