aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleContext.java
Commit message (Expand)AuthorAge
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-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
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691.Gravatar Michael Staib2017-02-14
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-13
* Description redacted.Gravatar Googler2017-01-12
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Exposes the Android split transition configuration to Skylark.Gravatar Alex Humesky2016-12-22
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Fix up documentation for Actions APIGravatar Jon Brandvein2016-11-18
* Add ctx.coverage_instrumented function to SkylarkGravatar Googler2016-11-17
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Implemented default providerGravatar Vladimir Moskva2016-11-09
* Add SkylarkAspect to SkylarkRuleContext for aspectsGravatar Dmitry Lomov2016-11-09
* Rollback of commit b91fac3b1f0f5142a906aa12280de936f29fb607.Gravatar Luis Fernando Pino Duque2016-11-09
* Restrict google_glob_information to eclipse_aspect.Gravatar Dmitry Lomov2016-11-08
* Automated [] rollback of commit 8d36a34ee02ad0fd07d713b8c8ee273ff30d2fb9.Gravatar Jon Brandvein2016-10-12
* [Roll-forward] Rollback of commit dd299dbc61be51112534a4698f7cf2deee43053b.Gravatar Jon Brandvein2016-10-12
* Rollback of commit e025939e71b179ae0f6bd09ef3af474f49b853a2.Gravatar Ulf Adams2016-10-11
* Rollback of commit f341bc4f6e918b6a41c1536c111bbf24f14f967b.Gravatar Ulf Adams2016-10-11
* Add bin_dir and genfiles_dir to ctxGravatar Kristina Chodorow2016-10-11
* Add ctx.get_actions(), for inspecting the actions created by the current rule.Gravatar Jon Brandvein2016-10-07
* Add API for individual actionsGravatar Jon Brandvein2016-10-05
* Add an actions provider for testing Skylark rules.Gravatar Jon Brandvein2016-09-30
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Better API for creating immutable Skylark lists.Gravatar Dmitry Lomov2016-09-06
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Add SkylarkClassObjectConstructor - a future return value of "provider" funct...Gravatar Dmitry Lomov2016-08-09
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* LABEL attribute with split transitions should always be lists of TargetsGravatar Dmitry Lomov2016-07-04
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Delete the legacy global function 'provider'.Gravatar Laurent Le Brun2016-06-03
* Skylark aspects should always output to bin directory.Gravatar Dmitry Lomov2016-04-22
* Skylark docs: fix ctx.file and ctx.files.Gravatar Laszlo Csomor2016-04-07
* Expose feature list in SkylarkRuleContext.Gravatar Dmitry Lomov2016-03-17
* Rollback of commit b8101f57681f292a9ec312a9cbbc84ac4ec0668d.Gravatar Dmitry Lomov2016-03-04
* Add documentation for fragments type, and add the four fragments (apple, cpp,...Gravatar Dave MacLachlan2016-03-02
* Fix the excepton when Skylark rule has 2 executable attributes pointing to th...Gravatar Dmitry Lomov2016-02-29
* Skylark aspects should always output to bin directory.Gravatar Dmitry Lomov2016-02-28
* Expose ``build_file_path`` to Skylark rules.Gravatar Dmitry Lomov2016-02-22
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Expose AppleConfiguration to skylark as fragment "apple", along with a callab...Gravatar Chris Parsons2016-02-15
* 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