1. 05f9dd1 BazelModuleResolutionValue also stores the un-pruned dep graph by Googler · 2 years, 10 months ago
  2. e828f96 originalDeps map added to Module by Googler · 2 years, 10 months ago
  3. 5bab7ef fix for https://github.com/bazelbuild/bazel/issues/15465 by Googler · 2 years, 10 months ago
  4. 75bb463 Make --experimental_keep_config_nodes_on_analysis_discard a no-op. by gregce · 2 years, 10 months ago
  5. 326baa2 Automatic code cleanup. by Googler · 2 years, 10 months ago
  6. ff195d3 Implement SourceManifestAction.describeKey to show better action information. by Googler · 2 years, 10 months ago
  7. 478843f Do not check extra local spawn whether it can be executed locally. by ajurkowski · 2 years, 11 months ago
  8. ae47bc2 Fix aspect toolchains when used over output files. by jcater · 2 years, 11 months ago
  9. b6a4524 Restructure java_lite_proto_library by implementing it on top of java_proto_library by kotlaja · 2 years, 11 months ago
  10. 5f9ca4a Update Bazel's Bzlmod build by pcloudy · 2 years, 11 months ago
  11. a226eed Remote: Fix the issue that partial downloaded inputs are not deleted if the request is cancelled. by chiwang · 2 years, 11 months ago
  12. a0cb25b Automatic code cleanup. by Googler · 2 years, 11 months ago
  13. 156d9c0 Bzlmod: Built-in modules by wyv · 2 years, 11 months ago
  14. 2ad10c3 Remove java tools dependencies from additional_distfiles by Ryan Beasley · 2 years, 11 months ago
  15. 519d2da SolibSymlinkAction does not need exec platform or properties by Grzegorz Lukasik · 2 years, 11 months ago
  16. b4b8b26 Add experimental flag to include spawn metrics in the execution log. by Tiago Quelhas · 2 years, 11 months ago
  17. 1127316 Make the documentation of --experimental_allow_uinresolved_symlinks correspond to reality. by lberki · 2 years, 11 months ago
  18. f02e2fa Consistent min API level for desugar and dexing by sgjesse · 2 years, 11 months ago
  19. 4d382b7 Cache StarlarkDefinedAspect AspectDefinitons by ilist · 2 years, 11 months ago
  20. 075c5a3 Make ManifestMergerAction worker compatible by Benjamin Lee · 2 years, 11 months ago
  21. 22db69a Improve error message for Android tests by Keith Smiley · 2 years, 11 months ago
  22. 921d79e Replace calls to java_proto_common with proto_common in java_lite_proto_library by ilist · 2 years, 11 months ago
  23. 6b6c63e Remove --incompatible_proto_output_v2. by leba · 2 years, 11 months ago
  24. 0686e03 Remove runtime Java dep from rule implementation of java_lite_proto_library. by ilist · 2 years, 11 months ago
  25. ae523f8 Use tree artifacts in bootclasspath rule by Fabian Meumertzheim · 2 years, 11 months ago
  26. b227a9a Automatic code cleanup. by Googler · 2 years, 11 months ago
  27. 4a05464 Add back an explanatory comment by brandjon · 2 years, 11 months ago
  28. f5ed7d0 Traverse parent DexClassLoaders for native libraries in DelegateClassLoader by Vladimir Tagakov · 2 years, 11 months ago
  29. 001bbdc Remove `test_` prefix from `CommandLinesTest`. by ajurkowski · 2 years, 11 months ago
  30. 9e3ccd4 using constraint values in @platforms by Googler · 2 years, 11 months ago
  31. 2f1ff6f Make `coverage --combined_report=lcov` skip incompatible tests by Philipp Schrader · 2 years, 11 months ago
  32. 830d464 Export `BAZEL_TEST=1` for `bazel test` executables by Matt Clarkson · 2 years, 11 months ago
  33. 83ca7d1 Use a timeout of 1s when testing the sandbox on Linux. by Tobias Werth · 2 years, 11 months ago
  34. 79badc0 Add support for packaging JDK files into deploy jars by cushon · 2 years, 11 months ago
  35. c2fd564 Document the accepted values for `tool` arg of `ctx.actions.run` by Googler · 2 years, 11 months ago
  36. 50edd41 Automated rollback of commit 4b6f8017cd3f6e7152ced7d1d10d3a4fadb24c56. by ilist · 2 years, 11 months ago
  37. b9da390 Do not rewrite `.jdeps` file when it is empty. by ajurkowski · 2 years, 11 months ago
  38. 280ef69 Remote: Prefetch input files into a temporary path first. by chiwang · 2 years, 11 months ago
  39. 74fff55 Create non fatal exception when errors are not detailed with a FailureDetail. by tanzhengwei · 2 years, 11 months ago
  40. b2604f0 Rename and parameterize tests in `CustomCommandLineTest`. by ajurkowski · 2 years, 11 months ago
  41. ebfb29f Add `bazel dump --skyframe count`. by leba · 2 years, 11 months ago
  42. 4310aeb Create output directories for remote execution by Fabian Meumertzheim · 2 years, 11 months ago
  43. 8002df1 Cleanup in StarlarkRuleClassFunctions by wyv · 2 years, 11 months ago
  44. 5a7f86c Switch from RepositoryName#toString to RepositoryName#getNameWithAt by wyv · 2 years, 11 months ago
  45. 7eda21f Fix OOM with somepath due to infinite loop. by tanzhengwei · 2 years, 11 months ago
  46. 612e0cf Do not necessarily watch for changes under '/'. by lberki · 2 years, 11 months ago
  47. 2e008f7 Delete Ninja support. by lberki · 2 years, 11 months ago
  48. 4b6f801 Use ProtoCommon.declareGeneratedFiles in cc_proto_library. by ilist · 2 years, 11 months ago
  49. 4ff441b Add support for setting `Add-Exports` and `Add-Opens` in deploy jars by cushon · 2 years, 11 months ago
  50. 6d72ca9 Provide the RuleContext in the buildCcInfoProvider method in PythonSemantics. by yileiyang · 2 years, 11 months ago
  51. 45f4628 Improve error message for unresolved toolchains by Christopher Peterson Sauer · 2 years, 11 months ago
  52. 8950863 Fix name in proto_lang_toolchain rule by kotlaja · 2 years, 11 months ago
  53. d519fec Set C++ archive action mnemonic to CppArchive by Keith Smiley · 2 years, 11 months ago
  54. eb251ca Remove native implementation of proto_lang_toolchain rule by kotlaja · 2 years, 11 months ago
  55. 1d6ebeb Remove allow_files from proto_lang_toolchain's attributes by kotlaja · 2 years, 11 months ago
  56. 0b914c6 Send remote actions to specific worker pools instead of machine types. by Tiago Quelhas · 2 years, 11 months ago
  57. 2e9643c Make the existing tests for the test command work with Skymeld. by leba · 2 years, 11 months ago
  58. 50f50e5 Fix some bugs in SkyframeErrorProcessor. by leba · 2 years, 11 months ago
  59. a70d84b Release coverage_output_generator v2.6 by Charles Mita · 2 years, 11 months ago
  60. c089853 Remove dead code. by leba · 2 years, 11 months ago
  61. b8a1328 Remove dead code. by leba · 2 years, 11 months ago
  62. 7de83f3 Add dummy methods necessary for cc_proto_library to the semantics file. by gnish · 2 years, 11 months ago
  63. 8528661 Use data from transitive_proto_sources instead of transitive_sources in proto_lang_toolchain. by ilist · 2 years, 11 months ago
  64. e2fa1a6 Added verbiage warning against recursive globs. by philomath · 2 years, 11 months ago
  65. 6a18a38 Add a test for setting a nonexistent flag in invocation policy. by ajurkowski · 2 years, 11 months ago
  66. 13fa3d1 Refactored `objc_library` support methods to avoid `ctx` parameter by Googler · 2 years, 11 months ago
  67. baf9dbe Add Stardoc to team-Build-Language's responsibility by pcloudy · 2 years, 11 months ago
  68. a859caa Point symlinks to headers with stripped prefix to exec root instead of source location. by ajurkowski · 2 years, 11 months ago
  69. 97159ce Extract AbstractActionInputPrefetcher from RemoteActionInputFetcher to share common code across different implementations. by chiwang · 2 years, 11 months ago
  70. e8a9992 Implement targetsToSkip for Skymeld. by leba · 2 years, 11 months ago
  71. 6b21b77 Revert "Fixes incorrect install names on darwin platforms" by Chris Clearwater · 2 years, 11 months ago
  72. 1727361 Remove cpp:default-toolchain by Keith Smiley · 2 years, 11 months ago
  73. fa1081c Filter libtool warning about table of contents by Christopher Sauer · 2 years, 11 months ago
  74. 4858cbf Move BazelModuleContext to lib.cmdline by wyv · 2 years, 11 months ago
  75. 61211f2 docs: Fix typo by Googler · 2 years, 11 months ago
  76. bda3b41 Remove aspect toolchain transition API. by jcater · 2 years, 11 months ago
  77. 6e62ff2 Camel elimination program. by philomath · 2 years, 11 months ago
  78. cc182f2 Micro-optimize `Iterable` usage in `ActionExecutionFunction#addDiscoveredInputs`. by nharmata · 2 years, 11 months ago
  79. c30ffb0 Unify sandbox/remote handling of empty TreeArtifact inputs by Fabian Meumertzheim · 2 years, 11 months ago
  80. d32302f Add a virtual class for BuildInfo entries. by gnish · 2 years, 11 months ago
  81. ff9cfe0 Fix chocolatey package CPMR0031 - docsUrl must be a valid URL by Peter Mounce · 2 years, 11 months ago
  82. 52f487e Fix page title typo. by James Wright · 2 years, 11 months ago
  83. 47bdb0e Implement Google java_mutable_proto_library in Starlark by ilist · 2 years, 11 months ago
  84. cbdb60c Roll forward of https://github.com/bazelbuild/bazel/commit/ae349e9368f90bc5cf27f51ecc773ada9e3a514c: Export ProtoLangToolchainInfo provider and flip proto_lang_toolchain rule by kotlaja · 2 years, 11 months ago
  85. 93db260 Update toolchains documentation for new optional toolchains feature. by jcater · 2 years, 11 months ago
  86. 5682d36 Internal change by Googler · 2 years, 11 months ago
  87. 50e9060 Release 6.0.0-pre.20220421.3 (2022-05-03) by Bazel Release System · 2 years, 11 months ago
  88. fec7962 Do not crash tests when one of the `{JAVA,PYTHON}_RUNFILES` variables is overridden. by ajurkowski · 2 years, 11 months ago
  89. a801426 bash improvements to ci.sh script by Andrew Klotz · 2 years, 11 months ago
  90. 0714a16 Refactor BuildInfo. by gnish · 2 years, 11 months ago
  91. 5a6b1a8 Automated rollback of commit ae349e9368f90bc5cf27f51ecc773ada9e3a514c. by kotlaja · 2 years, 11 months ago
  92. b2cbc9a1 Store the spawn digest in the execution log. by tjgq · 2 years, 11 months ago
  93. 48953d7 Remove most usages of PackageIdentifier#parse(String) by wyv · 2 years, 11 months ago
  94. ae349e9 Export ProtoLangToolchainInfo provider and flip proto_lang_toolchain rule by kotlaja · 2 years, 11 months ago
  95. 22e9d5c Updated FAQ to include a reference the AOSP migration to Bazel. by Googler · 2 years, 11 months ago
  96. 3f9baac Remove spammy logging after bug has been resolved. by twerth · 2 years, 11 months ago
  97. 9ad0a73 Extend Android path stripping testing by integrating aquery output. by gregce · 2 years, 11 months ago
  98. ecc293d Automatic code cleanup. by Googler · 2 years, 11 months ago
  99. c55b01e Correctly format non-ASCII paths, arguments, and env vars in aquery output and remote execution protocol. by John Millikin · 2 years, 11 months ago
  100. 3948d5f Flip cc_test to use the Starlark version. by trybka · 2 years, 11 months ago