aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/DictComprehension.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
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* 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
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Skylark: Unified ListComprehension and DictComprehension.Gravatar Florian Weikert2015-09-21
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Parser: Update code to prepare for list filtering.Gravatar Laurent Le Brun2015-04-22
* 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
* Add Union, contains() to SkylarkTypeGravatar Francois-Rene Rideau2015-03-04
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25