aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* 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
* Remove topLevelConfigurationHook now that LIPO is goneGravatar gregce2018-06-15
* Remove LIPO supportGravatar hlopko2018-06-15
* Enable automatic trimming of test configuration when entering non-test rules.Gravatar mstaib2018-06-14
* 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
* Fix filterTestsByTarget to filter by label instead of filtering by doingGravatar mjhalupka2018-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
* Implement LcovMerger.Gravatar elenairina2018-06-11
* Automated rollback of commit 5df8eb24f84a6943e70876c805c77f06e719dcd7.Gravatar Googler2018-06-08
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Flip default value of --experimental_shortened_obj_file_path to true (Second ...Gravatar pcloudy2018-06-08
* Remove the legacy loading phase runnerGravatar ulfjack2018-06-08
* Automated rollback of commit ccaccb2b277a82f7264567563a02ab133a0f6e6f.Gravatar jmmv2018-06-07
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Let blaze obfuscate manual main_dex_list according to proguard map.Gravatar Googler2018-06-06
* Fix a few tests when run under JDK9.Gravatar tomlu2018-05-30
* Fix Bazel crash on bad config_setting labels.Gravatar gregce2018-05-30
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98.Gravatar laszlocsomor2018-05-30
* shell toolchain: genrule now uses itGravatar Laszlo Csomor2018-05-29
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Add CcSysrootAliasRuleGravatar dbabkin2018-05-29
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* Make BuildOptions$OptionsDiffForReconstruction deterministic in its construct...Gravatar janakr2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Create tests verifying appropriate propagation of InterruptedException during...Gravatar cparsons2018-05-23
* Make SymlinkTreeAction properly use the configuration's environmentGravatar ulfjack2018-05-22
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Replace --experimental_android_enforce_strict_deps_for_binaries_under_test wi...Gravatar cushon2018-05-15