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