1. e854735 In objc_library, use CcLinkingContext from build actions instead of build one from scratch by Googler · 2 years, 7 months ago
  2. f0085dd Add linkopts to build API's CcLinkingContext by Googler · 2 years, 7 months ago
  3. 5d0a8d6 Fix up CcLinkingContexts created by objc_library and j2objc_library by Googler · 2 years, 7 months ago
  4. 5d0e5a7 Reinstate previous behavior of notifying the graph listener of `GET_BATCH` for every `DEP_REQUESTED` call. by Googler · 2 years, 7 months ago
  5. 40dc549 Automatic code cleanup. by Googler · 2 years, 7 months ago
  6. 8476104 Add --[no]check_bzl_visibility by Googler · 2 years, 7 months ago
  7. 32d56b6 Disallow calling visibility() via a helper function by Googler · 2 years, 7 months ago
  8. 535a0ce Simplify visibility() arg parsing logic, support visibility("//foo") by Googler · 2 years, 7 months ago
  9. 1473988 package_group: Add "public"/"private" constants, fix "//..." meaning by Googler · 2 years, 7 months ago
  10. 26be41a Fix a NPE in compatible target skipping by Googler · 2 years, 7 months ago
  11. dbcf260 [bes] Attach `RequestMetadata` to RPC calls by Yannic Bonenberger · 2 years, 7 months ago
  12. 894f471 Bazel docs: fix test-sharding link. by Googler · 2 years, 7 months ago
  13. 908a645 Apply Rlocation to --main_advice_classpath in Windows Java launcher by Fabian Meumertzheim · 2 years, 7 months ago
  14. 21904a9 Collect implementation_deps in graph node aspect by Fabian Meumertzheim · 2 years, 7 months ago
  15. 801e01c Display human readable bytes in download progress by Bo Zhang · 2 years, 7 months ago
  16. 8297618 Add more priority types to prefetch tasks. by Googler · 2 years, 7 months ago
  17. 49eb31b Throw explicit exception if experimental_split_coverage_postprocessing is used without experimental_fetch_all_coverage_outputs by Bo Zhang · 2 years, 7 months ago
  18. c82f80f Avoid unnecessary worker metrics work if possible by Googler · 2 years, 7 months ago
  19. c16c94b Added root path for the Versions directory. by Googler · 2 years, 7 months ago
  20. 93cebdd Avoid unnecessary cleanup work in RemoteModule if possible by Googler · 2 years, 7 months ago
  21. f5644d5 Remove strip_prefix from legacy pkg_tar. by Googler · 2 years, 7 months ago
  22. 15b21cd starlark cpu profiler: fix compilation warning on MacOS by Son Luong Ngoc · 2 years, 7 months ago
  23. 8e9b667 Use defaults for coverage tool paths for action-only toolchains. by Googler · 2 years, 7 months ago
  24. b3da9fb Support yanked versions for Bzlmod modules by Googler · 2 years, 7 months ago
  25. da972f6 List BuildDriverValue as not shareable. by Googler · 2 years, 7 months ago
  26. ed2e748 Fix OptionDocumentationCategory for Bzlmod flags by Googler · 2 years, 7 months ago
  27. 1acda6b Add incompatible_disallow_java_import_empty_jars flag to JavaOptions by Googler · 2 years, 7 months ago
  28. 5bd846f Remove analysisRootCause from the handling of errors from build-info.txt actions. by Googler · 2 years, 7 months ago
  29. 531df65 Add watchos_device_arm64e CPU by Googler · 2 years, 7 months ago
  30. c3425fe Let Python stubs respect RUNFILES_* while finding the module space by Ed Schouten · 2 years, 7 months ago
  31. f61a08d Disable test for experimental_build_transitive_python_runfiles under non-Bazel. by Richard Levasseur · 2 years, 7 months ago
  32. 86f734d Clean up PackageSpecification stringification by Googler · 2 years, 7 months ago
  33. a665f8f Only show the base name of archives being extracted. by Benjamin Peterson · 2 years, 7 months ago
  34. 0e1d3ee Bazel DevSite: Remove grey background from transparent images by Googler · 2 years, 7 months ago
  35. 7cccf1c Update the default system javabase to `/usr/local/jdk-17` on OpenBSD. by Googler · 2 years, 7 months ago
  36. 8f9e853 Rename some constants related to cycle reporting. #cleanup. by Googler · 2 years, 7 months ago
  37. 7e91d83 [Skymeld] Make sure execution cycle in aspects are categorized correctly. by Googler · 2 years, 7 months ago
  38. b7fc152 Buildfix Netty filter on this select default case. by 3405691582 · 2 years, 9 months ago
  39. baa3c12 Allow throwing InterruptedException from getDiff() by Googler · 2 years, 7 months ago
  40. ce61164 Create new watchos_device_arm64 architecture by Googler · 2 years, 7 months ago
  41. f63bb58 BuildEventServiceModule no longer blocks indefinitely while OOM-crashing. by Googler · 2 years, 7 months ago
  42. 0d5eb3c Rewrite some visibility documentation by Googler · 2 years, 7 months ago
  43. 93e091f standardize CSS formatting for features code block by Googler · 2 years, 7 months ago
  44. 16b82af Allow both sides of | operator and rhs of |= operator to take arbitrary maps, not just dicts by Googler · 2 years, 7 months ago
  45. 1889571 Remove unnecessary AspectDefinition.propagateViaAttribute. by Googler · 2 years, 7 months ago
  46. dfa9c62 Allow dict() and dict.update() to take arbitrary maps, not necessarily dicts. by Googler · 2 years, 7 months ago
  47. cf99f84 Allow native.existing_rule/s() with --incompatible_existing_rules_immutable_view to be encoded as json and passed as **kwargs by Googler · 2 years, 7 months ago
  48. 0653d5f Flip --incompatible_remote_downloader_send_all_headers by Yannic Bonenberger · 2 years, 7 months ago
  49. c5c2f7e Update platforms API migration status by Googler · 2 years, 7 months ago
  50. 581971e Bring some docs back in sync by Googler · 2 years, 7 months ago
  51. cc71db2 Query `some` function takes an optional second argument specifying number of nodes returned. by Googler · 2 years, 7 months ago
  52. 243c2b7 Introduce a graph `LookupHint` to determine whether it is worthwhile to construct a list of keys to make a batch request. by Googler · 2 years, 7 months ago
  53. 8056eb5 Allow unresolved symlink to absolute path in remote action outputs. by Googler · 2 years, 7 months ago
  54. 8c439a0 Add exec platform and properties to verbose_explanation by Googler · 2 years, 7 months ago
  55. 77e5b26 Release 6.0.0-pre.20220922.1 (2022-09-30) by Bazel Release System · 2 years, 7 months ago
  56. 56dba00 Don't propagate FDO to exec actions. by Googler · 2 years, 7 months ago
  57. 6fccee7 Fix `unable to find library -lrt` on OpenBSD. by Googler · 2 years, 7 months ago
  58. 1d3a2f8 Bazel DevSite: Add link to 5.3.1 docs by Googler · 2 years, 7 months ago
  59. f71bbcf Check whether the remote cache accepts absolute symlinks before uploading them. by Tiago Quelhas · 2 years, 7 months ago
  60. b750f8c [remote/downloader] Add incompatible flag for sending a list of headers as qualifier by Yannic · 2 years, 7 months ago
  61. 25b7696 Keep usePlatformsRepoForConstraints value in host cfg by Alessandro Patti · 2 years, 7 months ago
  62. 3909cb2 Remove trailing whitespace from docs by Googler · 2 years, 7 months ago
  63. 5b46a48 Upload dangling symlinks found in the outputs of local actions. by Tiago Quelhas · 2 years, 7 months ago
  64. 6c78ed8 Make AndroidTests pass with incompatible_disallow_empty_glob by Xavier Bonaventura · 2 years, 7 months ago
  65. fe5bb70 Add bazel compatibility check flag by salma-samy · 2 years, 7 months ago
  66. 3579447 Fix WorkerFactory.java typos. by Benjamin Peterson · 2 years, 7 months ago
  67. 1ad3b6c Improve error message when DumpPlatformClassPath fails by Fabian Meumertzheim · 2 years, 7 months ago
  68. de02e3f Hide the RemoteFileArtifactValue constructor behind a factory method. by Googler · 2 years, 7 months ago
  69. ceac50c Add comments/rename variable for a bit more readability in by Googler · 2 years, 7 months ago
  70. 5ee37a6 Remove a check in `SkyFunctionEnvironment` that isn't worthwhile. by Googler · 2 years, 7 months ago
  71. a76cf2f Rollforward of https://github.com/bazelbuild/bazel/commit/59e51fe625f485dc664928ae0ad93035808779f3: Flip default value of incompatible_remove_rule_name_parameter by Googler · 2 years, 7 months ago
  72. 7c4a20c Expose native libs fields in AndroidApplicationResourceInfo to Starlark for testing by Googler · 2 years, 7 months ago
  73. c418e9e Remove AggregatingAttributeMapperTest reliance on details of "malloc" attribute. by Googler · 2 years, 7 months ago
  74. 37e4c2f Allow parsing netrc file from relative path by Googler · 2 years, 7 months ago
  75. f582d32 Complete the test matrix for UploadManifest. by Googler · 2 years, 7 months ago
  76. 069b528 Add more logs for persistent workers. by Googler · 2 years, 7 months ago
  77. df67c52 [Skymeld] Make cycle reporting work with Skymeld. by Googler · 2 years, 7 months ago
  78. dbd8712 Remove check that zlib does not modify buffer past uncompressed data size. by Googler · 2 years, 7 months ago
  79. 7fda2ba Implement `SkyframeLookupResult` and `SkyframeIterableResult` without temporary data structures. by Googler · 2 years, 7 months ago
  80. 901c75e Automated rollback of commit 59e51fe625f485dc664928ae0ad93035808779f3. by Googler · 2 years, 7 months ago
  81. 48049b7 Deflake `ProcessWrapperSandboxedSpawnRunnerTest`. by Googler · 2 years, 7 months ago
  82. d942ce2 Update Autocomplete for Source Code in IDE Docs by Christopher Sauer · 2 years, 7 months ago
  83. d693465 Add common libraries to starlark cquery by Googler · 2 years, 7 months ago
  84. 7333e98 Remove "Returns" from Starlark `ctx` field docs by Fabian Meumertzheim · 2 years, 7 months ago
  85. a99d4a7 Don't assume `master` as primary branch in change detection script by vardaro · 2 years, 7 months ago
  86. 59e51fe Flip default value of incompatible_remove_rule_name_parameter by Googler · 2 years, 7 months ago
  87. b0a67a2 Clear WorkerMetricsCollector fields properly. by Googler · 2 years, 7 months ago
  88. 11aa727 Fix NPE in SkymeldUiStateTracker by instantiating buildStatus with a BUILD_NOT_STARTED. by Googler · 2 years, 7 months ago
  89. d44d4ea Make `SkyframeLookupResult` and `SkyframeIterableResult` interfaces. by Googler · 2 years, 7 months ago
  90. 101e914 Automatic code cleanup. by Googler · 2 years, 7 months ago
  91. ad4c133 Optimize accounting of direct deps by deduplicating them as they are requested in `SkyFunctionEnvironment` instead of as a post-processing step. by Googler · 2 years, 7 months ago
  92. 9612b9f Run tests on Windows now that zstd is fixed by Googler · 2 years, 7 months ago
  93. 6a727da Call one ps command for all processes instead of calling descendants for each worker process. by Googler · 2 years, 7 months ago
  94. f28209d Spruce up test-only bugreporter crash-handling business by Googler · 2 years, 7 months ago
  95. 2f98202 Remove mode and include_runfiles from legacy pkg_tar. by Googler · 2 years, 7 months ago
  96. 10da400 Prepare for injecting transitive native libs in android_binary by Googler · 2 years, 7 months ago
  97. c085eda Fix link to compiling bazel section by Googler · 2 years, 7 months ago
  98. c03cb5f Make it more obvious that method to check if Skymeld is enabled is preferred over the flag. by Googler · 2 years, 7 months ago
  99. 551a9d9 Call existing logic to prefetch files when downloading top-level outputs. by Googler · 2 years, 7 months ago
  100. 5247c61 Move worker protocol files into a separate target. by Googler · 2 years, 7 months ago