aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* Expose output source jars to JavaInfo.Gravatar elenairina2017-09-12
* Enable resource shrinking for aapt2.Gravatar corysmith2017-09-12
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Remove an internal test.Gravatar ajmichael2017-09-12
* Toolchain providers are propagated in the ToolchainContext instance madeGravatar cpeyser2017-09-12
* Make per-file-copts part of the user_compile_flagsGravatar hlopko2017-09-12
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Shard AndroidBinaryTest.Gravatar ajmichael2017-09-11
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* We no longer assert preservation of order in a rule's required toolchains.Gravatar cpeyser2017-09-08
* --incompatible_comprehension_variables_do_not_leak defaults to trueGravatar laurentlb2017-09-08
* Rule classes cannot request duplicate toolchains.Gravatar cpeyser2017-09-08
* Make --experimental_android_use_nocompress_extensions_on_apk a no-op.Gravatar ajmichael2017-09-08
* Move Subprocess.Factory to a top-level classGravatar ulfjack2017-09-08
* Update ContainingPackageLookupFunction to properly handle cases where aGravatar John Cater2017-09-07
* Internal changeGravatar kush2017-09-07
* Support labels referencing external targets (with '@') in load with --incompa...Gravatar Kevin Gessner2017-09-07
* incompatible_disallow_keyword_only_args now defaults to trueGravatar laurentlb2017-09-07
* Make proguard_apply_dictionary also add it to Proguard's -classobfuscationdis...Gravatar Googler2017-09-07
* RuleContext instances obtained through BuildViewTestCase#getRuleContext have aGravatar cpeyser2017-09-07
* Update PackageLookupFunction to report the corrected label when aGravatar John Cater2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Change xcode_config rule semantics to fit current usageGravatar cparsons2017-09-06
* Fix crash when calling int(s, 0) where s doesn't specify the radixGravatar brandjon2017-09-06
* Update LocalRepositoryLookupFunction to also return the path of theGravatar John Cater2017-09-06
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* Make android_sdk_repository resilient to prerelease and malformed system imagesGravatar ajmichael2017-09-06
* Rewrite all code to use the new Java 8 java.time classes.Gravatar Philipp Wollermann2017-09-05
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Make Make variables from genrule.toolchains override the usual synthetic host...Gravatar lberki2017-09-04
* skylark/syntax: Move flow statement check to the validation pass.Gravatar laurentlb2017-09-04
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Automated rollback of commit 8d6fc64b18c7e35b93f5c43dae1dbd2f8cae2147.Gravatar plf2017-09-04
* Rename bazel-user-manual.html into user-manual.htmlGravatar dmarting2017-09-04
* Automated rollback of commit 618a2bf3574015d1d341d59a34e4d0bf285ad5bf.Gravatar cparsons2017-09-04
* Remove testFunctionListArgumentsAreImmutable and testFunctionDictArgumentsAre...Gravatar vladmos2017-09-01
* Remove the Dialect type from the Parser.Gravatar laurentlb2017-09-01
* Fix wrong location of string literals in the lexerGravatar fzaiser2017-09-01
* remote: Return exit code 34 for remote caching/execution errors.Gravatar buchgr2017-09-01
* Rolling forward Java coverage.Gravatar elenairina2017-09-01
* Expose ConfigFeatureFlagProvider to skylarkGravatar cparsons2017-09-01
* Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.Gravatar cpeyser2017-09-01
* Release config_setting.flag_values from the whitelist.Gravatar mstaib2017-09-01
* Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.Gravatar cpeyser2017-09-01
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Fix BazelPackageLoader to handle local repositories, and clean up API byGravatar jcater2017-09-01
* Changed Android manifest merger build action to also resolve relative class n...Gravatar Googler2017-09-01