aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* 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
* Make compatible_with / restricted_to nonconfigurable.Gravatar Greg Estren2016-05-03
* Use ConstraintSemantics.getSupportedEnvironments() in supportsJava7TargetEnvi...Gravatar Liam Miller-Cushon2016-05-02
* In apple_binary, propagate cc_library dependencies for all child configuratio...Gravatar Chris Parsons2016-05-02
* Let select() "unset" values via: select({"//some:condition: None }).Gravatar Greg Estren2016-04-29
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Declare TargetAndConfiguration as final and immutable. Fix documentation.Gravatar Ulf Adams2016-04-28
* Set Bazel's workspace nameGravatar Kristina Chodorow2016-04-27
* Add workspace name to runfiles cache invalidation criteriaGravatar Kristina Chodorow2016-04-27
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Fix the documentation generator to use rule definition instances instead of c...Gravatar Luis Fernando Pino Duque2016-04-26
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Create runfiles at both .runfiles/ws/external/repo and .runfiles/repoGravatar Kristina Chodorow2016-04-26
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-25
* Fixed broken link in the documentation.Gravatar Florian Weikert2016-04-25
* Updated javadoc that was invalidated by commit 0dbe07f017d391aba0613b4e6ca150...Gravatar Florian Weikert2016-04-25
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Make suffix a PathFragmentGravatar Kristina Chodorow2016-04-22
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* Make ConstraintSemantics.java compile again with all supported JDKs.Gravatar Lukacs Berki2016-04-22
* Remove FileProvider.label.Gravatar Ulf Adams2016-04-22
* Register instances instead of classes as Skylark-visible globals.Gravatar Dmitry Lomov2016-04-22
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Remove all internal calls to FileProvider.getLabel.Gravatar Ulf Adams2016-04-22
* Make constraints and select() work well with each other.Gravatar Greg Estren2016-04-22
* Remove FilesToRunProvider.label.Gravatar Ulf Adams2016-04-22
* Make source manifest caching catch external runfile changesGravatar Kristina Chodorow2016-04-21
* Clean up the runfiles / files-to-run related code a bit.Gravatar Ulf Adams2016-04-21
* Refactor the Event class; always construct through static methods.Gravatar Ulf Adams2016-04-21
* --Gravatar Michael Staib2016-04-21
* Remove RuleConfiguredTarget#getMandatoryStampFiles().Gravatar Lukacs Berki2016-04-20
* Introduce SplitTransitionProvider, to determine the split transition on an at...Gravatar Chris Parsons2016-04-20
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-19
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Refactor the coverage report module to make it less stateful.Gravatar Ulf Adams2016-04-18
* Expose __init__.py filenames to SkylarkGravatar Brian Silverman2016-04-15
* Roll-foward of commit 351475627b9e94e5afdf472cbf465f49c433a25e which was roll...Gravatar Nathan Harmata2016-04-14
* Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e.Gravatar Florian Weikert2016-04-12
* In RuleDefintion, use AutoValue and delete the checked-in generated code for it.Gravatar Carmi Grushko2016-04-08
* Expose method on ruleContext for retrieving TransitiveInfoProviders by config...Gravatar Chris Parsons2016-04-08
* Allow actions to specify if extra actions can attach to them.Gravatar Janak Ramakrishnan2016-04-07
* Clean the API of ProtoCompileAction, in preparation for making the proto-comp...Gravatar Carmi Grushko2016-04-07
* Expose ObjcConfiguration to Skylark as fragment "objc" along with callable me...Gravatar Erik Abair2016-04-07
* Remove AspectClass.getDefinitionGravatar Dmitry Lomov2016-04-07
* Eliminate BuildConfiguration.Fragment#prepareForExecutionPhase().Gravatar Lukacs Berki2016-04-07
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07