aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/RuleContext.java
Commit message (Expand)AuthorAge
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Add ctx.experimental_new_directory (undocumented) to create tree artifacts in...Gravatar allevato2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Resolve special provider names when checking for mandatory providersGravatar vladmos2017-03-29
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Add ctx.aspect_ids, deprecate ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* 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
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Enables the propagation of the XcodeVersionProperties provider for reading fr...Gravatar Sergio Campama2016-12-13
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* Fix private visibility for aliased targets. Gravatar Lukacs Berki2016-12-06
* Clean up RuleContext's attribute access API.Gravatar Greg Estren2016-12-02
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Migrate ActionOwner to @AutoValue.Gravatar Carmi Grushko2016-11-10
* Add bin_dir and genfiles_dir to ctxGravatar Kristina Chodorow2016-10-11
* Implement cc_common.link_params_merge function.Gravatar Dmitry Lomov2016-10-07
* Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...Gravatar Dmitry Lomov2016-10-07
* Fixed location expansion in cc rules.Gravatar Vladimir Moskva2016-09-30
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Enable aspect invocations to be matched by output filters.Gravatar Michael Staib2016-09-19
* Automatically detect the setting for --cpu.Gravatar Ulf Adams2016-09-12
* Allow list of lists of mandatory native providersGravatar Googler2016-09-08
* Move bin_dir/genfiles_dir to RuleContextGravatar Kristina Chodorow2016-09-06
* Fix misleading warning for rule dependencyGravatar Googler2016-09-06
* Fix a tiny bug in alias handling.Gravatar Lukacs Berki2016-08-26
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Changes DependencyResolver <Attribute, Dep> map from a ListMultimap to new classGravatar Greg Estren2016-08-12
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Implements dynamic split transitions (minus latebound attribute splits).Gravatar Greg Estren2016-08-08
* Allow objc rule deps to include any rule that exports an "objc" provider.Gravatar Googler2016-08-01
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* RELNOTES: Improve Android split transition handling.Gravatar Googler2016-07-22
* Don't store workspace name on ruleGravatar Michajlo Matijkiw2016-07-18
* Rollback of commit 270f59b3630ef009f4a3e973581b3fc65a24ecc9.Gravatar Michael Staib2016-07-14
* Add all available toolchains to the FileProvider of cc_toolchain_suite.Gravatar Lukacs Berki2016-07-14
* RELNOTES: Improve Android split transition handling.Gravatar Googler2016-07-12
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* --Gravatar Carmi Grushko2016-06-24
* Support for platform_type="watchos" on apple_binary.Gravatar Chris Parsons2016-06-16
* Add --[no]instrument_test_targets option to BlazeGravatar Googler2016-06-14
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Add an overview comment about how the analysis phase works and some pointers ...Gravatar Lukacs Berki2016-05-19
* Fix wrong method accessor in "this dep isGravatar Greg Estren2016-05-13