Sign in
fuchsia
/
third_party
/
github.com
/
bazelbuild
/
bazel
/
HEAD
02a1353
Internal change.
by shahan
· 14 hours ago
main
upstream/master
640e6a7
Release 8.7.0 (2026-05-06)
by Bazel Release System
· 17 hours ago
0eca42a
Memory-efficient `CompactImmutableDict` representations.
by jhorvitz
· 19 hours ago
67a3551
Always wrap NoSuchPackageException in TargetParsingException
by kylecarlstrom
· 20 hours ago
efd42c0
Split `Dict` into mutable and immutable subclasses.
by jhorvitz
· 20 hours ago
b0e3409
Create a BlazeService to obtain the path to the server debug log.
by tjgq
· 20 hours ago
a7bb1ab
Migrate the `javaTestInvalidTestClassAtRootPackage` test to Starlark
by hvd
· 22 hours ago
2ae9a31
Add support for traversal-only exclusions to IgnoredSubdirectories and simplify propagation.
by kylecarlstrom
· 22 hours ago
8cb7f79
Add missing newline at the end of the script created by blaze run --script_path
by Thomas Köppe
· 35 hours ago
29477bc
Add //tools:tools_for_bazel_subcommands filegroup to vendor mod tidy deps (https://github.com/bazelbuild/bazel/pull/29445)
by gaurav0107
· 2 days ago
e5e8404
Change default remote analysis lookup deadline from 120 sec to 45 sec.
by shahan
· 2 days ago
7896f73
{r,m}ctx.download*: report size of downloaded file (https://github.com/bazelbuild/bazel/pull/29463)
by Malte Poll
· 2 days ago
accb2de
Add `add_prefix` attribute to `git_repository` (https://github.com/bazelbuild/bazel/pull/29453)
by Will Stranton
· 2 days ago
dd5b369
Remove experimental from remote_downloader flags (https://github.com/bazelbuild/bazel/pull/29392)
by Keith Smiley
· 2 days ago
5771cdf
docs: Fix flag name rendering in versioned pages (https://github.com/bazelbuild/bazel/pull/29408)
by Nikki Vijaybhaskar
· 3 days ago
283fec5
Enhance RequestBatcher and ProxyReadingStore for session fallback.
by shahan
· 3 days ago
5cf14d4
Replace `-Xverify:none` with `-XX:-BytecodeVerificationLocal -XX:-BytecodeVerificationRemote`
by cushon
· 3 days ago
42b1f15
Remove `@Override` from record component declarations
by cushon
· 3 days ago
215ec5c
BEGIN_PUBLIC Release cc_embed_data in Gloop END_PUBLIC
by Mike Kruskal
· 6 days ago
0f06e4a
Ensure FileTransport sequential writer is safely closed
by kylecarlstrom
· 6 days ago
c789a3e
Exempt experimental packages from bzl load() visibility checks.
by Toli Yevtushenko
· 7 days ago
71f2ca6
Implement py_stubby_library()
by Jie Luo
· 7 days ago
8ef58fb
Type checker: allow list/dict/tuple literals to be assigned to any compatible type
by arostovtsev
· 7 days ago
88a0f1c
Release 10.0.0-pre.20260421.2 (2026-04-30)
by Bazel Release System
· 7 days ago
2431883
Remove J2ObjcConfiguration and related options in favor of starlark versions.
by Googler
· 7 days ago
ce52aec
Bazel Docs: Delete 6.5 docs.
by fwe
· 7 days ago
0ef9d37
Add a newline to end of requirements.txt
by tedx
· 8 days ago
43a3a53
Normalize the --check_visibility flag in BuildOptions serialization.
by plf
· 8 days ago
31b459b
Fix NullPointerException in ActionTemplateExpansionFunction due to wrongly bubbled up exception.
by tanzhengwei
· 8 days ago
905d8e0
Moves choice of FixDepsTool into JavaSemantics and passes the resulting tool to header compilation as well.
by Googler
· 8 days ago
696aae8
Bazel Docs: Add last few remaining images.
by fwe
· 8 days ago
5347ca8
Search for codecs in the classloader that loaded CodecScanner.
by tjgq
· 8 days ago
4d8f19c
BazelOutputService: Fix UnsupportedOperationException in batchStatJob (https://github.com/bazelbuild/bazel/pull/29422)
by Fredrik Medley
· 8 days ago
e40bf05
Make BlazeVersionInfo immutable.
by tjgq
· 8 days ago
f6522d6
Bazel Docs: Add missing images for 9.1 docs.
by fwe
· 9 days ago
fd54f82
Consider non-exec transitions that output `--stamp` as stamp-dependent.
by jhorvitz
· 9 days ago
0823497
Add SkybridgeInterface to bootstrap test (https://github.com/bazelbuild/bazel/pull/29418)
by Ted Xie
· 9 days ago
35530d4
Add a specific error code for `IOException`s during main repository computation
by wyv
· 9 days ago
d599518
Fix emitted Option events for non-repeatable string_list/set Starlark flags
by arostovtsev
· 9 days ago
d5325c2
Bazel Docs: Fix remaining syntax errors in 9.1 docs.
by fwe
· 9 days ago
5b25ac0
Internal change.
by cushon
· 9 days ago
36463c8
docs: fix remaining MDX syntax errors in 9.1.0 release docs. (https://github.com/bazelbuild/bazel/pull/29403)
by Kapunahele Wong
· 9 days ago
d35da0e
Make local scheduling respect exec_properties resources (https://github.com/bazelbuild/bazel/pull/29284)
by Keith Smiley
· 9 days ago
37654e5
Fix emitted Option events for repeatable / allow_multiple Starlark flags
by arostovtsev
· 10 days ago
b6088e3
Truncate "Detecting cycles with roots" log to avoid huge java.log entries (https://github.com/bazelbuild/bazel/pull/29380)
by Grzegorz Lukasik
· 10 days ago
9078a43
Bazel Docs: Fix broken links
by fwe
· 10 days ago
4488775
Remove unused deps.
by twerth
· 10 days ago
ee94c43
Add a `@SkybridgeInterface` annotation to classes that are to be part of the stable SC/LC interface.
by tjgq
· 10 days ago
66a65d7
Replace `@AutoValue` with record.
by tjgq
· 10 days ago
6c43beb
Replace `@AutoBuilder` with a manual builder for BuildEventServiceClient.CommandContext.
by tjgq
· 10 days ago
0088dbc
Remove unnecessary suppressions
by cushon
· 10 days ago
f1d30bf
Bring back java provider documentation
by hvd
· 10 days ago
0a49063
fix: replace HTML flag headers with markdown to prevent emdash rendering (https://github.com/bazelbuild/bazel/pull/29325)
by Nikki Vijaybhaskar
· 10 days ago
3773141
Migrate the `testResourceStripPrefix` test to Starlark
by hvd
· 10 days ago
ad2e223
Fix docs2mdx handling of <> and {} in inline code blocks (https://github.com/bazelbuild/bazel/pull/29328)
by Armando Montanez
· 13 days ago
267ee7c
Docs: Add information on build setting scope and predefined settings.
by dmaclach
· 13 days ago
59eb070
Drop Guava dependencies from Profiler.
by tjgq
· 13 days ago
8442129
Ensure Blaze profiler provides a valid clock fallback for logging.
by cparsons
· 13 days ago
e4937b0
Remove `tags = ["bazel"]`.
by tjgq
· 13 days ago
e211b70
[Mintlify] Add 9.1.0 release docs (https://github.com/bazelbuild/bazel/pull/29389)
by Kapunahele Wong
· 13 days ago
f42f6d2
Add error message for %workspace% imports outside of a workspace.
by shahan
· 13 days ago
422a060
Bazel Docs: Fix code block in user manual.
by fwe
· 13 days ago
79b0d52
Bazel Docs: Merge multi-line links into a single line.
by fwe
· 13 days ago
57aa6bb
Bazel Docs: Add missing images.
by fwe
· 13 days ago
f036224
Bazel Docs: Add missing link URL.
by fwe
· 13 days ago
1ead803
Support streamed_proto in aquery_differ
by twerth
· 13 days ago
de0d909
Release 10.0.0-pre.20260416.1 (2026-04-23)
by Bazel Release System
· 14 days ago
567aee4
Bazel Docs: Remove previous/next page footer links.
by fwe
· 14 days ago
e029542
Add metrics and a timeout for remote analysis cache invalidation lookups.
by jingwen
· 14 days ago
bae572c
Fix Java warnings.
by jingwen
· 14 days ago
f486420
Create SerializedAbruptExitException to remove protobuf deps from IJ
by chiwang
· 2 weeks ago
cc35f2c
Delete the empty java rule definitions from Bazel
by hvd
· 2 weeks ago
2b0e0f0
Optimize PackageMetricsPackageLoadingListener to reduce analysis contention.
by twerth
· 2 weeks ago
95ce4c1
Propagate discovered inputs state to actions on Skyframe restart.
by jingwen
· 2 weeks ago
10193f1
Avoid sending bug reports in ActionLookupConflictFindingFunction when remote analysis retrieval is enabled.
by shahan
· 2 weeks ago
e828632
Remove Guava dependencies from BuildEventServiceClient.
by tjgq
· 2 weeks ago
ffcfcd7
Remove Guava dependencies from BlazeService.
by tjgq
· 2 weeks ago
8a55362
Handle uncaught exceptions in several places in SelectedEntrySerializer.
by shahan
· 2 weeks ago
ed203a6
Stabilize FailureCircuitBreakerTest by avoiding brittle verify calls.
by twerth
· 2 weeks ago
3f0dbe2
Do not treat `null` as a special value for the `--disk_cache` flag.
by tjgq
· 2 weeks ago
af70092
Replace ImmutableMap with plain Map in OptionsProvider.
by tjgq
· 2 weeks ago
c61716d
Fix NPE in aquery aspect value retrieval
by twerth
· 2 weeks ago
fb04aa7
Delete the ill-conceived Options.createOptions.
by tjgq
· 2 weeks ago
69686b5
Disable parallelism in Turbine for Bazel
by cushon
· 2 weeks ago
4bbb2e8
Migrate the `javaTestSetsSecurityManagerPropertyOnVersion17` to Starlark
by hvd
· 2 weeks ago
9bfadce
Use `RecyclingBufferPool` for Zstd compression streams in `FileDependencySerializer`/`Deserializer` to avoid allocating new buffer objects all the time.
by jingwen
· 2 weeks ago
f876cb9
Improve `bazel query` for `package_group`s.
by twerth
· 2 weeks ago
c7f063c
Update turbine to 1.15.0
by cushon
· 2 weeks ago
967ef63
Delete --experimental_check_sugar_deps and --incremental_dexing as followup on unknown commit
by aranguyen
· 2 weeks ago
1be63f3
Replace getExplicitStarlarkOptions with a more targeted getExplicitCommandLineStarlarkOptions.
by tjgq
· 2 weeks ago
09fadbb
Fix Bazel Site Doc buttons
by Googler
· 2 weeks ago
3dcf3fd
Remove non-standard library dependencies from OptionsBase.
by tjgq
· 2 weeks ago
1efd57e
Move LookupResult and LookupTopLevelTargetResult into their own files.
by leba
· 2 weeks ago
8c4ef78
Require options clases to have the @OptionsClass annotation in addition to deriving from OptionsBase.
by lberki
· 2 weeks ago
0626644
Delete FieldOptionDefinition.
by lberki
· 2 weeks ago
95cbe08
Fix the crash when creating sandbox without /dev/shm.
by bangbang
· 2 weeks ago
475d4a8
Update .bazelversion and support matrix after releasing Bazel 9.1.0
by Googler
· 2 weeks ago
b600f79
Delete obsolete code
by hvd
· 2 weeks ago
4090746
Fix :bazel_bootstrap_distfile_test and :bazel_bootstrap_distfile_tar_test.
by lberki
· 2 weeks ago
b4c7025
Implementation of "scope=exec:--other_flag".
by aranguyen
· 2 weeks ago
Next »