Sign in
bazel
/
bazel
/
00c1b7bdce21bdb1db76d63729b28adda610c16e
/
src
/
test
/
java
/
com
/
google
/
devtools
/
build
00c1b7b
Prepare tests for moving the Java providers & toolchain rules out of `@_builtins`
by Googler
· 5 months ago
6466301
Replace Duration.getSeconds() with Duration.toSeconds() where it makes sense,
by Googler
· 5 months ago
dfdbe77
Migrate some uses of AutoValue to records
by Googler
· 5 months ago
97a31fd
Remove CONFIGURED_TARGET dependency from TOP_LEVEL_ASPECTS
by Googler
· 5 months ago
9e15ca3
Disallow symbolic macros from returning a non-None value
by Googler
· 5 months ago
67ff5a1
Use records instead of AutoValue in PsInfoCollector.
by Googler
· 5 months ago
c1b510a
Incorporate evaluating version into FrontierNodeVersion fingerprint.
by Googler
· 5 months ago
c1cc547
Replace more mentions of the term "middleman" with "runfiles tree".
by Googler
· 5 months ago
0f9d547
Make 'proto_library' based on the prebuilt protoc binaries i.e. `release/protoc_minimal`.
by Googler
· 5 months ago
dc4fb9c
Encode `JavaInfo` provider type.
by Googler
· 5 months ago
f16737c
Remove mentions of middlemen from RewindingTestsHelper.java and ActionRewindStrategy.java .
by Googler
· 5 months ago
8d02d47
Add `--inject_repository` and fix crash on overridden non-existent repo
by Fabian Meumertzheim
· 5 months ago
a5b6c30
Fix Autoloads skyframe injection
by Googler
· 5 months ago
5b25f8c
Rename FileStateValue.DEFAULT_MIDDLEMAN to RUNFILES_TREE_MARKER.
by Googler
· 5 months ago
66ea9a0
Add a third variant of native provider wrappers for `@rules_java` itself
by Googler
· 5 months ago
5554af3
Start renaming "middlemen" to "runfiles trees".
by Googler
· 5 months ago
fc6b384
Automated rollback of commit a58fe3fa6b9ab1f7bfcd1ad8c94ab1f09a4cca39.
by Googler
· 5 months ago
7696344
Fix proto flags
by Googler
· 5 months ago
5bac626
Add suppressions for usages of Virtual Threads
by Googler
· 5 months ago
870c275
Makes build event files adopting the new `InstrumentationOutput` framework
by Googler
· 5 months ago
da1aba9
Prepare for moving the java providers out of builtins
by Googler
· 5 months ago
d88c108
Also apply --experimental_inprocess_symlink_creation to filesets.
by Googler
· 5 months ago
634f992
Remove ActionAnalysisMetadata.getActionType() and MiddlemanType.
by Googler
· 5 months ago
c3346a5
Automated rollback of commit 9ee7b1b891ae69b31b8e35d75ed63c17fb55820a.
by Googler
· 5 months ago
09ca1f3
Stop exporting proto_common and ProtoInfo
by Googler
· 5 months ago
42c0e0d
Finish renaming IgnoredPackagePrefixes to IgnoredSubdirectories.
by Googler
· 5 months ago
6aec0ca
Fix permissions on directories while incrementally updating a symlink tree.
by Googler
· 5 months ago
df5ab9d
Update rules_proto to 7.0.1 and rules_cc 0.0.15
by Googler
· 5 months ago
fe3f1de
Store diffs from evaluating version as a `ModifiedFileSet` in `RemoteAnalysisCachingDependenciesProvider`.
by Googler
· 5 months ago
fd4d04a
Handle unresolved symlinks correctly when replacing an existing entry in a runfiles tree.
by Googler
· 5 months ago
e9a8e7b
Automated rollback of commit 186abf7eacf291b0550ddb63fb308a317c8b43eb.
by Googler
· 5 months ago
8357fba
Match --worker_extra_flag against the worker key mnemonic, not the action mnemonic, as is the case for other worker flags taking a mnemonic.
by Googler
· 5 months ago
9e4b498
Rename "IgnoredPackagePrefixes" to "IgnoredSubdirectories".
by Googler
· 5 months ago
3f14ced
Use getNumActions instead of calling getActions, which NPEs.
by Googler
· 5 months ago
324c900
`--experimental_propagate_custom_flag`: support `/...`-style target patterns.
by Googler
· 5 months ago
467ea0c
Add `repository_ctx.rename()` for renaming files or directories
by John Millikin
· 5 months ago
d379dca
Fix flaky GlobTest.testCheckCanBeinterrupted.
by Googler
· 5 months ago
eec5305
Symbolic macro attribute inheritance
by Googler
· 5 months ago
a58fe3f
Fix most Unicode encoding bugs
by Fabian Meumertzheim
· 5 months ago
77234ae
Handle deserialized `ActionLookupValues` without actions in more places.
by Googler
· 5 months ago
b59004d
Remove builtins_bzl/common/objc/linking_support.bzl and .../multi_arch_binary_support.bzl and the related providers after their move to rules_apple.
by Googler
· 5 months ago
f2053fb
Remove `path` from `InstrumentationOutputFactory#createInstrumentationOutput()`
by Googler
· 5 months ago
ecd2967
Add a fingerprinting method to the `RunfilesTree` interface.
by Googler
· 5 months ago
096a0cb
Makes `InstrumentationOutputBuilder` takes in a `PathFragment`-typed `destination` and an enum indicating which type of directory the output path is relative to.
by Googler
· 5 months ago
edb15a5
Remove `LauncherFileWriteAction`
by Fabian Meumertzheim
· 5 months ago
6b29bed
Use either repository or builtin ProtoLangToolchainInfo in tests
by Googler
· 5 months ago
186abf7
Handle change pruned actions in execution graph.
by Googler
· 5 months ago
f57f672
Remove DownloadManager instance from RegistryFactoryImpl.
by Cornelius Riemenschneider
· 5 months ago
1b9eef1
Use finish time to check the overlap of no-spawn actions.
by Googler
· 5 months ago
1003d2c
Include apparent names of deps in `bazel mod` JSON output
by Fabian Meumertzheim
· 5 months ago
1f0db43
Cleanups in the wake of https://github.com/bazelbuild/bazel/commit/9c6d24f3f7595fc293415c8f60b05360a4ed8f85.
by Googler
· 5 months ago
8ce1661
Update rules_java v8.3.0
by Googler
· 5 months ago
9c6d24f
Implement ignoring directories based on wildcards.
by Lukacs T. Berki
· 5 months ago
9ee7b1b
Automated rollback of commit 6a620980fad69d698aca0637dd7ff729f75f1318.
by Googler
· 5 months ago
3959272
With PROJECT.scl files, allow user flags if they are also part of the selected config.
by Googler
· 5 months ago
6762481
Add custom `Predicate<SkyKey> keepGoing` test coverage in `ParallelEvaluatorTest`.
by Googler
· 5 months ago
db22635
Fully enable java_lite_proto_library test
by Googler
· 5 months ago
86c8b0f
Remove Proto rules from Bazel
by Googler
· 5 months ago
796ed0e
Split createLocalOutput with convenience named symlink into its own method
by Googler
· 5 months ago
aa7317f
Allow `use_repo_rule` repos to load from each other
by Fabian Meumertzheim
· 5 months ago
20f9a5e
Remove Sh rules from Bazel
by Googler
· 5 months ago
ed85a67
Test Sh rules with implementation from rules_shell
by Googler
· 5 months ago
d1a6fcd
Pass `Predicate` for `--keep_going` checks to `ParallelEvaluatorContext`
by Googler
· 5 months ago
c88fc2a
Replace sh_binary in rewinding tests with a testing rule
by Googler
· 5 months ago
2f35186
Replace sh_library in tests with a testing rule
by Googler
· 5 months ago
6a62098
Starlarkify objc/CompilationAttributes.java
by Keith Smiley
· 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
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
5ebe3d5
Remove InputMetadataProvider.mayGetGeneratingActionsFromSkyframe .
by Googler
· 5 months ago
adfd70e
Remove the unused method OutputMetadatStore.getTreeArtifactChildren().
by Googler
· 5 months ago
f21821d
Analysis caching: key SkyValue versions with the top level configuration after trimming test
by Googler
· 5 months ago
52a1fb6
Convert calls to `rewriteWorkspace` to use Java text blocks.
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
ba86658
`SymlinkAction` injects metadata from its input.
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
419fdac
Provide label of the toolchain in `ToolchainAspectsProviders`
by Googler
· 5 months ago
3746583
Prevent excessive thread creation in disk cache garbage collection
by Roman Salvador
· 5 months ago
5107b62
Remove OutputMetadataStore.getTreeArtifactChildren().
by Googler
· 5 months ago
4b8334c
Remove special handling of middleman actions.
by Googler
· 5 months ago
f434363
Move `isPlatformSuitable` check into PlatformKeys.
by Googler
· 5 months ago
ea34e18
Use non-snapshotted paths when creating a runfiles symlink tree.
by Googler
· 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
ea477ac
Expose `config.no_config` to Starlark.
by Googler
· 5 months ago
6a44976
Remove OMITTED_FILE_MARKER and OMITTED_TREE_MARKER.
by Googler
· 5 months ago
9d4193b
Track metadata for omitted artifacts also.
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
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
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
Next »