aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/Eval.java
Commit message (Expand)AuthorAge
* Use Identifiers instead of StringsGravatar Taras Tsugrii2018-06-08
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
* Micro-optimize if-block evaluationGravatar michajlo2018-02-26
* Remove old flags.Gravatar laurentlb2018-02-16
* Preserve `pass` statements in the Skylark AST.Gravatar fzaiser2017-10-23
* Reduce iterator usage on hot code pathsGravatar michajlo2017-10-07
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* Cleanups for Skylark tracebacksGravatar brandjon2017-09-25
* Support labels referencing external targets (with '@') in load with --incompa...Gravatar Kevin Gessner2017-09-07
* Bazel/syntax: Delete/inline Statement.execGravatar laurentlb2017-09-04
* Move Statement.exec methods to a separate class.Gravatar laurentlb2017-08-28