aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Doccomment missing space.Gravatar Nathan Herring2017-12-20
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Support for ThinLTO to be enabled implicitly with AFDOGravatar Googler2017-12-20
* Aspects-on-aspect see and propagate over aspect attributes.Gravatar dslomov2017-12-20
* Automated rollback of commit 2f10da0db062e023b1f0f8222f8545467b29ae4e.Gravatar schmitt2017-12-19
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2017-12-19
* Fix links to Build EncyclopediaGravatar vladmos2017-12-19
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Improve doc for .files and add more links/examples.Gravatar laurentlb2017-12-18
* Set the execution platform on a new SpawnAction based on the RuleContext.Gravatar John Cater2017-12-18
* Fix a documentation linkGravatar vladmos2017-12-18
* Change CommandHelper to use TemplateExpander directlyGravatar ulfjack2017-12-18
* Optionally allow loaded packages to not be tracked.Gravatar janakr2017-12-15
* Fix the documentation formatting for SkylarkAttrGravatar vladmos2017-12-15
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Clarify types of `ctx.attr.<attr_name>` objects.Gravatar vladmos2017-12-14
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Add more links to examples in the documentation.Gravatar laurentlb2017-12-13
* Allow not recognized Artifact category to be handled in Analysis phaseGravatar Googler2017-12-13
* Fix the documentation to allow making links to BE documetation articlesGravatar vladmos2017-12-13
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* Doc: mention that sibling must be in the same package.Gravatar laurentlb2017-12-11
* Avoid expansion of NestedSets in MiddlemanFactory.Gravatar Benjamin Peterson2017-12-11
* Add --implicit_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-12-08
* Register builtins with RuntimeGravatar brandjon2017-12-07
* Remove the ctx.middle_man function from Skylark.Gravatar lberki2017-12-07
* Upgrade --target_environment, --auto_cpu_environment_group.Gravatar gregce2017-12-05
* Add --experimental_java_coverage.Gravatar elenairina2017-12-05
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Platform options are no longer experimental.Gravatar jcater2017-12-04
* Remove some deadish Windows-related runfiles code.Gravatar Benjamin Peterson2017-12-04
* Switch GenRuleBase to use the new Expander APIGravatar ulfjack2017-12-04
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Mark relative_to_caller_repository as deprecated in Label constructor.Gravatar laurentlb2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove some unused extension points.Gravatar Googler2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Make check_fileset_dependencies_recursively flag a no-op. We will always beha...Gravatar kush2017-11-28
* refactor: remove unnecessary Enums from ExpanderGravatar L?szl? Csomor2017-11-28
* refactor: mv LocationExpander.Options to ExpanderGravatar L?szl? Csomor2017-11-28
* refactor: add LocationExpander factoriesGravatar L?szl? Csomor2017-11-28
* bazel: s/ctx.run()/ctx.actions.run()/Gravatar Googler2017-11-27
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* Add platform data into to the ToolchainContext unconditionally.Gravatar John Cater2017-11-22
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* SOURCE_DATE_EPOCH environment variable override the timestampGravatar Damien Martin-Guillerez2017-11-21
* Remove outdated javadoc parameter.Gravatar gregce2017-11-16