aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/AbstractComprehension.java
Commit message (Expand)AuthorAge
* Get rid of almost all Skylark codecs. We need to introduce a wrapper to turn ...Gravatar janakr2018-03-03
* Remove old flags.Gravatar laurentlb2018-02-16
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* Change Identifier#boundNames to #boundIdentifiers.Gravatar fzaiser2017-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
* Refactoring: create only one ValidationEnvironmentGravatar laurentlb2017-08-17
* Refactor augmented assignment and lvaluesGravatar brandjon2017-07-26
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* Introduce --incompatible_comprehension_variables_do_not_leakGravatar laurentlb2017-06-14
* Refactor comprehensions and other AST nodesGravatar brandjon2017-05-15
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Disallow mutation of values being iterated by a for loop or comprehensionGravatar Jon Brandvein2016-09-28
* Fix crash when updating collections while iterating over them in comprehensionsGravatar Jon Brandvein2016-07-26
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Compile function call expressions.Gravatar Florian Weikert2015-11-10
* Compile list and dict comprehensions to byte code.Gravatar Florian Weikert2015-11-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Skylark: Unified ListComprehension and DictComprehension.Gravatar Florian Weikert2015-09-21