aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark
Commit message (Expand)AuthorAge
...
* Fix dir() on Targets with aspects applied.Gravatar Dmitry Lomov2017-03-22
* Allow declared providers in attribute and aspect defintions.Gravatar Dmitry Lomov2017-03-06
* Allow ' ', '(', ')' and '$' in labels Gravatar Damien Martin-Guillerez2017-03-06
* Support declared providers for aspectsGravatar Vladimir Moskva2017-03-06
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5.Gravatar Dmitry Lomov2017-03-02
* Rollback of commit 01120026dc313ee7ad9ea95069a29252eb19173b.Gravatar Jon Brandvein2017-03-01
* Export exportable values as we go instead of at the end of evaluation.Gravatar Dmitry Lomov2017-03-01
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Report inconsistent aspect order error to the user.Gravatar Dmitry Lomov2017-02-24
* Remove ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Add ctx.aspect_ids, deprecate ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Use skylark-preferred quote char for string literalGravatar Michajlo Matijkiw2017-02-23
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Make tests that mess with the WORKSPACE file work with untrimmed dynamic conf...Gravatar Greg Estren2017-02-14
* Allow Skylark aspects to advertise providers.Gravatar Dmitry Lomov2017-02-14
* allow skylark implicit output callbacks to use the rule name Gravatar Benjamin Peterson2017-02-01
* Change depset conversion to stringsGravatar Vladimir Moskva2017-01-30
* Fix the translation of names of implicit or latebound attributes to their Sky...Gravatar Florian Weikert2017-01-30
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Create a base implementation of GenRule that can be used by both Bazel andGravatar John Cater2017-01-30
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Make frame bindings use LinkedHashMap for determinismGravatar Jon Brandvein2017-01-19
* With interleaving now enabled, clean up our tests.Gravatar Ulf Adams2017-01-18
* Add ability to specify required aspect providers for aspects.Gravatar Dmitry Lomov2017-01-17
* Delete the cmd_helper.template function.Gravatar Laurent Le Brun2017-01-16
* Mandatory cfg parameter for labels if executable=1 is providedGravatar Vladimir Moskva2017-01-13
* 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
* Make depsets temporarily completely backward compatibleGravatar Vladimir Moskva2016-12-27
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Exposes the Android split transition configuration to Skylark.Gravatar Alex Humesky2016-12-22
* Fix error message that gives incomplete informationGravatar Jon Brandvein2016-12-13
* Style edits for ActionsProvider and provider constructorsGravatar Jon Brandvein2016-12-12
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-12-05
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-30
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Rollback of commit 984d6d48d0e07ac3be2bbfec667158165390eb4f.Gravatar Tobias Werth2016-11-24
* Make SkylarkAttr.Descriptor thread-safe.Gravatar Dmitry Lomov2016-11-24
* Implement cfg="target" parameter for labelsGravatar Vladimir Moskva2016-11-23