aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* 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
* Prepare to abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Support deferred param files.Gravatar tomlu2018-04-25
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Plumbs ActionExecutionContext through GenSignatureAction.Gravatar shahan2018-04-15
* Deletes PopulateTreeArtifactAction (which seems to be dead code).Gravatar shahan2018-04-12
* 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
* Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.Gravatar hlopko2018-04-11
* Remove BuildConfiguration.Fragment#setupActionEnvironment().Gravatar lberki2018-04-11
* Cleanup Artifact.getPath() usage in Runfiles.Gravatar shahan2018-04-06
* Flip default value of --experimental_shortened_obj_file_path to trueGravatar pcloudy2018-04-06
* Delete dead codeGravatar carmi2018-04-06
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Remove legacy manifest merging from Bazel.Gravatar ajmichael2018-04-05
* Remove Android jar from android_local_test bootclasspathGravatar ajmichael2018-04-02
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28