1. 8307577 Fix typo. by Googler · 10 months ago
  2. 322a91e Minor fixes to Blaze. by Googler · 10 months ago
  3. 9d61331 Fix instable progress message for `%{input}` with input discovery. by Googler · 10 months ago
  4. b75ad88 chore: Ignore shellcheck error in copy-paste code by Honnix · 10 months ago
  5. edb1ac7 Update user-manual for obsolete `--java_*` flags by Googler · 10 months ago
  6. 380d35e Refactor `FlagSetFunction` to depend on a `ProjectValue` directly, instead of depending on its own `BzlLoadValue`. by Googler · 10 months ago
  7. 08ef9b2 Ensure that packages are invalidated any time package or build language options are changed. by Googler · 10 months ago
  8. 84e0304 Remove duplicated precomputed value key from VendorFileFunction. by Googler · 10 months ago
  9. 71fdd60 Increase test timeout for BzlLoadFunctionTest. by Googler · 10 months ago
  10. e1a73e6 Add fine logging to output file checking to diagnose flaky test. by Googler · 10 months ago
  11. 70e80a1 Delete WORKSPACE file. by Tobias Werth · 10 months ago
  12. 493c523 No public description by Googler · 10 months ago
  13. 7ca7b35 use bazel_ci_rules bazel_dep instead of http_archive by Matthieu MOREL · 10 months ago
  14. 8e095c5 Break up build/lib/skyframe:testutils into individual `java_library`s. by Googler · 10 months ago
  15. de6c415 Split `SkyframeTests` into individual `java_test`s, improve `BUILD` granularity and test history tracking. by Googler · 10 months ago
  16. 55cf33e Fix: Correct output_file's actions. by Matt Stark · 10 months ago
  17. 93857c1 BEGIN_PUBLIC Move aar_import helper tools to rules_android by Ted · 10 months ago
  18. 0864fb7 Delete `--incompatible_android_platforms_transition_updated_affected` by Googler · 10 months ago
  19. 25a87d9 Allow BzlLoadFunction to fully reset the cache. by Googler · 10 months ago
  20. 3187250 Add a git merge driver for `MODULE.bazel.lock` by Fabian Meumertzheim · 10 months ago
  21. 3c47388 Fix `RuleContext.getToolchainInfo()` by Googler · 10 months ago
  22. ffdb742 Update documentation on how target patterns are expanded in `register_toolchains` and `register_execution_platforms`. by Googler · 10 months ago
  23. 6936150 Fix data race in `IndexRegistry#getBazelRegistryJson` by Fabian Meumertzheim · 10 months ago
  24. 98c6c49 Release 8.0.0-pre.20240530.1 (2024-06-05) by Bazel Release System · 10 months ago
  25. bd2e20a skyfocus: split up working set preparation and execution into discrete steps. by Googler · 10 months ago
  26. 56c1beb Prepare for a change in `jdk.internal.misc.Blocker` by Googler · 10 months ago
  27. 4be0b6c Internal change. by Googler · 10 months ago
  28. b195fbe Add a convenience method to `BuildIntegrationTestCase` that accepts a list of targets. by Googler · 10 months ago
  29. d705928 Fix a potential infinite loop in the case of an interruption. by Googler · 10 months ago
  30. c53bbda Split up ConfigTests into individual java_test targets by Googler · 10 months ago
  31. 1302d52 No public description by Googler · 10 months ago
  32. 193b114 Fix building Bazel on old macOS version by Yun Peng · 10 months ago
  33. b42823c Remove non-existent targets from IJ project file by John Cater · 10 months ago
  34. e3aae6c Double size of error log we print when worker doesn't return a response by Googler · 10 months ago
  35. 13207cd Clean up BUILD files in build/lib/analysis. by Googler · 10 months ago
  36. 2c72924 Clean up BUILD files in build/lib/skyframe. by Googler · 10 months ago
  37. 642b571 Disable SkyframeStats collection unless specifically requested by flag. Removes by Googler · 10 months ago
  38. 0938026 Update toolchain resolution to fully dereference aliases by John Cater · 10 months ago
  39. 77fc643 Make it possible to determine whether a fileset symlink points into a tree artifact. by Googler · 10 months ago
  40. 490e023 Remove ComposingTransition, all uses should be of ComposingTransitionFactory. by Googler · 10 months ago
  41. 417c6b8 Wire up `oneversion` tool in `java_tools` by Gowroji Sunil · 10 months ago
  42. 4582011 Calculate the bazel directory based on the path of bazel-dev.sh by Matt Stark · 10 months ago
  43. c4fe0ba Bump the github-actions group with 4 updates by dependabot[bot] · 10 months ago
  44. 1c0135c Add option to track sandbox stashes in memory by Pedro Liberal Fernndez · 10 months ago
  45. 69802ba Simplify naming of transitions in cquery output. by Googler · 10 months ago
  46. d7cf004 Starlarkify MultiArchBinarySupport.ccLinkingContextSubtractSubtrees() by Googler · 10 months ago
  47. 1735a31 Remove `--bes_best_effort` flag from Bazel documentation. by Googler · 10 months ago
  48. f4b4537 Add more profiler spans to diff handling by Fabian Meumertzheim · 10 months ago
  49. ecf6617 Move FilegroupRule together with implementation by Googler · 10 months ago
  50. a4e4147 Restore logo for Aspect by Googler · 10 months ago
  51. 4972db8 Fix an NPE with the SkymeldUiStateTracker. by Googler · 10 months ago
  52. 98054a2 Update autovalue version by John Cater · 10 months ago
  53. 759fe7d Keep `/external:I...` on a single param file line by Fabian Meumertzheim · 10 months ago
  54. 89c4866 Implement working set derivation from PROJECT.scl. by Googler · 10 months ago
  55. 0c8cb4b query: expose `is_executable` by Googler · 10 months ago
  56. c529b66 Serialize StarlarkDefinedAspect as a global .bzl reference. by Googler · 10 months ago
  57. 5d7caec Fix cquery & aquery `--noimplicit_deps` on output configured targets. by Googler · 10 months ago
  58. 6a6087e Serialize StarlarkRuleFunction as a global .bzl reference. by Googler · 10 months ago
  59. 5f01bfa Simplify code used to determine rule transitions. by Googler · 10 months ago
  60. 55849a1 Split out an abstract base class from StarlarkProviderCodec. by Googler · 10 months ago
  61. 81a0294 Refactor `ImportantOutputHandler` to accept unexpanded artifacts. by Googler · 10 months ago
  62. bedb7cd Remove unnecessary public modifier from DiffAwareness.Factory interface. by Googler · 10 months ago
  63. 3d9ccf2 Delete (unused) `ImportDepsCheckActionBuilder.java` by Googler · 10 months ago
  64. a67dac5 Provide a default for RuleClass.transitionFactory. by Googler · 10 months ago
  65. 73892d5 Add private create_library_to_link by Googler · 10 months ago
  66. e6ef429 Automatic code cleanup. by Googler · 10 months ago
  67. 8b97732 Update Aspect logo image on site community experts & partners page by Greg Magolan · 10 months ago
  68. 1d33531 Treat index out of bounds as corruption in `PersistentStringIndexer`. by Googler · 11 months ago
  69. 5532dbc De-virtualize path strings in the `ConvenienceSymlinksIdentified` BEP event. by Googler · 11 months ago
  70. 7681a3b Fix NPE in StarlarkRuleTransitionProvider when configConditions is null. by Googler · 11 months ago
  71. a9c7234 Allow implicitly enabling memprof_optimize for AutoFDO. by Googler · 11 months ago
  72. d9c8602 Remove AddressFreer and PaddedAddresses. by Benjamin Peterson · 11 months ago
  73. 219f118 Refactor build options merging to better handle all options. by Googler · 11 months ago
  74. f527947 Release 8.0.0-pre.20240523.3 (2024-05-31) by Bazel Release System · 11 months ago
  75. ee68688 Move checking for toolchain target_settings to RegisteredToolchainsFunction. by Googler · 11 months ago
  76. 25a9d53 Centralize code to accumulate multiple MatchResults. by Googler · 11 months ago
  77. 03eb502 Fix another platform_type string compares that were broken by https://github.com/bazelbuild/bazel/commit/8e783b065c66c005db26d85e9ec6e8e28c42b2f2 (Migrate apple_common.platform_type to Starlark) by Googler · 11 months ago
  78. ae3474f Write create_linking_context_from_compilation_outputs in Starlark by Googler · 11 months ago
  79. 870e7c6 Use a single instance for all NoTransition and NoConfigTransition factory uses. by Googler · 11 months ago
  80. 75f7122 Write cc_common.link in Starlark by Googler · 11 months ago
  81. 63ed4a0 Enable more cquery results on output files as well as targets. by Googler · 11 months ago
  82. 6e12cf7 Fix the platform_type string compares that were broken by https://github.com/bazelbuild/bazel/commit/8e783b065c66c005db26d85e9ec6e8e28c42b2f2 (Migrate apple_common.platform_type to Starlark) by Googler · 11 months ago
  83. 0612341 Add documentation for vendor mode. by Googler · 11 months ago
  84. e7635c5 VENDOR.bazel file (related #19563) by salma-samy · 11 months ago
  85. 2fb8564 Set --experimental_collect_system_network_usage on MacOS CI workers. by Googler · 11 months ago
  86. 6194652 Remove no-longer-used StarlarkValue implementation by objc/CompilationSupport by Googler · 11 months ago
  87. fb17188 Remove `SkyframeQueryHelper#setBlockUniverseEvaluationErrors`. by Googler · 11 months ago
  88. 317ee89 Serialize StarlarkProvider using .bzl references. by Googler · 11 months ago
  89. 38f8fff Use DeferredNestedSetCodec in SerializationCheckingGraph for analysis types. by Googler · 11 months ago
  90. e751c5d Enable SerializationCheckingGraph to deserialize with Skyframe. by Googler · 11 months ago
  91. d32202b Break up some Java libraries to allow upcoming additional dependencies without introducing cycles. by Googler · 11 months ago
  92. 239682b Refactor project resolution to use its own Skyfunction. by Googler · 11 months ago
  93. 00a0837 Add a test for debug messages when a toolchain isn't selected due to incompatible `target_settings`. by Googler · 11 months ago
  94. bd1c3af Emit function param's role in starlark_doc_extract proto output by Googler · 11 months ago
  95. 882a467 Support RPackage class generation in RClassGenerator. by Googler · 11 months ago
  96. b48a319 Fix IPv6-related network issues in some shell tests. by Googler · 11 months ago
  97. 29e9a9d Remove `//src/main/java/...` from the list of build targets on macOS. by Googler · 11 months ago
  98. 5986420 Fix getting authentication for URLs in http repo rules by Yun Peng · 11 months ago
  99. ac9d710 Add identityToken to StarlarkDefinedAspect via its StarlarkAspectClass. by Googler · 11 months ago
  100. bb702b6 Add identityToken to MacroFunction and StarlarkRuleFunction. by Googler · 11 months ago