1. 7b92386 Use literals for format flags in proto_common call. by ilist · 3 years, 3 months ago
  2. b9544d0 Use literal as a progress message in proto_common call. by ilist · 3 years, 3 months ago
  3. 5d32fa8 Call Starlark proto_compile_action from ProtoCompileActionBuilder.maybeRegister. by ilist · 3 years, 3 months ago
  4. 8578b21 Change ProtoCompileActionBuilder maybeBuild to maybeRegister and include action registration. by ilist · 3 years, 3 months ago
  5. 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
  6. 6ce195f Remove extra TARGET_PATTERN from PACKAGE_LOCATOR_DEPENDENT_VALUES immutable set. by janakr · 3 years, 3 months ago
  7. f12d1e0 Unbreak the build. by nharmata · 3 years, 3 months ago
  8. 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
  9. 8e0ff85 Merge ActionSketch and VersionedActionSketch by Googler · 3 years, 3 months ago
  10. d991119 Introduce a consistent entry-point for constructing a `EvaluationContext` in the Blaze-on-Skyframe codebase. by nharmata · 3 years, 3 months ago
  11. 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
  12. 102c2c1 Remove unnecessary `SkyQueryEnvironment#configureEvaluationContext` and `EvaluationContext#getCopyWithKeepGoing` methods. by nharmata · 3 years, 3 months ago
  13. 5ea498c Hard-code a flag in JavaBuilder by cushon · 3 years, 3 months ago
  14. a761e53 Remove the boolean `keepEdges` field from `InMemoryGraphImpl`. by jhorvitz · 3 years, 3 months ago
  15. 7c0dc84 Remove unnecessary `ParallelEvaluator` ctor override. by nharmata · 3 years, 3 months ago
  16. 302971e Automated rollback of commit 7d09b4a15985052670244c277e4357557b4d0039. by wyv · 3 years, 3 months ago
  17. 80ada0f Internal change by Googler · 3 years, 3 months ago
  18. 30fd508 Enable having aspect parameters of type `boolean` by messa · 3 years, 3 months ago
  19. 72d5255 Stop remote blob upload if upload is complete. by Benjamin Peterson · 3 years, 3 months ago
  20. 1c95255 Tighten some node types to reduce use of wildcards, casting, and handling of impossible exceptions. by jhorvitz · 3 years, 3 months ago
  21. 47f4919 Fix typo in comment. by nharmata · 3 years, 3 months ago
  22. 7d09b4a Automated rollback of commit 13112c027c0064cf0a29256e80560cb6630af94d. by Googler · 3 years, 3 months ago
  23. fafe16d Release 6.0.0-pre.20211215.3 (2021-12-21) by Bazel Release System · 3 years, 3 months ago
  24. 3195e04 Update incompatible_display_source_file_location flag description by Alex Scott · 3 years, 3 months ago
  25. 3ea7028 Remote: Make `--incompatible_remote_build_event_upload_respect_no_cache` working with alias. by Chi Wang · 3 years, 3 months ago
  26. 13112c0 Bzlmod: When evaluating extensions in the main repo, do not load WORKSPACE by wyv · 3 years, 3 months ago
  27. da29398 Fix a bug where during dwp file creation the extension was stripped. by Googler · 3 years, 3 months ago
  28. 58ea4dd Remote: Don't upload BES referenced blobs to disk cache. by Chi Wang · 3 years, 3 months ago
  29. 10a7a6e Disable flaky test `test_remote_grpc_via_unix_socket_direct`. by chiwang · 3 years, 3 months ago
  30. adb56cc Implementations of ActionAnalysisMetadata.getExecutionInfo should merge in info from the superclass implementation. by jcater · 3 years, 3 months ago
  31. 1661a9c Remove LabelLateBoundDefault.useHostConfiguration and associated hostConfigurations. by ilist · 3 years, 3 months ago
  32. 3db9b33 Remove LabelLateBoundDefault.fromHostConfiguration. by ilist · 3 years, 3 months ago
  33. 4e7c1a9 Remove ccHostToolchainAttribute from CppRuleClases. by ilist · 3 years, 3 months ago
  34. 16753d6 Delete top-down action caching prototype by Googler · 3 years, 3 months ago
  35. 2ba95a0 [docs] Fix broken remote execution services link by Patrick Balestra · 3 years, 3 months ago
  36. 91ff7ec Delete the option for using action keys and the resulting dead code by Googler · 3 years, 3 months ago
  37. 3cbfb39 Use plugin format flag from lang_proto_toolchain rule. by ilist · 3 years, 3 months ago
  38. 1ed19a2 Pass progressMessage to ProtoCompileActionBuilder. by ilist · 3 years, 3 months ago
  39. f4e738e Remove ruleLabel from ProtoCompileActionBuilder.registerActions method. by ilist · 3 years, 3 months ago
  40. ce5c975 Call Starlark create_proto_compile_action from ProtoCompileActionBuilder.registerActions. by ilist · 3 years, 3 months ago
  41. 8e3c0df Disable flaky test `test_remote_grpc_via_unix_socket_proxy`. by jhorvitz · 3 years, 3 months ago
  42. 837c6e7 Add a method `ActionLookupKey#mayOwnShareableActions` that corresponds with the logic to determine whether to create a shareable `ActionLookupData`. by jhorvitz · 3 years, 3 months ago
  43. 98dab46 str.join: Append `str`ed element to error message by Googler · 3 years, 3 months ago
  44. badc2c5 Add method to SkyframeExecutor to get node value intra-evaluation, only for internal use. Also some minor clean-ups. by janakr · 3 years, 3 months ago
  45. e3a37b5 Update issue template to use HTML comments. by Pras Velagapudi · 3 years, 3 months ago
  46. 944f751 Release 6.0.0-pre.20211202.4 (2021-12-20) by Bazel Release System · 3 years, 3 months ago
  47. 3e7e3ce Minor refactoring to centralize logic for shouldCheckForConflicts. by leba · 3 years, 3 months ago
  48. 14292d1 Enable having aspect parameters of type integer by messa · 3 years, 3 months ago
  49. 69f8b17 Allow Label instances as keys in select by Fabian Meumertzheim · 3 years, 3 months ago
  50. 78d0131 Get rid of the '@' in RepositoryName by wyv · 3 years, 3 months ago
  51. 18c591a Use default shell environment in proto_library. by Ivo List · 3 years, 3 months ago
  52. 7f55cb7 Let `SkyKey` alone declare its value's shareability. by jhorvitz · 3 years, 3 months ago
  53. 1a42174 Fix Starlark implementation of cc_binary to match native one. by Googler · 3 years, 3 months ago
  54. 4d58232 Remove sidebar reference to generate-workspace.html(md) The file was removed by aiuto · 3 years, 3 months ago
  55. 285b17f Clean up callers of ActionAnalysisMetadata.getExecutionInfo since it no longer returns null. by jcater · 3 years, 3 months ago
  56. 757ff00 Automatic code cleanup. by Googler · 3 years, 3 months ago
  57. 519cb4c Automatic code cleanup. by Googler · 3 years, 3 months ago
  58. 113789d Fix ActionAnalysisMetadata.getExecutionInfo to return ImmutableMap. by jcater · 3 years, 3 months ago
  59. 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, 3 months ago
  60. 6150afc Make sure include scanning spawns inherit exec info from the parent action. by jcater · 3 years, 3 months ago
  61. e9ce36a Handle mandatory aspect attributes by messa · 3 years, 3 months ago
  62. 4c6e324 Prohibit constructing `ErrorInfo` that is directly transient but not transitively transient. by jhorvitz · 3 years, 3 months ago
  63. 2ff4124 Change how we match local xcode versions with remote xcode versions. by Googler · 3 years, 3 months ago
  64. aaf65b9 Remote: Support client TLS authentication for remote caches over HTTP by Kevin Lin · 3 years, 3 months ago
  65. 7074bcf Automated rollback of commit ed825a49ef18a87e75fcbc381bb9b656e83b04fb. by larsrc · 3 years, 3 months ago
  66. 7b37eb6 Mark `ArtifactNestedSetKey` as never shareable. by jhorvitz · 3 years, 3 months ago
  67. 8470e43 Always create a `CrossServerUnshareableActionExecutionValue` if the `ActionLookupData` key is marked as never shareable. by jhorvitz · 3 years, 3 months ago
  68. 583db2d Remove unnecessary synchronization in `BazelBuildEventServiceModuleTest`. by ajurkowski · 3 years, 3 months ago
  69. 58887b7 make the function name more explicitly in git.bzl by lihu · 3 years, 3 months ago
  70. 8dcf27e Get rid of J2ObjcCcInfo by waltl · 3 years, 3 months ago
  71. ad663a7 Remote: Don't blocking-get when acquiring gRPC connections. by Chi Wang · 3 years, 3 months ago
  72. 6ac0ee5 Make sure that absolute packages don't go through repo mapping by Xdng Yng · 3 years, 3 months ago
  73. 35a6fc5 Remove `values` constraint from command-line aspects parameters by messa · 3 years, 3 months ago
  74. d4d82bd Remove unused //third_party:aws-sdk-auth-lite by Philipp Wollermann · 3 years, 3 months ago
  75. 790d7a7 Change host transitions to execution transitions in Objc rules. by ilist · 3 years, 3 months ago
  76. e077a4a Remove unused aws-sdk-auth-lite and apache_commons_logging by philwo · 3 years, 3 months ago
  77. 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, 3 months ago
  78. 3d69205 Have replaced all @AutoCodec with @SerializationConstant for the field, so delete AutoCodec target for field. by Googler · 3 years, 3 months ago
  79. c873525 Extract out constant for "current time" magic value in Path#setLastModifiedTime, to avoid confusion. by janakr · 3 years, 3 months ago
  80. e5ae94f Add EvaluationResult to debug messages for unexpected exception types in SkyframeBuilder. by janakr · 3 years, 3 months ago
  81. 3384b1c Fix --show_progress_rate_limit default value by Googler · 3 years, 3 months ago
  82. 3875b4b Update bzlmod instructions for --registry=my-fork by Alex Eagle · 3 years, 3 months ago
  83. 48e8868 Change host transitions to execution transitions in Sh rules. by ilist · 3 years, 3 months ago
  84. 09f0b24 Automatic code cleanup. by Googler · 3 years, 3 months ago
  85. 921d4de Add support for disk space events (specifically low disk space tracking) on Mac. by dmaclach · 3 years, 3 months ago
  86. 46104c6 BEP artifact upload opens all files upfront causing os to throw 'too many files open' exception by Googler · 3 years, 3 months ago
  87. c68908f Replace the per-`SkyKey` caches used by `PackageFunction` with the new `SkyKeyComputeState` mechanism. by nharmata · 3 years, 3 months ago
  88. 348ecad Add thermal anomaly tests. by dmaclach · 3 years, 3 months ago
  89. 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, 3 months ago
  90. 20fb6e3 Clarify that ActionAnalysisMetadata#getMandatoryOutputs() should only be called for orphaning-related work, and do some minor formatting clean-ups. by janakr · 3 years, 3 months ago
  91. 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, 3 months ago
  92. 69be399 Use RepositoryName instead of String for the "toolsRepository" concept by wyv · 3 years, 3 months ago
  93. 4e7a2b0 Minor fixes for starlark cc_binary. by Googler · 3 years, 4 months ago
  94. 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
  95. c5da3c9 Use addTool to add tool artifacts instead of addInput in StarlarkAction.Builder by cmita · 3 years, 4 months ago
  96. fc98b2d Allow returning None for null maps in LibraryToLink shared_non_lto_backend Starlark methods. by cmita · 3 years, 4 months ago
  97. 54e04d3 Disable crashing on uncaught exceptions in `BazelBuildEventServiceModuleTest`. by ajurkowski · 3 years, 4 months ago
  98. 8c3e486 Add documentation for using code coverage by Bradley Burns · 3 years, 4 months ago
  99. ccc9b9d Automatic code cleanup. by Googler · 3 years, 4 months ago
  100. 5c5f785 Automated rollback of commit 122a859a81ceb0feb726b649e5e2572abf6e2cb3. by dacek · 3 years, 4 months ago