- ac0a56f Automated rollback of commit 8ee583857295588eb94dde0250f841f550a58f2c. by Googler · 3 years, 11 months ago
- 3901014 Removing unused and deprecated Bazel Java flags. by ilist · 3 years, 11 months ago
- 482c26d Rename Rule/RuleClass.hasBinaryOutput to outputsToBindir by Googler · 3 years, 11 months ago
- 8ee5838 Add an enum to `InvocationPolicy::SetValue` explicitly indicating how the flag should interact with user settings. by ajurkowski · 3 years, 11 months ago
- b36492f Use identity equality for "interning" `StaticOnlyLibraryToLink`. by jhorvitz · 3 years, 11 months ago
- 9d1bf64 Add missing `@Nullable` annotation for method that returns `null` in its default implementation by kmb · 3 years, 11 months ago
- 3e8cda1 Add removed `experimental_shadowed_action` flag to GraveyardOptions. by messa · 3 years, 11 months ago
- 9dc95af Make workers restart on flags that affect their creation/behaviour. by larsrc · 3 years, 11 months ago
- c7d2616 Fix the case where if all strategies for one branch of `dynamic` execution fail to accept (that is, refuse to even take) the action given, the whole action fails. Instead of seeing whether the other branch can run and the action that that it succeeded. by Googler · 3 years, 11 months ago
- f6a822f approximate conventional `blaze test` console output when `--experimental_use_validation_aspect` is used while leaving test_summary BEP events unchanged by kmb · 3 years, 11 months ago
- fdab28c Expose messages from MessageBundleInfo to Starlark by hvd · 3 years, 11 months ago
- 9bc1df4 C++: Accept list of lists in create_linker_input by plf · 3 years, 11 months ago
- 2875a25 C++: implementation_deps guarded by flag by plf · 3 years, 11 months ago
- e6aeecd Don't require that tests output to bin (instead of genfiles) for coverage by Googler · 3 years, 11 months ago
- cf7f97f Remove `experimental_shadowed_action` flag. by messa · 3 years, 11 months ago
- 275c54c Change the signature of tree artifact expansion to allow passing a reference to by ajurkowski · 3 years, 11 months ago
- d228b09 Fix documentation of Starlark defined aspects `required_aspect_providers` attribute by messa · 3 years, 11 months ago
- 13b5029 Add missing space to File.extension doc by Googler · 3 years, 11 months ago
- e127cfe Add `cc_common.merge_compilation_contexts`. by allevato · 3 years, 11 months ago
- e0d6f8b Support for cancellation in WorkRequestHandler. by larsrc · 3 years, 11 months ago
- 1bca1bd Add `required_providers` attribute to Starlark defined aspects. by messa · 3 years, 11 months ago
- 88acef4 Expose `apple_common.new_executable_binary_provider` to Starlark. by allevato · 3 years, 11 months ago
- 7dc78f1 Remove uses of `ConfiguredTargetAndData` throughout the Apple/Objective-C rules. by allevato · 3 years, 11 months ago
- df0c980 [NFC] Minor refactoring of `MultiArchBinarySupport`. by allevato · 3 years, 11 months ago
- 04ce02c Allow overriding the methodology of determining the hostname. by jhorvitz · 3 years, 11 months ago
- 66e0775 Support linkopts, including $(location) expansion, in apple linking rules by waltl · 3 years, 11 months ago
- aaae8ce Update DEFAULT_MACOS_CPU to match host by Keith Smiley · 3 years, 11 months ago
- 645c42b Create a new ExecGroupCollection container to manage exec group inheritance and exec property parsing. by jcater · 3 years, 11 months ago
- 68e0198 cquery --transitions=lite: show Starlark transitions more clearly. by gregce · 3 years, 11 months ago
- ed4639b Remove unneeded and conservative checking for LLVM compiler by Googler · 3 years, 11 months ago
- 5b95d91 Check the result of Future.cancel() when cancelling the other branch of dynamic execution. by larsrc · 3 years, 11 months ago
- ba4435c Accept JavaPluginInfo as plugins and exported_plugins parameter of java_common.compile and add exported_plugins parameter to JavaInfo constructor by ilist · 3 years, 11 months ago
- e3c78c4 Ensure that test status artifacts are reported as top-level artifacts. by jhorvitz · 3 years, 11 months ago
- f572d3b Add action stats to the BEP. by twerth · 3 years, 11 months ago
- 779d660 Only allow worker async finishing when sandboxed. by larsrc · 3 years, 11 months ago
- 05316ca Reduce contention in StatRecorder. by twerth · 3 years, 11 months ago
- d05f92e Use syscall cache for loose headers check in CppCompileAction. by twerth · 3 years, 11 months ago
- caaf905 Remove option to pass TransitiveApi to java_common.compile exports attribute. by ilist · 3 years, 11 months ago
- 7800ff9 Disable JavaInfo.transitive_export field and propagation of TransitiveExports provider. by ilist · 3 years, 11 months ago
- 7caa01f Automatic code cleanup. by Googler · 3 years, 11 months ago
- 08c5171 Fix memory leak in `BuildOptionsCache`. by jhorvitz · 3 years, 11 months ago
- 8dae10f Use alias label when announcing TargetSummary events from TargetComplete events by kmb · 3 years, 11 months ago
- 86fca18 Clean up handling of serialization constants. by jhorvitz · 3 years, 11 months ago
- 573925f Comment clarification. by gregce · 3 years, 11 months ago
- c38ae25 Report the error when an invalid execution platform label is used. by jcater · 3 years, 11 months ago
- 04bbda9 Use `PathFragment` in `PrettyPathPrinter`. by ajurkowski · 3 years, 11 months ago
- c814922 Copy paths.bzl into @builtins//:common by cmita · 3 years, 11 months ago
- e9be7d3 Permit builtins in CcCommon old API allow list check. by cmita · 3 years, 11 months ago
- a7f4fa6 Use variable for alwayslink in objc_library.bzl by plf · 3 years, 11 months ago
- 39c1525 Add a flag to disable collection of native libraries in the data attribute. by ilist · 3 years, 11 months ago
- 9f0ffb2 Take into account alwayslink in objc_library by plf · 3 years, 11 months ago
- 8e02b1a Set SourceFile/LineNumber Attribute in Generated Lambda Classes by Googler · 3 years, 11 months ago
- 8a42645 Fix NullPointerException in ConfigCommand.diffOptions() by Fredrik Medley · 3 years, 11 months ago
- 32d5268 Support `--no@//:bool_flag` on the command line. by Ryan Beasley · 3 years, 11 months ago
- 41a0c35 Internal change by cushon · 3 years, 11 months ago
- 9a3b621 Allow extending `RecordingBugReporter`. by jhorvitz · 3 years, 11 months ago
- 9cc4833 Fix Null Pointer Exception in blaze caused by fdoContext being null with by Googler · 3 years, 11 months ago
- f4d039d Visibility change. by jhorvitz · 3 years, 11 months ago
- cce45b9 Remove JavaNativeLibrayInfo provider. by ilist · 3 years, 11 months ago
- a56df56 Replace getFileConfiguredTarget(label).getArtifact() with getArtifact(label), make it work over filegroups. by ilist · 3 years, 11 months ago
- a4b2ca4 Omit directory entries from proto APKs by jasonobrien · 3 years, 11 months ago
- 510c873 Don't use a constant for an empty `PlatformMappingValue`. by jhorvitz · 3 years, 11 months ago
- 6941d8e Internal change. by ilist · 3 years, 11 months ago
- f8242d0 Remove inessential data from CcInfo when constructing JavaCcInfoProvider. by ilist · 3 years, 11 months ago
- 309f4e1 Add --experimental_retain_test_configuration_across_testonly by twigg · 3 years, 11 months ago
- afba8ac Update creating exec groups that explicitly copy from defaults. by jcater · 3 years, 11 months ago
- 0ef3a4f Inline lamdba constants in Truth Subjects. by jcater · 3 years, 11 months ago
- a116649 Move exec group tests out of platforms_test and into integration. by jcater · 3 years, 11 months ago
- 1e803ab Remove default build options. by jhorvitz · 3 years, 11 months ago
- 762b5d8 BuildViewForTesting should directly call into ConfiguredTargetFunction. by jcater · 3 years, 11 months ago
- 9b18d95 Rename ToolchainCollection.getExecGroups to getExecGroupNames. by jcater · 3 years, 11 months ago
- 64534e2 Move DEFAULT_EXEC_GROUP_NAME from ToolchainCollection to ExecGroup. by jcater · 3 years, 11 months ago
- dcceaa3 Split ExecGroup into a new target. by jcater · 3 years, 11 months ago
- 1b9e2fb Add more debugging output to dynamic execution. by larsrc · 3 years, 11 months ago
- b5bfcc1 Add --experimental_oom_sensitive_skyfunctions_semaphore_size to configure the by leba · 3 years, 11 months ago
- 9b39f04 Remove JavaCcLinkParams provider. by ilist · 3 years, 11 months ago
- 37115a5 Deprecate `{,no}experimental_send_archived_tree_artifact_inputs` flag. by ajurkowski · 3 years, 11 months ago
- cd477f2 Pass only the top-level artifacts to `ExecutorLifecycleListener` and make the computation more efficient. by jhorvitz · 4 years ago
- 1a7b977 Tie platform inference in linkMultiArchBinary to the presence of the shouldLipo argument. Allows for use of other transitions besides apple_common.multi_arch_split with apple_common,link_multi_arch_binary and should_lipo = False. by Googler · 4 years ago
- 8139503 Remove `defaultBuildOptions` from `PlatformMappingValue`. by jhorvitz · 4 years ago
- 1a519bb6 Makes singleplex requests be handled in separate threads in WorkRequestHandler. by larsrc · 4 years ago
- ebe3a40 Expose information in JavaPluginInfo to Starlark and implement its constructor. by ilist · 4 years ago
- ed64715 Add $java_toolchain attribute to J2ObjcAspect. by ilist · 4 years ago
- edbdb7f Internal change by hvd · 4 years ago
- 36760f0 Delete some no-longer-used Obj-C proto support code from `MockObjcSupport`. by allevato · 4 years ago
- c25a504 Stop info logging state transitions by michajlo · 4 years ago
- 3ae98b7 Expose plugin information in JavaInfo to Starlark. by ilist · 4 years ago
- 0223d59 Remove JavaWrapCcInfo provider. by ilist · 4 years ago
- 1e3fe98 Move NanosToEpochConverter to BlazeClock. by twerth · 4 years ago
- b2231c5 Move use of legacy sandbox -> local fallback to only be used after all strategies have been tried, and improve messages around it. by larsrc · 4 years ago
- 6b1e9a6 Turn DesugaredLibraryMismatchDiagnostic into a warning by sgjesse · 4 years ago
- ced45af Throw exception if 'None' value given to List-type command line options in Bazel transitions by Tobi · 4 years ago
- bce6d26 test command now adds 'default' output group if it is absent. by adgar · 4 years ago
- 16c0408 Adding --experimental_skyframe_cpu_heavy_skykeys_thread_pool_size to blaze. by leba · 4 years ago
- e5a170f Add archived tree artifacts option to the configuration. by ajurkowski · 4 years ago
- 10fe917 Add a flag to manually create a heap dump from `RetainedHeapLimiter`. by jhorvitz · 4 years ago
- 6380c289 Use `FragmentClassSet` instead of `ImmutableSortedSet<Class<? extends Fragment>>`. by jhorvitz · 4 years ago
- d683067 Delete Objective-C protobuf generation and linking code. by allevato · 4 years ago
- 6535847 Annotate certain SkyKeys as CPU-heavy. by leba · 4 years ago
- c381a27 Update android_binary to always use the bytecode optimizer's mnemonic. by Googler · 4 years ago