1. 72d5db1 New implementation of IncrementalArtifactConflictFinder. by Googler · 1 year, 8 months ago
  2. d784ef0 Internal changes. by Googler · 1 year, 8 months ago
  3. 357fc5f build-runfiles: remove temporary file prior to creating it by Ed Schouten · 1 year, 8 months ago
  4. 8eeb040 Add `QuiescingExecutor#awaitQuiescenceWithoutShutdown`. by Googler · 1 year, 8 months ago
  5. 0ec3fcc Add an experimental ScopedProfiler that can be used for profiling both Futures and Virtual Thread. by Googler · 1 year, 8 months ago
  6. b4ac361 Deflake OutputArtifactConflictTest.testArtifactPrefix. by Googler · 1 year, 8 months ago
  7. 6cfb2fe Expose `actions` in `SubruleContext` by Googler · 1 year, 8 months ago
  8. c8afa1d Make `StarlarkActionFactory` somewhat independent of `StarlarkRuleContext` by Googler · 1 year, 8 months ago
  9. 680e7be Expose the rule label in `SubruleContext` by Googler · 1 year, 8 months ago
  10. d6f6bd2 Release 7.0.0-pre.20230823.4 (2023-08-30) by Bazel Release System · 1 year, 8 months ago
  11. 2c032bd Add codec for AtomicReferenceArray. by Googler · 1 year, 8 months ago
  12. 296af60 Adjust to bazelbuild's repository from iancha1992's repository for the cherry-pick bot and also fix to trigger the cherry-pick on close only when the "copybara-service[bot]" closes it. by Googler · 1 year, 8 months ago
  13. 4644361 Pass in threadId to task data instead of getting the current thread id inside the constructor of TaskData. by Googler · 1 year, 8 months ago
  14. 28fddea Fix up Build Encyclopedia docgen errors introduced in recent 2 changes by Googler · 1 year, 8 months ago
  15. 9ecc5485 Do not retain Target in ConfiguredValueCreationException. by Googler · 1 year, 8 months ago
  16. 6d439d0 Only merge RequiredConfigFragmentsProvider if it is present. by Googler · 1 year, 8 months ago
  17. e8184e0 Add `--incompatible_no_package_distribs` flag to disable `package(distribs=...)`. by Googler · 1 year, 8 months ago
  18. b72cec8 Only remove user provided args (i.e. the residue) from the `argv` field of the BEP event `ExecRequestConstructed` if `--experimental_run_bep_event_include_residue=false`. by Googler · 1 year, 8 months ago
  19. 77fcab4 Expose the import path calculation. by Googler · 1 year, 8 months ago
  20. 7d0952a Move `--java_optimization_mode` to graveyard by Googler · 1 year, 8 months ago
  21. 19c0c80 Ensure lockfile is updated after reset to pre-build state by Salma Samy · 1 year, 8 months ago
  22. aa55c4d Add private `subrules` param to `rule()` and `aspect()` by Googler · 1 year, 8 months ago
  23. 0e633a6 Add `SubruleContext` as the first positional parameter to subrule implementation functions. by Googler · 1 year, 8 months ago
  24. 0c5c892 Make `subrule` only callable from a rule or aspect implementation by Googler · 1 year, 8 months ago
  25. 0f34e76 Add --incompatible_disable_objc_library_transition by Keith Smiley · 1 year, 8 months ago
  26. 753cd45 Use starlark_doc_extract as a source for rules docgen in the build encyclopedia by Googler · 1 year, 8 months ago
  27. 9721922 Replace deprecated cmd_helper.join_paths by Googler · 1 year, 8 months ago
  28. 9e7aa13 Automatic code cleanup. by Googler · 1 year, 8 months ago
  29. 22e3ba5 Ignore more environment variables the JVM parses for options. by Googler · 1 year, 8 months ago
  30. 535b38c Clarify that --output_filter also applies to action outputs. by Googler · 1 year, 8 months ago
  31. c1165a9 Rename module extension fields by salma-samy · 1 year, 8 months ago
  32. 4e5813a Delegate to implementation function in `subrule()` by Googler · 1 year, 8 months ago
  33. d21ccac Add `implementation` param to `subrule()` by Googler · 1 year, 8 months ago
  34. ede4d49 Make `MODULE.bazel.lock` deterministic by Salma Samy · 1 year, 8 months ago
  35. ea154dc Expose `compilation_info.javac_options_list` for migration by Googler · 1 year, 8 months ago
  36. 3faab8c Remove `alwaysUseDirListing` flag from `GlobFunction` by Googler · 1 year, 8 months ago
  37. d2f2013 Remove unused `getPackageFactory()` method from `AbstractPackageLoader` class. by Googler · 1 year, 8 months ago
  38. acd320a Simplify linkstatic computation in cc_test by Googler · 1 year, 8 months ago
  39. bd79bbb Use an alias for python launcher by Googler · 1 year, 8 months ago
  40. a7f7df3 delete incompatible_use_platforms_repo_for_constraints by Googler · 1 year, 8 months ago
  41. 73498b1 Reenable some tests on Windows. by Googler · 1 year, 8 months ago
  42. e95c682 Add the `subrule` top-level symbol by Googler · 1 year, 8 months ago
  43. cbddf60 Stop injecting metadata for non-symlink outputs materialized as a symlink (to a preexisting remote artifact) in RemoteActionFileSystem. by Googler · 1 year, 8 months ago
  44. 8c191d8 Flip `--incompatible_merge_fixed_and_default_shell_env` by Fabian Meumertzheim · 1 year, 8 months ago
  45. 788d00e Avoid writing D8 info and error messages directly to the Bazel console by Benjamin Lee · 1 year, 8 months ago
  46. 81d12db Use output directory naming scheme `diff_against_dynamic_baseline` by Fabian Meumertzheim · 1 year, 8 months ago
  47. 669c8aa Remove `--use_single_jar_apk_builder`. It's been a no-op for years. by Googler · 1 year, 8 months ago
  48. 252d363 Clean up creation of a `SkyFunction#Restart`. by Googler · 1 year, 8 months ago
  49. c9161bb Expose JavaRuntimeClasspathInfo by Googler · 1 year, 8 months ago
  50. 76701c4 Default Starlark value of fields final_proguard_output_map and java_source_jar to None. by Zhaoqing Xu · 1 year, 8 months ago
  51. 1eae8e8 Only create `ExtraActionArtifactsProvider` if needed by Googler · 1 year, 8 months ago
  52. b4926ef Add limited support for `resetForRestartFromScratch` on `IncrementalInMemoryNodeEntry`. by Googler · 1 year, 8 months ago
  53. b9e8a1a Automated rollback of commit e82beda0257958892ff8a15f3eae5c8f2f509118. by Googler · 1 year, 8 months ago
  54. ee8d9ba Fix allowlist checking to be more performant by Googler · 1 year, 8 months ago
  55. fa2364a Release 7.0.0-pre.20230816.3 (2023-08-25) by Bazel Release System · 1 year, 8 months ago
  56. ac0d9d9 When globbing recursively, do an early readdir() call if the glob pattern by Googler · 1 year, 8 months ago
  57. 99762e8 Remove _java_runtime_toolchain_type from java_binary by Googler · 1 year, 8 months ago
  58. f84329e Delete the runfiles symlink tree left over by a previous --enable_runfiles build when building with --noenable_runfiles. by Googler · 1 year, 8 months ago
  59. 07356f6 Never store null javacopts in `JavaCompilationInfoProvider` by Googler · 1 year, 8 months ago
  60. fb38c3a Retry on javax.net.ssl.SSLException ... BAD_DECRYPT by Chi Wang · 1 year, 8 months ago
  61. 60a3c5b Remove obsolete `--toolchain_resolution_override` flag. by Googler · 1 year, 8 months ago
  62. 32d018e Make targets in analysis completed events visible. by Googler · 1 year, 8 months ago
  63. 4671c18 Add a field final_proguard_output_map in AndroidDexInfo. by Zhaoqing Xu · 1 year, 8 months ago
  64. 27324b5 Cleanup prioritization code. by Googler · 1 year, 8 months ago
  65. 8a68310 Fetch `RepoSpec`s in parallel by Fabian Meumertzheim · 1 year, 8 months ago
  66. 32fa5c2 Fix couple of bugs with `init_cc_compilation_context`. by Googler · 1 year, 8 months ago
  67. 4571f07 Clean up code related to `NodeEntry#resetForRestartFromScratch`. by Googler · 1 year, 8 months ago
  68. ca49480 Add back `synchronized` to `NonIncrementalInMemoryNodeEntry#resetForRestartFromScratch`. by Googler · 1 year, 8 months ago
  69. 9845dc3 Fix Build Encyclopedia attribute and function param synopsis rendering by Googler · 1 year, 8 months ago
  70. 2b75d98 Use "minSdkVersion" input from values for empty manifest by Googler · 1 year, 8 months ago
  71. d8457d5 Starlarkify [initializeCcCompilationContext](https://github.com/bazelbuild/bazel/blob/70b43db35dddb1af05dd5646990e6de85167ab00/src/main/java/com/google/devtools/build/lib/rules/cpp/CcCompilationHelper.java#L952) for `cc_common.compile`. by Googler · 1 year, 8 months ago
  72. 8f8b38f Remove pointless isWritable check that's going to be followed by a setWritable. by Googler · 1 year, 8 months ago
  73. 93e56a3 Take into account the archivedTreeRepresentation and the materializationExecPath in TreeArtifactValue#equals. by Googler · 1 year, 8 months ago
  74. e9b2ccc Update `@_builtins` java compilation to use javacopts stored as `Depset`s by Googler · 1 year, 8 months ago
  75. 73b203c Store all `javacopts` as a `NestedSet` instead of `List` by Googler · 1 year, 8 months ago
  76. 085c90b Remove PythonVersionTransition and remove PY2 convenience symlink by Googler · 1 year, 8 months ago
  77. b70914d Deleting https://bazel.build/install/redhat as discussed, since it's no longer maintained by Googler · 1 year, 8 months ago
  78. 4206ce8 Fix code warnings in evaluator tests. by Googler · 1 year, 8 months ago
  79. d1fdc53 Add `--incompatible_merge_fixed_and_default_shell_env` by Ivo List · 1 year, 8 months ago
  80. 1efe7ec Distinguish rewinding from force-rebuilding. by Googler · 1 year, 8 months ago
  81. abac1c6 Add make_executable to aquery results by Googler · 1 year, 8 months ago
  82. a298742 Fix status of builtin Starlark rules by Googler · 1 year, 8 months ago
  83. e7cfd2e Add profiling for Bzlmod operations by Fabian Meumertzheim · 1 year, 8 months ago
  84. 77800e7 Remove redundant line break in user-manual by Letu Ren · 1 year, 8 months ago
  85. 89718d7 Remove custom system stream wrapping from ResourceProcessorBusyBox by Benjamin Lee · 1 year, 8 months ago
  86. ca25ada Fix a blunder introduced back in https://github.com/bazelbuild/bazel/commit/51e6c38ae808df4f2bf8fb29b4c5173e06ac014a by Googler · 1 year, 8 months ago
  87. ce88981 move createProto outside mutex lock by Googler · 1 year, 8 months ago
  88. 0481d12 Canonicalize the parent path in readSymbolicLink/createSymbolicLink and use the ActionInputMap as a source of information for readSymbolicLink. by Googler · 1 year, 8 months ago
  89. b43418d Actually use the arm64 version of embedded JDK for Windows ARM64 by Googler · 1 year, 8 months ago
  90. 2f032d4 Add use_os and use_arch to module extension by salma-samy · 1 year, 8 months ago
  91. a83810d Fix nonsensical execroot in ActionMetadataHandlerTest (it must be an ancestor of the output root). by Googler · 1 year, 8 months ago
  92. 71cd5cc Remove comments accidentally left over by a refactor. by Googler · 1 year, 8 months ago
  93. b36103a Create AndroidOptimizationInfo provider. by Tim Peut · 1 year, 8 months ago
  94. 6a19449 Set databinding to v2, v3.4.0+ args to true, and databinding AndroidX to true and remove resulting dead code. by Googler · 1 year, 8 months ago
  95. 54f750f Improve --incompatible_disable_native_android_rules usability by Benjamin Lee · 1 year, 8 months ago
  96. bd0f9b0 Expose BazelAndroidConfiguration to starlark by Mauricio Galindo · 1 year, 8 months ago
  97. 34c5ef2 make sure IdempotencyChecker use the correct rule transition and remove redundant computeTransition calls. by Googler · 1 year, 8 months ago
  98. 171aae3 Release 7.0.0-pre.20230810.1 (2023-08-22) by Bazel Release System · 1 year, 8 months ago
  99. 7f07970 Remove unused 'money.proto' import by Shaygan Hooshyari · 1 year, 8 months ago
  100. d55c11b Add gitignore for VS Code / Eclipse by Gunnar Wagenknecht · 1 year, 8 months ago