aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
...
* 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
* Ease the configuration-related restrictions of several more tests.Gravatar mstaib2018-05-14
* Pull caching up to BuildConfigurationValue$Key$Codec. Almost all BuildOptions...Gravatar janakr2018-05-14
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec.Gravatar mjhalupka2018-05-11
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Relax requirements of skylark-exposed configuration fragmentsGravatar cparsons2018-05-07
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Update test code to support finding deferred param files.Gravatar tomlu2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Resolve selects in the attributes of targets for cquery's --output=proto formatGravatar juliexxia2018-05-01
* Change LocationFunction to not extend Function.Gravatar dannark2018-04-30
* Output message when the build configuration changes.Gravatar tomlu2018-04-27
* Normalize parameter name commentsGravatar cushon2018-04-27
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26