1. 2edab73 Avoid too verbose warnings in terminal when cache issues by Ulrik Falklof · 3 years, 3 months ago
  2. 732e9ef Python launcher: don’t assume that argv[0] is the program name. by Googler · 3 years, 3 months ago
  3. a731acd1 Clean up some unused and under-used TestUtils by michajlo · 3 years, 3 months ago
  4. 9ad8918 Delete `BuildDriver` in favor of managing versions from `MemoizingEvaluator`. by jhorvitz · 3 years, 3 months ago
  5. fe72dbb Merge FilesystemValueCheckerParameterizedTest and FilesystemValueCheckerTestBase into FileSystemValueCheckerTest. by Googler · 3 years, 3 months ago
  6. f146202 Change message in ArtifactPrefixConflictException to be order-independent. by leba · 3 years, 3 months ago
  7. e0baf59 Simplify logical `SkyKeyComputeState` API. by nharmata · 3 years, 3 months ago
  8. 461a6fe Automatic code cleanup. by Googler · 3 years, 3 months ago
  9. 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
  10. 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
  11. 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, 4 months ago
  12. 8e0ff85 Merge ActionSketch and VersionedActionSketch by Googler · 3 years, 4 months ago
  13. a761e53 Remove the boolean `keepEdges` field from `InMemoryGraphImpl`. by jhorvitz · 3 years, 4 months ago
  14. 7c0dc84 Remove unnecessary `ParallelEvaluator` ctor override. by nharmata · 3 years, 4 months ago
  15. 302971e Automated rollback of commit 7d09b4a15985052670244c277e4357557b4d0039. by wyv · 3 years, 4 months ago
  16. 80ada0f Internal change by Googler · 3 years, 4 months ago
  17. 30fd508 Enable having aspect parameters of type `boolean` by messa · 3 years, 4 months ago
  18. 72d5255 Stop remote blob upload if upload is complete. by Benjamin Peterson · 3 years, 4 months ago
  19. 1c95255 Tighten some node types to reduce use of wildcards, casting, and handling of impossible exceptions. by jhorvitz · 3 years, 4 months ago
  20. 47f4919 Fix typo in comment. by nharmata · 3 years, 4 months ago
  21. 7d09b4a Automated rollback of commit 13112c027c0064cf0a29256e80560cb6630af94d. by Googler · 3 years, 4 months ago
  22. 3ea7028 Remote: Make `--incompatible_remote_build_event_upload_respect_no_cache` working with alias. by Chi Wang · 3 years, 4 months ago
  23. 13112c0 Bzlmod: When evaluating extensions in the main repo, do not load WORKSPACE by wyv · 3 years, 4 months ago
  24. 58ea4dd Remote: Don't upload BES referenced blobs to disk cache. by Chi Wang · 3 years, 4 months ago
  25. 10a7a6e Disable flaky test `test_remote_grpc_via_unix_socket_direct`. by chiwang · 3 years, 4 months ago
  26. 1661a9c Remove LabelLateBoundDefault.useHostConfiguration and associated hostConfigurations. by ilist · 3 years, 4 months ago
  27. 3db9b33 Remove LabelLateBoundDefault.fromHostConfiguration. by ilist · 3 years, 4 months ago
  28. 16753d6 Delete top-down action caching prototype by Googler · 3 years, 4 months ago
  29. 91ff7ec Delete the option for using action keys and the resulting dead code by Googler · 3 years, 4 months ago
  30. 1ed19a2 Pass progressMessage to ProtoCompileActionBuilder. by ilist · 3 years, 4 months ago
  31. f4e738e Remove ruleLabel from ProtoCompileActionBuilder.registerActions method. by ilist · 3 years, 4 months ago
  32. ce5c975 Call Starlark create_proto_compile_action from ProtoCompileActionBuilder.registerActions. by ilist · 3 years, 4 months ago
  33. 8e3c0df Disable flaky test `test_remote_grpc_via_unix_socket_proxy`. by jhorvitz · 3 years, 4 months ago
  34. 98dab46 str.join: Append `str`ed element to error message by Googler · 3 years, 4 months ago
  35. 14292d1 Enable having aspect parameters of type integer by messa · 3 years, 4 months ago
  36. 69f8b17 Allow Label instances as keys in select by Fabian Meumertzheim · 3 years, 4 months ago
  37. 78d0131 Get rid of the '@' in RepositoryName by wyv · 3 years, 4 months ago
  38. 7f55cb7 Let `SkyKey` alone declare its value's shareability. by jhorvitz · 3 years, 4 months ago
  39. 285b17f Clean up callers of ActionAnalysisMetadata.getExecutionInfo since it no longer returns null. by jcater · 3 years, 4 months ago
  40. 01dae4f Allow errors to be printed in a no-keep-going build after an action is interrupted: if the action was interrupted by a file-level error during execution, suppressing further errors means that the user never gets to see the errors constructed during error bubbling. by janakr · 3 years, 4 months ago
  41. e9ce36a Handle mandatory aspect attributes by messa · 3 years, 4 months ago
  42. 4c6e324 Prohibit constructing `ErrorInfo` that is directly transient but not transitively transient. by jhorvitz · 3 years, 4 months ago
  43. 2ff4124 Change how we match local xcode versions with remote xcode versions. by Googler · 3 years, 4 months ago
  44. aaf65b9 Remote: Support client TLS authentication for remote caches over HTTP by Kevin Lin · 3 years, 4 months ago
  45. 8470e43 Always create a `CrossServerUnshareableActionExecutionValue` if the `ActionLookupData` key is marked as never shareable. by jhorvitz · 3 years, 4 months ago
  46. 583db2d Remove unnecessary synchronization in `BazelBuildEventServiceModuleTest`. by ajurkowski · 3 years, 4 months ago
  47. 8dcf27e Get rid of J2ObjcCcInfo by waltl · 3 years, 4 months ago
  48. 6ac0ee5 Make sure that absolute packages don't go through repo mapping by Xdng Yng · 3 years, 4 months ago
  49. 35a6fc5 Remove `values` constraint from command-line aspects parameters by messa · 3 years, 4 months ago
  50. 790d7a7 Change host transitions to execution transitions in Objc rules. by ilist · 3 years, 4 months ago
  51. b67a3d1 Throw a SerializationException instead of a NullPointerException in BuildOptions$Codec#deserialize when the given checksum does not correspond to a known BuildOptions instance. This will allow DynamicCodec to attach its normal trace to the exception, making debugging easier. by janakr · 3 years, 4 months ago
  52. e5ae94f Add EvaluationResult to debug messages for unexpected exception types in SkyframeBuilder. by janakr · 3 years, 4 months ago
  53. 921d4de Add support for disk space events (specifically low disk space tracking) on Mac. by dmaclach · 3 years, 4 months ago
  54. 46104c6 BEP artifact upload opens all files upfront causing os to throw 'too many files open' exception by Googler · 3 years, 4 months ago
  55. c68908f Replace the per-`SkyKey` caches used by `PackageFunction` with the new `SkyKeyComputeState` mechanism. by nharmata · 3 years, 4 months ago
  56. 348ecad Add thermal anomaly tests. by dmaclach · 3 years, 4 months ago
  57. dd1235f Manage discarding of deps and rdeps from `InMemoryNodeEntry` based on the node's `KeepEdgesPolicy` instead of leaving it to an overridable method `postProcessAfterDone`. by jhorvitz · 3 years, 4 months ago
  58. 163e4d5 Allow failures in one branch of dynamic execution to be ignored in favor of what the other branch results in. This should only be used for specific well-understood failures, lest real problems be papered over. by larsrc · 3 years, 4 months ago
  59. 69be399 Use RepositoryName instead of String for the "toolsRepository" concept by wyv · 3 years, 4 months ago
  60. 4e7a2b0 Minor fixes for starlark cc_binary. by Googler · 3 years, 4 months ago
  61. 043d729 Adds flag `--experimental_dynamic_execution_cpu_limited` that prevents doing more dynamic execution threads than we have CPUs for. by larsrc · 3 years, 4 months ago
  62. 54e04d3 Disable crashing on uncaught exceptions in `BazelBuildEventServiceModuleTest`. by ajurkowski · 3 years, 4 months ago
  63. af60a18 Expose "is_tool_configuration" on build configuration to Starlark builtins. by cmita · 3 years, 4 months ago
  64. 718651a Add a new flag: --experimental_platform_cc_test by Googler · 3 years, 4 months ago
  65. ee38b63 Add Starlark mechanism for default_copts and defaults_hdrs_check by plf · 3 years, 4 months ago
  66. 278a637 Fix up bad name in test. by dmaclach · 3 years, 4 months ago
  67. 103ea9d Remove the concept of a "default" repo name and consolidate label parsing logic by wyv · 3 years, 4 months ago
  68. d7f0724 ResourceSet in StarlarkAction API by wilwell · 3 years, 4 months ago
  69. 44c30ac Add value equals and hashCode to BuildConfigurationValue by twigg · 3 years, 4 months ago
  70. 133f18a Add unit tests for memory pressure events. by dmaclach · 3 years, 4 months ago
  71. b8bc284 Properly handle missing packages and I/O exceptions when parsing target patterns in no-keep-going mode. Additionally, eagerly terminate evaluation on "inconsistent filesystem exceptions" even in keep-going mode, by analogy with a source file changing mid-build, which terminates the build even in keep-going mode. Note that we still don't terminate an evaluation eagerly on all inconsistent filesystem exceptions, but this is incrementally better than before, IMO (I think the remaining holes are bzl files and reading source artifacts for the first time). by janakr · 3 years, 4 months ago
  72. 6336bf2 Expose C++ configuration for Starlark cc_library by plf · 3 years, 4 months ago
  73. 41a0431 Refactor plethora of StarlarkProvider factory methods to a builder by arostovtsev · 3 years, 4 months ago
  74. 6522472 Wire up include scanning. by Benjamin Peterson · 3 years, 4 months ago
  75. 10d3084 Do not leave uncaught exception handler past tests derived from `BuildIntegrationTestCase`. by ajurkowski · 3 years, 4 months ago
  76. d0fde13 Allow \a \b \f \v escape sequences in Starlark. by tjgq · 3 years, 4 months ago
  77. a2e57ca Add in missing BUILD File and fix srcs glob. This was an oversight from https://github.com/bazelbuild/bazel/commit/80f65dd50c93bcff076706e3c87b987e2967e876. Also remove invalid tests that were not previously detected due to missing BUILD files. by dacek · 3 years, 4 months ago
  78. a87c095 Add notifier test util to bazel. by dmaclach · 3 years, 4 months ago
  79. 8e4f6ee Update System Suspension Event Test to cover a bit more code. by dmaclach · 3 years, 4 months ago
  80. ed279ab Introduce a way for `mySkyFunction.compute(k, env)` to avoid having to redo work for `SkyKey` `k` on each such call to `#compute` (after dependencies are ready). by nharmata · 3 years, 4 months ago
  81. 882321b Add an uncaught exception handler for Bazel integration tests. by ajurkowski · 3 years, 4 months ago
  82. 2ec457d Remote: Ignore blobs referenced in BEP if the generating action cannot be cached remotely. by chiwang · 3 years, 4 months ago
  83. 0d7d44d Remote: Add support for tag no-remote-cache-upload. by chiwang · 3 years, 4 months ago
  84. dce2435 [apple] fix issues compiling C in objc_library for watchos/armv7k by Dan Fleming · 3 years, 4 months ago
  85. f697b5b Replace anonymous classes with lambdas when possible. by nharmata · 3 years, 4 months ago
  86. 6415287 Automatic code cleanup. by Googler · 3 years, 4 months ago
  87. 927b625 Provide a `default` implementation of `SkyFunction#extractTag`. by nharmata · 3 years, 4 months ago
  88. d789eda Make `MemoizingEvaluatorTest.java` compliant with the formatter. by nharmata · 3 years, 4 months ago
  89. 56fdd89 Automated rollback of commit eecf846ee390f08c1b1146a5a40b19dd05201a96. by dacek · 3 years, 4 months ago
  90. bf41661 Automated rollback of commit 1ad65d52f5d8422725dd3508f704edac705943a9. by dacek · 3 years, 4 months ago
  91. edb150c Use @TestParameterInjector in LoadingPhaseRunnerTest. by janakr · 3 years, 4 months ago
  92. 402e80e Replace `EvaluationVersionBehavior` with a method `NodeEntry#getMaxTransitiveSourceVersion`. by jhorvitz · 3 years, 4 months ago
  93. 478b1bb Remove unnecessary commented-out code from `OutputsInvalidationIntegrationTest`. by ajurkowski · 3 years, 4 months ago
  94. 82325e6 Add BuildFileContentsGeneratorTest. by dacek · 3 years, 4 months ago
  95. 6e1b440 Use .dylib extension for macOS dynamic libraries in XCode toolchain by Fabian Meumertzheim · 3 years, 4 months ago
  96. fbd4427 Check output files even if `--experimental_check_output_files` is disabled when the whole output tree is deleted. by ajurkowski · 3 years, 4 months ago
  97. 0f19ef3 Add `deps` attribute to `objc_import` rule by Googler · 3 years, 4 months ago
  98. ef4d669 Minor cleanups in `SkyFunctionEnvironment`: by jhorvitz · 3 years, 4 months ago
  99. 3788780 Remove unnecessary calls to `MockGenruleSupport::setup` from tests. by ajurkowski · 3 years, 4 months ago
  100. 168b89b Automatic code cleanup. by Googler · 3 years, 4 months ago