1. db7ff21 Don't skip filtering when manifest of source-file paths is empty by Googler · 3 years ago
  2. 321b42e Fix a narrow non-determinism bug in package loading. by nharmata · 3 years ago
  3. fbcb47e Implement Bazel java_proto_library in Starlark by ilist · 3 years ago
  4. 03f8beb Add `--nobuild` to commands in `builtins_injection_test` since it runs no actions. by jhorvitz · 3 years ago
  5. 03af77c Automated rollback of commit 5e369cec4de2b093667f564bc81618f042f44be4. by cmita · 3 years ago
  6. 9a6e141 Remove Rule and Aspect code that checks use_toolchain_transition. by jcater · 3 years ago
  7. 2992ed9 Remove useToolchainTransition calls from native rules. by jcater · 3 years ago
  8. e6fbe5b Update ToolchainResolutionFunction to handle optional toolchain types by John Cater · 3 years ago
  9. 5cbe4d8 ParseFile implementation for BuildInfo. by gnish · 3 years ago
  10. 55fd564 Improve help description for --experimental_execution_log_file by Fredrik Medley · 3 years ago
  11. 3e35c74 Resource renaming. by Googler · 3 years ago
  12. 1f2fa59 Correct help message for experimental_strict_action_env by Takeo Sawada · 3 years ago
  13. 44f83fc Bump allowed install base size by pcloudy · 3 years ago
  14. 908372d Remove Label#parseCommandLineLabel by wyv · 3 years ago
  15. a2822ee Fix incorrect path to current_java_runtime target. by Googler · 3 years ago
  16. 1d675d1 Clean up `SkyframeExecutor` methods about incrementality. by jhorvitz · 3 years ago
  17. 6f4023e Clarify which calls to BugReport.sendBugReport are not for crashes by Googler · 3 years ago
  18. 124f0a6 Begin removing code that checks use_toolchain_transition. by jcater · 3 years ago
  19. d09d283 update starlark env support TODO to reference the appropriate bug by Googler · 3 years ago
  20. 2d5375c Mark the use_toolchain_transition flag and API as deprecated. by jcater · 3 years ago
  21. f2a7475 Restore old execution log diffing docs by Keith Smiley · 3 years ago
  22. bc1d31c Fix docstring in proto_common by ilist · 3 years ago
  23. 5343d7c Delete stale comment warning about changing the prefix message sent by `BugReport` to the remote logging service. by nharmata · 3 years ago
  24. 94294ee Use ProtoCommon.declareGeneratedFiles in py_proto_library. by ilist · 3 years ago
  25. 09c892f Do not rewrite `.jdeps` files when output stripping is disabled. by ajurkowski · 3 years ago
  26. 42e555e Remove javac jars by Liam Miller-Cushon · 3 years ago
  27. 2ef7d6c Update temurin JDKs to 11.0.15 now that they're available by Liam Miller-Cushon · 3 years ago
  28. cf6c94b Fix --use_top_level_targets_for_symlinks with aliases by Keith Smiley · 3 years ago
  29. 2f9f842 Default --experimental_keep_config_nodes_on_analysis_discard to false. by gregce · 3 years ago
  30. 73f1ecb Fix android emulator darwin_arm64 select by Keith Smiley · 3 years ago
  31. 649521a Add method to `SkyframeExecutor` which returns top-level analysis phase keys. by Googler · 3 years ago
  32. a48e246 Fix StarlarkIndexable.getIndex implementations that return null. by John Cater · 3 years ago
  33. 9921a99 Automatic code cleanup. by Googler · 3 years ago
  34. 219ef5d Docs: Remove references to --local_resources by Grzegorz Lukasik · 3 years ago
  35. efc9c9c Add proto_compiler attribute to proto_lang_toolchain by kotlaja · 3 years ago
  36. 38c586f Improve a TODO by cushon · 3 years ago
  37. 83d2990 Create a method `getOutputDirectoryName` on `BuildConfigurationValue` so that callers don't need to handle the host configuration specially. by jhorvitz · 3 years ago
  38. 8b33ec1 Add type documentation for config_setting#flag_values. by gregce · 3 years ago
  39. a5a4198 Automated rollback of commit 92d760b37722feffd5b1121e4f9a1152d8120946. by Googler · 3 years ago
  40. e4cfad1 Add `toString` for `BuildConfigurationCollection` and clarify why it's safe to ignore the host configuration in equality. by jhorvitz · 3 years ago
  41. fb9c61a Release 6.0.0-pre.20220414.2 (2022-04-26) by Bazel Release System · 3 years ago
  42. 8958b1b Increase visibility of some fields used by PrepareTestSuitesUnderDirectoryFunction by shreyax · 3 years ago
  43. f77f20e Check status of write operations for `pid_file` in `daemonize` wrapper. by ajurkowski · 3 years ago
  44. b82a8e9 Add the `bazel leaf` client-side command. by Jingwen Chen · 3 years ago
  45. 3a0a4f3 Remove langtools jars by Liam Miller-Cushon · 3 years ago
  46. b50cbd5 Remove `addAll` for always-empty set. by leba · 3 years ago
  47. 91f8421 Silently ignore the D8 desugar SynthesizedClassV2 attribute in ijar by Googler · 3 years ago
  48. e621d6f Add environment attribute expansion support. by trybka · 3 years ago
  49. 108c178 Roll forward to allow select() specialization resolution to work with constraint_values. by Googler · 3 years ago
  50. ff6ac53 Fix downloading remote execution output files inside output dirs. by John Millikin · 3 years ago
  51. 6ad6de9 Remove custom jdk_compiler and java_compiler jars by Liam Miller-Cushon · 3 years ago
  52. f242fef Clarify config_setting documentation, simplify some words by gregce · 3 years ago
  53. 05747cf Update SingleToolchainValue to properly handle missing toolchains. by John Cater · 3 years ago
  54. 89b42a2 Fix 1 ErrorProneStyle finding: by Googler · 3 years ago
  55. bde86f7 Make Desugaring Classes Public by John Laxson · 3 years ago
  56. fafcd5a Add tests for ResolvedToolchainContext with missing optional toolchains. by John Cater · 3 years ago
  57. e13958c Add a flag `--rewind_lost_inputs` to toggle action rewinding. by jhorvitz · 3 years ago
  58. 4e6153e Apply the event-based result collecting approach to regular blaze. by leba · 3 years ago
  59. e060edf Use an event-based system to collect analyzed/built targets/tests/aspects. by leba · 3 years ago
  60. 46e0be4 Fix android armeabi-v7a constraint by Keith Smiley · 3 years ago
  61. 16229ba Revert cc_test to native implementation temporarily. by trybka · 3 years ago
  62. 5e369ce Automated rollback of commit 97cd2957e55a33f8dc38f8cf38d6841c6112285e. by cmita · 3 years ago
  63. 1e9a5de Starlarkify proto_lang_toolchain and ProtoLangToolchainInfo provider by kotlaja · 3 years ago
  64. deb2d16 Remove obsolete flags from .bazelrc by Tiago Quelhas · 3 years ago
  65. 1f7affa Automatic code cleanup. by Googler · 3 years ago
  66. 14b5c41 Add flag --check_preceding_lifecycle_events_present. by Googler · 3 years ago
  67. bc0eb51 Remove unused code from Objc Starlark built-ins. by Googler · 3 years ago
  68. 18c17da Remove custom jdk_compiler and java_compiler jars by Liam Miller-Cushon · 3 years ago
  69. 128e4b3 Delete unused references to PngCruncher in Android rules. by Googler · 3 years ago
  70. f970db5 Add field check_preceding_lifecycle_events_present to PublishLifecycleEventRequest and PublishBuildToolEventStreamRequest protos. by andrewpaekgoogle · 3 years ago
  71. aded1b1 Update link to Bazel CI by pcloudy · 3 years ago
  72. c94572b Include jdk.crypto.mscapi in minimized Windows embedded JDK by Andreas Fuchs · 3 years ago
  73. 26ed88d Remove SkyframeExecutor.getArtifactRoots(). by lberki · 3 years ago
  74. a86cff2 Create new issue template for mirroring archives by Xdng Yng · 3 years ago
  75. ae24714 Re-attempt to use the D8 jar from maven.google.com. Update to the latest version of D8, 3.3.28. by tedx · 3 years ago
  76. 7ce1c57 Support workers in CompatDexBuilder by Benjamin Lee · 3 years ago
  77. 412e473 Internal-only change. by jhorvitz · 3 years ago
  78. 82861c3 remove debug statement by Googler · 3 years ago
  79. ae87f3e Increase visibility of and refactor `FilesetEntryFunction#createTraversalRequestKey`. by Googler · 3 years ago
  80. d5c788f Move shared `_cc_toolchain` attribute to common `attrs.bzl` library. by Googler · 3 years ago
  81. 63cfdf9 Automatic code cleanup. by yileiyang · 3 years ago
  82. 0261c00 In AndroidPlatformsTransition, don't change the value in `--platforms` if it's a valid value from `--android_platforms`. by jcater · 3 years ago
  83. 8f3d99a Update to latest available JDK 11 update releases by Liam Miller-Cushon · 3 years ago
  84. ee0e3e1 Flip cc_test to use the Starlark version. by trybka · 3 years ago
  85. a6bd707 Remove extra ImmutableMap.copyOf for already immutable map. by leba · 3 years ago
  86. 97cd295 Remove cpu-arch logic from Java code. by cmita · 3 years ago
  87. ca40a51 clean up by ThomasCJY · 3 years ago
  88. 6e36935 Remove compat-ld by Keith Smiley · 3 years ago
  89. 238a2cc Remove unused windows cc toolchain feature by Keith Smiley · 3 years ago
  90. 2fc2f4c Fix unused features in cc toolchains by Keith Smiley · 3 years ago
  91. 19740b5 Improve the --sandbox_debug error message by Keith Smiley · 3 years ago
  92. 4ea7d69 SymlinkAction: Avoid using Artifact.prettyPrint in error messages. by Benjamin Peterson · 3 years ago
  93. 092884b Remove the orphaned AppleDylibBinary and AppleLoadableBundleBinary providers. by Googler · 3 years ago
  94. 6fcbecb Only change ExecutionInfo in the legacy flow. by trybka · 3 years ago
  95. 5844cb7 Initial structure of BuildInfo system's Cpp implementation. by gnish · 3 years ago
  96. 93029d8 Store start/end timestamps of locally executed actions in the disk cache. by Tiago Quelhas · 3 years ago
  97. d8feb4d [Step 2] Update non-third party change for jackson2 by ThomasCJY · 3 years ago
  98. d3c38df Do not run GrpcCacheClientTest twice. by Benjamin Peterson · 3 years ago
  99. 1154e10 Do not leak zstd resources in tests. by Benjamin Peterson · 3 years ago
  100. dac25e7 Advance android_tools_pkg version to 0.24.0 by tedx · 3 years ago