Sign in
bazel
/
bazel
/
HEAD
995c3ef
Fix local flaky test attempts reusing the same TEST_TMPDIR.
by lberki
· 3 hours ago
master
e61a426
Support remote cache CDC (https://github.com/bazelbuild/bazel/pull/28437)
by Tyler French
· 5 hours ago
535d633
Detect JAVA_HOME more robustly during JDK minimization (https://github.com/bazelbuild/bazel/pull/29003)
by Fabian Meumertzheim
· 10 hours ago
25e643d
Automatic code cleanup.
by Hana Joo
· 11 hours ago
f286bc1
Call forceJniLinking before BlazeRuntime.main().
by tjgq
· 11 hours ago
4b0077e
Use Runfiles.preload() instead of Runfiles.create(), as recommended.
by tjgq
· 12 hours ago
257a224
Use `FileArtifactValue#setContentsProxy` for remote repo contents cache (https://github.com/bazelbuild/bazel/pull/28654)
by Fabian Meumertzheim
· 18 hours ago
694355c
Delete experimental_use_dex_splitter_for_incremental_dexing
by aranguyen
· 25 hours ago
d73ae27
Delete unused flag. Need to wait for unknown commit to be released first
by aranguyen
· 26 hours ago
217cf61
Add fields to universal types (e.g. `list.append`)
by brandjon
· 27 hours ago
0fafb4d
Delete --experimental_incremental_dexing_after_proguard_by_default. Following up on unknown commit
by aranguyen
· 27 hours ago
b7284e2
Fix out-of-order BEP event publishing.
by adgar
· 27 hours ago
0f7154b
Correctly cross-jlink Windows arm64 builds (https://github.com/bazelbuild/bazel/pull/28988)
by Fabian Meumertzheim
· 29 hours ago
e46bed7
Prevent template_ctx.run from using map_directory outputs as inputs.
by tanzhengwei
· 29 hours ago
721c854
Separate out the logic to construct a RemoteAnalysisCacheManager from the class itself.
by lberki
· 30 hours ago
94c043e
Don't update the baseline configuration with `--noallow_analysis_cache_discard` (https://github.com/bazelbuild/bazel/pull/28510)
by Fabian Meumertzheim
· 32 hours ago
6347bd6
Add Hermetiq to commercial remote execution services (and also to Bazel Product Partner page) (https://github.com/bazelbuild/bazel/pull/28911)
by Jake Newfield
· 32 hours ago
cbd03b8
Release 10.0.0-pre.20260308.2 (2026-03-16)
by Bazel Release System
· 32 hours ago
7bf8f2b
Treat `RUNFILES_TREE_MARKER` as a directory in `BuildEvent.forArtifact()`.
by tjgq
· 34 hours ago
bdb4b63
Choose the most appropriate unit for disk cache GC bytes/second.
by tjgq
· 35 hours ago
b7b2134
Separate RemoteAnalysisCacheManager and RemoteAnalysisCacheDeps.
by lberki
· 2 days ago
01cacec
Move java->starlark type conversion utility to `MethodDescriptor`
by brandjon
· 4 days ago
6a70e55
Increase `credential_helper_test` timeout (https://github.com/bazelbuild/bazel/pull/28986)
by Fabian Meumertzheim
· 4 days ago
a0760f1
Fix infinite spin-wait and missing cancellation propagation in TaskDeduplicator. (https://github.com/bazelbuild/bazel/pull/28938)
by Tiago Quelhas
· 4 days ago
17b4415
Delete the community-review-labeler GitHub workflow.
by pcloudy
· 4 days ago
f14bd7c
Increase Windows shards
by tedx
· 5 days ago
8b33081
Use more efficient deduplication of `Object[]` in `NestedSetVisitor`.
by jhorvitz
· 5 days ago
5f68021
Builtin class and method descriptors store their `BuiltinManager`
by brandjon
· 5 days ago
b2024d0
Add a toString() method to Feature.
by lberki
· 5 days ago
956726a
Internal change
by cushon
· 5 days ago
74dcf3b
Add some profiling spans for slow null builds with Skycache
by wyv
· 5 days ago
5b86904
Fix bazel-dev for use with symlinks (https://github.com/bazelbuild/bazel/pull/28936)
by John Cater
· 5 days ago
134aa2d
Simplify bazel module resolution (https://github.com/bazelbuild/bazel/pull/28564)
by Yun Peng
· 5 days ago
c18db79
Fix non-determinism in FeatureConfiguration requestedFeatures field by sorting it.
by lberki
· 6 days ago
f3ab794
Internal change.
by allevato
· 6 days ago
efdd618
Update .bazelversion and support matrix after releasing Bazel 9.0.1
by Googler
· 6 days ago
464eacb
Add Bazel support for `--rewind_lost_inputs` (https://github.com/bazelbuild/bazel/pull/25477)
by Fabian Meumertzheim
· 6 days ago
055a166
Remove the JavaToolchainTool interner and instead cache command lines directly with the cache key being the linearized version of the pertinent nested sets.
by lberki
· 6 days ago
7965b43
Increase shard count for target_compatible_with_test
by tedx
· 7 days ago
16613f1
Materialize important outputs from remote external repos (https://github.com/bazelbuild/bazel/pull/28308)
by Fabian Meumertzheim
· 7 days ago
7b9eb66
Update comment on JavaBuilder's temporary directory derivation
by cushon
· 7 days ago
f720ed3
Fix encoding mismatch in Windows
by kotlaja
· 7 days ago
eb3941d
Automated rollback of commit 4f793a81b502b345e47b55b09216430af0fb08f0.
by adgar
· 7 days ago
449d12d
Release 9.0.1 (2026-03-10)
by Bazel Release System
· 7 days ago
07eab9c
Remove orphaned logic.
by gregce
· 7 days ago
407adda
Save memory by not storing the parent-relative path in `TreeFileArtifact`.
by jhorvitz
· 7 days ago
ed389c7
Mark as deprecated the `DefaultSyscallCache.Builder` methods to configure stats exporters.
by adgar
· 7 days ago
ce646ab
For tests, only use the hash attribute if the digest function matches.
by chiwang
· 7 days ago
7666e2a
Avoid copying on disk cache hits if supported by the file system (https://github.com/bazelbuild/bazel/pull/28369)
by Fabian Meumertzheim
· 7 days ago
ffa005a
Upgrade bazel_features in MODULE.tools and MODULE.bazel to 1.42.1
by Googler
· 8 days ago
93229fc
Internal change.
by jingwen
· 8 days ago
77acc77
starlark interpreter: Fix string.splitlines() incorrectly splitting UTF8 characters (https://github.com/bazelbuild/bazel/pull/28909)
by H5-O5
· 8 days ago
ae14b32
Starlarkify some java runtime tests and one common test.
by gregce
· 8 days ago
b21c902
Let the cherry-pick bot add a time stamp at the end of the branch names to make it unique.
by Googler
· 8 days ago
c71bafd
Add exports_files in http_file BUILD.bazel (https://github.com/bazelbuild/bazel/pull/28859)
by Keith Smiley
· 8 days ago
d67b13a
Bazel Docs: Remove all DevSite tags from new .mdx docs.
by fwe
· 11 days ago
dd27de7
Annotate `JavaStarlarkApiTests` for Starlarkification
by hvd
· 11 days ago
7693b76
Release 10.0.0-pre.20260223.3 (2026-03-06)
by Bazel Release System
· 11 days ago
7c6a728
Replace globs with narrower target to reduce dependencies.
by kkress
· 11 days ago
bbdc0c3
Reduce Merkle tree footprint by referencing `FileArtifactValue` (https://github.com/bazelbuild/bazel/pull/28739)
by Fabian Meumertzheim
· 11 days ago
c7860e5
Remove noisy warning recommending --test_verbose_timeout_warnings (https://github.com/bazelbuild/bazel/pull/28187)
by Keith Smiley
· 11 days ago
7fa3196
Allow repo rules to define previously reserved attributes (https://github.com/bazelbuild/bazel/pull/28453)
by Michael Mitchell
· 11 days ago
4eac06f
Automated rollback of commit dfe9326d719de997c110bc2f4fc2eadd16b2909e.
by hvd
· 12 days ago
3f2fad3
Minimize `createConfigurations` profiler span and avoid other trimming/skyfocus/event posting logic.
by jingwen
· 12 days ago
021b802
Flip `--incompatible_check_testonly_for_output_files` (https://github.com/bazelbuild/bazel/pull/28876)
by Fabian Meumertzheim
· 12 days ago
9b2964a
Make all enum options Starlark-convertible
by arostovtsev
· 12 days ago
b416b25
Test trim the baseline configuration in BaselineOptionsFunction (https://github.com/bazelbuild/bazel/pull/28539)
by Fabian Meumertzheim
· 12 days ago
db30e09
Starlarkify `*IsPrivateApi` tests in `JavaStarlarkApiTest`.
by gregce
· 12 days ago
b4b6bde
Do not run top-level aspects on top-level materializer targets.
by ahumesky
· 12 days ago
d2ef42d
Allow prefetchers access to the underlying `Spawn`.
by jhorvitz
· 12 days ago
f9f72f4
Starlarkify many `JavaStarlarkApiTest` tests.
by gregce
· 12 days ago
e1d3ccb
Delete experimental_android_rewrite_dexes_with_rex
by aranguyen
· 12 days ago
731c2430
Choose command length limits based on exec OS rather than host OS (https://github.com/bazelbuild/bazel/pull/28052)
by Fabian Meumertzheim
· 12 days ago
4f793a8
Add the current skykey to the Thread name during skyframe execution. (https://github.com/bazelbuild/bazel/pull/28152)
by John Cater
· 12 days ago
84dcbd2
Delete break_build_on_parallel_dex2oat_failure
by aranguyen
· 12 days ago
da7d079
Create an `AbstractSpawnExecutionContext` base class to handle common logic.
by jhorvitz
· 12 days ago
9ebc2b2
Fix Community Review Labeler trigger
by pcloudy
· 12 days ago
dfe9326
Support external repository labels in package_group (https://github.com/bazelbuild/bazel/pull/28811)
by Yun Peng
· 12 days ago
55ce9cf
Fix more test `grep`s in invalid Unicode (https://github.com/bazelbuild/bazel/pull/28852)
by Fabian Meumertzheim
· 13 days ago
1c4cb2c
No public description
by lberki
· 13 days ago
4fa5867
Make lost input ownership tracking internal to `ActionRewindStrategy`.
by jhorvitz
· 13 days ago
2fe639e
Starlarkify coverage, annotation processing tests.
by gregce
· 13 days ago
bbfb117
Type checker: Support union types for object of index and dot expressions
by arostovtsev
· 13 days ago
207c620
Fallback to other silos when a storage backend entry is missing.
by plf
· 13 days ago
e5d8c62
Bump the github-actions group with 6 updates (https://github.com/bazelbuild/bazel/pull/28842)
by dependabot[bot]
· 14 days ago
b7cf8ca
Type checker: Check if object of index/dot expr on LHS of assignment allows modification
by arostovtsev
· 14 days ago
d0d6bca
Delete unused option fat_apk_hwasan
by aranguyen
· 14 days ago
1e27b1c
Type checker: Add augmented assignments
by arostovtsev
· 2 weeks ago
a5cdf04
Optimize BuiltinManager.getClassDescriptor() by using ClassValue for class-keyed lookups.
by nharmata
· 2 weeks ago
c663468
Fix runfiles concepts doc formatting (again) (https://github.com/bazelbuild/bazel/pull/28823)
by Armando Montanez
· 2 weeks ago
14857e9
No public description
by Googler
· 2 weeks ago
6ce9065
Fix overflow in network metrics counters (https://github.com/bazelbuild/bazel/pull/28856)
by Keith Smiley
· 2 weeks ago
3c0915e
Fix //src:bazel-dev misplacing the embedded JDK (https://github.com/bazelbuild/bazel/pull/28841)
by Jesse Schalken
· 2 weeks ago
102a756
Memoize hashCode() in several hot Blaze classes to avoid recomputing ImmutableList/ImmutableMap hash codes.
by nharmata
· 2 weeks ago
6a80270
Fix NPE in action rewinding caused by missing state after Skyframe restarts.
by shahan
· 2 weeks ago
b005ba9
Only pass one `InputMetadataProvider` to `ImportantOutputHandler`.
by jhorvitz
· 2 weeks ago
a7a9cd4
Type checker: Add comprehensions
by arostovtsev
· 2 weeks ago
d455515
Remove extraneous return statement.
by gregce
· 2 weeks ago
4855d81
docs: fix MDX parse error in query/quickstart (https://github.com/bazelbuild/bazel/pull/28848)
by Alan Mond
· 2 weeks ago
448d8f6
Optimize StarlarkInfo field lookups by using linear search for small schemas (up to 16 fields).
by nharmata
· 2 weeks ago
Next »