1. 2ac78e2 Make the bootFileManager thread safe. This fixes Issue 195120876. by zshmeis · 3 years, 9 months ago
  2. 7469d4a Internal change by cushon · 3 years, 9 months ago
  3. de38eb1 Remove dead code from apple_binary implementation by plf · 3 years, 9 months ago
  4. 2b2d422 Flip apple_static_library to Starlark implementation by plf · 3 years, 9 months ago
  5. 7b4f982 Automated rollback of commit 7649f610c45190735fd7de433b15679b21b2d91b. by messa · 3 years, 9 months ago
  6. 53b5ed9 Extra logging for strategies. by larsrc · 3 years, 9 months ago
  7. 166771e Delete --apple_sdk arg by waltl · 3 years, 9 months ago
  8. 87607e3 bzlmod: Remove ModuleFileGlobalsApi by wyv · 3 years, 9 months ago
  9. ba8648f Release 5.0.0-pre.20210728.1 (2021-08-03) by Bazel Release System · 3 years, 9 months ago
  10. 8f41e5d Rewrite apple_static_library by plf · 3 years, 9 months ago
  11. 23eaf1a Add Bazel docs on dynamic execution. by larsrc · 3 years, 9 months ago
  12. 9f67cdf cquery: disable `--build_tests_only`. by gregce · 3 years, 9 months ago
  13. 8eba488 When outputting a thread dump for a slow interruption, group threads with the same stack trace together, sort the dump by stack length (longer stacks are more likely to be interesting), and insert the longest stack in the remote bug report, for easier triage. Also log stack traces and thread names in one single logline: makes it much easier to read these lines and to search over them. The length should still be manageable, and if there are thousands of threads for a single stack trace, it's unlikely they're doing anything very interesting. by janakr · 3 years, 9 months ago
  14. 262cd8a Clear out OOM intentionally thrown in test case. by janakr · 3 years, 9 months ago
  15. a03442d Adds PrecomputedValues necessary for repository support. by Googler · 3 years, 9 months ago
  16. cf35da2 bzlmod: {toolchains,execution_platforms}_to_register support by wyv · 3 years, 9 months ago
  17. a8df202 bzlmod: Use a constant ModuleKey for the root module by wyv · 3 years, 9 months ago
  18. 5a0f72a Add steplogging to dynamic execution. Can be enabled with `--logging=4`. by larsrc · 3 years, 9 months ago
  19. 0f2c599 Disable AndroidNdkRepositoryTest in Google by wyv · 3 years, 9 months ago
  20. c785f02 Remote: Merge download and downloadMinimal. by Chi Wang · 3 years, 9 months ago
  21. 23f171e Avoid touching the filesystem to see what the BUILD file for a Starlark extension was: we already have the package, so we can just read it out. by janakr · 3 years, 9 months ago
  22. a512791 RELNOTES: --bep_publish_used_heap_size_post_build is deprecated. Use --memory_profile=/dev/null instead. by janakr · 3 years, 9 months ago
  23. 92f7b58 Get rid of unused j2objc module map by waltl · 3 years, 9 months ago
  24. d7cd7bb Automatic code cleanup. by Googler · 3 years, 9 months ago
  25. 50c8f32 Split java_plugin into additional library or use the library if available. by ilist · 3 years, 9 months ago
  26. e8b2600 Link referenced Dockerfile in the /scripts/README.md by Dan Bamikiya · 3 years, 9 months ago
  27. 5fad8a9 Make tests mock @bazel_tools by using the directory name "embedded_tools" by wyv · 3 years, 9 months ago
  28. 871c41c Add support for required aspects in command line aspects by messa · 3 years, 9 months ago
  29. b857329 Automatic code cleanup. by Googler · 3 years, 9 months ago
  30. b9d94c0 Move misplaced period. by janakr · 3 years, 9 months ago
  31. aff83c4 Don't log an exception when there's a batch stat failure: it's not indicative of an underlying Bazel bug. by janakr · 3 years, 9 months ago
  32. 0f1a73a Fix broken "runfiles guide" hyperlinks in Blaze docs. by Googler · 3 years, 9 months ago
  33. 23146f2 In MemoryProfiler, when doing multiple GCs after a phase, use the minimum "heap used" value as the correct one: random allocation of garbage can race with GC and reading the value, so values may be spuriously high, but they can't be spuriously low because GC never reclaims actually live objects. by janakr · 3 years, 9 months ago
  34. a0e5e45 Create BootClassPathCachingFileManager a subclass of JavacFileManager which handles caching for the boot classpaths. The class also decides if an instance can be kept for the current compilation or needs to be updated (e.g., if a bootclasspath digest has changed) by zshmeis · 3 years, 9 months ago
  35. 8ffc333 Change jvm_opts to NestedSet (natively and in Starlark). by ilist · 3 years, 9 months ago
  36. a987ffe Allow BuildViewTestCase subclasses to inject extra precomputed values by wyv · 3 years, 9 months ago
  37. 479317e Reformat BuildViewTestCase by wyv · 3 years, 9 months ago
  38. 16293d5 Release 5.0.0-pre.20210722.2 (2021-07-29) by Bazel Release System · 3 years, 9 months ago
  39. aae0abc Put java runtime under tools set in Starlark android_lint implementation. by ilist · 3 years, 9 months ago
  40. dde7704 bzlmod: Store a Package instead of a Rule in BzlmodRepoRuleValue by wyv · 3 years, 9 months ago
  41. 729b236 Collect plugins used in Java compilation and pass them to android_lint. by ilist · 3 years, 9 months ago
  42. 9c35296 Rollforward of https://github.com/bazelbuild/bazel/commit/151825328f4bbff42f1802c306f042b757c6b439: Skip adding omitted vector arguments to StarlarkCommandLine when they are empty by ilist · 3 years, 9 months ago
  43. 876d48d Replace some usages of List in databinding integration with Depset by ahumesky · 3 years, 9 months ago
  44. 70073fd Ignore try import failure on Windows by Andrew Katson · 3 years, 9 months ago
  45. 9055c67 Support extracting aar files. by Christopher Peterson Sauer · 3 years, 9 months ago
  46. 0428828 Add TransitionType enum and add checks that transitions aren't used by John Cater · 3 years, 9 months ago
  47. e77020d Remove no longer needed `hasLooseHeaders` method. by jhorvitz · 3 years, 9 months ago
  48. dd38d22 Recommend using --verbose_failures for debugging by Rai · 3 years, 9 months ago
  49. 0b6e892 Fix loading_phase_test - add test assertion back by messa · 3 years, 9 months ago
  50. e521aad Allow relative log paths by Keith Smiley · 3 years, 9 months ago
  51. ebb12e8 Refactor apple_static_library use of split transition by plf · 3 years, 9 months ago
  52. 5ac18cd Pass the id of a work request to the worker through JavaLibraryBuildRequest and BlazeJavacArguments. This can help us know which request is being compiled during a run. by Googler · 3 years, 9 months ago
  53. f756442 Add cc_import to built_in rules. by Googler · 3 years, 9 months ago
  54. ceb498f Fix d8_dexbuilder/d8_dexmerger/r8 dependencies in bazel_tools: by Googler · 3 years, 9 months ago
  55. 088caa1 Automated rollback of commit 151825328f4bbff42f1802c306f042b757c6b439. by cmita · 3 years, 9 months ago
  56. 59d28ad Add Data marker interface for transition factories. by John Cater · 3 years, 9 months ago
  57. 525227e Add new data class for rule transition factories. by John Cater · 3 years, 9 months ago
  58. 6810a32 Release 5.0.0-pre.20210720.2 (2021-07-27) by Bazel Release System · 3 years, 9 months ago
  59. b1e75e5 Add an optional allowlist for external network in tests. by ajurkowski · 3 years, 9 months ago
  60. d5eeb04 Expose ProtoToolchainInfo to Starlark by Yannic Bonenberger · 3 years, 9 months ago
  61. 3641e24 bzlmod: Guarantee BFS iteration order for SelectionValue#getDepGraph by wyv · 3 years, 9 months ago
  62. 1c8f1e0 bzlmod: Change FakeRegistry to return real, local_repository RepoSpecs by wyv · 3 years, 9 months ago
  63. 15182532 Skip adding omitted vector arguments to StarlarkCommandLine when they are empty by ilist · 3 years, 9 months ago
  64. 7649f61 Roll forward of https://github.com/bazelbuild/bazel/commit/943c83aa58731c4f9561d79c458f254427a8f24c: Command line aspect-on-aspect by messa · 3 years, 9 months ago
  65. d4dd203 Remove internal `experimental_disable_annotation_processing` API by cushon · 3 years, 9 months ago
  66. 4b3c740 Fix incorrect string formatting placeholder by davg · 3 years, 9 months ago
  67. a76d70f Remove Starlark access to native Apple crosstool transition. by gregce · 3 years, 9 months ago
  68. b4cc44c Fix a path name error in cc_common.link. by Googler · 3 years, 9 months ago
  69. 0cf5366 Update outdated symbol link. by gregce · 3 years, 9 months ago
  70. 9ec7d7b Update documentation for key-based split transitions. by gregce · 3 years, 9 months ago
  71. 6308317 Consider a compile action to have loose headers if it has textual headers and loose headers checking is enabled. by jhorvitz · 3 years, 9 months ago
  72. e1f2e3d Restore interrupt state by cushon · 3 years, 9 months ago
  73. 5b9aaa9 Include changed files for which stat fails in incremental diff. by ajurkowski · 3 years, 9 months ago
  74. bdd5d49 Clarify when sandboxing is enabled. by ruperts · 3 years, 9 months ago
  75. 8de2032 Rename `Critical path` in `Execution critical path` in new stats summary. by twerth · 3 years, 9 months ago
  76. d92e7d4 Reference the correct version of the java allocation instrumenter. by Tobias Werth · 3 years, 9 months ago
  77. 61d5c23 Optimise object array creations in Starlark java_library by ilist · 3 years, 9 months ago
  78. affc27f Bump version of java allocation instrumenter. by Tobias Werth · 3 years, 9 months ago
  79. 9e98339 Add library parameter to GoPackageInfo Starlark constructor by cmita · 3 years, 9 months ago
  80. 3d6c206 Import legacy jar dependencies from both java_binary and java_test. by ilist · 3 years, 9 months ago
  81. a7845f6 Increase allowed size for install base again. by twerth · 3 years, 9 months ago
  82. 51cb6a0 Automatic code cleanup. by Googler · 3 years, 9 months ago
  83. 203aa77 Intern special case of "__pkg__" and "__subpackages__" labels by brandjon · 3 years, 9 months ago
  84. 227da61 Eliminate `raw` field from the Lexer by brandjon · 3 years, 9 months ago
  85. 0eef114 Fix broken targets in nightly 2021.07.22-1 by plf · 3 years, 9 months ago
  86. 9bf5a14 Intern identifier and keyword Strings in the lexer by brandjon · 3 years, 9 months ago
  87. 0e4f97e Remove BAZEL_INTERNAL_BUILD_REQUEST_ID. by janakr · 3 years, 9 months ago
  88. cc6c167 Make tests pass after incompatible_disable_native_apple_binary_rule flip by plf · 3 years, 9 months ago
  89. 3288728 Fix creation of sandbox files that was wrongly changed from copyFile(). by larsrc · 3 years, 9 months ago
  90. ad7a17f Expose compile_one filetype to Starlark. by ilist · 3 years, 9 months ago
  91. b51b31db Remote: Fix a race when reporting action progresses. by Chi Wang · 3 years, 9 months ago
  92. de45065 Restructure Starlark java_library to internal and Bazel parts. by ilist · 3 years, 9 months ago
  93. 5e352af Fix bug in WorkRequestHandler's handling of singleplex requests that would cause occasional hangs. by larsrc · 3 years, 9 months ago
  94. 951a302 Increase allowed size of the install_base. by twerth · 3 years, 9 months ago
  95. f963870 Update aquery doc about channels of contact. by leba · 3 years, 9 months ago
  96. 89e2f87 Remove {direct,transitive}OriginalSources field from ProtoInfo by Yannic Bonenberger · 3 years, 9 months ago
  97. ea88c59 Use postBuildCallback for javahostwap. by twerth · 3 years, 9 months ago
  98. f79b61f Prepare for toolchainifying proto rules by Yannic Bonenberger · 3 years, 9 months ago
  99. 0d94a34 Remove handling for null new value in `Differencer.Delta`. by ajurkowski · 3 years, 9 months ago
  100. 1d82c1a Clarify some documentation in `NestedSetCache`. by jhorvitz · 3 years, 9 months ago