1. 8e7ef00 Allow `native.package_relative_label` in initializers by Fabian Meumertzheim · 6 hours ago master
  2. 2330a11 Update commons-compress to 1.26.1 by Mark Elliot · 8 hours ago
  3. 0c4975f Override `putIfAbsent()` in `PersistentMap`. by Googler · 10 hours ago
  4. 92682de Add a test to ensure the Starlark-exposed Android transitions are usable. by Googler · 11 hours ago
  5. 4b3b72e Don't print residue to the console by Googler · 12 hours ago
  6. 3a876d0 Test using an actual native transition. by Googler · 13 hours ago
  7. fd2cc92 Do not delay `TargetCompleteEvents` with coverage by Fabian Meumertzheim · 13 hours ago
  8. 2a61fe7 Incorporate skymeld inconsistencies into the rewinding/node dropping receivers. by Googler · 19 hours ago
  9. 5afbe23 In `PersistentStringIndexer`, use an `AtomicReferenceArray<String>` instead of a `ConcurrentHashMap<Integer, String>`. by Googler · 23 hours ago
  10. e152961 Add QuiescingFuture, used to track completion of recursive concurrent tasks. by Googler · 26 hours ago
  11. 69c6315 Use instanceof pattern-matching in a few places for improved readability. by Googler · 28 hours ago
  12. 8a81b81 Store remote registry file hashes in the lockfile by Fabian Meumertzheim · 29 hours ago
  13. c9117af (trivial) Updates a stale comment. by Googler · 30 hours ago
  14. 9a3e331 (trivial) Splits out a small helper from ObjectCodecs for reuse elsewhere. by Googler · 31 hours ago
  15. 3bc70b2 Loosen `blaze-out/k8-opt-exec-.../` expectations in prep for[] by Googler · 32 hours ago
  16. 073e701 Clamp profile spans for remote execution so they always nest inside the parent span. by Googler · 35 hours ago
  17. a5bb1f0 Store lastBuildId and compare it with the one in StartBuildResponse by Chi Wang · 35 hours ago
  18. fe64e59 Treat an IOException while logging a spawn as an error instead of a warning. by Googler · 2 days ago
  19. 63b5de0 Add a clause for explaining what the cwd for genrules is. by Googler · 2 days ago
  20. 3c5b1ca Exit if `--experimental_remote_output_service` is set, but not `--remote_cache` nor `--remote_executor` by Chi Wang · 2 days ago
  21. cc916cf Correctly handle ParamFileActionInput when writing to the compact execution log. by Googler · 2 days ago
  22. a4d77c5 Stop listing `.gcno` files as outputs when using LLVM coverage map format by Brentley Jones · 2 days ago
  23. 7637f62 Make cc_binary extendable by Googler · 2 days ago
  24. 84f73f3 Fix a crash when handling a worker process death while attempting to connect to it. by Googler · 2 days ago
  25. eb905bd Use a Semaphore for signaling in repo fetching by Xudong Yang · 4 days ago
  26. 9795f9a Remove the select restrictions API for configurable attributes. by Googler · 4 days ago
  27. 59718ef Avoid Windows short paths in Bzlmod by Fabian Meumertzheim · 4 days ago
  28. e60b8fb Release 8.0.0-pre.20240422.4 (2024-05-03) by Bazel Release System · 4 days ago
  29. d4f30a6 Disallow certain APIs within symbolic macros by Googler · 4 days ago
  30. 44dd494 Delete unused serialization code in AppleCommandLineOptions. by Googler · 5 days ago
  31. 84c15a0 Move SkyFunction into skyframe-objects. by Googler · 5 days ago
  32. 164500d Make Bazel build with --experimental_sibling_repository_layout . by Googler · 5 days ago
  33. 42423e0 Detect extension staleness due root module name/version change by Fabian Meumertzheim · 5 days ago
  34. 963434a Modify Blaze module setup error handling to use the highest priority exit code. by Googler · 5 days ago
  35. c0384ca Remove a reflective workaround in ErrorPronePlugin by Googler · 5 days ago
  36. 32a9ac9 No public description by Googler · 6 days ago
  37. a70a28f Fix error in dynamic_mode documentation by Xavier Bonaventura · 6 days ago
  38. 978c50b Sandboxing: Fix crash triggered by precondition. by Googler · 6 days ago
  39. e3e530d Replace CppLinkAction in tests with SpawnAction by Googler · 6 days ago
  40. ab11e40 Bootstrap using JDK21. by Googler · 6 days ago
  41. 36b812b More platform mapping test cleanups. by Googler · 6 days ago
  42. 79b6c95 Add profile spans to BazelOutputService RPC calls by Chi Wang · 6 days ago
  43. 5cf60bd Implement `PackageFunctionWithSingleGlobsDep` so that `PackageFunction` relies on a single GLOBS node by Googler · 6 days ago
  44. 43fdcd3 Follow unconfigured `alias`es during options parsing by Fabian Meumertzheim · 6 days ago
  45. b90e53e Delete the native AndroidDevice rule. by Andrew Sinclair · 6 days ago
  46. d4390c3 Don't set `--platforms`, `--host_platform`, or `--experimental_extended_sanity_checks` in all tests. by Googler · 7 days ago
  47. 03ac7ae Don't set `--stamp` in all tests. by Googler · 7 days ago
  48. d474fcc Automatically map paths in `Args#map_each` by Fabian Meumertzheim · 7 days ago
  49. d0feb2a Add metrics to BEP messages which mirrors the output of the `dump --rules` command by Googler · 7 days ago
  50. 0e7c0fb Rename the compact execution log to better reflect the file format. by Son Luong Ngoc · 7 days ago
  51. ff40449 Drop the requirement that proto_profile and memprof_profile must be source files. by Googler · 7 days ago
  52. ac5c63b Update the GitHub actions workflow to use "awaiting-PR-merge" label by Googler · 7 days ago
  53. 7276325 Fix flakiness in `build_event_stream_test.sh` by Googler · 8 days ago
  54. 7db8f8f Let `ijar` warn only once per unsupported attribute by Fabian Meumertzheim · 8 days ago
  55. cd1ef04 Support `select` in deps of a `cc_binary` with `dynamic_deps` by Fabian Meumertzheim · 8 days ago
  56. 3fc76be Do not watch `.netrc` in `read_netrc` by Fabian Meumertzheim · 8 days ago
  57. d0af714 Fix maven deps after 5e63f2d by Fabian Meumertzheim · 8 days ago
  58. 3a94994 Remove explicit AutoCodec bootstrap. by Googler · 8 days ago
  59. dacfd9c Fix potential NPE in ModuleFileFunction by Fabian Meumertzheim · 8 days ago
  60. 0c4139e Remve extra backtick in toolchain docs. by Googler · 8 days ago
  61. d8054b3 Macros accept select() in configurable attributes. At default the same attributes are configurable for Macros as for rules (most are), but for macros, attributes accept a "configurable" parameter to toggle this behavior. Rule attributes do not have this parameter. by Googler · 8 days ago
  62. a9525c7 Automated rollback of commit c63c7472696e2c5d44ab476121c97082ae29c073. by Googler · 8 days ago
  63. 3b49b93 Internal change. by Augie Fackler · 9 days ago
  64. 92e21f4 Internal change. by Augie Fackler · 9 days ago
  65. c771edd Internal change. by Augie Fackler · 9 days ago
  66. c52549d Internal change. by Augie Fackler · 9 days ago
  67. 7f13b0f Do not imply memprof_optimize when using memprofile_profile label. by Googler · 9 days ago
  68. e22a693 Automated rollback of commit 76a214932da4a9dcf73d3cfe9313e0172d20e630. by Googler · 9 days ago
  69. e83421f Add an options converter for a size in bytes. by Googler · 9 days ago
  70. faf3b6e Use a SymbolGenerator ID instead of reference equality for StarlarkProvider. by Googler · 11 days ago
  71. 7fca56e Add a convenience method to Connection to prepare and execute a Statement only once. by Googler · 11 days ago
  72. f3af670 cquery: Factor RepositoryName into fetching ignored packages by Daniel Wagner-Hall · 11 days ago
  73. 7e862eb Fix escaping of arguments on windows when using `bazel run --script_path...`. by Googler · 12 days ago
  74. 5205dc1 Enable memoization in LeafObjectCodec. by Googler · 12 days ago
  75. 874a050 Only check for shard status file if a test passed by Fabian Meumertzheim · 12 days ago
  76. 5e63f2d Update blake3 to v1.5.1.bcr.1 by Fabian Meumertzheim · 12 days ago
  77. f8273c2 Replace `--cpu` and `--host_cpu` with `--platforms` and `--host_platform` respectively in `BuildViewTestCase` by Googler · 12 days ago
  78. 3beaaaf Use regexp to use JEP394 where IntelliJ inspection fails. by Googler · 12 days ago
  79. 49850f8 Replace most Bzlmod events with a Skyframe graph lookup by Fabian Meumertzheim · 12 days ago
  80. 7ffa325 Add a `BuildIntegrationTestCase` utility method for reading inline outputs. by Googler · 12 days ago
  81. 1f3baa2 Add the concept of "generic" rules to our Starlark's doc-gen. by Googler · 12 days ago
  82. 618c0ab Add digest func to Remote Asset Downloader by Son Luong Ngoc · 12 days ago
  83. 6d79e11 Handle operation stream exception in wrapper by George Gensure · 12 days ago
  84. 028c7c1 Release 8.0.0-pre.20240415.1 (2024-04-25) by Bazel Release System · 12 days ago
  85. 86edf49 Add the missing Blocker call for `chmod`. by Googler · 12 days ago
  86. 52adf0b Fix a race condition in IncrementalPackageRoots. by Googler · 13 days ago
  87. 83cfbe8 Inject `TestSummaryOptions` into `TestStrategy` and make the `#processTestOutput` method respect `--print_relative_test_log_paths` by Googler · 13 days ago
  88. e9238ff Fix an NPE while reporting an action conflict. by Googler · 13 days ago
  89. 5917aa7 Do not record nodes for which their respective SkyFunction was not run as built. by Googler · 13 days ago
  90. 8edddb3 Add `strip_prefix` arg to bzlmod's `git_override` by Douglas Thor · 13 days ago
  91. c5cb07a Changes to Fileset traversal code for internal purposes by Googler · 13 days ago
  92. 73d952d Changes to Fileset traversal code for internal purposes by Googler · 13 days ago
  93. 8ef7b70 Implement a JNI wrapper around SQLite. by Googler · 13 days ago
  94. 91d08ed Minor memoizing serialization context cleanups. by Googler · 13 days ago
  95. af57f38 Add identity token based equals implementation to StarlarkFunction. by Googler · 13 days ago
  96. c63c747 Collect worker metrics by default. by Googler · 13 days ago
  97. 4b18dbe Handle file type changes with in-process symlink creation by Fabian Meumertzheim · 13 days ago
  98. 410e92d Delete StringCanonicalizer. by Googler · 13 days ago
  99. 114c0c6 Doc nit: remove local=True from http_archive example by Grzegorz Lukasik · 13 days ago
  100. 45982b4 Revert special handling of yanked module files by Fabian Meumertzheim · 13 days ago