1. 8864578 Add native call to Starlark proto_common.declare_generated_files to ProtoCommon. by ilist · 3 years ago
  2. e45fb7a Implement proto_common.declare_generated_files. by ilist · 3 years ago
  3. b93f828 Switch to using the d8 jar from maven.google.com instead of the jar from the by Googler · 3 years ago
  4. 6409b28 Add support for exclusive test with Skymeld. by leba · 3 years ago
  5. 87a30ce Add a flag to expose undeclared test outputs in unzipped form. by Tiago Quelhas · 3 years ago
  6. 896c92f Add test coverage for `--experimental_run_android_lint_on_java_rules` and implement it in Starlark by cushon · 3 years ago
  7. 50533c2 Fix some lint by cushon · 3 years ago
  8. a9465df Automated rollback of commit 240af807c935225d98b630666000cc03934f2ce7. by lberki · 3 years ago
  9. c70e072 Automated rollback of commit 76c8c3a35776ecd6c568cf4ef1b6f2d2f52c0280. by ilist · 3 years ago
  10. 3a1aea3 Disable UngroupedOverloads finding, see adonovan's related TODO here by cushon · 3 years ago
  11. 8f0034c Fix `GlobValue` NPE bug. by emilyguo · 3 years ago
  12. 39a0161 Move rewinding-related classes to a `rewinding` package and make some related cleanups. by jhorvitz · 3 years ago
  13. 4e3a996 Change to a lower-noise reporting method that fails tests. by emilyguo · 3 years ago
  14. 8abf59e Ensure `cc_test` sets `'requires-darwin'` in execution requirements if targeting an Apple platform (this is logic in native code) by trybka · 3 years ago
  15. 240af80 Allow select() specialization resolution to work with constraint_values. by Googler · 3 years ago
  16. 5179d03 Split `third_party/grpc` into `grpc` and `grpc-java` [2/3] by Vasilios Pantazopoulos · 3 years ago
  17. 54a547f docs: document that digest can be empty in some cases by Sahin Yort · 3 years ago
  18. bc1e207 For Skymeld, eagerly plant the symlinks from execroot to the source root. by leba · 3 years ago
  19. 3636aaf Add Starlark implementation of dll_hash_suffix method. by Googler · 3 years ago
  20. 01d337f Intern trivial ActionEnvironment and EnvironmentVariables instances by Fabian Meumertzheim · 3 years ago
  21. 1193319 Documentation typo error fix in test_summary option. by Googler · 3 years ago
  22. b193fc6 Do not attempt to invalidate workspace paths when not tracking incremental state. by jhorvitz · 3 years ago
  23. 3989a38 Add a test specifying a value for a `Void` expansion in `SetValue` policy. by ajurkowski · 3 years ago
  24. 5be114a Add **Starlark** implementation of common.copts method. by Googler · 3 years ago
  25. 4d506c5 Re-arrange cc_test to support checking if `linkstatic` was explicitly set. by trybka · 3 years ago
  26. d57e2c1 Add an allowlist for `java_import.exports` by cushon · 3 years ago
  27. 0af446b Replace shouldGenerateCode calls with Starlark implementation. by ilist · 3 years ago
  28. cf7ebef Implement proto_common.experimental_should_generate_code. by ilist · 3 years ago
  29. 4e2b21b Remove unused code from ProtoCompileActionBuilder. by ilist · 3 years ago
  30. 25049c4 Use ProtoCommon.compile in remaining lang_proto_libraries. by ilist · 3 years ago
  31. 0bd706a Use ProtoCommon.compile in CC aspects. by ilist · 3 years ago
  32. e0e1546 Use ProtoCommon.compile in java_*_proto_library. by ilist · 3 years ago
  33. 16314cc Add Java ProtoCommon.compile calling Starlark proto_common.compile. by ilist · 3 years ago
  34. 59ae81d Pass ConfiguredTarget to ProtoCompileActionBuilder instead of ProtoInfo. by ilist · 3 years ago
  35. 3450fd3 Pass ConfiguredTarget to proto generators instead of ProtoInfo. by ilist · 3 years ago
  36. d7a3836 Add experimental_progress_message parameter to proto_common.compile. by ilist · 3 years ago
  37. 982bbce Implement and expose proto_common.compile call. by ilist · 3 years ago
  38. 536f8d9 Fix fail message construction in cc_shared_library by Fabian Meumertzheim · 3 years ago
  39. 7c18a04 Fix square braces in lexer by Thomas Zayouna · 3 years ago
  40. bbf34eb Check that `java_import` dependencies are complete by cushon · 3 years ago
  41. d491a88 Bazel Docs: Fix links for "deps" and "data" attributes in the build encyclopedia. by fwe · 3 years ago
  42. d352102 Revert the eager throwing of catastrohpic analysis exceptions. by leba · 3 years ago
  43. e0be616 Post SpawnExecutedEvent only once, but with correct startTime. by larsrc · 3 years ago
  44. c49c45d Revert default export all symbols on Windows by plf · 3 years ago
  45. 53b9cb8 Catch NumberFormatException while trying to parse thread id. by twerth · 3 years ago
  46. e982f2a Remove PathCasingLookupFunction. by lberki · 3 years ago
  47. d5c30a0 Add better #toString for BzlLoadValue$Key. by janakr · 3 years ago
  48. 522e390 Bazel DocGen: Fix RuleLinkExpander to produce correct links in single-page build encyclopedia. by fwe · 3 years ago
  49. 5f6a121 Update starlark apis that consume toolchain types to use by John Cater · 3 years ago
  50. 476ef1d Bazel Docs: Fix broken links in HTML templates. by fwe · 3 years ago
  51. 9119815 Support uses-permission merging in manifest merger by Ben Lee · 3 years ago
  52. 2fdac7e Remove the critical path consistency check. by jhorvitz · 3 years ago
  53. 9c98120 Add support for .ar archives (and .deb files) by Kevin Lubick · 3 years ago
  54. ab77bd5 Bazel DocGen: Add target for generating all reference docs at once. by fwe · 3 years ago
  55. 78d37e2 Fix spelling typo not actually fixed in https://github.com/bazelbuild/bazel/commit/6ad545323e77ae2020b77e64a34ded21a9e5d03e. by janakr · 3 years ago
  56. 9f908ca Add target label to SpawnExec in the execution log by Cristian Hancila · 3 years ago
  57. 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
  58. 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
  59. af56aec Change return type of `keys` in `PackageValue` to `ImmutableList`. by emilyguo · 3 years ago
  60. f2ac04a Specify fixedEnv/inheritedEnv interaction in ActionEnvironment by Fabian Meumertzheim · 3 years ago
  61. ee9727d Let Starlark tests inherit env variables by Fabian Meumertzheim · 3 years ago
  62. 436d04d Fix a bug with non-execution phase errors being considered by leba · 3 years ago
  63. 93677c6 Make `BundledFileSystem#getDigest` more useful. by nharmata · 3 years ago
  64. 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
  65. 64795c2 Add a sample of modified output files to `ExecutionFinishedEvent`. by ajurkowski · 3 years ago
  66. e9d8134 Fix 43 ErrorProneStyle findings: by Googler · 3 years ago
  67. ff6c033 Fixes for native/starlark differences for java_lite_proto_library by Googler · 3 years ago
  68. 8bd6454 Change to a lower-noise reporting method that fails tests. by emilyguo · 3 years ago
  69. e133373 Refactor `getValues` in `BuildInfoCollectionFunction` to create less garbage. by emilyguo · 3 years ago
  70. 2b92a31 Remote: Don't check declared outputs for failed action by Chi Wang · 3 years ago
  71. 2770799 Collect coverage from cc_binary data deps of java_test by Fabian Meumertzheim · 3 years ago
  72. 397f108 create BaselineProfileProvider to propagate baseline-prof.txt up to android_binary and expose it to Starlark. by Googler · 3 years ago
  73. 38722db Automated rollback of commit f2bee5658d2991ccd1674f2c8bec303db30f3371. by emilyguo · 3 years ago
  74. 2eb0a47 Make `emitExitData` private in favor of having tests use `CrashContext#keepAlive`. by jhorvitz · 3 years ago
  75. dbb6e99 Fixing dependencies of //external package by Zhongpeng Lin · 3 years ago
  76. 299022c remote: Proactively close the ZstdInputStream in ZstdDecompressingOutputStream. by Benjamin Peterson · 3 years ago
  77. ad26161 Add an allowlist to restrict access to `multidex = "off"` by cushon · 3 years ago
  78. 203f2c5 Propagate user link flags from `deps` on `objc_library` CcInfo provider by Googler · 3 years ago
  79. 0f9f740 Don't evaluate JavaCompileAction#prettyPrint eagerly for rate-limited logging. by janakr · 3 years ago
  80. e4461d3 Refactor some JDK definitions by Liam Miller-Cushon · 3 years ago
  81. 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
  82. 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
  83. be820a5 Automatic code cleanup. by Googler · 3 years ago
  84. 6594e0c Replace Collectors.toUnmodifiableSet with ImmutableSet.toImmutableSet by leba · 3 years ago
  85. c56c254 Remove references to `%test_runtime_classpath_file%` by cushon · 3 years ago
  86. f4674b7 Validate `Exception` Type in `getOrThrow`. by emilyguo · 3 years ago
  87. 2cc4ff5 Blaze DocGen: Allow numbers in rule link headings. by fwe · 3 years ago
  88. a7f1c71 Initial Java 18 toolchain support by Liam Miller-Cushon · 3 years ago
  89. c366d72 Pull out parts of BugReport#handleCrash for better testing. by janakr · 3 years ago
  90. 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
  91. 1799842 Don't stamp binaries built in tool configuration by Googler · 3 years ago
  92. 10a22e3 Remove BugReport for `inputValue` in `ArtifactFunction` to avoid continuous ThirdEye reports. by emilyguo · 3 years ago
  93. 1f1124c Handle InconsistentFilesystemException when requesting for value. by emilyguo · 3 years ago
  94. c7b4491 Update the sets of built targets and aspects in the ExecutionProgressReceiver with Skymeld & incremental builds. by leba · 3 years ago
  95. db36147 Restrict cc_binary and cc_test "stamp" attribute values to [-1, 0, 1]. by Googler · 3 years ago
  96. 33de02a Add an event for source directory encountered in a build. by ajurkowski · 3 years ago
  97. 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
  98. 528d067 Expose ProtoLangToolchainInfo to builtins. by ilist · 3 years ago
  99. b4587f8 Extend proto_lang_toolchain rule with progress_message and mnemonic attributes. by ilist · 3 years ago
  100. 66e29cd Proxy proto compiler and proto opts over proto_lang_toolchain rule. by ilist · 3 years ago