aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/ReturnStatement.java
Commit message (Expand)AuthorAge
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Get rid of almost all Skylark codecs. We need to introduce a wrapper to turn ...Gravatar janakr2018-03-03
* Move Statement.exec methods to a separate class.Gravatar laurentlb2017-08-28
* Introduce enum to quickly discriminate AST nodes.Gravatar laurentlb2017-08-25
* Refactor: Parse return statements without an expression properlyGravatar fzaiser2017-08-24
* Remove validate() methods in the AST, use a visitor instead.Gravatar laurentlb2017-08-18
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Refactor AST APIsGravatar brandjon2017-06-13
* Refactor comprehensions and other AST nodesGravatar brandjon2017-05-15
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Don't fill in stack trace for ReturnExceptionGravatar Michajlo Matijkiw2016-08-02
* Compile function call expressions.Gravatar Florian Weikert2015-11-10
* Compile assignments to byte code and throw errors.Gravatar Florian Weikert2015-11-10
* Compile return statements to byte codeGravatar Klaas Boesche2015-11-06
* 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
* Cleanup in ValidationEnvironment wrt to user-defined functionsGravatar Laurent Le Brun2015-04-16
* Skylark: Remove static type checksGravatar Laurent Le Brun2015-04-15
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25