aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/ListLiteral.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
* Optimize trusted MutableList constructionGravatar michajlo2017-10-18
* 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
* Cleanup SkylarkListGravatar brandjon2017-08-04
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Refactor PrinterGravatar vladmos2017-07-03
* 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
* Presize result list in ListLiteral#doEvalGravatar Michajlo Matijkiw2016-09-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Compile assignments to byte code and throw errors.Gravatar Florian Weikert2015-11-10
* Compile list literals to byte code.Gravatar Klaas Boesche2015-11-06
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Optionally limits the length of the output of Printer.printList() (default = ...Gravatar Florian Weikert2015-10-05
* Rollback of commit d7b64bd03100300b79cd33d04904ce9b0e6a5332.Gravatar Janak Ramakrishnan2015-10-05
* Limit the length of the output of Printer.printList().Gravatar Florian Weikert2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* 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: Remove static type checksGravatar Laurent Le Brun2015-04-15
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Add Union, contains() to SkylarkTypeGravatar Francois-Rene Rideau2015-03-04
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Fix linter issues in lib/syntax.Gravatar Laurent Le Brun2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25