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