1. 15ade85 Automatic code cleanup. by Googler · 3 years, 2 months ago
  2. 6c91482 Collect mapping file from shrinking desugared library by sgjesse · 3 years, 2 months ago
  3. 0be72fd Refactor branches in DynamicSpawnStrategy. by larsrc · 3 years, 2 months ago
  4. d988e8b Change host transitions to execution transitions in genrule. by ilist · 3 years, 2 months ago
  5. bcd11ae Use the new `SkyKeyComputeState` mechanism to avoid making superfluous heavy-hitter `env.getValue[s][OrThrow]` calls on subsequent `#compute` calls. by nharmata · 3 years, 2 months ago
  6. ceece65 Stop re-requesting ActionExecutionFunction deps after input discovery causes a Skyframe restart: we no longer have the invariant that a SkyFunction requests the same deps on each evaluation, and iterating over all the inputs of an action isn't trivial. by janakr · 3 years, 2 months ago
  7. d657619 Replace 'analysis_v2' with 'analysis' for the package name of ActionGraphContainer. by Googler · 3 years, 2 months ago
  8. d72ae00 Update CODEBASE.md to account for new testing standards. by dacek · 3 years, 2 months ago
  9. 3492e38 Improve CompatDexBuilder worker compatibility by Benjamin Lee · 3 years, 2 months ago
  10. 73eaf24 Changes http_archive's netrc attr to a Label. by Jiawen Chen · 3 years, 2 months ago
  11. b92d5c3 Automatic code cleanup. by Googler · 3 years, 2 months ago
  12. 570c1f27 Automatic code cleanup. by Googler · 3 years, 2 months ago
  13. d67dc88 Delete obsolete analysis.proto. by aiuto · 3 years, 2 months ago
  14. 43bcbb6 Clear potentially stale state left in `CppCompileAction` from inputs discovery from a previous build. by ajurkowski · 3 years, 2 months ago
  15. cc4036e Add missing BEP conversion for BlazeTestStatus.FAILED_TO_BUILD. by adgar · 3 years, 2 months ago
  16. feda6e1 Keep track of when memory pressure starts off in a bad state. by dmaclach · 3 years, 2 months ago
  17. fc2d966a cquery --show_config_fragments: include direct alias requirements. by gregce · 3 years, 2 months ago
  18. 4e1c685 Detect test functions correctly with customized `IFS` variable. by ajurkowski · 3 years, 2 months ago
  19. ba1777f Add a basic check for negative positional index: should never happen, but will give us slightly better debugging info, and a better case to make to the Java team if it happens again that this is a Java bug. by janakr · 3 years, 2 months ago
  20. 6087f5d Print a warning on `blaze build //pkg:a-source-file-target` and mentioning --compile_one_dependency to help user understand and check. by Googler · 3 years, 2 months ago
  21. c978403 Remove ancient disclaimer from primary invalidation implementation by mschaller · 3 years, 2 months ago
  22. 416ae37 Reflow comment and add explanation for test location, didn't get included in https://github.com/bazelbuild/bazel/commit/8ef29dd57a41efe18b858f725d2143338623953c. by janakr · 3 years, 2 months ago
  23. 71c6678 Interpret `--test_filter` in Bash tests as a list of globs instead of test names. by ajurkowski · 3 years, 2 months ago
  24. b341802 [apple] support watchos_arm64 in toolchain by Dan Fleming · 3 years, 2 months ago
  25. ec05613 Improve C++ logging for JNI code. by dmaclach · 3 years, 2 months ago
  26. 8ef29dd Don't unconditionally update ExternalFilesHelper tracking data at the end of handleDiffsWithMissingDiffInformation: we may skip a full-graph traversal in various circumstances. If that happens, we must preserve existing knowledge for next time. This doesn't have a severe impact on performance because the original goal, of not doing repeated scans when a file had fallen out of the graph, is still met. by janakr · 3 years, 2 months ago
  27. 67a133b Improve documentation for select() by Fabian Meumertzheim · 3 years, 2 months ago
  28. ac8dcc6 Open-source LocalDiffAwarenessIntegrationTest. by janakr · 3 years, 2 months ago
  29. 1e85cb3 Starlark: fix integer overflows in sizing, iteration, and subslicing of RangeList by arostovtsev · 3 years, 2 months ago
  30. 8e8f7ec Move some code from `PackageFunction#compute` to its only use in `PackageFunction#loadPackage`. by nharmata · 3 years, 2 months ago
  31. 5e5cdbd Bundle managed directories and custom dirtiness checker (which is always a RepositoryDirectoryDirtinessChecker) together: the abstraction of a general SkyValueDirtinessChecker just obscures what's going on. by janakr · 3 years, 2 months ago
  32. b0ee5ee Fix Action implementations to correctly propagate execution info. by jcater · 3 years, 2 months ago
  33. c74072e Remove legacy filesystem diff approach by Googler · 3 years, 2 months ago
  34. b93543c Automatic code cleanup. by Googler · 3 years, 2 months ago
  35. 581607f Fix cquery errors to not show full stack trace when `--keep_going` is present. by jcater · 3 years, 2 months ago
  36. aff87be Add tests for cquery's `config` function. by jcater · 3 years, 2 months ago
  37. 14e4cc9 Starlark: fail at range construction time if len exceeds maxint by Stiopa Koltsov · 3 years, 2 months ago
  38. a03a628 Remove TODO for using `SkyKeyComputeState` in the Blaze-on-Skyframe codebase. by nharmata · 3 years, 2 months ago
  39. 85e4380 Use `SkyKeyComputeState` to address a major inefficiency in `ConfiguredTargetFunction` and `AspectFunction`. by nharmata · 3 years, 2 months ago
  40. b03bb84 Move the crash terminating callback to `SerializationContext` instead of passing it in. by jhorvitz · 3 years, 2 months ago
  41. 17e84b3 Mention `SkyKeyComputeState` in `CODEBASE.md`. by nharmata · 3 years, 2 months ago
  42. 9b61ab7 Follow-up changes suggested in internal review of https://github.com/bazelbuild/bazel/commit/3badca3f7e539e4b56fd5c502233c03b9934b813. by janakr · 3 years, 2 months ago
  43. 46ade3e Automatic code cleanup. by Googler · 3 years, 2 months ago
  44. 131d483 Improve output of the `dump` command with `--skyframe=detailed`. by jhorvitz · 3 years, 2 months ago
  45. 0659c50 Remove checks for proto_common. by ilist · 3 years, 2 months ago
  46. 91de33b Expose compiler_files in CcToolchainProvider to Starlark builtins. by cmita · 3 years, 2 months ago
  47. 8e9e0bd Add cc_helper method to get additional_inputs from a CcLinkingContext. by cmita · 3 years, 2 months ago
  48. b33bcd8 Add function to retrieve libraries depset from a CcLinkingContext. by cmita · 3 years, 2 months ago
  49. 6015134 Expose and CcToolchainProvider::getRuntimeSysroot to Starlark builtins. by cmita · 3 years, 2 months ago
  50. 58092ae Internal Google change. by tjgq · 3 years, 2 months ago
  51. 3df19e8 Make AndroidCompiledResourceMergingAction worker compatible by Benjamin Lee · 3 years, 2 months ago
  52. 9163539 Avoid leaking Aapt2ResourcePackagingAction args between requests by Benjamin Lee · 3 years, 2 months ago
  53. 3badca3 Make --nobuild_runfiles_links work in combination with --run_under by Ed Schouten · 3 years, 3 months ago
  54. 820c887 Verify that --use_action_cache works with merged Skyframe phases. by leba · 3 years, 3 months ago
  55. 6d695a1 Reimplement `ActionExecutionFunction#stateMap` using the new `SkyKeyComputeState` mechanism. by nharmata · 3 years, 3 months ago
  56. f246dd0 Rename `ContinuationState` to `InputDiscoveryState`. by nharmata · 3 years, 3 months ago
  57. 7e146dd Starlark: assert Program.loads.size() == Program.loadLocations.size() by Stiopa Koltsov · 3 years, 3 months ago
  58. 7d8d55a Starlark: faster dict.keys by Stiopa Koltsov · 3 years, 3 months ago
  59. 238b6ac Remove unused interface ExceptionListener. by jcater · 3 years, 3 months ago
  60. 60dedb7 Change host transitions to execution transitions in Python rules. by ilist · 3 years, 3 months ago
  61. 716055e Automated rollback of commit 5d32fa8dcef2a49c21a7080349666b2360e76e0c. by ilist · 3 years, 3 months ago
  62. c0ee893 Automated rollback of commit b9544d0bdb2e3515328bb571d5c2ad871f0fe9c3. by ilist · 3 years, 3 months ago
  63. 6332107 Automated rollback of commit 7b923862c5d8d16c84c50dd1a3b8c6584b729b21. by ilist · 3 years, 3 months ago
  64. fb19a28 Add support for multiplex worker sandboxing. This sandboxing requires worker support. by larsrc · 3 years, 3 months ago
  65. 715c9fa Change host transitions to execution transitions in common attributes. by ilist · 3 years, 3 months ago
  66. da23cd4 Skip sources collection for location functions in genrule. by ilist · 3 years, 3 months ago
  67. 67c9936 Print "[for tool]" in progress message for both host and exec configuration. by ilist · 3 years, 3 months ago
  68. c63d9ec Automated rollback of commit bfdfa6ebfd21b388f1c91f512291c848e1a92a96. by pcloudy · 3 years, 3 months ago
  69. 2edab73 Avoid too verbose warnings in terminal when cache issues by Ulrik Falklof · 3 years, 3 months ago
  70. 732e9ef Python launcher: don’t assume that argv[0] is the program name. by Googler · 3 years, 3 months ago
  71. 2d93032 Clean up `hashCode`/`equals` in `IntVersion`. by jhorvitz · 3 years, 3 months ago
  72. 1160485 Rename --project_id to --bes_instance_name by Yannic Bonenberger · 3 years, 3 months ago
  73. a731acd1 Clean up some unused and under-used TestUtils by michajlo · 3 years, 3 months ago
  74. 9ad8918 Delete `BuildDriver` in favor of managing versions from `MemoizingEvaluator`. by jhorvitz · 3 years, 3 months ago
  75. fe72dbb Merge FilesystemValueCheckerParameterizedTest and FilesystemValueCheckerTestBase into FileSystemValueCheckerTest. by Googler · 3 years, 3 months ago
  76. f146202 Change message in ArtifactPrefixConflictException to be order-independent. by leba · 3 years, 3 months ago
  77. e0baf59 Simplify logical `SkyKeyComputeState` API. by nharmata · 3 years, 3 months ago
  78. 461a6fe Automatic code cleanup. by Googler · 3 years, 3 months ago
  79. 343ba43 When Blaze detects it's under memory pressure in the middle of a Skyframe evaluation, it drops all the temporary `SkyKeyComputeState` instances. by nharmata · 3 years, 3 months ago
  80. 743d929 Automatic code cleanup. by Googler · 3 years, 3 months ago
  81. 46ed5d5 Partial rollback of https://github.com/bazelbuild/bazel/commit/9f5250f6b067eb4f2e7a7d2f1e1443cb41ac6522. by shahan · 3 years, 3 months ago
  82. 7b92386 Use literals for format flags in proto_common call. by ilist · 3 years, 3 months ago
  83. b9544d0 Use literal as a progress message in proto_common call. by ilist · 3 years, 3 months ago
  84. 5d32fa8 Call Starlark proto_compile_action from ProtoCompileActionBuilder.maybeRegister. by ilist · 3 years, 3 months ago
  85. 8578b21 Change ProtoCompileActionBuilder maybeBuild to maybeRegister and include action registration. by ilist · 3 years, 3 months ago
  86. adc9bcf Remote: Make --incompatible_remote_build_event_upload_respect_no_cache working with --incompatible_remote_results_ignore_disk. by Chi Wang · 3 years, 3 months ago
  87. 6ce195f Remove extra TARGET_PATTERN from PACKAGE_LOCATOR_DEPENDENT_VALUES immutable set. by janakr · 3 years, 3 months ago
  88. f12d1e0 Unbreak the build. by nharmata · 3 years, 3 months ago
  89. 7d3e533 Refactor `RetainedHeapLimiter` into (i) a general purpose mechanism for noticing memory pressure and (ii) a use of that mechanism to achieve the actual goal of `RetainedHeapLimiter`. by nharmata · 3 years, 3 months ago
  90. 8e0ff85 Merge ActionSketch and VersionedActionSketch by Googler · 3 years, 3 months ago
  91. d991119 Introduce a consistent entry-point for constructing a `EvaluationContext` in the Blaze-on-Skyframe codebase. by nharmata · 3 years, 3 months ago
  92. a83e2d5 Fully qualify class names in `Bazel#BAZEL_MODULES` and suppress the warning that we are fully qualifying class names. by nharmata · 3 years, 3 months ago
  93. 102c2c1 Remove unnecessary `SkyQueryEnvironment#configureEvaluationContext` and `EvaluationContext#getCopyWithKeepGoing` methods. by nharmata · 3 years, 3 months ago
  94. 5ea498c Hard-code a flag in JavaBuilder by cushon · 3 years, 3 months ago
  95. a761e53 Remove the boolean `keepEdges` field from `InMemoryGraphImpl`. by jhorvitz · 3 years, 3 months ago
  96. 7c0dc84 Remove unnecessary `ParallelEvaluator` ctor override. by nharmata · 3 years, 3 months ago
  97. 302971e Automated rollback of commit 7d09b4a15985052670244c277e4357557b4d0039. by wyv · 3 years, 3 months ago
  98. 80ada0f Internal change by Googler · 3 years, 3 months ago
  99. 30fd508 Enable having aspect parameters of type `boolean` by messa · 3 years, 3 months ago
  100. 72d5255 Stop remote blob upload if upload is complete. by Benjamin Peterson · 3 years, 3 months ago