aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/SkylarkList.java
Commit message (Expand)AuthorAge
* [Skylark] Avoid unnecessary copyOf invocations.Gravatar Taras Tsugrii2018-07-31
* [Skylark] Make range function lazy.Gravatar Taras Tsugrii2018-07-17
* [Skylark] Size newly created arrays to avoid unnecessary re-allocations.Gravatar Taras Tsugrii2018-05-24
* Fix SkylarkCallable-annotation detection to appropriately handle methods with...Gravatar cparsons2018-05-24
* Delete GlobListGravatar laurentlb2018-05-24
* Add noneable=true to several parameters of list and dict methodsGravatar cparsons2018-04-02
* Migrate SkylarkDict and MutableList methods to use @SkylarkCallable instead o...Gravatar cparsons2018-03-30
* Add ability to shallow-freeze individual objectsGravatar brandjon2018-03-20
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Micro-optimize mutablelist concatenationGravatar michajlo2017-10-23
* Optimize trusted MutableList constructionGravatar michajlo2017-10-18
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Removed unsafe public API methods for mutable types (list/dict)Gravatar brandjon2017-09-28
* Cleanup cast methods for SkylarkListGravatar brandjon2017-08-10
* In the MutableList API, make an internal unsafe method publicGravatar brandjon2017-08-10
* Add tuple * int multiplication operatorGravatar brandjon2017-08-07
* Fix mutability bug in SkylarkList/SkylarkMap Java APIsGravatar brandjon2017-08-07
* Cleanup SkylarkListGravatar brandjon2017-08-04
* Make MutableList#EMPTY privateGravatar brandjon2017-08-04
* Cleanup javadoc around Mutability / SkylarkMutableGravatar brandjon2017-08-03
* Make list EMPTY instance work like tuplesGravatar brandjon2017-08-02
* Misc cleanups of syntax dirGravatar brandjon2017-07-12
* Refactor PrinterGravatar vladmos2017-07-03
* Fix int*list binary operator.Gravatar Laurent Le Brun2017-02-09
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* New operators for Skylark:Gravatar Andreas Bergmeier2016-12-15
* Fix bugs in slicing with a negative strideGravatar Jon Brandvein2016-11-14
* Supported "in" operator for all SkylarkIndexable objects.Gravatar Vladimir Moskva2016-10-07
* Index and slice calls are implemented as separate AST nodes rather than specialGravatar Vladimir Moskva2016-09-15
* Better API for creating immutable Skylark lists.Gravatar Dmitry Lomov2016-09-06
* More flexible LValue syntaxGravatar Vladimir Moskva2016-08-23
* Minimize ArrayList resizing in MutableList constructionGravatar Michajlo Matijkiw2016-08-11
* Check that deeply nested values in sets are immutableGravatar Jon Brandvein2016-08-04
* Simplify immutability testGravatar Jon Brandvein2016-07-29
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Use Iterables.addAll() in SkylarkList.Gravatar Googler2016-04-15
* implement list.insert for skylark ruleGravatar Yue Gan2016-04-07
* 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
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Make unsafe list methods non-publicGravatar Laurent Le Brun2015-12-28
* Skylark: Slice operations now accept a step argument.Gravatar Florian Weikert2015-12-17
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Implement list.remove functionGravatar Laurent Le Brun2015-12-16
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* Compile list literals to byte code.Gravatar Klaas Boesche2015-11-06