aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/ListComprehension.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
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Refactor comprehensions and other AST nodesGravatar brandjon2017-05-15
* Delete the bytecode compiler experiment.Gravatar Laurent Le Brun2017-01-23
* 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
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Skylark: Unified ListComprehension and DictComprehension.Gravatar Florian Weikert2015-09-21
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Rename isSkylarkEnabled to isSkylarkGravatar Francois-Rene Rideau2015-08-26
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Allow if filtering in list comprehensionsGravatar Laurent Le Brun2015-05-18
* Build language: Fix evaluation of nested list comprehensions.Gravatar Laurent Le Brun2015-05-18
* Skylark: Remove static type checksGravatar Laurent Le Brun2015-04-15
* Skylark: Remove static type checking of variables/functions.Gravatar Laurent Le Brun2015-04-13
* Skylark: Use LValue class in loops and comprehensions.Gravatar Laurent Le Brun2015-03-20
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Add Union, contains() to SkylarkTypeGravatar Francois-Rene Rideau2015-03-04
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25