aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* test-wrapper: add empty impl + Bazel flagGravatar Laszlo Csomor2018-08-14
* 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
* Improve error messaging for constraints violations.Gravatar gregce2018-08-08
* Remove support for explicitly setting java_toolchain.encoding to UTF-8Gravatar cushon2018-08-08
* Remove uses of java_toolchain.encodingGravatar cushon2018-08-07
* Thread a path resolver through target/aspect complete event.Gravatar tomlu2018-08-02
* Keep the analysis cache between builds when only trimmed test options change.Gravatar mstaib2018-08-02
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* Fix tests to work when the default value of the flag --experimental_enable_to...Gravatar dbabkin2018-08-01
* Refactor setupPackageCache to get all BuildConfiguration.Options references o...Gravatar juliexxia2018-08-01
* Improve artifact->owner label accounting in two ways. First, don't do the ful...Gravatar janakr2018-07-30
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Automated rollback of commit db01c6f926bcb4774d901797c59f51dd54c05624.Gravatar janakr2018-07-27
* Add a flag to split test.xml generation into a separate SpawnGravatar ulfjack2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* PiperOrigin-RevId: 206181674Gravatar shahan2018-07-26
* Target pattern eval: use the same number of threads as loadingGravatar ulfjack2018-07-26
* Automated rollback of commit ce8f52060e2cf1e5a49a522039f0cba2a340f7e3.Gravatar cushon2018-07-25
* 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
* Introduce option flag experimental_enable_tools_defaults_package.Gravatar dbabkin2018-07-23
* Fix TargetCompleteEvent.referencedLocalFilesGravatar ulfjack2018-07-23
* When applying an aspect to a generated file of a Fileset avoid creating the F...Gravatar lpino2018-07-18
* For all top-level artifacts, track the labels that own them when that is avai...Gravatar janakr2018-07-13
* Automated rollback of commit f4a3dd9b8124dc7b2795f89e6700881b66371e4f.Gravatar lberki2018-07-12
* Move caching to BuildOptions instead of BuildConfigurationValue.Key.Gravatar mjhalupka2018-07-11
* Refactor handling of API generation in JavaPluginInfoProviderGravatar cushon2018-07-11
* 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
* PiperOrigin-RevId: 203687257Gravatar Googler2018-07-08
* Remove support for java_runtime_suiteGravatar cushon2018-07-05
* Create a whitelist for android_library rules with deps but not srcsGravatar cushon2018-07-03
* In SkyframeExecutor#invalidateConfigurationCollection, actually delete the no...Gravatar janakr2018-07-03
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Fix up some tests for Arm64Gravatar Arielle Albon2018-06-28
* 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
* Remap labels that include a repository name that appear in $(location x).Gravatar dannark2018-06-21
* Remove all uses of RuleDefinitionEnvironment#getLabel, replacing them with La...Gravatar janakr2018-06-20
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Let ConfiguredRuleClassProvider decide whether to drop the analysis cache.Gravatar mstaib2018-06-18
* Consider runfiles symlinks when computing Runfiles.getEmptyFilenames().Gravatar Benjamin Peterson2018-06-18