Sign in
bazel
/
bazel
/
bb8f70b65c1edb95cdf5d70ab2ad91b6d89d9c25
bb8f70b
Fix crashing `blaze query --output=graph` on some targets.
by Googler
· 5 months ago
a3be5e6
Release 9.0.0-pre.20241023.1 (2024-10-31)
by Bazel Release System
· 5 months ago
c88fc2a
Replace sh_binary in rewinding tests with a testing rule
by Googler
· 5 months ago
43e1935
Remove the comments indicating which symbols make each include necessary.
by Googler
· 5 months ago
2f35186
Replace sh_library in tests with a testing rule
by Googler
· 5 months ago
c436f3e
Fix a typo
by Googler
· 5 months ago
652f83e
Use disk cache in //src/test/shell/bazel:bazel_proto_library_test
by Googler
· 5 months ago
6a62098
Starlarkify objc/CompilationAttributes.java
by Keith Smiley
· 5 months ago
41ff1d1
Clean up validation of registered toolchains.
by Googler
· 5 months ago
0e2bcda
Allow `external` top-level dir in Bzlmod-managed non-main repos
by Fabian Meumertzheim
· 5 months ago
1cbdc27
Make DiskCacheLock a generic utility class for holding a filesystem lock.
by Googler
· 5 months ago
09874b5
Fix missing critical path components due to change-pruning.
by Googler
· 5 months ago
989f8c3
Restructure TargetAndConfigurationProducer and RuleTransitionApplier for future changes
by Googler
· 5 months ago
e17b5f7
Fold MetadataInjector into OutputMetadataStore.
by Googler
· 5 months ago
17b6a9c
In `createInstrumentationOutput`, replace function parameters `isRedirect` flag and `options` with a single `CommandEnvironment` function parameter
by Googler
· 5 months ago
17fb8aa
Fix integration test failures on Windows.
by Googler
· 5 months ago
8124111
Optionally track target instantiation locations in lieu of their instantiating macro
by Googler
· 5 months ago
0698d85
Add load statements for Go rules in Blaze tests.
by Googler
· 5 months ago
51b12e3
Disable some slow tests in presubmit on macOS
by Googler
· 5 months ago
5ebe3d5
Remove InputMetadataProvider.mayGetGeneratingActionsFromSkyframe .
by Googler
· 5 months ago
adfd70e
Remove the unused method OutputMetadatStore.getTreeArtifactChildren().
by Googler
· 5 months ago
b3ba592
Wire up proto Bazel docs to protobuf origin
by Googler
· 5 months ago
3ed6f3b
Update to Turbine 0.8.0
by Liam Miller-Cushon
· 5 months ago
eac0752
In `SymlinkAction`, use `SymlinkToSourceFileArtifactValue` for the metadata of the symlink when it points to a source artifact.
by Googler
· 5 months ago
f21821d
Analysis caching: key SkyValue versions with the top level configuration after trimming test
by Googler
· 5 months ago
4c22e9f
Add `HOME` TO `PathToReplace#Type` enumeration
by Googler
· 5 months ago
9d51ede
Fix input root creation for path mapped workers
by Fabian Meumertzheim
· 5 months ago
52a1fb6
Convert calls to `rewriteWorkspace` to use Java text blocks.
by Googler
· 5 months ago
4e4b88f
docs(module): fix list of bullet points not rendering
by Matt Brown
· 5 months ago
e297727
Allowlist mac indexing directory
by Googler
· 5 months ago
5ce6fa6
Add more tests for checking what toolchain types are allowed on exec platforms.
by Googler
· 5 months ago
dd343a3
Fold TreeArtifactInjector into MetadataInjector.
by Googler
· 5 months ago
cccc4ce
Rename `SourceFileArtifactValue` to `SymlinkToSourceFileArtifactValue` and store the target `SourceArtifact` when possible.
by Googler
· 5 months ago
a0a7226
Performance optimization for isSymbolicLink() calls on Windows
by Alexander Golovlev
· 5 months ago
ba86658
`SymlinkAction` injects metadata from its input.
by Googler
· 5 months ago
0604c8a
Reduce filesystem stats in `SymlinkAction`.
by Googler
· 5 months ago
2d7d376
Improve error message when parent is not a Starlark rule
by Googler
· 5 months ago
7373e12
Make PROJECT.scl file exclusivity check aware of expanded options.
by Googler
· 5 months ago
0f89dcc
Convert calls to `rewriteModuleDotBazel` to use Java text blocks.
by Googler
· 5 months ago
dde9cc8
Remove OutputMetadataStore.constructMetadataForDigest().
by Googler
· 5 months ago
89f798e
Fix double encoding of inputs in worker request
by Fabian Meumertzheim
· 5 months ago
73e0f6a
Toolchain resolution should check the proposed execution platform's allowed toolchain types when deciding the execution platform and no toolchain types are requested.
by Googler
· 5 months ago
bf666fb
fix: Fix trim_length in runfiles.bash
by Honnix
· 5 months ago
419fdac
Provide label of the toolchain in `ToolchainAspectsProviders`
by Googler
· 5 months ago
66a1038
Implement File.is_symlink.
by Googler
· 5 months ago
3746583
Prevent excessive thread creation in disk cache garbage collection
by Roman Salvador
· 5 months ago
1d01d73
Make bazel_tools work again
by Yun Peng
· 5 months ago
5107b62
Remove OutputMetadataStore.getTreeArtifactChildren().
by Googler
· 5 months ago
6d0a834
Fix documentation for `config.none()`.
by Googler
· 5 months ago
4b8334c
Remove special handling of middleman actions.
by Googler
· 5 months ago
d489888
Automated rollback of commit 7a4416f114ee5c02fc159f44f71b57ee3e67d29d.
by Googler
· 5 months ago
78abca3
Add a test to verify the list of expected modules in the default lock file.
by Googler
· 5 months ago
f434363
Move `isPlatformSuitable` check into PlatformKeys.
by Googler
· 5 months ago
cb601a0
Correctly compute the number of threads to use for garbage collection.
by Googler
· 5 months ago
81f6125
site: add a beginner tutorial for Go
by Jay Conrod
· 5 months ago
ea34e18
Use non-snapshotted paths when creating a runfiles symlink tree.
by Googler
· 5 months ago
fc27990
Verify that the compact execlog supports `bazel coverage`
by Fabian Meumertzheim
· 5 months ago
c1d0b7d
Make .label on dormant dependencies a struct field.
by Googler
· 5 months ago
7d6c3c9
Remove TargetApi and make Target not-a StarlarkValue.
by Googler
· 5 months ago
492d158
When deduplicating linkopts, visit them in order consistent with commandline
by Googler
· 5 months ago
ea477ac
Expose `config.no_config` to Starlark.
by Googler
· 5 months ago
3f70ca1
If both `java_library` and `java_package_configuration` override the bootclasspath, the java_library override should be used
by Googler
· 5 months ago
1bb3185
Increase the size of bazel_lockfile_test to large.
by Googler
· 5 months ago
07f0f0b
Release 9.0.0-pre.20241020.2 (2024-10-25)
by Bazel Release System
· 5 months ago
6a44976
Remove OMITTED_FILE_MARKER and OMITTED_TREE_MARKER.
by Googler
· 5 months ago
93daa7b
Update rules_java to 8.2.0
by Googler
· 5 months ago
9d4193b
Track metadata for omitted artifacts also.
by Googler
· 5 months ago
5357798
Automatic code cleanup.
by Googler
· 5 months ago
6f93554
Upgrade to protobuf 29.0-rc2
by Googler
· 5 months ago
30ea84d
Update error handling for absolute symlink violations when computing diffs.
by Googler
· 5 months ago
c172162
Add tests for nested set collision handling in the compact execution log
by Fabian Meumertzheim
· 5 months ago
bd273e5
Refactor RuleVisibility validation and concatenation
by Googler
· 5 months ago
68f94a1
Enable analysis caching codepaths only for commands that execute actions.
by Googler
· 5 months ago
8d0e66b
Fix indentation in ToplevelStarlarkAspectFunction.java
by Googler
· 5 months ago
acef637
Add additional info to the error when subrules use toolchains and must enable AEGs
by Googler
· 5 months ago
b8b9bfc
Derive worker files hash from a self-describing layout
by Fabian Meumertzheim
· 5 months ago
2d4c8eb
Allow implicit creation of input files within a macro's namespace
by Googler
· 5 months ago
09faec6
Fix clang-tidy issues in C++ code
by Fabian Meumertzheim
· 5 months ago
91673a2
Fix FrontierNodeVersion multiple instantiation and add logging.
by Googler
· 5 months ago
9c90100
Use backslashes in executable paths when remotely executing on Windows
by Fabian Meumertzheim
· 5 months ago
02b4dd7
Use static functions instead of a singleton class for mtime manipulation.
by Googler
· 5 months ago
4b266be
Use a TreeMap instead of HashMap in Runfiles.ManifestBuilder.
by Googler
· 5 months ago
11a909a
Use local Python toolchain on Windows in integration tests
by Googler
· 5 months ago
49aa268
Bump the test size of BuiltinsInjectionTest and OutputsInvalidationIntegrationTest
by Googler
· 5 months ago
e608349
Allow Invocation Policy to set output-affecting flags in conjunction with PROJECT.scl files.
by Googler
· 5 months ago
8b9122e
Make ObjcRulesTestCase independent of apple_common.AppleExecutableBinary
by Googler
· 5 months ago
2f7c461
Move deprecated flag `--fat_apk_cpu` to the graveyard.
by Googler
· 5 months ago
b3badd3
Remove obsolete logic for handling `.jar` files in deps
by Googler
· 5 months ago
061190d
Add `@Nullable` annotation to `getPrimaryInput()`.
by Googler
· 5 months ago
c72aba4
Add a warning that `$(SRCS)` and `$(OUTS)` are in fact not safe to interpolate into commands without processing.
by Googler
· 5 months ago
3715cd6
Add support for setting CC_FLAGS in cc_toolchain.
by Googler
· 5 months ago
38833e1
Expose last remaining private APIs for java rules migration
by Googler
· 5 months ago
a94d50a
Ignore unevaluated dirtied/changed nodes in FrontierSerializer.
by Googler
· 5 months ago
1978fad
Remove PackageBoundaryMode enum.
by Googler
· 5 months ago
8ce7163
Update .bazelversion and support matrix after releasing Bazel 7.4.0
by Googler
· 5 months ago
e3a6dc4
Update rule documentation to use booleans for boolean values.
by Googler
· 5 months ago
3e5514d
Partial fix for bug with creating a junction to file instead of symlink
by Alexander Golovlev
· 5 months ago
3accfa2
Remove reference to a deleted directory in ij.bazelproject
by Googler
· 5 months ago
4f7c859
Add NestedFileSystemOperationNodes, canonical wire format and round-tripping.
by Googler
· 5 months ago
744de79
Bazel Docs: Publish release docs for Bazel 7.4.0
by Googler
· 5 months ago
Next »