1. 1e146e4 Bazel DevSite: Add "versions" tab to switch between Bazel releases. by fwe · 3 years ago
  2. fac463d Let JacocoCoverageRunner identify the classpath on JDK 16+ by Fabian Meumertzheim · 3 years ago
  3. 78d37e2 Fix spelling typo not actually fixed in https://github.com/bazelbuild/bazel/commit/6ad545323e77ae2020b77e64a34ded21a9e5d03e. by janakr · 3 years ago
  4. 9f908ca Add target label to SpawnExec in the execution log by Cristian Hancila · 3 years ago
  5. c7c3fa1 Delete `getValues` method in SkyFunction and Environment files, cause all the usages have been replaced by get(Ordered)ValuesAndExceptions. by emilyguo · 3 years ago
  6. a25dea6 Ensure that Skyframe graph is cleaned after preloading a query if it might have nodes that need to be deleted. Not doing it eagerly means that, in a non-SkyQuery query, LabelVisitor may request single-package evaluation that will trigger deletion, but because of our usage of ConcurrentHashMap#forEachEntry in deletion, and its usage of the currently active ForkJoinPool, that deletion may attempt a re-entrant Skyframe evaluation. by janakr · 3 years ago
  7. af56aec Change return type of `keys` in `PackageValue` to `ImmutableList`. by emilyguo · 3 years ago
  8. 8051e8d Bazel DevSite: Delete legacy website (part 2). by fwe · 3 years ago
  9. d3170af Use `CrashContext#keepAlive` instead of attempting to halt the JVM in `BazelBuildEventServiceModuleTest`. by jhorvitz · 3 years ago
  10. f2ac04a Specify fixedEnv/inheritedEnv interaction in ActionEnvironment by Fabian Meumertzheim · 3 years ago
  11. 0ff8012 Updated apt configuration instructions by Mikhail Balabin · 3 years ago
  12. 0577fa5 Update turbine by Liam Miller-Cushon · 3 years ago
  13. ee9727d Let Starlark tests inherit env variables by Fabian Meumertzheim · 3 years ago
  14. 436d04d Fix a bug with non-execution phase errors being considered by leba · 3 years ago
  15. 93677c6 Make `BundledFileSystem#getDigest` more useful. by nharmata · 3 years ago
  16. 0503d45 Automatic code cleanup. by Googler · 3 years ago
  17. 6ad5453 Clean up bug reports for unexpected exceptions and do some general clean-up of SkyframeErrorProcessor. Severity of most unexpected exceptions is reduced to "logUnexpected". However, places where we encounter undetailed exceptions have been promoted to "sendBugReport" since they indicate a failure to attribute responsibility, which could affect downstream systems. by janakr · 3 years ago
  18. 9152a05 Release 6.0.0-pre.20220328.1 (2022-04-01) by Bazel Release System · 3 years ago
  19. 64795c2 Add a sample of modified output files to `ExecutionFinishedEvent`. by ajurkowski · 3 years ago
  20. e9d8134 Fix 43 ErrorProneStyle findings: by Googler · 3 years ago
  21. ff6c033 Fixes for native/starlark differences for java_lite_proto_library by Googler · 3 years ago
  22. 8bd6454 Change to a lower-noise reporting method that fails tests. by emilyguo · 3 years ago
  23. e133373 Refactor `getValues` in `BuildInfoCollectionFunction` to create less garbage. by emilyguo · 3 years ago
  24. 2b92a31 Remote: Don't check declared outputs for failed action by Chi Wang · 3 years ago
  25. 2770799 Collect coverage from cc_binary data deps of java_test by Fabian Meumertzheim · 3 years ago
  26. 397f108 create BaselineProfileProvider to propagate baseline-prof.txt up to android_binary and expose it to Starlark. by Googler · 3 years ago
  27. c74b69e In `BugReportTest`, use a custom `SecurityManager` to exercise attempting to halt the JVM. by jhorvitz · 3 years ago
  28. 38722db Automated rollback of commit f2bee5658d2991ccd1674f2c8bec303db30f3371. by emilyguo · 3 years ago
  29. 2eb0a47 Make `emitExitData` private in favor of having tests use `CrashContext#keepAlive`. by jhorvitz · 3 years ago
  30. be84e16 Fix ManifestMergerAction test case on windows by Benjamin Lee · 3 years ago
  31. dbb6e99 Fixing dependencies of //external package by Zhongpeng Lin · 3 years ago
  32. 299022c remote: Proactively close the ZstdInputStream in ZstdDecompressingOutputStream. by Benjamin Peterson · 3 years ago
  33. 5b95286 Shade com.google.thirdparty in JacocoCoverage.jarjar by Ted Kaplan · 3 years ago
  34. ad26161 Add an allowlist to restrict access to `multidex = "off"` by cushon · 3 years ago
  35. 203f2c5 Propagate user link flags from `deps` on `objc_library` CcInfo provider by Googler · 3 years ago
  36. 0f9f740 Don't evaluate JavaCompileAction#prettyPrint eagerly for rate-limited logging. by janakr · 3 years ago
  37. e4461d3 Refactor some JDK definitions by Liam Miller-Cushon · 3 years ago
  38. ddda1a1 Update build-ref.md by ckiffel · 3 years ago
  39. 815c78d Don't propagate interrupt in ConfiguredTargetFunction#computeDependencies if there is also an error: if we really are being interrupted, the interrupt will override any error in the Skyframe engine. If the interrupt was because we're in error bubbling, we need to throw the processed error to avoid a loading-phase error tunneling through to analysis-phase objects. by janakr · 3 years ago
  40. 9bb80c2 Declare defeat on unexpected exceptions propagating through Skyframe: add a lower-noise reporting method that fails tests (which we still want to notice) but doesn't file a bug report in production. This allows us to be more liberal when calling this method without a fire drill every time it's hit. When there are actual bad downstream consequences, the logging will still be available as a breadcrumb. by janakr · 3 years ago
  41. be820a5 Automatic code cleanup. by Googler · 3 years ago
  42. 6594e0c Replace Collectors.toUnmodifiableSet with ImmutableSet.toImmutableSet by leba · 3 years ago
  43. 45b32db Add a remote test for downloading remote outputs after benign re-execution. by ajurkowski · 3 years ago
  44. be21f19 Allow using python3 for timestamps on macOS and any BSD by arostovtsev · 3 years ago
  45. c56c254 Remove references to `%test_runtime_classpath_file%` by cushon · 3 years ago
  46. f4674b7 Validate `Exception` Type in `getOrThrow`. by emilyguo · 3 years ago
  47. 2cc4ff5 Blaze DocGen: Allow numbers in rule link headings. by fwe · 3 years ago
  48. a7f1c71 Initial Java 18 toolchain support by Liam Miller-Cushon · 3 years ago
  49. 7fcc581 Release 6.0.0-pre.20220324.1 (2022-03-29) by Bazel Release System · 3 years ago
  50. c366d72 Pull out parts of BugReport#handleCrash for better testing. by janakr · 3 years ago
  51. 305fcc3 Refactor `getValues` in `skyframe` directory to only provide the necessary methods for Skyframe evaluation. It will help create less garbage. by emilyguo · 3 years ago
  52. 1799842 Don't stamp binaries built in tool configuration by Googler · 3 years ago
  53. 10a22e3 Remove BugReport for `inputValue` in `ArtifactFunction` to avoid continuous ThirdEye reports. by emilyguo · 3 years ago
  54. 1f1124c Handle InconsistentFilesystemException when requesting for value. by emilyguo · 3 years ago
  55. c7b4491 Update the sets of built targets and aspects in the ExecutionProgressReceiver with Skymeld & incremental builds. by leba · 3 years ago
  56. db36147 Restrict cc_binary and cc_test "stamp" attribute values to [-1, 0, 1]. by Googler · 3 years ago
  57. 13ae2c6 Use mock BugReporter instead of relying on SecurityException to see that we threw an OOM in a test. by janakr · 3 years ago
  58. 33de02a Add an event for source directory encountered in a build. by ajurkowski · 3 years ago
  59. a4e30aa Default blaze integration tests to Python 3; use no_launcher by default. by Googler · 3 years ago
  60. 7f75df2 Add `--multi_release_deploy_jars`, which causes `_deploy.jar` outputs of `java_binary` to be Multi-Release jar files by cushon · 3 years ago
  61. 3442179 Configure Apple crosstool to return a complete target triple that includes minimum OS version and target environment by Thi Doan · 3 years ago
  62. 528d067 Expose ProtoLangToolchainInfo to builtins. by ilist · 3 years ago
  63. b4587f8 Extend proto_lang_toolchain rule with progress_message and mnemonic attributes. by ilist · 3 years ago
  64. 66e29cd Proxy proto compiler and proto opts over proto_lang_toolchain rule. by ilist · 3 years ago
  65. a229bed Improve action conflict checker's performance with Skymeld. by leba · 3 years ago
  66. 2968644 Add a unittest for ExpandSingleVariable. by Googler · 3 years ago
  67. 99ac541 Remove owners attribute from bazel legacy pkg_tar. by aiuto · 3 years ago
  68. 8b7829f Assign unused instance to an unused variable. This will soon be a compile error. by Googler · 3 years ago
  69. bd51ab3 Small fix by philomath · 3 years ago
  70. 94d6796 Automatic code cleanup. by Googler · 3 years ago
  71. 20164a1 Escape curly braces by philomath · 3 years ago
  72. 724177f Release 6.0.0-pre.20220315.4 (2022-03-25) by Bazel Release System · 3 years ago
  73. 276fb09 Packaging support for deploy JAR embedded JDK files (hermetic Java). by Googler · 3 years ago
  74. 0365645 Document the tradeoffs of the `Dict` memory optimization opportunity in a code comment. by nharmata · 3 years ago
  75. 8ac0441 Fix broken Tables and Images on android tutorial by Rifqi Mulya Fahmi · 3 years ago
  76. 54b786e Mention and link to tuple type by Timothe Peignier · 3 years ago
  77. 16cce05 Create `largest_input_count_components` with the same usages as `largest_input_size_components`, but aggregating the components with the largest number of input files rather than those with the largest size of inputs. by Googler · 3 years ago
  78. e4ed851 Typo fixes in docs by Jan · 3 years ago
  79. f33ce3d Add a `--multi_release` option to singlejar by cushon · 3 years ago
  80. 2b3bd3e Fix newline handling for Multi-Release jars by cushon · 3 years ago
  81. 04d186b Use label for module map name by waltl · 3 years ago
  82. 4eb4536 Add CLion/ASWB/clangd project directories to .gitignore by Fabian Meumertzheim · 3 years ago
  83. 5b8b834 Update docs config files for 5.1 release by fweikert · 3 years ago
  84. 1683371 Make StarlarkBuiltinDoc.getJavaMethods() sorted and deterministic by laurentlb · 3 years ago
  85. ac21910 fix(bzlmod): throw on json parse exception by Thomas Zayouna · 3 years ago
  86. 45b225d Release 5.1.0 (2022-03-24) by Bazel Release System · 3 years ago
  87. 041f7ce Update j2objc scripts to be `py_binary` targets. by Googler · 3 years ago
  88. c07e66d Clean up `createRecursiveTraversalKeys` with pre-sizing, immutability and SkyKey Type. Then merge `createRecursiveTraversalKeys` into `traverseChildren` to be clearer. by emilyguo · 3 years ago
  89. 8820e84 add reference to resource_strip_prefix in resources documentation by Googler · 3 years ago
  90. 77cd575 Update build-systems.md by Jan · 3 years ago
  91. e84b937 Don't file a bug report when an artifact in an external repository has an error. by janakr · 3 years ago
  92. 741b16b Add missing targets for @debian_java_deps//:reactive_streams and @debian_java_deps//:rxjava3 by pcloudy · 3 years ago
  93. 4ca10bc Remove "manual" tags from java coverage integration tests. by Charles Mita · 3 years ago
  94. 66d07f0 Change the default dexer to d8 by Googler · 3 years ago
  95. 8144cea Return exit code 0 after successful completion of JavaBuilder persistent worker. by ajurkowski · 3 years ago
  96. b4e8f2a In `BuildIntegrationTestCase`, permit writing utf-8 file contents and ensure all path strings are encoded as latin-1 to keep the test framework consistent with `NativePosixFiles`. by jhorvitz · 3 years ago
  97. 3785677 Use python3 on macOS by Oscar Bonilla · 3 years ago
  98. ad103c2 Allow ImmutableList (and any type that extends List) to be the type of an option with allowMultiple = true. by janakr · 3 years ago
  99. 4c79e05 Automatic code cleanup. by Googler · 3 years ago
  100. 5bc8e3d Bazel DevSite: Fix formatting. by fwe · 3 years ago