aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util
Commit message (Expand)AuthorAge
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* Refactor setupPackageCache to get all BuildConfiguration.Options references o...Gravatar juliexxia2018-08-01
* Target pattern eval: use the same number of threads as loadingGravatar ulfjack2018-07-26
* Support optional repository verificationGravatar Klaus Aehlig2018-07-25
* Remove LoadingResultGravatar ulfjack2018-07-25
* Configured targets register created source artifacts with Skyframe.Gravatar shahan2018-07-24
* Move LoadingPhaseCompleteEvent posting to TargetPatternPhaseFunctionGravatar ulfjack2018-07-24
* When applying an aspect to a generated file of a Fileset avoid creating the F...Gravatar lpino2018-07-18
* Remove ToolchainContextException and make exception handling more robust.Gravatar John Cater2018-07-10
* Pull up calls to ToolchainContext.resolvedToolchainLabels and finishGravatar John Cater2018-07-09
* In SkyframeExecutor#invalidateConfigurationCollection, actually delete the no...Gravatar janakr2018-07-03
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Add convenience methods to check for flag existence and values in command lines.Gravatar twerth2018-06-26
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Remove LIPO supportGravatar hlopko2018-06-15
* Support unconditional fetching of repositoriesGravatar Klaus Aehlig2018-06-14
* Split BuildView into two classesGravatar ulfjack2018-06-14
* Pass ActionFS paths through to action-level FileOutErr for the Action's stdou...Gravatar felly2018-06-13
* Move BuildView.Options to a new top-level classGravatar ulfjack2018-06-13
* Split AnalysisResult into a top-level classGravatar ulfjack2018-06-13
* Change WorkspaceStatusAction incrementality logic. We no longer manually inva...Gravatar janakr2018-06-12
* Remove LoadingPhaseRunner, inline the only implementationGravatar ulfjack2018-06-12
* Enable AnalysisTestCases to set LoadingOptions.Gravatar mstaib2018-06-11
* Enable mock rules to set their types.Gravatar mstaib2018-06-11
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Remove the legacy loading phase runnerGravatar ulfjack2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Update test code to support finding deferred param files.Gravatar tomlu2018-05-02
* Resolve selects in the attributes of targets for cquery's --output=proto formatGravatar juliexxia2018-05-01
* Output message when the build configuration changes.Gravatar tomlu2018-04-27
* Prepare to abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Plumbs ActionExecutionContext through GenSignatureAction.Gravatar shahan2018-04-15
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Starts threading ActionExecutionContext to sites calling getPath() only withinGravatar shahan2018-04-11
* Delete dead codeGravatar carmi2018-04-06
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28