aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark/SkylarkIntegrationTest.java
Commit message (Expand)AuthorAge
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Resolve special provider names when checking for mandatory providersGravatar vladmos2017-03-29
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Use skylark-preferred quote char for string literalGravatar Michajlo Matijkiw2017-02-23
* allow skylark implicit output callbacks to use the rule name Gravatar Benjamin Peterson2017-02-01
* Fix the translation of names of implicit or latebound attributes to their Sky...Gravatar Florian Weikert2017-01-30
* With interleaving now enabled, clean up our tests.Gravatar Ulf Adams2017-01-18
* Deprecated and removed HOST_CFG and DATA_CFG global variables.Gravatar Vladimir Moskva2017-01-10
* Provide Skylark imports, even if the package has some errors.Gravatar Laurent Le Brun2017-01-05
* Fix cycle detection between .bzl files.Gravatar Laurent Le Brun2017-01-05
* Improve cycle reporting error message.Gravatar Laurent Le Brun2017-01-04
* Add 'did you mean' suggestion for load() statements.Gravatar Laurent Le Brun2017-01-03
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Fix error message that gives incomplete informationGravatar Jon Brandvein2016-12-13
* Make SkylarkAttr.Descriptor thread-safe.Gravatar Dmitry Lomov2016-11-24
* Remove weird restriction on '|' operator from SkylarkNestedSets.Gravatar Dmitry Lomov2016-11-23
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* When requesting all transitive traversal values recursively, request packages...Gravatar Janak Ramakrishnan2016-10-12
* Native declared providers are automatically exported.Gravatar Dmitry Lomov2016-09-26
* Rollback of commit 4381a1d6e8f711957f430aac0c301acec6dfa0eb.Gravatar Damien Martin-Guillerez2016-09-14
* Global cleanup change.Gravatar Vladimir Moskva2016-09-13
* Fixed SkylarkTests on WindowsGravatar Yun Peng2016-09-09
* Skylark no longer crashes when the default value of an attribute is a label s...Gravatar Florian Weikert2016-09-06
* Open-source many of tests from SkylarkIntegrationTest.Gravatar Dmitry Lomov2016-09-01
* First step towards allowing returning declared providers from rule implementa...Gravatar Dmitry Lomov2016-09-01
* Rollback of commit 25931a9333d50e50c5711ff0efc1a197f7ecd53a.Gravatar Peter Schmitt2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-16
* Enable Skylark tests in Bazel and opensource SkylarkIntegrationTest.Gravatar Dmitry Lomov2015-10-16