aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/RuleContext.java
Commit message (Expand)AuthorAge
* 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
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Remove abi and abi_deps attributes.Gravatar Greg Estren2016-05-09
* Add attribute validation of mandatory native providersGravatar Liam Miller-Cushon2016-05-03
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* In apple_binary, propagate cc_library dependencies for all child configuratio...Gravatar Chris Parsons2016-05-02
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Clean up the runfiles / files-to-run related code a bit.Gravatar Ulf Adams2016-04-21
* Introduce SplitTransitionProvider, to determine the split transition on an at...Gravatar Chris Parsons2016-04-20
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Roll-foward of commit 351475627b9e94e5afdf472cbf465f49c433a25e which was roll...Gravatar Nathan Harmata2016-04-14
* Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e.Gravatar Florian Weikert2016-04-12
* Expose method on ruleContext for retrieving TransitiveInfoProviders by config...Gravatar Chris Parsons2016-04-08
* Clean the API of ProtoCompileAction, in preparation for making the proto-comp...Gravatar Carmi Grushko2016-04-07
* Make non-empty attribute checks happen during analysis of the target in quest...Gravatar Nathan Harmata2016-04-07
* Add comments to analysis-phase objects so future developers won't accidentall...Gravatar Janak Ramakrishnan2016-03-23
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Fixed indentation problem: 8 spaces -> 4 spacesGravatar Yun Peng2016-03-21
* Python provider is now available in SkylarkGravatar Yun Peng2016-03-03
* Changed mandatoryProviders to mandatoryProvidersListGravatar Yun Peng2016-02-22
* Introduce TreeArtifact and associated code to work with it. No functionality ...Gravatar Michael Thvedt2016-02-09
* Support $(location) expansion in java_binary.jvm_flagsGravatar Liam Miller-Cushon2016-02-03
* Enforce aspect configuration fragment specification when present.Gravatar Michael Staib2016-01-21
* ConfigurationFragmentPolicy: assume Skylark names, allow merging.Gravatar Michael Staib2016-01-15
* Make package names in the package_group.packages attribute refer to the repos...Gravatar Lukacs Berki2016-01-13
* Implement aspect attributes and expose them to aspect implementation function.Gravatar Dmitry Lomov2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Fix android_library resources handlingGravatar Googler2015-12-07
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Skylark: Updated the locations of more error messages.Gravatar Florian Weikert2015-11-05
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Bugfix: Host fragments could not be accessed properly through Skylark.Gravatar Florian Weikert2015-10-28
* Extract configuration fragment access logic into ConfigurationFragmentPolicy.Gravatar Michael Staib2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Improved error reporting in RuleContext:Gravatar Florian Weikert2015-09-25
* Change Attribute.skipConstraintsCheck() (and similar methods)Gravatar Greg Estren2015-09-25