1. 613c9fe Update turbine by Liam Miller-Cushon · 3 years, 6 months ago
  2. f2293e7 Fix broken HTML attribute. by fwe · 3 years, 5 months ago
  3. 6ab9689 Remove explicit deps on javac by cushon · 3 years, 5 months ago
  4. 5149408a Delete unused native Java serialization code. by jhorvitz · 3 years, 5 months ago
  5. a9206eb Rename TransitiveOptionDetails to BuildOptionDetails for better clarity. by gregce · 3 years, 5 months ago
  6. bd183ba Add API necessary for Starlark cc_binary. by Googler · 3 years, 5 months ago
  7. 1e0779b Add several new functions to Java API necessary for Starlark cc_binary. by Googler · 3 years, 5 months ago
  8. f5cf8b0 Remote: Fixes an issue when --experimental_remote_cache_async encounter flaky tests. by Chi Wang · 3 years, 5 months ago
  9. bd8f1e61 Automatic code cleanup. by Googler · 3 years, 5 months ago
  10. 77de9a9 Add JavaCompilationArtifactsTest. by dacek · 3 years, 5 months ago
  11. 2bda6df enable PackageGroupIntegrationTest by dacek · 3 years, 5 months ago
  12. b21d84d Add JavaCompilationArgsTest. by dacek · 3 years, 5 months ago
  13. be8892d Add JavaCompilationArgsTest by dacek · 3 years, 5 months ago
  14. fad4933 Deletes non-native singlejar support in native java rules by hvd · 3 years, 6 months ago
  15. 21dfe4c Increase the default value for analysis_testing_deps_limit to 1000. by Googler · 3 years, 6 months ago
  16. 711c44e Move transitionDirectoryNameFragment calculation to BuildConfigurationValue by twigg · 3 years, 6 months ago
  17. 2255ce4 Ignore --starlark_cpu_profile on Windows. by Andrew Katson · 3 years, 6 months ago
  18. a5c6b65 Fix "excedeed" typo in error message. by Googler · 3 years, 6 months ago
  19. dff91a6 Delete non-interning, non-singleton @AutoCodec. by Googler · 3 years, 6 months ago
  20. 0311050 Fix typo in WORKSPACE.bzlmod by pcloudy · 3 years, 6 months ago
  21. 09fe7cc bzlmod: Add support for WORKSPACE.bzlmod by Yun Peng · 3 years, 6 months ago
  22. c516ea2 Advertise CcInfo providers for Bazel cc_library rule by plf · 3 years, 6 months ago
  23. 77a002c Remove DigestUtils.getDigestInExclusiveMode() now that SsdModule has … by Brandon Jacklyn · 3 years, 6 months ago
  24. 917e15e Add -no_uuid for hermetic macOS toolchain setup by Keith Smiley · 3 years, 6 months ago
  25. e8a066e Updates a stale Javadoc link to getValues. by shahan · 3 years, 6 months ago
  26. c2a9395 Delete non-interning, non-singleton @AutoCodec. by Googler · 3 years, 6 months ago
  27. 2dd6566 Pass `TransitiveOptionDetails` to `ConfigurationTransition#addRequiredFragments`. by jhorvitz · 3 years, 6 months ago
  28. 5f664e0 Reduce #deeplyNestedSetFilteredQuickly unit test work by 90% to deflake. by adgar · 3 years, 6 months ago
  29. 80f65dd Add JavaPluginConfiguredTargetTest.java by dacek · 3 years, 6 months ago
  30. c64db33 Relax FileFunction exception visibility; and stop logging IO exceptions in AbstractParallelEvaluator: this logging is no longer adding value, we understand the relevant bug well enough. by janakr · 3 years, 6 months ago
  31. b3e12ba Make aspect required fragments logic more robust: by gregce · 3 years, 6 months ago
  32. b6e10b3 Proper implementation of --experimental_dynamic_skip_first_build. by larsrc · 3 years, 6 months ago
  33. 72a53f1 Fix legacy CC toolchains suite to handle an empty string for the `--compiler` flag. by jcater · 3 years, 6 months ago
  34. f5db230 Expose FilegroupPathProvider to Starlark builtins. by cmita · 3 years, 6 months ago
  35. f3402cd Fix code warnings in `SimpleLogHandler` and test. Use `ProcessHandle` to get the pid, cleaning up a `TODO`. by jhorvitz · 3 years, 6 months ago
  36. be86db6 Fix dex_list_obsfuscator argument parsing to match expected & observed usage. by Googler · 3 years, 6 months ago
  37. 7657cca Remove logging from EnvironmentalExecException's IOException wrapping: all situations seem perfectly legitimate. by janakr · 3 years, 6 months ago
  38. 9d6fd6d Release 6.0.0-pre.20211025.1 (2021-11-03) by Bazel Release System · 3 years, 6 months ago
  39. 23d0969 Fix _is_shared_library_extension_valid by Benedek Thaler · 3 years, 6 months ago
  40. 99a1c41 Remove GenRuleSourcesProvider. by ilist · 3 years, 6 months ago
  41. 93d71d4 Add licenses attribute to Starlark proto_library. by ilist · 3 years, 6 months ago
  42. f42fa61 Add missing data attribute to Starlark proto_library. by ilist · 3 years, 6 months ago
  43. 2678b1a Implement Starlark proto_library. by ilist · 3 years, 6 months ago
  44. 77146df Expose write_descriptor_set to builtins. by ilist · 3 years, 6 months ago
  45. 3106e3a Expose create_proto_info to builtins. by ilist · 3 years, 6 months ago
  46. 1eded2f Remove genrule's collection of files from GenRuleSourcesProvider in Bazel. by ilist · 3 years, 6 months ago
  47. 6baebe7 Factor out source collection in genrule. by ilist · 3 years, 6 months ago
  48. 84a9df5 Log SourceArtifactException in addition to IOException during error bubbling. This will help confirm that all unexpected IOExceptions are coming via include scanning. by janakr · 3 years, 6 months ago
  49. dbec72e Delete unused class `RuntimeVersion`, rendered obsolete by https://github.com/bazelbuild/bazel/commit/88a3f8c1e2c0540f90a6cb3062b6ad8e5ff267f4. by jhorvitz · 3 years, 6 months ago
  50. 4083f72 Add aspect data to action conflict message and add a test that exhibits current Bazel behavior: we emit an error message on an action conflict even if the relevant output files are never requested during the build. by janakr · 3 years, 6 months ago
  51. c2c024b Remove `TODO` for using `VarHandle` in `DynamicCodec`. by jhorvitz · 3 years, 6 months ago
  52. ecd4c90 Remove support for implicit py2to3, which never worked in Bazel by Googler · 3 years, 6 months ago
  53. 0c1d09e Propagate --experimental_cc_implementation_deps to host config by Googler · 3 years, 6 months ago
  54. 2986222 Add patch files for zstd-jni by Chi Wang · 3 years, 6 months ago
  55. 80b49df Delete generate_workspace.md. by jingwen · 3 years, 6 months ago
  56. 14f0bd3 Automatic code cleanup. by Googler · 3 years, 6 months ago
  57. fe644be Fix cache leak when applying transitions when only a rule's attributes change. by gregce · 3 years, 6 months ago
  58. 216b2b6 Add a method to get `BuildConfigurationKey` from `ActionLookupKey`. by jhorvitz · 3 years, 6 months ago
  59. 2c9721f Automated rollback of commit 9c65356cedcf4e68077219c10f5a7bb39d38054b. by jhorvitz · 3 years, 6 months ago
  60. 9c65356 Add a method to get an `OutputDirectory` from its name. by jhorvitz · 3 years, 6 months ago
  61. d88650e Rename `BuildConfigurationTest` to `BuildConfigurationValueTest`. by jhorvitz · 3 years, 6 months ago
  62. 2e48994 Remove `--show_task_finish` by michajlo · 3 years, 6 months ago
  63. 53f1899 In `ArchivedTreeArtifact`, make the assumption that the relative output path is always a single segment, and use this to serialize less data. by jhorvitz · 3 years, 6 months ago
  64. 41cb96a Add note about `blaze query 'tests(...)'` behavior with suites. by Googler · 3 years, 6 months ago
  65. 74d776c Internal hook to extend JavaProtoAspect behavior. by Googler · 3 years, 6 months ago
  66. 3a5b360 Remote: Merge target-level exec_properties with --remote_default_exec_properties by Chi Wang · 3 years, 6 months ago
  67. eacb32f Rename module name for protobuf by pcloudy · 3 years, 6 months ago
  68. 8e4eb33 Rename module name for protobuf (third_party) by Yun Peng · 3 years, 6 months ago
  69. 15e6334 Add documentation for validation actions. by ahumesky · 3 years, 6 months ago
  70. eaf6fb6 Mention `--experimental_dynamic_skip_first_build` in the info message. by twerth · 3 years, 6 months ago
  71. 33f7648 Remove the unnecessary `BuildConfigurationValue` wrapper around `BuildConfiguration`. by jhorvitz · 3 years, 6 months ago
  72. b4dfbca Remove `SkyframeExecutor#newPkgFunctionCache` and `SkyframeExecutor#newCompiledBuildFileCache`. by nharmata · 3 years, 6 months ago
  73. c952ba7 Fix typo: anamoly -> anomaly by Ulf Adams · 3 years, 6 months ago
  74. 41881c0 Fix the file name of WORKSPACE.bzlmod by pcloudy · 3 years, 6 months ago
  75. de4da64 Remove test_remote_https_cache. by Benjamin Peterson · 3 years, 6 months ago
  76. e74fbfd Make StaticallyLinkerMarkerProvider accessible from Starlark. by Googler · 3 years, 6 months ago
  77. 6181a3c Enable Bzlmod for Bazel by Yun Peng · 3 years, 6 months ago
  78. d422c87 Enable Bzlmod for Bazel (third party changes) by Yun Peng · 3 years, 6 months ago
  79. 38dd554 Automatic code cleanup. by Googler · 3 years, 6 months ago
  80. fe6c503 Add Google-specific note about visibility checking in //experimental. by Googler · 3 years, 6 months ago
  81. 7401de7 Remove `DescribableExecutionUnit`'s usage of `PlatformInfo`. by nharmata · 3 years, 6 months ago
  82. f1e8a0b Add additional fields to android deploy info to support mobile-install usage. by Googler · 3 years, 6 months ago
  83. ca0ed60 Clarify mandatory arguments to config_setting by William Muir · 3 years, 6 months ago
  84. ec66ded Switch invocation policy enforcer to use behavior enum instead of the old boolean flags. by ajurkowski · 3 years, 6 months ago
  85. 25ee8e2 Nullness check for malloc GraphNodeInfo. by Googler · 3 years, 6 months ago
  86. 80c56ff Compile Apple tools as fat binaries if possible by Keith Smiley · 3 years, 6 months ago
  87. 3c09f34 Add protobuf as a well known module by pcloudy · 3 years, 6 months ago
  88. becd149 Remote: Cache merkle trees by Fredrik Medley · 3 years, 6 months ago
  89. 01df0d5 Output template content and substitutions of TemplateExpansionAction actions in aquery result. by Googler · 3 years, 6 months ago
  90. 2c6fa34 Move --incompatible_applicable_licenses to graveyard. To be deleted before Bazel 6.x. by aiuto · 3 years, 6 months ago
  91. 14b72b8 docs: update the docs about `--fission`'s default by Rahul Butani · 3 years, 6 months ago
  92. 95474c2 Mention that buildifier has bzl-visibility by Alex Eagle · 3 years, 6 months ago
  93. d45b9d7 Move private APIs from cc_common to cc_internal by hvd · 3 years, 6 months ago
  94. c37bd0d Migrate from `Strings#repeat(String, int)` to `String#repeat(int)`. by jhorvitz · 3 years, 6 months ago
  95. 88a3f8c Make `UnsafeStringCodec` the only string codec. by jhorvitz · 3 years, 6 months ago
  96. 98e0d8b Delete implementation of `skyframe.SkyFunctionEnvironment.PrefetchAndRetainOldDeps`. Also make `skyframe.ParallelEvaluator.PrefetchOldDeps` the only behavior, and have Blaze no longer care about that JVM property. by nharmata · 3 years, 6 months ago
  97. bd30d7c Suppress unused exception error-prone finding in `FileSystemUtils::moveFile`. by ajurkowski · 3 years, 6 months ago
  98. d7628e1 Update DEFAULT_IOS_CPU for M1 arm64 simulator support by Keith Smiley · 3 years, 6 months ago
  99. 276aef3 Release 6.0.0-pre.20211019.1 (2021-10-26) by Bazel Release System · 3 years, 6 months ago
  100. 8fa3ccb Prioritize local-only actions over dynamically executed actions for local resources. by larsrc · 3 years, 6 months ago