aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Add module_map attribute to objc_libraryGravatar Googler2017-07-14
* Add a SkyFunction to perform toolchain resolution.Gravatar John Cater2017-07-14
* Fix rules that provide both 'executable' and 'files'Gravatar vladmos2017-07-14
* Fix crash when unioning depsets with different ordersGravatar brandjon2017-07-14
* Remove the cc_common.cc_toolchain_attr and java_common.java_runtime_attr in f...Gravatar lberki2017-07-14
* Fix declared providers behaviorGravatar vladmos2017-07-14
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* Remove the java_common.java_toolchain_attr field in favor of a java_toolchain...Gravatar lberki2017-07-14
* Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...Gravatar lberki2017-07-14
* Add ObjcProvider.LINK_INPUTS as inputs to CROSSTOOL link actions.Gravatar allevato2017-07-13
* Fixing the handling of retries for watch and execute calls.Gravatar olaola2017-07-13
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13
* New flag --incompatible_string_is_not_iterable to forbid iteration over strings.Gravatar laurentlb2017-07-13
* remote: Refactor GrpcRemoteExecutor to only take what it needs.Gravatar buchgr2017-07-12
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Add --experimental_strict_action_env and --shell_executable flagsGravatar ulfjack2017-07-12
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* remote: fix flaky test. Fixes #3348Gravatar buchgr2017-07-12
* remote: Rewrite ChunkerGravatar buchgr2017-07-12
* Automated rollback of commit 937350211dcd55a4714ec32ebbf33fffcc42cdf2.Gravatar kchodorow2017-07-12
* Automated rollback of commit 0d2aa6369b09940d584b544fb10796387e0fafa0.Gravatar brandjon2017-07-12
* Remove apple_watch1_extension and apple_watch_extension_binary rulesGravatar cparsons2017-07-12
* Misc cleanups of AST node APIGravatar brandjon2017-07-12
* Clean up string representations for unknown objectsGravatar vladmos2017-07-12
* Resolve references to @main-repo//foo to //fooGravatar kchodorow2017-07-11
* Expose current java_toolchain target to Skylark.Gravatar elenairina2017-07-11
* Add register_toolchains function to the WORKSPACE for registering toolchains ...Gravatar John Cater2017-07-11
* MakeVariableProvider should be declared provider only.Gravatar dslomov2017-07-11
* Add a string representations test for glob valuesGravatar vladmos2017-07-11
* ProfilerTest: Removes flakiness from ProfilerTestGravatar plf2017-07-11
* Add a cc_toolchain_alias and java_runtime_alias rules so that e.g. genrules c...Gravatar lberki2017-07-11
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* BuildEventWithConfiguration: represent configurations as BuildEventGravatar Klaus Aehlig2017-07-11
* remote: Fix flaky ByteStreamUploaderTest.Gravatar buchgr2017-07-11
* Make information about the Java runtime in use available in Skylark using a d...Gravatar lberki2017-07-11
* Make CcToolchainProvider#equals() be the object identity.Gravatar lberki2017-07-11
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Remove the functionality from alias() to point nowhere.Gravatar lberki2017-07-10
* BEP: Positively identify the last messageGravatar Klaus Aehlig2017-07-10
* Only run the tests in ExternalPackageUtilTest if we are testing Bazel.Gravatar lberki2017-07-10
* remote: Rewrite the ByteStream upload.Gravatar buchgr2017-07-10
* Remove objc_includes_prioritize_static_libsGravatar cparsons2017-07-10
* Add doc argument to attr.*, rule, aspect, and provider.Gravatar allevato2017-07-10
* Clean up string representations for artifactsGravatar vladmos2017-07-10
* Add toolchain() rule for declaring toolchains with type and constraints.Gravatar John Cater2017-07-07
* Clean up string representations for configured targetsGravatar vladmos2017-07-07
* Fix BuildRuleWithDefaultsBuilder to work properly with NODEP_LABEL attributes.Gravatar jcater2017-07-07
* Clean up string representations for rule and aspect contextsGravatar vladmos2017-07-07
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07