1. 073b226 Post SpawnExecutedEvent for sandboxed builds. by twerth · 4 years, 1 month ago
  2. 7aa7498 Populate SpawnMetrics and improve CP output by George Gensure · 4 years, 1 month ago
  3. 1c7b988 Clear spawnRunners in SandboxModule. by twerth · 4 years, 1 month ago
  4. 542cbf3 Update the comments for StarlarkTransition#validate. It is no longer responsible for event handling since https://github.com/bazelbuild/bazel/commit/f129bb8dcefc2c9a9e8fcd87c98203f8627acf69. by Googler · 4 years, 1 month ago
  5. f0a40ac Make StarlarkDefinedConfigTransition immutable. by gregce · 4 years, 1 month ago
  6. 0a75645 Implement mutual TLS authentication by Ulf Adams · 4 years, 1 month ago
  7. 7fe4e8e Add ImmutableLabelRemover to match other ShadowedApiInvocationSite visitors by Googler · 4 years, 1 month ago
  8. aebd3c0 Clean up export of lib/packages:build_type as it is no longer necessary. by jcater · 4 years, 1 month ago
  9. 5a664a7 Save space when serializing ArtifactRoot: serialize the base exec root as a likely constant after https://github.com/bazelbuild/bazel/commit/f93c72c34e1d1d3211c834f2bec432eed47b763a and reconstruct this root from the execPath on deserialization. by janakr · 4 years, 1 month ago
  10. 8e33cff Windows native launcher: support launching with 8dot3 Windows path by Yun Peng · 4 years, 1 month ago
  11. 19737b8 Update NoSpawnCacheModule to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  12. 44e2143 Add the ExecGroup object and `exec_group(toolchains = [], exec_compatible_with = [])` to Starlark. by juliexxia · 4 years, 1 month ago
  13. b548ec8 Clean up nullability in the CommandEnvironment#pendingException field's value. by nharmata · 4 years, 1 month ago
  14. de57c42 Compute hash code correctly for StarlarkList. Elements beyond the size limit do not exist, so it is incorrect to take them into account when computing the hash code. by janakr · 4 years, 1 month ago
  15. 732e710 [Docs] Remove to_list that causes failure in example code by Patrick Balestra · 4 years, 1 month ago
  16. 5675c3d remote: support building merkle trees from Paths by Jakob Buchgraber · 4 years, 1 month ago
  17. 07b2ce9 Update DynamicExecutionModule to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  18. be24a05 Update BazelWorkspaceStatusModule to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  19. a9a470d Update IncludeScanningModule to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  20. 3bd6a2a Update SpawnLogModule to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  21. e6b2a9a Update NinjaBlackBoxTest.testDuplicateNinjaPartsDifferentMappings so that it is resilient to different error messages. by lberki · 4 years, 1 month ago
  22. 5004638 Update WorkerModule to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  23. c3143bb Update BazelStrategyModule to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  24. 1d09f57 Update RemoteModule to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  25. d701506 Keep ImmutableLabelRemover under coreLibrarySupport enabled by Googler · 4 years, 1 month ago
  26. 435194f Shadowed Android API Desuagar: Add Automated Support for Android APIs built-in Core Types by Googler · 4 years, 1 month ago
  27. 26e4d82 Cleanup some unused dependencies. by jcater · 4 years, 1 month ago
  28. 8154153 Fix horizontal scrollbar on desktop docs by Jingwen Chen · 4 years, 1 month ago
  29. 006f0ee Handle cycles underneath top-level aspects. by janakr · 4 years, 1 month ago
  30. 69165d1 RELNOTES[INC]: The deprecated startup options --experimental_oom_more_eagerly(_threshold) are removed. by janakr · 4 years, 1 month ago
  31. 82b60a4 Refactor util function, improve error message by brandjon · 4 years, 1 month ago
  32. 7219a69 Update dependencies that require lib/packages:build_type. by jcater · 4 years, 1 month ago
  33. 43e0219 Reserve a field number in message type failure_details.FailureDetail. by nharmata · 4 years, 1 month ago
  34. d57df7b Split out BuildType (and related classes) to a new target separate from build/lib/packages:packages. by jcater · 4 years, 1 month ago
  35. 6d185b8 Avoid trying to build a top-level target that has an action conflict in its transitive closure, even if that conflict happens in an action coming from an aspect. by janakr · 4 years, 1 month ago
  36. 36853c4 bazel protobuf: remove misspelt and unused target by adonovan · 4 years, 1 month ago
  37. fd6f833 Use the ResourcesConverter for --legacy_globbing_threads. by jmmv · 4 years, 1 month ago
  38. 44c46c4 Automated rollback of commit 2a4505cf6794ff18d8eb745188b3795b7ef8a398. by fwe · 4 years, 1 month ago
  39. 8fe2c1e bazel packages: delete testCreatePackageIsolatedFromOuterErrors by adonovan · 4 years, 1 month ago
  40. 9051faa Update test-setup.sh to in fact forward signals to its children. It claims to in at least one mode, but actually implicitly relies on the fact that the sandbox does. Second attempt: this accounts for allowing test processes to receive SIGINT if they want to, which is harder than it sounds. by Googler · 4 years, 1 month ago
  41. 73b8e20 Clean up export of lib/packages:type as it is no longer needed. by jcater · 4 years, 1 month ago
  42. 3d97eac Clean up failure_details.proto by mschaller · 4 years, 1 month ago
  43. 5eced21 Update dependencies of build/lib/packages. by jcater · 4 years, 1 month ago
  44. 14478e7 Add test to ensure all resource-related flags take the same syntax. by jmmv · 4 years, 1 month ago
  45. bb4d4cc Fold FailureDetailUtil into DetailedExitCode by mschaller · 4 years, 1 month ago
  46. a3a7dad Document `bazel info server_log`. by nharmata · 4 years, 1 month ago
  47. 3747df0 Apply --experimental_remotable_source_manifests to the host configuration. by felly · 4 years, 1 month ago
  48. 5787ea6 Update SandboxModule to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  49. e15550f Split Type.java out of lib/packages: it is small, self-contained, and used in many places. by jcater · 4 years, 1 month ago
  50. 448f1cf Remove components field from ArtifactRoot. If we guarantee that each component is a plain path segment (not made of multiple segment) then it is reconstructible from the execPath. by janakr · 4 years, 1 month ago
  51. 0fc4f7a Rename dont_symlink_directories_in_execroot to toplevel_output_directories . by lberki · 4 years, 1 month ago
  52. 6ac8294 Remove the SeparatorFinder interface and inline its only implementation. by lberki · 4 years, 1 month ago
  53. 6a93a46 Don't create an additional NestedSet for additionalInputs when it can be avoided by djasper · 4 years, 1 month ago
  54. 4eada72f Update BuildIntegrationTestCase to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  55. 5c1c0d1 Delete TestOnlyInNormalExecutionMode by michajlo · 4 years, 1 month ago
  56. 2a4505c Makes default the j2objc flags (--nullability and --class-properties) that improve Swift importing. j2objc now has --no-nullability and --no-class-properties flags for teams that don't want this default. by Googler · 4 years, 1 month ago
  57. 165b526 Introduce Truth-compatible Subject and Subject.Factory for DetailedExitCode. by adgar · 4 years, 1 month ago
  58. c88e690 Update StandaloneModule to use registry methods instead of executorInit where possible. by jcater · 4 years, 1 month ago
  59. d754448 Don't clobber install_base's parent's permissions by michajlo · 4 years, 1 month ago
  60. 3d22faa Delete a handful of redundant TestSpec by michajlo · 4 years, 1 month ago
  61. 9a97570 bazel packages: log BUILD file computation steps if >1e6 by adonovan · 4 years, 1 month ago
  62. c08e4df Automated rollback of commit 6a45a1770beff9153c1b67ac45e19998755a6eff. by cparsons · 4 years, 1 month ago
  63. 824d24e Add failure detail code: BuildProgress.Code.OUTPUT_INITIALIZATION. by adgar · 4 years, 1 month ago
  64. 8cb3ec1 Clean up remaining references to and delete MoreAsserts.assertThrows by michajlo · 4 years, 1 month ago
  65. aeae59a Move tmpdir creation logic into platform-specific files by michajlo · 4 years, 1 month ago
  66. 812a9ce Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 4 years, 1 month ago
  67. bf144b9 Add registerActionContexts and registerSpawnStrategies methods to BlazeModule. by jcater · 4 years, 1 month ago
  68. f145997 Add new method to SpawnStrategyRegistry to reset default strategies. by jcater · 4 years, 1 month ago
  69. 479c904 Move ToString into strings.h by michajlo · 4 years, 1 month ago
  70. ea0c110 Replace "" (empty string) default values of multiple options with "null". by Googler · 4 years, 1 month ago
  71. 660d17f Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 4 years, 1 month ago
  72. d9c7cac Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 4 years, 1 month ago
  73. 810cff4 Remove Param.legacyName, it's no longer used after the deletion of --incompatible_restrict_named_params in https://github.com/bazelbuild/bazel/commit/c0a11dc9db9ca148be26549fca9f57bbeafbdb15. by Googler · 4 years, 1 month ago
  74. 8073508 Delete the flag --incompatible_depset_union by laurentlb · 4 years, 1 month ago
  75. c0a11dc Delete the flag --incompatible_restrict_named_params. by Googler · 4 years, 1 month ago
  76. fbba074 Fix layering check whitelist - internal change by rosica · 4 years, 1 month ago
  77. 633f253 Use guava preconditions by michajlo · 4 years, 1 month ago
  78. 710955a Make --incompatible_remove_old_python_version_api a no-op by brandjon · 4 years, 1 month ago
  79. 99b7efb Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 4 years, 1 month ago
  80. 4677c11 Update with v29.0.0 build id #6321887(03/22/2020) to Android experimental channel by Googler · 4 years, 1 month ago
  81. d2a0e58 Declare BuildProgress category of FailureDetails. by adgar · 4 years, 1 month ago
  82. a8cd64c Add support for CDS config files by cushon · 4 years, 1 month ago
  83. 7c4d35d Extract interfaces for ModuleActionContextRegistry and SpawnStrategyRegistry to enable incremental migration. by jcater · 4 years, 1 month ago
  84. 18e7850 Clean up TestExecutorBuilder interface. by jcater · 4 years, 1 month ago
  85. eb58da0 Make --incompatible_allow_python_version_transitions a no-op by brandjon · 4 years, 1 month ago
  86. 62466a5 Add stamp parameter to cc_common.link by Googler · 4 years, 1 month ago
  87. 3be7f05 Automated rollback of commit 366b7b1bc34f4cd3b950fc510ba1b015d6d77986. by brandjon · 4 years, 1 month ago
  88. 1b1c8ee Show users that multiplex-worker is in use by Bor Kae Hwang · 4 years, 1 month ago
  89. fd6cdaf Fix wall-time of the SpawnResult in WorkerSpawnRunner by Googler · 4 years, 1 month ago
  90. 366b7b1 Automated rollback of commit d870630ee7c8ec319ce22f90b33b718eeb8503eb. by brandjon · 4 years, 1 month ago
  91. 6a45a17 Switch to using the d8 jar from maven.google.com instead of the jar from the by ahumesky · 4 years, 1 month ago
  92. 1ebd9fd Normalize java_lang_extras.jar by Benjamin Romano · 4 years, 1 month ago
  93. c5ec3c0 Fix auth_patterns attribute docs. by Jingwen Chen · 4 years, 1 month ago
  94. 13da288 Fix canonicalize-flags to inherit options from query. This is a patch to support the request for canonicalize-flags to support starlark options. by juliexxia · 4 years, 1 month ago
  95. d870630 Slight refactoring to PyCommon by brandjon · 4 years, 1 month ago
  96. b0b312f Remove TestConstants' dependency on SkyframeExecutor by michajlo · 4 years, 1 month ago
  97. f922dca Mitigate CDS image creation performance issues with long classpaths by cushon · 4 years, 1 month ago
  98. 99d80ec Add ExternalRepository failure detail category by mschaller · 4 years, 1 month ago
  99. 1061d5f Add Local Type Annotation Use Desugaring by Googler · 4 years, 1 month ago
  100. 40e904d Automated rollback of commit 39e91a3fa912d636cd9d6f5b3e1b7a44087f8575. by Googler · 4 years, 1 month ago