aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/IfStatement.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
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* 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
* Simplify validation environment (futureReadOnlyVariables is not needed).Gravatar laurentlb2017-08-17
* 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
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Compile function call expressions.Gravatar Florian Weikert2015-11-10
* Compile conditional statement and expressions.Gravatar Florian Weikert2015-11-10
* Cleanup, TODO removalGravatar Laurent Le Brun2015-10-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25