aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/SkylarkNestedSetTest.java
Commit message (Expand)AuthorAge
* Migrate depset.union() and depset.to_list() to SkylarkCallableGravatar cparsons2018-04-04
* Remove the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2018-03-22
* @AutoCodec some expressions that show up in Java configured targets.Gravatar janakr2018-03-16
* New flag `--incompatible_depset_union` to disable old-style depset merging.Gravatar laurentlb2017-12-07
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-21
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-11-20
* Automated rollback of commit 1b98de65873054b148ced772cfa827a7bfb5ad9a.Gravatar dslomov2017-10-23
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* New depset() APIGravatar dslomov2017-09-29
* Deprecate old ordering names for depsetsGravatar vladmos2017-08-10
* Remove all imports of org.junit.Assert except for static imports of #fail().Gravatar lberki2017-06-01
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Rename some --incompatible_* flags to be more specificGravatar brandjon2017-05-08
* Implement a flag to deprecate old constructor for depsets (`set`)Gravatar vladmos2017-05-04
* Change depset conversion to stringsGravatar Vladimir Moskva2017-01-30
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Add new names for depset traversal ordersGravatar Jon Brandvein2017-01-20
* Rename and reorder depset testsGravatar Jon Brandvein2017-01-20
* Add a to_list() method to depsetsGravatar Jon Brandvein2017-01-16
* Refactor SkylarkNestedSet type checks and testsGravatar Jon Brandvein2017-01-13
* Refactor NestedSetBuilderGravatar Jon Brandvein2017-01-13
* Rollback of commit 0d1dc5537903a8c2ad56e66cee129b8f4d4e2592.Gravatar Pedro Liberal Fernandez2017-01-11
* Improve performance and semantics of union of Skylark setsGravatar Jon Brandvein2017-01-10
* Make depsets temporarily completely backward compatibleGravatar Vladimir Moskva2016-12-27
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Check that deeply nested values in sets are immutableGravatar Jon Brandvein2016-08-04
* Description redacted.Gravatar Googler2016-06-16
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Improve documentation and error messages for sets.Gravatar Laurent Le Brun2015-08-28
* Documented the iteration order of SkylarkNestedSets.Gravatar Florian Weikert2015-07-29
* Simplify Skylark testsGravatar Francois-Rene Rideau2015-04-13
* Skylark: Show ordering when pretty-printing sets.Gravatar Laurent Le Brun2015-03-10
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Convert rest of syntax tests to JUnit4.Gravatar Han-Wen Nienhuys2015-03-05
* Add Union, contains() to SkylarkTypeGravatar Francois-Rene Rideau2015-03-04
* Open source all the tests under lib/syntax/.Gravatar Ulf Adams2015-02-26