aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/DictionaryLiteral.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
* Remove old flags.Gravatar laurentlb2018-02-16
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* 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
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Forbid duplicate keys in dictionary literalsGravatar laurentlb2017-06-26
* 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 dictionary literals to byte code.Gravatar Florian Weikert2015-11-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Skylark: Remove static type checksGravatar Laurent Le Brun2015-04-15
* Skylark: DictionaryLiteral is immutable (like every dict).Gravatar Laurent Le Brun2015-03-13
* Minor cleanups in SkylarkGravatar Francois-Rene Rideau2015-03-05
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25