1. 982bbce Implement and expose proto_common.compile call. by ilist · 3 years ago
  2. 536f8d9 Fix fail message construction in cc_shared_library by Fabian Meumertzheim · 3 years ago
  3. 7c18a04 Fix square braces in lexer by Thomas Zayouna · 3 years ago
  4. bbf34eb Check that `java_import` dependencies are complete by cushon · 3 years ago
  5. d491a88 Bazel Docs: Fix links for "deps" and "data" attributes in the build encyclopedia. by fwe · 3 years ago
  6. d352102 Revert the eager throwing of catastrohpic analysis exceptions. by leba · 3 years ago
  7. e0be616 Post SpawnExecutedEvent only once, but with correct startTime. by larsrc · 3 years ago
  8. c49c45d Revert default export all symbols on Windows by plf · 3 years ago
  9. 53b9cb8 Catch NumberFormatException while trying to parse thread id. by twerth · 3 years ago
  10. e982f2a Remove PathCasingLookupFunction. by lberki · 3 years ago
  11. d5c30a0 Add better #toString for BzlLoadValue$Key. by janakr · 3 years ago
  12. 522e390 Bazel DocGen: Fix RuleLinkExpander to produce correct links in single-page build encyclopedia. by fwe · 3 years ago
  13. 5f6a121 Update starlark apis that consume toolchain types to use by John Cater · 3 years ago
  14. 476ef1d Bazel Docs: Fix broken links in HTML templates. by fwe · 3 years ago
  15. 9119815 Support uses-permission merging in manifest merger by Ben Lee · 3 years ago
  16. 2fdac7e Remove the critical path consistency check. by jhorvitz · 3 years ago
  17. 9c98120 Add support for .ar archives (and .deb files) by Kevin Lubick · 3 years ago
  18. ab77bd5 Bazel DocGen: Add target for generating all reference docs at once. by fwe · 3 years ago
  19. 78d37e2 Fix spelling typo not actually fixed in https://github.com/bazelbuild/bazel/commit/6ad545323e77ae2020b77e64a34ded21a9e5d03e. by janakr · 3 years ago
  20. 9f908ca Add target label to SpawnExec in the execution log by Cristian Hancila · 3 years ago
  21. 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
  22. 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
  23. af56aec Change return type of `keys` in `PackageValue` to `ImmutableList`. by emilyguo · 3 years ago
  24. f2ac04a Specify fixedEnv/inheritedEnv interaction in ActionEnvironment by Fabian Meumertzheim · 3 years ago
  25. ee9727d Let Starlark tests inherit env variables by Fabian Meumertzheim · 3 years ago
  26. 436d04d Fix a bug with non-execution phase errors being considered by leba · 3 years ago
  27. 93677c6 Make `BundledFileSystem#getDigest` more useful. by nharmata · 3 years ago
  28. 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
  29. 64795c2 Add a sample of modified output files to `ExecutionFinishedEvent`. by ajurkowski · 3 years ago
  30. e9d8134 Fix 43 ErrorProneStyle findings: by Googler · 3 years ago
  31. ff6c033 Fixes for native/starlark differences for java_lite_proto_library by Googler · 3 years ago
  32. 8bd6454 Change to a lower-noise reporting method that fails tests. by emilyguo · 3 years ago
  33. e133373 Refactor `getValues` in `BuildInfoCollectionFunction` to create less garbage. by emilyguo · 3 years ago
  34. 2b92a31 Remote: Don't check declared outputs for failed action by Chi Wang · 3 years ago
  35. 2770799 Collect coverage from cc_binary data deps of java_test by Fabian Meumertzheim · 3 years ago
  36. 397f108 create BaselineProfileProvider to propagate baseline-prof.txt up to android_binary and expose it to Starlark. by Googler · 3 years ago
  37. 38722db Automated rollback of commit f2bee5658d2991ccd1674f2c8bec303db30f3371. by emilyguo · 3 years ago
  38. 2eb0a47 Make `emitExitData` private in favor of having tests use `CrashContext#keepAlive`. by jhorvitz · 3 years ago
  39. dbb6e99 Fixing dependencies of //external package by Zhongpeng Lin · 3 years ago
  40. 299022c remote: Proactively close the ZstdInputStream in ZstdDecompressingOutputStream. by Benjamin Peterson · 3 years ago
  41. ad26161 Add an allowlist to restrict access to `multidex = "off"` by cushon · 3 years ago
  42. 203f2c5 Propagate user link flags from `deps` on `objc_library` CcInfo provider by Googler · 3 years ago
  43. 0f9f740 Don't evaluate JavaCompileAction#prettyPrint eagerly for rate-limited logging. by janakr · 3 years ago
  44. e4461d3 Refactor some JDK definitions by Liam Miller-Cushon · 3 years ago
  45. 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
  46. 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
  47. be820a5 Automatic code cleanup. by Googler · 3 years ago
  48. 6594e0c Replace Collectors.toUnmodifiableSet with ImmutableSet.toImmutableSet by leba · 3 years ago
  49. c56c254 Remove references to `%test_runtime_classpath_file%` by cushon · 3 years ago
  50. f4674b7 Validate `Exception` Type in `getOrThrow`. by emilyguo · 3 years ago
  51. 2cc4ff5 Blaze DocGen: Allow numbers in rule link headings. by fwe · 3 years ago
  52. a7f1c71 Initial Java 18 toolchain support by Liam Miller-Cushon · 3 years ago
  53. c366d72 Pull out parts of BugReport#handleCrash for better testing. by janakr · 3 years ago
  54. 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
  55. 1799842 Don't stamp binaries built in tool configuration by Googler · 3 years ago
  56. 10a22e3 Remove BugReport for `inputValue` in `ArtifactFunction` to avoid continuous ThirdEye reports. by emilyguo · 3 years ago
  57. 1f1124c Handle InconsistentFilesystemException when requesting for value. by emilyguo · 3 years ago
  58. c7b4491 Update the sets of built targets and aspects in the ExecutionProgressReceiver with Skymeld & incremental builds. by leba · 3 years ago
  59. db36147 Restrict cc_binary and cc_test "stamp" attribute values to [-1, 0, 1]. by Googler · 3 years ago
  60. 33de02a Add an event for source directory encountered in a build. by ajurkowski · 3 years ago
  61. 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
  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. 8b7829f Assign unused instance to an unused variable. This will soon be a compile error. by Googler · 3 years ago
  67. 94d6796 Automatic code cleanup. by Googler · 3 years ago
  68. 0365645 Document the tradeoffs of the `Dict` memory optimization opportunity in a code comment. by nharmata · 3 years ago
  69. 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
  70. 04d186b Use label for module map name by waltl · 3 years ago
  71. 1683371 Make StarlarkBuiltinDoc.getJavaMethods() sorted and deterministic by laurentlb · 3 years ago
  72. ac21910 fix(bzlmod): throw on json parse exception by Thomas Zayouna · 3 years ago
  73. 041f7ce Update j2objc scripts to be `py_binary` targets. by Googler · 3 years ago
  74. c07e66d Clean up `createRecursiveTraversalKeys` with pre-sizing, immutability and SkyKey Type. Then merge `createRecursiveTraversalKeys` into `traverseChildren` to be clearer. by emilyguo · 3 years ago
  75. 8820e84 add reference to resource_strip_prefix in resources documentation by Googler · 3 years ago
  76. e84b937 Don't file a bug report when an artifact in an external repository has an error. by janakr · 3 years ago
  77. 66d07f0 Change the default dexer to d8 by Googler · 3 years ago
  78. ad103c2 Allow ImmutableList (and any type that extends List) to be the type of an option with allowMultiple = true. by janakr · 3 years ago
  79. 4c79e05 Automatic code cleanup. by Googler · 3 years ago
  80. 5bc8e3d Bazel DevSite: Fix formatting. by fwe · 3 years ago
  81. f2bee56 Automated rollback of commit a8ca83fc01e6312fe0e145e8d63fad8b84713e09. by michajlo · 3 years ago
  82. 4ae7268 Use Starlark compile function in GoWrapCcHelper by cmita · 3 years ago
  83. ca35c09 Include the missing key in the message of bug report in `GraphTraversingHelper::declareDependenciesAndCheckIfValuesMissing`. by ajurkowski · 3 years ago
  84. 8610b37 Remove trailing whitespaces from the command line reference. by fwe · 3 years ago
  85. fe9368d Add missing parameter to `instrumented_files_info` example by Fabian Meumertzheim · 3 years ago
  86. a28e411 Resolve memory issue for java_lite_proto_library by Googler · 3 years ago
  87. 43a5a03 Do not crash `PrepareDepsOfTargetsUnderDirectoryFunction` while bubbling errors from subpackages. by ajurkowski · 3 years ago
  88. 9c25523 Simplify `getValues` in `RecursiveDirectoryTraversalFunction` to create less garbage, also make the code more readable. by emilyguo · 3 years ago
  89. 7a6c715 Bazel DevSite: Link to external rule sets in BE nav bar. by fwe · 3 years ago
  90. ec8fb79 bazel not blaze (part of issue #15079) by gkgoat1 · 3 years ago
  91. 9dea9e8 Bazel DevSite: Automatically generate table of contents for Bazel docs. by fwe · 3 years ago
  92. 1f33504 Turn down unused `--experimental_persistent_test_runner` experiment by cushon · 3 years ago
  93. 7812bdc Add checking value is null in `declareDependenciesAndCheckValues`. by emilyguo · 3 years ago
  94. 702df84 Remote: Fix crashes by InterruptedException when dynamic execution is enabled. by Chi Wang · 3 years ago
  95. f585783 Remote: Don't check TreeArtifact output by Chi Wang · 3 years ago
  96. b95a61a Substitute cc_internal.strip with cc_helper.create_strip_action. by Googler · 3 years ago
  97. 00d74ff Support decompressing zstd tar archives for repository rules. by Benjamin Peterson · 3 years ago
  98. a421288 Automated rollback of commit 5576979669383c2380c11b59beaa2f8263ff1f56. by twerth · 3 years ago
  99. 49625ea Make SeparatedOptionListConverter declare that it returns an ImmutableList. by janakr · 3 years ago
  100. 987bf12a Update cc_binary_wrapper to account for select statements by Googler · 3 years ago