1. 43c7b97 Update toolchain config to allow reflective access to `com.sun.tools.javac.parser` by cushon · 3 years, 2 months ago
  2. 77ebecc Remove unused static member. by tjgq · 3 years, 2 months ago
  3. fb744c8 Make some clean-ups and assertions in query environments that may be useful for attached bug. by janakr · 3 years, 2 months ago
  4. d95b807 Get rid of AbstractQueryEnvironment: all subclasses inherit from AbstractBlazeQueryEnvironment. by janakr · 3 years, 2 months ago
  5. 857c27b Don't attempt to get the `EventBus` for crashes during server startup. by jhorvitz · 3 years, 2 months ago
  6. cdffd2f Add a FailureDetail for Packages in error due to an error constructing a Rule in the Package. File bug reports in various places when we're missing a FailureDetail. by janakr · 3 years, 2 months ago
  7. 4aad372 Merge `EvaluationGraph`, `DeletableGraph` with `ProcessableGraph`. by Googler · 3 years, 2 months ago
  8. dbf2735 Automatic code cleanup. by Googler · 3 years, 2 months ago
  9. 59f8e9b Delete Obselete Interface InterruptibleIOLongSupplier, it is not used any more. by Googler · 3 years, 2 months ago
  10. a49447f Make `MemoizingEvaluatorTest` abstract and use a separate class `InMemoryMemoizingEvaluatorTest` for testing the concrete in-memory implementation. Also remove the unused `keepEdges` parameter. by jhorvitz · 3 years, 2 months ago
  11. 843e5ec Merge `AbstractExceptionalParallelEvaluator` with `ParallelEvaluator`. by Googler · 3 years, 2 months ago
  12. b0d9d44 Bzlmod: Better canonical repo names for modules with overrides by wyv · 3 years, 2 months ago
  13. d5c4f55 Add new flag `--experimental_dynamic_local_load_factor`. This controls how much load dynamic execution will put on the local machine when seeing a large number of actions. by larsrc · 3 years, 2 months ago
  14. f7119d3 Update comment in ActionInputPrefetcher. by chiwang · 3 years, 2 months ago
  15. ca48252 Always set the catastrophe field in EvaluationResult when there was a catastrophe. Callers use that field to see if there was a catastrophe, and therefore if they should fully process the result in keep-going mode. by janakr · 3 years, 2 months ago
  16. 87ae8bc Removing lipo support from link_multi_arch_binary. by Googler · 3 years, 2 months ago
  17. 8a2b711 Delete direct headers in ObjcProvider by waltl · 3 years, 2 months ago
  18. 788ff3e Automatic code cleanup. by Googler · 3 years, 2 months ago
  19. 123da96 Add `--experimental_check_external_repository_files` by Paul Tarjan · 3 years, 2 months ago
  20. 58c73fc Move toolchain integration tests to a better location. by jcater · 3 years, 2 months ago
  21. 51d29fc performance optimization: copy with 1 MB blocks instead of 128K blocks (-60ms) by Googler · 3 years, 2 months ago
  22. dba245e Convert JavaCompilationArgsProvider to JavaCompilationInfoProvider for Starlark java_binary by hvd · 3 years, 2 months ago
  23. fbc5d53 Fix error message for java dependency rule kind check by hvd · 3 years, 2 months ago
  24. 11d76f2 Automatic code cleanup. by Googler · 3 years, 2 months ago
  25. fc13ba2 Custom init callback for providers by arostovtsev · 3 years, 2 months ago
  26. 986d4bd Part 2 Implementation for new 'subpackages()` built-in helper function. by kkress · 3 years, 2 months ago
  27. de938e0 Fix java_common.target_kind() to work with aspects by hvd · 3 years, 2 months ago
  28. 5754962 Replace `EvaluatorSupplier` with a `@ForOverride` method `SkyframeExecutor#createEvaluator`. by jhorvitz · 3 years, 2 months ago
  29. 63c9238 Use JDK 11 for bootstrap build by cushon · 3 years, 2 months ago
  30. 35d9be3 Automatic code cleanup. by Googler · 3 years, 2 months ago
  31. 021008d Fix comment typo by Googler · 3 years, 2 months ago
  32. d2dfe6c Remote: Remove old http cache put deduplication by Ulrik Falklof · 3 years, 2 months ago
  33. 4697ff1 Rolling forward https://github.com/bazelbuild/bazel/commit/ceece65abd46833fe277a43fded9ee9f387bab14 with fix to continue requesting deps for shared actions. The diffbase fix to Skyframe to clear cache state is also necessary. by janakr · 3 years, 2 months ago
  34. 3780e7f Make an unused return value explicit by cushon · 3 years, 2 months ago
  35. 0c65082 Allow Bazel's own build to use Java 11 language features by cushon · 3 years, 2 months ago
  36. 98e80e1 Automatic code cleanup. by Googler · 3 years, 2 months ago
  37. feea781 Skip passing Propeller profiles to CcCompile and ThinLTO indexing actions in ThinLTO builds. by Googler · 3 years, 2 months ago
  38. 4dd7402 Make extra_actions use EXEC configuration instead of HOST. by steinman · 3 years, 2 months ago
  39. 88f605c Add option to start locally scheduling actions above a certain age in dynamic scheduling. This allows handling when remote systems get stuck for whatever reason. by larsrc · 3 years, 2 months ago
  40. 5de9888 cquery: make it easier to source Starlark transitions by gregce · 3 years, 2 months ago
  41. 6104e8f Automatic code cleanup. by Googler · 3 years, 2 months ago
  42. 0de7bb9 Don't resolve symlinks for --sandbox_base by Oscar Bonilla · 3 years, 2 months ago
  43. 07812ff Automatic code cleanup. by Googler · 3 years, 2 months ago
  44. 20d8807 Automatic code cleanup. by Googler · 3 years, 2 months ago
  45. 7b66e29 Automatic code cleanup. by Googler · 3 years, 3 months ago
  46. c87ee4b Rename variables whose names don't make sense any more. by nharmata · 3 years, 3 months ago
  47. 4b36dda Track limits (memory, input/output files, timeout) that were applied to an action. by Googler · 3 years, 3 months ago
  48. 1eada84 Automatic code cleanup. by Googler · 3 years, 3 months ago
  49. 2d27177 Clear Skyframe compute state when a node is restarted due to a lost dep and add a regression test about incremental shared actions for https://github.com/bazelbuild/bazel/commit/ceece65abd46833fe277a43fded9ee9f387bab14. by janakr · 3 years, 3 months ago
  50. b741116 Move JDK repo definitions to distdir_deps.bzl by Ivo List · 3 years, 3 months ago
  51. e5c5215 Automatic code cleanup. by Googler · 3 years, 3 months ago
  52. ea1b1c7 Automatic code cleanup. by Googler · 3 years, 3 months ago
  53. bd9342a Make `IntVersion` visible for alternate evaluator implementations. by jhorvitz · 3 years, 3 months ago
  54. 917e7c1 Automatic code cleanup. by Googler · 3 years, 3 months ago
  55. 9f7cbd9 Add Windows support to cc_shared_library by plf · 3 years, 3 months ago
  56. e675e8e Automatic code cleanup. by Googler · 3 years, 3 months ago
  57. 781942b Automatic code cleanup. by Googler · 3 years, 3 months ago
  58. 73ccddb Automatic code cleanup. by Googler · 3 years, 3 months ago
  59. 6b41b22 Automatic code cleanup. by Googler · 3 years, 3 months ago
  60. 8b55415 Automatic code cleanup. by Googler · 3 years, 3 months ago
  61. 0d3f9ac Allow `GraphTest` to work with graphs that do not support incrementality and add tests for `EdgelessInMemoryGraphImpl`. by jhorvitz · 3 years, 3 months ago
  62. c81e175 Remove obsolete JDK versions by Liam Miller-Cushon · 3 years, 3 months ago
  63. 6b3b578 Automatic code cleanup. by Googler · 3 years, 3 months ago
  64. 7f3f78b Document TestEnvironment as a workaround for missing env attribute by Googler · 3 years, 3 months ago
  65. ae78276 Break out an `AbstractInMemoryMemoizingEvaluator` class for reuse in custom `MemoizingEvaluator` implementations. by jhorvitz · 3 years, 3 months ago
  66. 8a13154 Automatic code cleanup. by Googler · 3 years, 3 months ago
  67. b1152c1 Automatic code cleanup. by Googler · 3 years, 3 months ago
  68. 13d4a70 Automatic code cleanup. by Googler · 3 years, 3 months ago
  69. 913fb5b Correctly handle exceptions in JavaGenJarsProvider.withDirectInfo by ilist · 3 years, 3 months ago
  70. c3ab3c2 Fix crash when cquery config expr argument fails to evaluate by mschaller · 3 years, 3 months ago
  71. b0f8dcc Automatic code cleanup. by Googler · 3 years, 3 months ago
  72. f848398 Remove stale comment. by leba · 3 years, 3 months ago
  73. b15cced Delete JsModuleInfoApi, which is the API of a Google-internal provider unlikely to be useful for open source. by tjgq · 3 years, 3 months ago
  74. fdb2f90 Remove non-scheduled local dynamic jobs from waiting queue when they are done. by larsrc · 3 years, 3 months ago
  75. 4c3542e Automatic code cleanup. by Googler · 3 years, 3 months ago
  76. d8b4439 Automatic code cleanup. by Googler · 3 years, 3 months ago
  77. fd64692 Automated rollback of commit ceece65abd46833fe277a43fded9ee9f387bab14. by janakr · 3 years, 3 months ago
  78. 04cef10 Introduce `TestInterruptingBugReporter`, a JUnit `@TestRule` that interrupts a blocked test case in the event of an uncaught exception or call to `BugReporter` from an async thread. by jhorvitz · 3 years, 3 months ago
  79. 0535477 Remove the native apple_binary rule. by Googler · 3 years, 3 months ago
  80. 03e5a0e Fix lint about irrelevant toArray by Googler · 3 years, 3 months ago
  81. c4cbe38 Disable implicitly collecting baseline coverage for toolchain targets. by ajurkowski · 3 years, 3 months ago
  82. 6f89288 Handle CPU limiting of local branches with a queue rather than dropping the excess on the floor. by larsrc · 3 years, 3 months ago
  83. 260a086 Automated rollback of commit 7074bcff7d1fcba7230fec11ce1d155b6e3d51b1. by wilwell · 3 years, 3 months ago
  84. d9d4d02 Change checking of per-repository managed directories from a behind-the-back retrieval of ManagedDirectoriesKnowledge to just doing it directly. Also correct documentation of the current state of affairs: I'm not confident that what we have is correct/optimal, but I think it's good to at least know where we stand. by janakr · 3 years, 3 months ago
  85. bccbcbf Deprecate `experimental_allow_top_level_aspects_parameters` by messa · 3 years, 3 months ago
  86. f7ded2c Get the mode from the Branch object instead of passing it separately when possible. by larsrc · 3 years, 3 months ago
  87. b0a01af Add support for cpu speed events on Mac. by dmaclach · 3 years, 3 months ago
  88. 7dbabb4 Part 1 of the Implementation for new 'subpackages()` built-in helper function. by kkress · 3 years, 3 months ago
  89. 9f288e2 Check for cache hits in all cases of executing actions remotely under dynamic execution. by larsrc · 3 years, 3 months ago
  90. eaa38f5 Reordering of DynamicSpawnStrategy: by larsrc · 3 years, 3 months ago
  91. e4ef54e Automatic code cleanup. by Googler · 3 years, 3 months ago
  92. 5d8c5c9 Clean some shell-style problems in `unittest.bash`. by ajurkowski · 3 years, 3 months ago
  93. 10fb5ee Give helpful information if the user encounters action conflicts from a single target. by Googler · 3 years, 3 months ago
  94. d98dcf1 Improve error messages for ActionTemplateExpansionFunction preconditions checks. by janakr · 3 years, 3 months ago
  95. f53ab60 Automatic code cleanup. by Googler · 3 years, 3 months ago
  96. 9790a3a Error out when a rule tries to declare an output file that is actually produced by a dep, instead of crashing. by janakr · 3 years, 3 months ago
  97. c2100ad Change ActionTemplateExpansionFunction to throw ActionExecutionException, not a bespoke exception that nobody else was watching for. by janakr · 3 years, 3 months ago
  98. 6200202 Bzlmod: Starlarkify default attr values for TypeCheckedTags by wyv · 3 years, 3 months ago
  99. ce19076 Clean up some C++-related code I came across while modifying CppCompileActionTemplate: by janakr · 3 years, 3 months ago
  100. 16da031 Automatic code cleanup. by Googler · 3 years, 3 months ago