1. 1b0ea31 Update Flogger to 0.5.1. Finally has what we need! by Janak Ramakrishnan · 5 years ago
  2. 54e9a0e remote: add file uploads to repository_ctx.execute by Jakob Buchgraber · 5 years ago
  3. f6d205c C++: Fix null pointer exception introduced by https://github.com/bazelbuild/bazel/commit/b2ae211e821f9b43fd59d52c71410572096b3c24. by plf · 5 years ago
  4. 073b226 Post SpawnExecutedEvent for sandboxed builds. by twerth · 5 years ago
  5. 7aa7498 Populate SpawnMetrics and improve CP output by George Gensure · 5 years ago
  6. 1c7b988 Clear spawnRunners in SandboxModule. by twerth · 5 years ago
  7. 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 · 5 years ago
  8. f0a40ac Make StarlarkDefinedConfigTransition immutable. by gregce · 5 years ago
  9. 0a75645 Implement mutual TLS authentication by Ulf Adams · 5 years ago
  10. 7fe4e8e Add ImmutableLabelRemover to match other ShadowedApiInvocationSite visitors by Googler · 5 years ago
  11. aebd3c0 Clean up export of lib/packages:build_type as it is no longer necessary. by jcater · 5 years ago
  12. 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 · 5 years ago
  13. 8e33cff Windows native launcher: support launching with 8dot3 Windows path by Yun Peng · 5 years ago
  14. 19737b8 Update NoSpawnCacheModule to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  15. 44e2143 Add the ExecGroup object and `exec_group(toolchains = [], exec_compatible_with = [])` to Starlark. by juliexxia · 5 years ago
  16. b548ec8 Clean up nullability in the CommandEnvironment#pendingException field's value. by nharmata · 5 years ago
  17. 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 · 5 years ago
  18. 732e710 [Docs] Remove to_list that causes failure in example code by Patrick Balestra · 5 years ago
  19. 5675c3d remote: support building merkle trees from Paths by Jakob Buchgraber · 5 years ago
  20. 07b2ce9 Update DynamicExecutionModule to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  21. be24a05 Update BazelWorkspaceStatusModule to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  22. a9a470d Update IncludeScanningModule to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  23. 3bd6a2a Update SpawnLogModule to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  24. e6b2a9a Update NinjaBlackBoxTest.testDuplicateNinjaPartsDifferentMappings so that it is resilient to different error messages. by lberki · 5 years ago
  25. 5004638 Update WorkerModule to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  26. c3143bb Update BazelStrategyModule to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  27. 1d09f57 Update RemoteModule to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  28. d701506 Keep ImmutableLabelRemover under coreLibrarySupport enabled by Googler · 5 years ago
  29. 435194f Shadowed Android API Desuagar: Add Automated Support for Android APIs built-in Core Types by Googler · 5 years ago
  30. 26e4d82 Cleanup some unused dependencies. by jcater · 5 years ago
  31. 8154153 Fix horizontal scrollbar on desktop docs by Jingwen Chen · 5 years ago
  32. 006f0ee Handle cycles underneath top-level aspects. by janakr · 5 years ago
  33. 69165d1 RELNOTES[INC]: The deprecated startup options --experimental_oom_more_eagerly(_threshold) are removed. by janakr · 5 years ago
  34. 82b60a4 Refactor util function, improve error message by brandjon · 5 years ago
  35. 7219a69 Update dependencies that require lib/packages:build_type. by jcater · 5 years ago
  36. 43e0219 Reserve a field number in message type failure_details.FailureDetail. by nharmata · 5 years ago
  37. d57df7b Split out BuildType (and related classes) to a new target separate from build/lib/packages:packages. by jcater · 5 years ago
  38. 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 · 5 years ago
  39. 36853c4 bazel protobuf: remove misspelt and unused target by adonovan · 5 years ago
  40. fd6f833 Use the ResourcesConverter for --legacy_globbing_threads. by jmmv · 5 years ago
  41. 44c46c4 Automated rollback of commit 2a4505cf6794ff18d8eb745188b3795b7ef8a398. by fwe · 5 years ago
  42. 8fe2c1e bazel packages: delete testCreatePackageIsolatedFromOuterErrors by adonovan · 5 years ago
  43. 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 · 5 years ago
  44. 73b8e20 Clean up export of lib/packages:type as it is no longer needed. by jcater · 5 years ago
  45. 3d97eac Clean up failure_details.proto by mschaller · 5 years ago
  46. 5eced21 Update dependencies of build/lib/packages. by jcater · 5 years ago
  47. 14478e7 Add test to ensure all resource-related flags take the same syntax. by jmmv · 5 years ago
  48. bb4d4cc Fold FailureDetailUtil into DetailedExitCode by mschaller · 5 years ago
  49. a3a7dad Document `bazel info server_log`. by nharmata · 5 years ago
  50. 3747df0 Apply --experimental_remotable_source_manifests to the host configuration. by felly · 5 years ago
  51. 5787ea6 Update SandboxModule to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  52. e15550f Split Type.java out of lib/packages: it is small, self-contained, and used in many places. by jcater · 5 years ago
  53. 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 · 5 years ago
  54. 0fc4f7a Rename dont_symlink_directories_in_execroot to toplevel_output_directories . by lberki · 5 years ago
  55. 6ac8294 Remove the SeparatorFinder interface and inline its only implementation. by lberki · 5 years ago
  56. 6a93a46 Don't create an additional NestedSet for additionalInputs when it can be avoided by djasper · 5 years ago
  57. 4eada72f Update BuildIntegrationTestCase to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  58. 5c1c0d1 Delete TestOnlyInNormalExecutionMode by michajlo · 5 years ago
  59. 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 · 5 years ago
  60. 165b526 Introduce Truth-compatible Subject and Subject.Factory for DetailedExitCode. by adgar · 5 years ago
  61. c88e690 Update StandaloneModule to use registry methods instead of executorInit where possible. by jcater · 5 years ago
  62. d754448 Don't clobber install_base's parent's permissions by michajlo · 5 years ago
  63. 3d22faa Delete a handful of redundant TestSpec by michajlo · 5 years ago
  64. 9a97570 bazel packages: log BUILD file computation steps if >1e6 by adonovan · 5 years ago
  65. c08e4df Automated rollback of commit 6a45a1770beff9153c1b67ac45e19998755a6eff. by cparsons · 5 years ago
  66. 824d24e Add failure detail code: BuildProgress.Code.OUTPUT_INITIALIZATION. by adgar · 5 years ago
  67. 8cb3ec1 Clean up remaining references to and delete MoreAsserts.assertThrows by michajlo · 5 years ago
  68. aeae59a Move tmpdir creation logic into platform-specific files by michajlo · 5 years ago
  69. 812a9ce Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 5 years ago
  70. bf144b9 Add registerActionContexts and registerSpawnStrategies methods to BlazeModule. by jcater · 5 years ago
  71. f145997 Add new method to SpawnStrategyRegistry to reset default strategies. by jcater · 5 years ago
  72. 479c904 Move ToString into strings.h by michajlo · 5 years ago
  73. ea0c110 Replace "" (empty string) default values of multiple options with "null". by Googler · 5 years ago
  74. 660d17f Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 5 years ago
  75. d9c7cac Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 5 years ago
  76. 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 · 5 years ago
  77. 8073508 Delete the flag --incompatible_depset_union by laurentlb · 5 years ago
  78. c0a11dc Delete the flag --incompatible_restrict_named_params. by Googler · 5 years ago
  79. fbba074 Fix layering check whitelist - internal change by rosica · 5 years ago
  80. 633f253 Use guava preconditions by michajlo · 5 years ago
  81. 710955a Make --incompatible_remove_old_python_version_api a no-op by brandjon · 5 years ago
  82. 99b7efb Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 5 years ago
  83. 4677c11 Update with v29.0.0 build id #6321887(03/22/2020) to Android experimental channel by Googler · 5 years ago
  84. d2a0e58 Declare BuildProgress category of FailureDetails. by adgar · 5 years ago
  85. a8cd64c Add support for CDS config files by cushon · 5 years ago
  86. 7c4d35d Extract interfaces for ModuleActionContextRegistry and SpawnStrategyRegistry to enable incremental migration. by jcater · 5 years ago
  87. 18e7850 Clean up TestExecutorBuilder interface. by jcater · 5 years ago
  88. eb58da0 Make --incompatible_allow_python_version_transitions a no-op by brandjon · 5 years ago
  89. 62466a5 Add stamp parameter to cc_common.link by Googler · 5 years ago
  90. 3be7f05 Automated rollback of commit 366b7b1bc34f4cd3b950fc510ba1b015d6d77986. by brandjon · 5 years ago
  91. 1b1c8ee Show users that multiplex-worker is in use by Bor Kae Hwang · 5 years ago
  92. fd6cdaf Fix wall-time of the SpawnResult in WorkerSpawnRunner by Googler · 5 years ago
  93. 366b7b1 Automated rollback of commit d870630ee7c8ec319ce22f90b33b718eeb8503eb. by brandjon · 5 years ago
  94. 6a45a17 Switch to using the d8 jar from maven.google.com instead of the jar from the by ahumesky · 5 years ago
  95. 1ebd9fd Normalize java_lang_extras.jar by Benjamin Romano · 5 years ago
  96. c5ec3c0 Fix auth_patterns attribute docs. by Jingwen Chen · 5 years ago
  97. 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 · 5 years ago
  98. d870630 Slight refactoring to PyCommon by brandjon · 5 years ago
  99. b0b312f Remove TestConstants' dependency on SkyframeExecutor by michajlo · 5 years ago
  100. f922dca Mitigate CDS image creation performance issues with long classpaths by cushon · 5 years ago