1. b08585c Eliminate all hardcoded usage of the type universe in `Module` by brandjon · 10 hours ago main upstream/master
  2. eb234b1 Add deprecation warning to --build_python_zip. (https://github.com/bazelbuild/bazel/pull/28527) by Damian Banki · 11 hours ago
  3. ed98d31 Add ability for builtin methods to act as types by brandjon · 11 hours ago
  4. dfcb414 Release 10.0.0-pre.20260128.2 (2026-02-06) by Bazel Release System · 12 hours ago
  5. 4c8594b `ShortCircuitingCycleDetector`: Don't mark undone nodes done when we're in `--nokeep_going` mode. by nharmata · 13 hours ago
  6. 4c6b39b Add target to build .mdx release docs. (https://github.com/bazelbuild/bazel/pull/28546) by Florian Weikert · 16 hours ago
  7. 1cda426 Replace getDirectoryEntries()+isDirectory() with a more efficient readdir(). by tjgq · 17 hours ago
  8. 32eef34 Eliminate redundant constructor param by brandjon · 26 hours ago
  9. b11068b Fix support for File objects in proto.encode_text by arostovtsev · 32 hours ago
  10. b5f2b34 Rename `StarlarkClassDescriptor` -> `ClassDescriptor` by brandjon · 33 hours ago
  11. 5a99b45 Encode NativeInfo via a proxy Structure to avoid dep from starlark to bazel by arostovtsev · 33 hours ago
  12. 8bd966e Update comments in `CallUtils` machinery by brandjon · 34 hours ago
  13. 0c7a1bc Add `template_ctx.declare_subdirectory()` API that allows template actions to declare output subdirectories within a parent output directory. by tanzhengwei · 34 hours ago
  14. d4ee6b9 Actually store super class for the super class name. by cmita · 2 days ago
  15. a121ec7 Remove `--jvmopt=--sun-misc-unsafe-memory-access=allow` from `.bazelrc` by hvd · 2 days ago
  16. f2367bc #ios Migrate ios_memleaks to use only the Starlark flag. by Googler · 2 days ago
  17. b08383e Bump the github-actions group with 6 updates (https://github.com/bazelbuild/bazel/pull/28495) by dependabot[bot] · 2 days ago
  18. 5b6e89c Update all embedded JDKs to 25.0.2 (https://github.com/bazelbuild/bazel/pull/28543) by Fabian Meumertzheim · 2 days ago
  19. 08952e2 Disable bazel_proto_library_test on RBE in presubmit. by pcloudy · 2 days ago
  20. 0bb7836 Force `rctx.{download_and,}extract` to create user-readable files (https://github.com/bazelbuild/bazel/pull/28531) by Fabian Meumertzheim · 2 days ago
  21. 9bcfa7e Add machinery for registering a Starlark value as a type constructor by brandjon · 2 days ago
  22. e2cf136 Don't run aspects on materializer targets. by ahumesky · 2 days ago
  23. 878f4ad Return a custom Stat data structure from NativePosixFiles.stat/lstat. by tjgq · 2 days ago
  24. 1541693 Add integration tests for `GrpcRemoteDownloader` (https://github.com/bazelbuild/bazel/pull/28490) by Fabian Meumertzheim · 2 days ago
  25. bc70f50 Automated rollback of commit 96bb7c1f6c36630378ae27c65ab9f0f37e7b4fd1. by pcloudy · 2 days ago
  26. 11264c7 Add runfiles concept to documentation (https://github.com/bazelbuild/bazel/pull/28257) by maleo · 2 days ago
  27. 0bc73b2 Add a Starlark test for `repr(label)` round-tripping by arostovtsev · 2 days ago
  28. 9fcee3e Type checker: Add call and conditional expression support by arostovtsev · 2 days ago
  29. e060f6d Change `repr(label)` behavior based on semantics by wyv · 2 days ago
  30. f1db538 docs: add missing load() statements in examples (https://github.com/bazelbuild/bazel/pull/28448) by giria660 · 2 days ago
  31. ad2a52e Bazel Docs: Add generated docs for 8.4.2. by fwe · 2 days ago
  32. 7a839f6 Make the list of implicit deps deterministic. by lberki · 2 days ago
  33. 8ca49ef Bazel Docs: Remove trailing whitespaces from generated .mdx files. by fwe · 2 days ago
  34. 1329def Plumb an Executor instance all the way through the serialization machinery. by lberki · 2 days ago
  35. 8f3d629 Remove the version of `StarlarkValue#repr` that doesn't take a StarlarkSemantics by wyv · 3 days ago
  36. a4e5d84 Bazel Docs: Create temporary .html files for the gen_mdx_reference_docs target in a separate folder. by fwe · 3 days ago
  37. bc436e3 Add target to build generated docs in .mdx format (https://github.com/bazelbuild/bazel/pull/28505) by Florian Weikert · 3 days ago
  38. 0edf38f Add --config=ci-common to Bazel CI RBE presubmit. by pcloudy · 3 days ago
  39. 2473198 Remove "local" tag for bazel_java17_test. by pcloudy · 3 days ago
  40. 20680e9 Replace getDirectoryEntries()+isDirectory() with a more efficient readdir(). by tjgq · 3 days ago
  41. 952aabb Introduce RunfilesProxyArtifactValue. by tjgq · 3 days ago
  42. a8a5b3e Optimize Bazel CI presubmit by pcloudy · 3 days ago
  43. 0327100 Make `_exporting_module_maps` a depset in CcCompilationContext. by Googler · 3 days ago
  44. 85c1d66 Split off utility code related to Unix mode_t into a separate class. by tjgq · 3 days ago
  45. 13feafa Remove use_platforms_in_apple_crosstool_transition flag. by Googler · 4 days ago
  46. cae2db4 Fix error message in pprof output test in CpuProfileTest. by cmita · 4 days ago
  47. 0a2574e8a Internal change. by twerth · 4 days ago
  48. 73c8da8 Fix disk cache failures on concurrent read-write access on Windows (https://github.com/bazelbuild/bazel/pull/28417) by Fabian Meumertzheim · 4 days ago
  49. a147aac Return early after clearing BzlLoadValue in FrontierSerializer. by jingwen · 4 days ago
  50. 57301af Remove --strict_filesets flag by cmita · 4 days ago
  51. a3dc34c Remove AutoloadSymbols and deprecate related flags. by ilist · 4 days ago
  52. fa02230 Fix early exit counters in `FileDependencySerializer`. by jingwen · 4 days ago
  53. 63179a1 Automatic code cleanup. by cushon · 4 days ago
  54. 2b28efb Make --incompatible_lexicographical_output a NOOP (https://github.com/bazelbuild/bazel/pull/28377) by Keith Smiley · 4 days ago
  55. 4801d23 Add type checking of compiled expressions by brandjon · 4 days ago
  56. 945c6b5 Refactor `TestUtils.ModuleWithPredeclared` by brandjon · 5 days ago
  57. a038d8d Refactor `resolveTypeConstructor` by brandjon · 5 days ago
  58. 21db6ac Skycache: Rename remaining instances of discardPackageValues by plf · 5 days ago
  59. 37ad165 Remove the no-op flag --experimental_strict_fileset_output. by cmita · 5 days ago
  60. 72b1892 Release semaphore on every failure code path by plf · 5 days ago
  61. 48fd7a5 Attach `STAMP_SETTING_MARKER` as a dependency to `config_setting` targets that match on the value of `--stamp`, when it is true. by jhorvitz · 5 days ago
  62. f27bbbd Add a `STAMP_SETTING_MARKER` precomputed value to denote dependency on the value of `--stamp`. by jhorvitz · 5 days ago
  63. 62241f2 Update bug reference in TODO by cushon · 5 days ago
  64. 0022e2d Code style cleanups, no functional changes intended. by twerth · 5 days ago
  65. b6b2e2f Address AlreadyChecked ErrorProne warning. by jingwen · 5 days ago
  66. 173a45e Enable async execution for macOS CI builds. by pcloudy · 5 days ago
  67. 172ca1d Address UnusedVariable ErrorProne warning. by jingwen · 5 days ago
  68. d204db7 Improve checksum computation for starlark options. by jhorvitz · 7 days ago
  69. e2ac765 Update macOS presubmit test targets. by pcloudy · 8 days ago
  70. a3deff6 Emit a JSON thread dump as a test output on test timeout (https://github.com/bazelbuild/bazel/pull/28340) by Fabian Meumertzheim · 8 days ago
  71. d5f60ec Release 10.0.0-pre.20260120.1 (2026-01-29) by Bazel Release System · 8 days ago
  72. 5f52c29 Add a dummy overload with StarlarkSemantics to `repr`-related methods by wyv · 8 days ago
  73. 193e42b Skycache: Clear BzlLoadValues after analysis in Skycache writer builds by plf · 8 days ago
  74. 6ec9bf0 Handle ConstantDynamic in importdeps checker by cushon · 9 days ago
  75. b28d78f The minimum version of a java_toolchain's java_runtime supported by prebuilt Java tools is now Java 21 by cushon · 9 days ago
  76. 9fa9ca8 Remove EventHandler from the RemoteAnalysisCacheClient interface. by tjgq · 9 days ago
  77. c1924ee Prepare for end position API changes in https://bugs.openjdk.org/browse/JDK-8372948 by cushon · 9 days ago
  78. 20fb384 Revert "Upgrade Apache Commons Compress from 1.26.1 to 1.28.0" (https://github.com/bazelbuild/bazel/pull/28469) by Will Stranton · 9 days ago
  79. 1d52819 Support proto_library targets in @bazel_tools//src/main/protobuf (https://github.com/bazelbuild/bazel/pull/28428) by Yun Peng · 9 days ago
  80. 06f4839 Add support for field retrieval to type checker by brandjon · 9 days ago
  81. 2992e66 Remove unused variable (https://github.com/bazelbuild/bazel/pull/28470) by Will Stranton · 10 days ago
  82. b0b1f2e Move providers out of native.bzl by Fabian Meumertzheim · 10 days ago
  83. bb5a23d Remove unused mini_tar tools from bazel_tools. (https://github.com/bazelbuild/bazel/pull/28471) by Tobias Werth · 10 days ago
  84. a78b1ae docs: s/schema/scheme for URIs (https://github.com/bazelbuild/bazel/pull/28407) by Tyler French · 10 days ago
  85. 55e4aac Fix a deadlock in `RemotePathChecker` when using a disk cache (https://github.com/bazelbuild/bazel/pull/28416) by Fabian Meumertzheim · 10 days ago
  86. 81a74d2 Use a virtual thread executor for the disk cache (https://github.com/bazelbuild/bazel/pull/28430) by Fabian Meumertzheim · 10 days ago
  87. f7ba815 Improve Bazel presubmit by pcloudy · 10 days ago
  88. 9d8502f Update default assignee for Bazel bug reports. by Googler · 10 days ago
  89. 0fe055d Remove tests from macOS Intel presubmit. by pcloudy · 10 days ago
  90. 5594c2a [Repository Downloader] Fail over immediately on TLS errors (https://github.com/bazelbuild/bazel/pull/28347) by ashutosh0x · 10 days ago
  91. 3ad9562 Isolate the native support library for the Starlark CPU profiler. by tjgq · 11 days ago upstream/release-10.0.0-pre.20260128.2rc1
  92. fb62559 Don't repeatedly request QueryWriteStatus if the server doesn't support it (https://github.com/bazelbuild/bazel/pull/28235) by Fabian Meumertzheim · 11 days ago
  93. 21fcb68 Fix VirtualActionInput pipe thread naming (https://github.com/bazelbuild/bazel/pull/28414) by Fabian Meumertzheim · 11 days ago
  94. 08e077e Add --config=ci-common for the RBE build by pcloudy · 12 days ago
  95. 4a2d676 Skycache: Discard package values after analysis is finished by plf · 12 days ago
  96. dd2494d Type checker: Support union types in StarlarkType.assignableFrom() by arostovtsev · 2 weeks ago
  97. 7c802c7 Type checker: Check list and tuple element types for comparison operators by arostovtsev · 2 weeks ago
  98. acb5cf3 Add simple AGENTS.md file gemini-cli and the like (https://github.com/bazelbuild/bazel/pull/28342) by Tobias Werth · 2 weeks ago
  99. a25d924 Fix some compiler warnings. by Tobias Werth · 2 weeks ago
  100. b8c8d55 Define Bazel Protobuf Starlark flags, and allow the Starlark code that uses them to respond to either Starlark or native flags. by steinman · 2 weeks ago