aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f.Gravatar elenairina2017-09-28
* Set --experimental_allow_android_library_deps_without_srcs to false by defaul...Gravatar jingwen2017-09-28
* Expose JavaRuleOutputJarsProvider in java_common.provider, when available.Gravatar Googler2017-09-28
* Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchainGravatar cpeyser2017-09-28
* Limit the use of LinkCommandLine#getBuildInfoHeaderArtifacts and #getLinkstampsGravatar hlopko2017-09-28
* Mock cc toolchain is registered in module instead of in PlatformOptions.Gravatar cpeyser2017-09-28
* Adds option bes_keywords BEP publishing.Gravatar Googler2017-09-27
* Add charset to action key computation of ParameterFileWriteAction.Gravatar twerth2017-09-27
* Use @SafeVarargs for AbstractObjectCodecTest constructorGravatar brandjon2017-09-27
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* Make UnionFileSystem accept all paths Bazel can throw at it.Gravatar ccalvarin2017-09-27
* Move ExternalPackageUtil to a new lib.repository package and simplify itGravatar ulfjack2017-09-26
* Rollforward change of Java coverage logic.Gravatar elenairina2017-09-26
* Fix end offset of expressions in Skylark parserGravatar fzaiser2017-09-26
* Automatic code cleanup.Gravatar Googler2017-09-26
* Move --plugin to JavaOptions and remove --plugin_copt.Gravatar mstaib2017-09-26
* Move objc_proto_library tests from legacy to crosstool test cases.Gravatar cpeyser2017-09-26
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26
* Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...Gravatar janakr2017-09-26
* Add a test for traceback correctness for errors in augmented assignment nodesGravatar vladmos2017-09-26
* Publish tests for configurable attributes (select).Gravatar gregce2017-09-26
* Move remaining legacy objc_library tests to crosstool case.Gravatar cpeyser2017-09-26
* Remove the assumption of order from ToolchainTestCase#testRegisteredToolchainsGravatar cpeyser2017-09-26
* Check parameter types for methods when multiple types are allowed.Gravatar Dmitry Lomov2017-09-25
* Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...Gravatar janakr2017-09-25
* Stop the transitive duplication of FilesetTraversalParams when Filesets are n...Gravatar kush2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Fix error-prone warning on AndroidBinaryTest.Gravatar ajmichael2017-09-25
* Remove dependence on compilation attributes (e.g. 'srcs') for apple_binary an...Gravatar cparsons2017-09-25
* Remove PrecomputedValue for BlazeDirectories. All consumers have the value in...Gravatar janakr2017-09-25
* Inject BlazeDirectories into RepositoryDelegatorFunction directly, instead of...Gravatar janakr2017-09-25
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* Create AndroidManifest.xml symlink if user provides a manifest not namedGravatar jingwen2017-09-25
* Use FeatureConfiguration to compute linkstamping compile command lineGravatar hlopko2017-09-25
* Improve style in SkylarkMutableTestGravatar brandjon2017-09-25
* Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa.Gravatar dslomov2017-09-22
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* Use fail() in tests to catch missing expected exceptions.Gravatar ruperts2017-09-22
* Add more thorough error reporting behavior for when config_setting has multip...Gravatar juliexxia2017-09-22
* Increase the timeout for Bazel SkylarkTests to "long"Gravatar vladmos2017-09-21
* Deprecate wrapperOptions.Gravatar ccalvarin2017-09-21
* Allow config_settings to match on constraint_values to a target_platform. Thi...Gravatar juliexxia2017-09-21
* This time for sure: stop using --undefined dynamic_lookup in osx linking.Gravatar Googler2017-09-21
* Delete ios_application, ios_extension(_binary), objc_binary.Gravatar allevato2017-09-21
* Add ability to write param files to disk.Gravatar tomlu2017-09-21
* Remove commented-out code that was accidentally checked in.Gravatar cpeyser2017-09-21
* Only load the whitelist for Android targets if they use feature flags.Gravatar mstaib2017-09-21
* Drop 32-bit architectures from builds with ios_mimimum_os > 11.0.Gravatar cparsons2017-09-21
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21