- cbf8159 Remove support for managed directories. by Googler · 2 years, 9 months ago
- 8c590d8 Handle --objccopt in C++ Build API (try 2) by Googler · 2 years, 9 months ago
- cc74b11 Add support for lazily computed substitutions to `ctx.actions.expand_template()` by Googler · 2 years, 9 months ago
- 7a230fd Make Bazel tests compatible with Starlark implementation of Python rules by Richard Levasseur · 2 years, 9 months ago
- 4b7734c Add proto_info parameter to proto_common.compile by Googler · 2 years, 9 months ago
- 4b7f339 Automated rollback of commit 011b55099d1afcd590b42839a143f08a4a5cd9f3. by Googler · 2 years, 9 months ago
- ff68b0a When rewinding actions that produce tree artifacts, invalidate the cached directory creation. by Googler · 2 years, 9 months ago
- d308c17 Add an optional "language" parameter to cc_common.configure_features by Googler · 2 years, 9 months ago
- 390b488 Include the configuration checksum when listing incompatible target by Googler · 2 years, 9 months ago
- 8b816f5 Rollforward of https://github.com/bazelbuild/bazel/commit/c945c161016235397c8954516a0f1a9660bbcf83: Export Java proto libraries by default by Googler · 2 years, 9 months ago
- 011b550 Handle --objccopt in C++ Build API by Googler · 2 years, 9 months ago
- 3916df6 Make options parsing in BlazeRuntimeWrapper more realistic by Googler · 2 years, 9 months ago
- dd57d41 Chunker: Always seek on the uncompressed stream. by Benjamin Peterson · 2 years, 9 months ago
- c26ec2d ByteStreamUploader: Open files at the last possible moment. by Benjamin Peterson · 2 years, 9 months ago
- 48b9f3a ModqueryCommand added by Googler · 2 years, 9 months ago
- 4ccc21f Automated rollback of commit 5de967bb27ebdfd31bfa193dc2698cbe46600815. by Googler · 2 years, 9 months ago
- 333d579 Flip cc_library to Starlark version for Bazel 6.0 by Googler · 2 years, 9 months ago
- c068b0d Proper repo mappings and base package IDs for Bzlmod repo rules by Googler · 2 years, 9 months ago
- 4829960 Differentiate dexing and desugaring artifacts based on the minsdk by Googler · 2 years, 9 months ago
- 97fc773 Move `ActionEventRecorder` to open source. by Googler · 2 years, 9 months ago
- d103226 Move `SpawnInputUtils` to open source. by Googler · 2 years, 9 months ago
- 67f22fa LabelConverter cleanup by Googler · 2 years, 9 months ago
- 5de967b Use the proper main repo mapping where appropriate by Xdng Yng · 2 years, 9 months ago
- 6aa210d Bzlmod: Add the workspace name to the main repo mapping by Googler · 2 years, 9 months ago
- de196ab Restructure blob upload code. by Benjamin Peterson · 2 years, 9 months ago
- d7eaa0b Automated rollback of commit c945c161016235397c8954516a0f1a9660bbcf83. by Googler · 2 years, 9 months ago
- 6394c3f Automatic code cleanup. by Googler · 2 years, 9 months ago
- 489a816 Move `SpawnController` and `ControllableActionStrategyModule` to open source. by Googler · 2 years, 9 months ago
- 1f9f2f5 Propagate `JavaModuleFlagsProvider` through `JavaInfo` by Googler · 2 years, 9 months ago
- de37930 '@'-prefixed canonical repo names for Bzlmod repos by Googler · 2 years, 9 months ago
- e123eaa Use RepositoryName instead of String wherever appropriate by Googler · 2 years, 9 months ago
- 3c07a34 Change RepositoryMapping's key type to String by Googler · 2 years, 9 months ago
- 3dd2b93 Fix null pointer crash with `bazel coverage` on only incompatible tests by Philipp Schrader · 2 years, 9 months ago
- c945c16 Export Java proto libraries by default by Googler · 2 years, 9 months ago
- f299522 Remove unused tests. by Googler · 2 years, 9 months ago
- e3f319e labels in genquery.scope are no longer configured. by Googler · 2 years, 9 months ago
- 9cdfee5 Permit using multiple spawn modules in integration tests. by Googler · 2 years, 9 months ago
- 7cf90f9 Automated rollback of commit 442155f19f2c2764839327c8be3d3ab70edf1910. by Googler · 2 years, 9 months ago
- eeb2e04 Decide which sh path to used based on the platform the action will be executed on, instead of the host platform. by Googler · 2 years, 9 months ago
- 442155f Automated rollback of commit a0a0d09debd090fbe74bba59b5d6d3107aaf97e9. by Googler · 2 years, 9 months ago
- 75f746b Move information whether the build is using in-memory action file system from `ActionExecutedEvent` to `BuildStartingEvent`. by Googler · 2 years, 9 months ago
- b843385 Focus InvocationPolicyEnforcer API by Googler · 2 years, 9 months ago
- 4f5e325 Clean up null handling in `BuildStartingEvent` and use `AutoValue` for it. by Googler · 2 years, 9 months ago
- 0529fdb Prep build output tests for sh_library as a Starlark rule by Googler · 2 years, 10 months ago
- 7de4fab Remove support for `multidex=off` by Googler · 2 years, 10 months ago
- 46e4a2f Automated rollback of commit 69f0e6483d2be51f7bf6ad5ac549f1ec089ce0e2. by Googler · 2 years, 10 months ago
- 602b7cd Update AspectFunction to perform toolchain resolution for multiple exec groups. by Googler · 2 years, 10 months ago
- 6d73b96 Optionally include file contents for the file write action. by Googler · 2 years, 10 months ago
- 94f83f4 Add new builtin API to cc compilation. by Googler · 2 years, 10 months ago
- 69f0e64 Remove unused tests. by Googler · 2 years, 10 months ago
- 90acb5a Delete --dynamic_worker_strategy by Googler · 2 years, 10 months ago
- f6a709c Automatic code cleanup. by Googler · 2 years, 10 months ago
- c20f797 Add test cases for HttpDownloader by Kaiqin Chen · 2 years, 10 months ago
- a0a0d09 Create a dedicated graph lookup reason for rewinding and add a wildcard to `createIfAbsentBatch` to match `getBatch`. by Googler · 2 years, 10 months ago
- 93f6e51 Default analysis tests to use Python 3 by Richard Levasseur · 2 years, 10 months ago
- fcaa247 Separate metrics collection from `WorkerSpawnRunner` to distinct class. by Googler · 2 years, 10 months ago
- c8ea368 Add feature to produce serialized diagnostics files by Brentley Jones · 2 years, 10 months ago
- 3649324 Provide java_common.compile interface for Java compilation of proto libraries by Googler · 2 years, 10 months ago
- 4c26c3a Provide java_common.merge interface for Java compilation of proto libraries by Googler · 2 years, 10 months ago
- 3c30fbc Get rid of the '@' in RepositoryName by Googler · 2 years, 10 months ago
- 4c3219e Add new min_sdk_version attribute on android_binary and pipe to dex/desugar actions. by Tim Peut · 2 years, 10 months ago
- 540892d Change madatory provider for objc_library to CcInfo by Googler · 2 years, 10 months ago
- e6bb6fc Add notification keywords to BES BuildFinished by Googler · 2 years, 10 months ago
- 55ab360 Bump the limit of Bazel install base size by Googler · 2 years, 10 months ago
- 881fc80 Declare that bazel is under an Apache 2.0 license by Tony Aiuto · 2 years, 10 months ago
- 18ebd52 Automatic code cleanup. by Googler · 2 years, 10 months ago
- c499103 Bzlmod: Proper repo mappings for @_builtins by wyv · 2 years, 10 months ago
- a5e66fa Remove symlink feature from embedded pkg_tar. This is to encourage Bazel users to migrate to rules_pkg and to prevent new internal users who need the feature from backsliding to using the code directly out of the bazel sources. by aiuto · 2 years, 10 months ago
- 8cea765 Cleanup AbstractActionInputPrefetcher and split RemoteActionInputFetcherTest. by chiwang · 2 years, 10 months ago
- 20269a6 Update SplitCommandLine test helper names by michajlo · 2 years, 10 months ago
- c0b87c5 Automatic code cleanup. by Googler · 2 years, 10 months ago
- 121a857 Fix a bug with the event-based result collection. by leba · 2 years, 10 months ago
- 2f03f9c Apply TopLevelStatusEvents to non-Skymeld code path. by leba · 2 years, 10 months ago
- f068b31 Make `--incompatible_disallow_legacy_py_provider` a no-op by Googler · 2 years, 10 months ago
- ab24880 Disable workspace(managed_directories). by lberki · 2 years, 10 months ago
- 9b0518d More accurate naming for helper methods. by leba · 2 years, 10 months ago
- 11dda14 Fix an issue in parse_netrc that it doesn't support TAB. by chiwang · 2 years, 10 months ago
- 6e03d0c Semiautomated rollback of changelist 176873598. by Googler · 2 years, 10 months ago
- 0937d45 Refactor ASM version handling by cushon · 2 years, 10 months ago
- b0487dc Avoid keying libraries from link_multi_arch_static_library by the split transition key; use target_gnu_system_name instead. by Googler · 2 years, 10 months ago
- cdb7750 Add WorkerKey to the ResourceSet. by wilwell · 2 years, 10 months ago
- 510edc2 Fix DependencyResolver to properly handle toolchain dependencies for output files. by jcater · 2 years, 10 months ago
- 612fa54 Per https://github.com/bazelbuild/bazel/pull/15416#discussion_r871840328, use latch instead of flag to check whether the chunker is closed. by chiwang · 2 years, 10 months ago
- 2432948 Add support for param files for Android NDK by homuler · 2 years, 10 months ago
- f923a5b Ensure Chunkers are always reset (closed). by Benjamin Peterson · 2 years, 10 months ago
- 1e40541 Let Starlark executable rules specify their environment by Fabian Meumertzheim · 2 years, 10 months ago
- 2217b13 Add `add_exports` and `add_opens` to `java_` rules by cushon · 2 years, 10 months ago
- 11ec226 BazelModuleInspectorValue SkyValue added by Googler · 2 years, 10 months ago
- 05f9dd1 BazelModuleResolutionValue also stores the un-pruned dep graph by Googler · 2 years, 10 months ago
- e828f96 originalDeps map added to Module by Googler · 2 years, 10 months ago
- ae47bc2 Fix aspect toolchains when used over output files. by jcater · 2 years, 10 months ago
- a226eed Remote: Fix the issue that partial downloaded inputs are not deleted if the request is cancelled. by chiwang · 2 years, 10 months ago
- 156d9c0 Bzlmod: Built-in modules by wyv · 2 years, 10 months ago
- b4b8b26 Add experimental flag to include spawn metrics in the execution log. by Tiago Quelhas · 2 years, 10 months ago
- 075c5a3 Make ManifestMergerAction worker compatible by Benjamin Lee · 2 years, 10 months ago
- 22db69a Improve error message for Android tests by Keith Smiley · 2 years, 10 months ago
- b227a9a Automatic code cleanup. by Googler · 2 years, 10 months ago
- 001bbdc Remove `test_` prefix from `CommandLinesTest`. by ajurkowski · 2 years, 10 months ago
- 9e3ccd4 using constraint values in @platforms by Googler · 2 years, 10 months ago
- 2f1ff6f Make `coverage --combined_report=lcov` skip incompatible tests by Philipp Schrader · 2 years, 10 months ago