aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/Statement.java
Commit message (Expand)AuthorAge
* Preserve `pass` statements in the Skylark AST.Gravatar fzaiser2017-10-23
* Bazel/syntax: Delete/inline Statement.execGravatar laurentlb2017-09-04
* Move Statement.exec methods to a separate class.Gravatar laurentlb2017-08-28
* Introduce enum to quickly discriminate AST nodes.Gravatar laurentlb2017-08-25
* Remove validate() methods in the AST, use a visitor instead.Gravatar laurentlb2017-08-18
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Stop catching RuntimeException. This made the errors in issue #1234 more conf...Gravatar Janak Ramakrishnan2016-05-11
* Compile function call expressions.Gravatar Florian Weikert2015-11-10
* Compile assignments to byte code and throw errors.Gravatar Florian Weikert2015-11-10
* Add initial Skylark byte code generation code.Gravatar Klaas Boesche2015-11-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* 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
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25