1. 78d37e2 Fix spelling typo not actually fixed in https://github.com/bazelbuild/bazel/commit/6ad545323e77ae2020b77e64a34ded21a9e5d03e. by janakr · 3 years ago
  2. 9f908ca Add target label to SpawnExec in the execution log by Cristian Hancila · 3 years ago
  3. 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
  4. 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
  5. af56aec Change return type of `keys` in `PackageValue` to `ImmutableList`. by emilyguo · 3 years ago
  6. d3170af Use `CrashContext#keepAlive` instead of attempting to halt the JVM in `BazelBuildEventServiceModuleTest`. by jhorvitz · 3 years ago
  7. f2ac04a Specify fixedEnv/inheritedEnv interaction in ActionEnvironment by Fabian Meumertzheim · 3 years ago
  8. ee9727d Let Starlark tests inherit env variables by Fabian Meumertzheim · 3 years ago
  9. 436d04d Fix a bug with non-execution phase errors being considered by leba · 3 years ago
  10. 93677c6 Make `BundledFileSystem#getDigest` more useful. by nharmata · 3 years ago
  11. 0503d45 Automatic code cleanup. by Googler · 3 years ago
  12. 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
  13. 64795c2 Add a sample of modified output files to `ExecutionFinishedEvent`. by ajurkowski · 3 years ago
  14. e9d8134 Fix 43 ErrorProneStyle findings: by Googler · 3 years ago
  15. ff6c033 Fixes for native/starlark differences for java_lite_proto_library by Googler · 3 years ago
  16. 8bd6454 Change to a lower-noise reporting method that fails tests. by emilyguo · 3 years ago
  17. e133373 Refactor `getValues` in `BuildInfoCollectionFunction` to create less garbage. by emilyguo · 3 years ago
  18. 2b92a31 Remote: Don't check declared outputs for failed action by Chi Wang · 3 years ago
  19. 2770799 Collect coverage from cc_binary data deps of java_test by Fabian Meumertzheim · 3 years ago
  20. 397f108 create BaselineProfileProvider to propagate baseline-prof.txt up to android_binary and expose it to Starlark. by Googler · 3 years ago
  21. c74b69e In `BugReportTest`, use a custom `SecurityManager` to exercise attempting to halt the JVM. by jhorvitz · 3 years ago
  22. 38722db Automated rollback of commit f2bee5658d2991ccd1674f2c8bec303db30f3371. by emilyguo · 3 years ago
  23. 2eb0a47 Make `emitExitData` private in favor of having tests use `CrashContext#keepAlive`. by jhorvitz · 3 years ago
  24. be84e16 Fix ManifestMergerAction test case on windows by Benjamin Lee · 3 years ago
  25. dbb6e99 Fixing dependencies of //external package by Zhongpeng Lin · 3 years ago
  26. 299022c remote: Proactively close the ZstdInputStream in ZstdDecompressingOutputStream. by Benjamin Peterson · 3 years ago
  27. 5b95286 Shade com.google.thirdparty in JacocoCoverage.jarjar by Ted Kaplan · 3 years ago
  28. ad26161 Add an allowlist to restrict access to `multidex = "off"` by cushon · 3 years ago
  29. 203f2c5 Propagate user link flags from `deps` on `objc_library` CcInfo provider by Googler · 3 years ago
  30. 0f9f740 Don't evaluate JavaCompileAction#prettyPrint eagerly for rate-limited logging. by janakr · 3 years ago
  31. e4461d3 Refactor some JDK definitions by Liam Miller-Cushon · 3 years ago
  32. 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
  33. 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
  34. be820a5 Automatic code cleanup. by Googler · 3 years ago
  35. 6594e0c Replace Collectors.toUnmodifiableSet with ImmutableSet.toImmutableSet by leba · 3 years ago
  36. 45b32db Add a remote test for downloading remote outputs after benign re-execution. by ajurkowski · 3 years ago
  37. be21f19 Allow using python3 for timestamps on macOS and any BSD by arostovtsev · 3 years ago
  38. c56c254 Remove references to `%test_runtime_classpath_file%` by cushon · 3 years ago
  39. f4674b7 Validate `Exception` Type in `getOrThrow`. by emilyguo · 3 years ago
  40. 2cc4ff5 Blaze DocGen: Allow numbers in rule link headings. by fwe · 3 years ago
  41. a7f1c71 Initial Java 18 toolchain support by Liam Miller-Cushon · 3 years ago
  42. c366d72 Pull out parts of BugReport#handleCrash for better testing. by janakr · 3 years ago
  43. 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
  44. 1799842 Don't stamp binaries built in tool configuration by Googler · 3 years ago
  45. 10a22e3 Remove BugReport for `inputValue` in `ArtifactFunction` to avoid continuous ThirdEye reports. by emilyguo · 3 years ago
  46. 1f1124c Handle InconsistentFilesystemException when requesting for value. by emilyguo · 3 years ago
  47. c7b4491 Update the sets of built targets and aspects in the ExecutionProgressReceiver with Skymeld & incremental builds. by leba · 3 years ago
  48. db36147 Restrict cc_binary and cc_test "stamp" attribute values to [-1, 0, 1]. by Googler · 3 years ago
  49. 13ae2c6 Use mock BugReporter instead of relying on SecurityException to see that we threw an OOM in a test. by janakr · 3 years ago
  50. 33de02a Add an event for source directory encountered in a build. by ajurkowski · 3 years ago
  51. a4e30aa Default blaze integration tests to Python 3; use no_launcher by default. by Googler · 3 years ago
  52. 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
  53. 528d067 Expose ProtoLangToolchainInfo to builtins. by ilist · 3 years ago
  54. b4587f8 Extend proto_lang_toolchain rule with progress_message and mnemonic attributes. by ilist · 3 years ago
  55. 66e29cd Proxy proto compiler and proto opts over proto_lang_toolchain rule. by ilist · 3 years ago
  56. a229bed Improve action conflict checker's performance with Skymeld. by leba · 3 years ago
  57. 2968644 Add a unittest for ExpandSingleVariable. by Googler · 3 years ago
  58. 8b7829f Assign unused instance to an unused variable. This will soon be a compile error. by Googler · 3 years ago
  59. 94d6796 Automatic code cleanup. by Googler · 3 years ago
  60. 276fb09 Packaging support for deploy JAR embedded JDK files (hermetic Java). by Googler · 3 years ago
  61. 0365645 Document the tradeoffs of the `Dict` memory optimization opportunity in a code comment. by nharmata · 3 years ago
  62. 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
  63. f33ce3d Add a `--multi_release` option to singlejar by cushon · 3 years ago
  64. 2b3bd3e Fix newline handling for Multi-Release jars by cushon · 3 years ago
  65. 04d186b Use label for module map name by waltl · 3 years ago
  66. 1683371 Make StarlarkBuiltinDoc.getJavaMethods() sorted and deterministic by laurentlb · 3 years ago
  67. ac21910 fix(bzlmod): throw on json parse exception by Thomas Zayouna · 3 years ago
  68. 041f7ce Update j2objc scripts to be `py_binary` targets. by Googler · 3 years ago
  69. c07e66d Clean up `createRecursiveTraversalKeys` with pre-sizing, immutability and SkyKey Type. Then merge `createRecursiveTraversalKeys` into `traverseChildren` to be clearer. by emilyguo · 3 years ago
  70. 8820e84 add reference to resource_strip_prefix in resources documentation by Googler · 3 years ago
  71. e84b937 Don't file a bug report when an artifact in an external repository has an error. by janakr · 3 years ago
  72. 4ca10bc Remove "manual" tags from java coverage integration tests. by Charles Mita · 3 years ago
  73. 66d07f0 Change the default dexer to d8 by Googler · 3 years ago
  74. 8144cea Return exit code 0 after successful completion of JavaBuilder persistent worker. by ajurkowski · 3 years ago
  75. 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
  76. ad103c2 Allow ImmutableList (and any type that extends List) to be the type of an option with allowMultiple = true. by janakr · 3 years ago
  77. 4c79e05 Automatic code cleanup. by Googler · 3 years ago
  78. 5bc8e3d Bazel DevSite: Fix formatting. by fwe · 3 years ago
  79. f2bee56 Automated rollback of commit a8ca83fc01e6312fe0e145e8d63fad8b84713e09. by michajlo · 3 years ago
  80. 4ae7268 Use Starlark compile function in GoWrapCcHelper by cmita · 3 years ago
  81. ca35c09 Include the missing key in the message of bug report in `GraphTraversingHelper::declareDependenciesAndCheckIfValuesMissing`. by ajurkowski · 3 years ago
  82. d49b100 Add a test for handling of `InconsistentFilesystemException` from underlying packages in `PrepareDepsOfTargetsUnderDirectoryFunction`. by ajurkowski · 3 years ago
  83. b28a1aa Ignore `Multi-Release:` attributes in input jars by cushon · 3 years ago
  84. 44a8418 Roll back singlejar Multi-Release jar support by cushon · 3 years ago
  85. 8610b37 Remove trailing whitespaces from the command line reference. by fwe · 3 years ago
  86. fe9368d Add missing parameter to `instrumented_files_info` example by Fabian Meumertzheim · 3 years ago
  87. 97e0fe3 Automatic code cleanup. by Googler · 3 years ago
  88. a28e411 Resolve memory issue for java_lite_proto_library by Googler · 3 years ago
  89. 43a5a03 Do not crash `PrepareDepsOfTargetsUnderDirectoryFunction` while bubbling errors from subpackages. by ajurkowski · 3 years ago
  90. 9c25523 Simplify `getValues` in `RecursiveDirectoryTraversalFunction` to create less garbage, also make the code more readable. by emilyguo · 3 years ago
  91. 7a6c715 Bazel DevSite: Link to external rule sets in BE nav bar. by fwe · 3 years ago
  92. ec8fb79 bazel not blaze (part of issue #15079) by gkgoat1 · 3 years ago
  93. 9dea9e8 Bazel DevSite: Automatically generate table of contents for Bazel docs. by fwe · 3 years ago
  94. 1f33504 Turn down unused `--experimental_persistent_test_runner` experiment by cushon · 3 years ago
  95. 7812bdc Add checking value is null in `declareDependenciesAndCheckValues`. by emilyguo · 3 years ago
  96. 5f1087c Change `getValues` to `get(Ordered)ValuesAndExceptions` in Skyframe Test files since `getValues` is going to be removed in Skyfunction. by emilyguo · 3 years ago
  97. 702df84 Remote: Fix crashes by InterruptedException when dynamic execution is enabled. by Chi Wang · 3 years ago
  98. ccbcefd Automatic code cleanup. by Googler · 3 years ago
  99. f585783 Remote: Don't check TreeArtifact output by Chi Wang · 3 years ago
  100. b95a61a Substitute cc_internal.strip with cc_helper.create_strip_action. by Googler · 3 years ago