1. e46f3d1 Improve test coverage on macOS by Yun Peng · 1 year, 1 month ago
  2. b3fc532 Add allowlist for attr.label(skip_validations) flag. by Googler · 1 year, 1 month ago
  3. 8a18dff Stop stashing tmp directories for tests by Pedro Liberal Fernndez · 1 year, 1 month ago
  4. 26eecb6 Add support for skipping validations in label and label_list attributes. by Googler · 1 year, 1 month ago
  5. e9022f6 Reuse runfiles in tests with --reuse_sandbox_directories by Googler · 1 year, 1 month ago
  6. 7a91513 validations: cleanup --experimental_run_validations usages to --run_validations. by Googler · 1 year, 1 month ago
  7. 0253bde Move sandbox_stash to sandboxBase from outputBase by Googler · 1 year, 1 month ago
  8. f5d76b1 Automated rollback of commit fd196bf03f4301cc3fbfc307570637f4de71c82c. by Googler · 1 year, 1 month ago
  9. 8f9fb8d Introduce new flag --experimental_worker_use_cgroups_on_linux that uses cgroups to track memory usage for singleplex workers (on Linux) without imposing any hard limits. by Googler · 1 year, 1 month ago
  10. 52fcaf3 skyfocus: implement 'bazel info working_set'. by Googler · 1 year, 2 months ago
  11. fd196bf Also path map transitive header jar paths with direct classpath optimization by Fabian Meumertzheim · 1 year, 2 months ago
  12. 6932153 skyfocus: refactor focus command into BlazeModule (SkyfocusModule) and implement `build --experimental_working_set=<files>`. by Googler · 1 year, 2 months ago
  13. a133182 Optimize performance of query / cquery --output=graph --graph:factored. Was previously slow due to quadratic behavior in the equivalence class partitioning algorithm. by Googler · 1 year, 2 months ago
  14. 6a4d61e Do not add the runfiles middleman to the inputs of the deploy jar action. by Googler · 1 year, 2 months ago
  15. 125e290 Make platform_mapping_test into a full integration test. by Googler · 1 year, 2 months ago
  16. c272b15 Rename `focus --files` flag to `focus --experimental_working_set`. by Googler · 1 year, 2 months ago
  17. 2682941 focus: don't trigger manual gc and report heap sizes by default. by Googler · 1 year, 2 months ago
  18. 36fa60b Compute pretty paths using symlink-creation results instead of disk state by Googler · 1 year, 2 months ago
  19. 799c6fc Remove runfiles trees from action key computation. by Googler · 1 year, 2 months ago
  20. 22e5ce0 focus: profile SkyframeFocuser#focus steps. by Googler · 1 year, 2 months ago
  21. c7fff6e focus: report rdep edge count change. by Googler · 1 year, 2 months ago
  22. b994922 Implement the focus command. by Googler · 1 year, 2 months ago
  23. b91b2f5 Rollforward of https://github.com/bazelbuild/bazel/commit/acdb8e702e6a5e9181defd8c4ccdf90899261e1c: Change CppLinkAction to SpawnAction by Googler · 1 year, 2 months ago
  24. b3c193a Automated rollback of commit acdb8e702e6a5e9181defd8c4ccdf90899261e1c. by Googler · 1 year, 2 months ago
  25. acdb8e7 Change CppLinkAction to SpawnAction by Googler · 1 year, 2 months ago
  26. 84d1a72 Make runfiles incrementally correct with `--nobuild_runfile_links` by Fabian Meumertzheim · 1 year, 3 months ago
  27. 605a05a Add `GlobFunctionWithStateMachine` implementation and apply it to most of the `SkyframeExecutor`s. by Googler · 1 year, 3 months ago
  28. 055e25b In update_default_lock_file.sh, create a MODULE.bazel instead of a REPO.bazel by Googler · 1 year, 3 months ago
  29. 3c298fd Flip flag `--experimental_use_semaphore_for_jobs`. by Googler · 1 year, 3 months ago
  30. 3317c92 Automated rollback of commit 962db9465d27da210334c4587f07b90b94e09b26. by Googler · 1 year, 3 months ago
  31. 360fd62 Re-enable minimal_jdk_test with a higher tolerance by Justin Horvitz · 1 year, 4 months ago
  32. 11a632c Remove outdated _allowlist_function_transition references. by Googler · 1 year, 4 months ago
  33. 962db94 No public description by Googler · 1 year, 4 months ago
  34. e116bae Make incompatible_enable_cc_toolchain_resolution a no-op by Googler · 1 year, 4 months ago
  35. 68362d0 Internal change by Googler · 1 year, 4 months ago
  36. 9f167a9 Report test exit code by Alessandro Patti · 1 year, 4 months ago
  37. f0bc13e Handle all comparisons between worker memory usage against their limits in Kb instead of Mb so that we don't lose precision (memory measurements are obtained in Kb). Also report memory usage in Kb in the info log. by Googler · 1 year, 4 months ago
  38. 8ca1a9e Internal change to Java compilation. by Éamonn McManus · 1 year, 4 months ago
  39. 9a67d6c Remove code that calls the native exec transition. by Googler · 1 year, 4 months ago
  40. 2ceb132 Ignore warning about JAVA_TOOL_OPTIONS in test by Florian Weikert · 1 year, 4 months ago
  41. 1acfb85 Starlarkize Bazel's exec transition. by Googler · 1 year, 4 months ago
  42. 49eda9f Starlarkize the exec transition for Bazel tests. by Googler · 1 year, 4 months ago
  43. 0d0caba Emit a fixed config segment with path stripping by Fabian Meumertzheim · 1 year, 4 months ago
  44. c00c272 Cleanup incoming configuration transitions on Starlark rules by Googler · 1 year, 4 months ago
  45. cab7c6b Test path mapping in Bazel (https://github.com/bazelbuild/bazel/pull/18155)] by Googler · 1 year, 4 months ago
  46. ef457ae Make `Label#toString` return `@@`-prefixed labels by Googler · 1 year, 4 months ago
  47. e2c0276 Enable `--incompatible_sandbox_hermetic_tmp` by default by Fabian Meumertzheim · 1 year, 4 months ago
  48. 19c73bc Allow `--flag_alias` to be used with `common` and `always` commands by Fabian Meumertzheim · 1 year, 5 months ago
  49. 9b91079 Fix sandbox stashes not being keyed by mnemonic by Fabian Meumertzheim · 1 year, 5 months ago
  50. 19632af Separate main aspect prerequisites from rule and base aspects prerequisites by Googler · 1 year, 5 months ago
  51. c1f2aff Polish Bazel external dependencies by Yun Peng · 1 year, 5 months ago
  52. 75f8017 Change `--extra_toolchains` precedence to last-wins, instead of first-wins. by Guillaume Maudoux · 1 year, 5 months ago
  53. 0a9c9a7 Improve toolchain resolution debug logging by Guillaume Maudoux · 1 year, 5 months ago
  54. 877f845 Report `ActionExecuted.start_time` and `ActionExecuted.end_time`. by Googler · 1 year, 5 months ago
  55. 329b26e Put --experimental_build_transitive_python_runfiles in the graveyard. by Benjamin Peterson · 1 year, 5 months ago
  56. 042f411 Add `AspectOnRuleContext` by Googler · 1 year, 5 months ago
  57. 6b912c5 Add a new field to "bazel aquery" that reports scheduling dependencies. by Googler · 1 year, 5 months ago
  58. f79ca02 Fix Java runtime toolchain resolution in cross-compilation scenarios by Fabian Meumertzheim · 1 year, 5 months ago
  59. 78db9ae Fix unconditional Skyframe invalidation with `--lockfile_mode=update` by Fabian Meumertzheim · 1 year, 5 months ago
  60. 30d033c Flip --enable_bzlmod to true by Googler · 1 year, 5 months ago
  61. 175a18d Enable Bzlmod in shell integration tests by Yun Peng · 1 year, 5 months ago
  62. 4064d78 Rollforward of https://github.com/bazelbuild/bazel/commit/10a46b1e85f0b5bf8564c125dd02cd4e70017452: Remove legacy allowlist names by Googler · 1 year, 5 months ago
  63. 217fafe Delete the sandboxfs sandboxing strategy. by Googler · 1 year, 5 months ago
  64. d1238a2 Remove dependency edges between aspect and its target dependencies by Googler · 1 year, 5 months ago
  65. 575dc85 Lift subrule attributes to the aspect class by Googler · 1 year, 5 months ago
  66. de2f0d48 Make subrule attributes private when lifted to the rule by Googler · 1 year, 5 months ago
  67. e66a10f most likely a typo for the redirection (&>2 is >&2) by Patrice Duroux · 1 year, 6 months ago
  68. 10169bb Fix handling of non-ASCII characters in archive entry file names by Fabian Meumertzheim · 1 year, 6 months ago
  69. cd725834 Merge rule and aspect validation output groups by Fabian Meumertzheim · 1 year, 6 months ago
  70. 2052573 Open-source config_stripped_outputs_test: by Googler · 1 year, 6 months ago
  71. a0e0dc5 After https://github.com/bazelbuild/bazel/commit/ceddfb1ece1f8ed7ff81558fa1751e6526df031b, select statements are evaluated before computing and applying rule transition. As discovered, this can lead to issues when those select statements are not resolvable. Currently, this causes bazel to crash which is undesirable as any unresolvable selects should not stop the transition from being executed. by Googler · 1 year, 6 months ago
  72. c9edba3 Upgrade Bazel's embedded JDK to 21. by Zheng Wei Tan · 1 year, 6 months ago
  73. 53b0081 Remove the command line option --show_warnings from the command "canonicalize-flags". by Googler · 1 year, 6 months ago
  74. 8c24877 Remove the --incompatible_display_source_file_location command line option. by Googler · 1 year, 6 months ago
  75. a4870a6 Default --incompatible_disallow_unsound_directory_outputs to true. by Googler · 1 year, 6 months ago
  76. 737830a Remove the --debug_print_action_contexts command line option. by Googler · 1 year, 6 months ago
  77. e39a7e5 Report the config id with the failing target during toolchain resolution by John Cater · 1 year, 6 months ago
  78. b7678af Make --experimental_genquery_use_graphless_query a NO-OP and remove relevant codepaths. by Googler · 1 year, 6 months ago
  79. 1447f24 Use effective `StarlarkSemantics` with `cquery --output=starlark` by Fabian Meumertzheim · 1 year, 6 months ago
  80. 308d71e Change the order of registering java compilation actions by Googler · 1 year, 6 months ago
  81. 4dc0d11 Replace EXPLICIT_IN_OUTPUT_PATH and Fragment.getOutputDirectoryName w/ Fragment.processForOutputDirectoryMnemonic by Googler · 1 year, 6 months ago
  82. 0c617b3 Load Python rules in integration tests instead of using builtins (#2) by Richard Levasseur · 1 year, 6 months ago
  83. 44fd78c Add test for aspect-on-aspect by Googler · 1 year, 6 months ago
  84. 9f63eb8 Reword log message when killing workers to more clearly explain that the worker exceeded the memory limit. Also, log this information directly in the console since this can potentially break the build. by Googler · 1 year, 6 months ago
  85. d0ef9192 Automated rollback of commit 10a46b1e85f0b5bf8564c125dd02cd4e70017452. by Googler · 1 year, 6 months ago
  86. e67e3ec No public description by Googler · 1 year, 6 months ago
  87. 735e59d Load Python rules in integration tests instead of using builtins by Richard Levasseur · 1 year, 6 months ago
  88. 10a46b1 Remove legacy allowlist names by Googler · 1 year, 6 months ago
  89. 136dae1 Enable Bzlmod for Bazel by Yun Peng · 1 year, 7 months ago
  90. eb098e5 Enforce that all subrule attributes are label-typed. by Googler · 1 year, 7 months ago
  91. afb05cc Lift all subrule attributes to a rule that uses it. by Googler · 1 year, 7 months ago
  92. 357fc5f build-runfiles: remove temporary file prior to creating it by Ed Schouten · 1 year, 7 months ago
  93. 22e3ba5 Ignore more environment variables the JVM parses for options. by Googler · 1 year, 7 months ago
  94. 8c191d8 Flip `--incompatible_merge_fixed_and_default_shell_env` by Fabian Meumertzheim · 1 year, 7 months ago
  95. d1fdc53 Add `--incompatible_merge_fixed_and_default_shell_env` by Ivo List · 1 year, 7 months ago
  96. abac1c6 Add make_executable to aquery results by Googler · 1 year, 7 months ago
  97. ceddfb1 Enable rule transition to inspect configurable attributes' value by Googler · 1 year, 7 months ago
  98. c9d7ff9 Include the full absolute paths of runfiles in action keys by Fabian Meumertzheim · 1 year, 7 months ago
  99. 03b8616 Add platforms to apple crosstool transition by Googler · 1 year, 7 months ago
  100. d83589a Remove incompatible_use_toolchain_transition = True by Keith Smiley · 1 year, 7 months ago