1. 86e54cc Don't require direct deps for types used in `var` by cushon · 3 years, 2 months ago
  2. 095f1e2 Move more JDK repo definitions to distdir_deps.bzl by cushon · 3 years, 2 months ago
  3. 5024353 Add JavaCompileActionBuilderTest. by dacek · 3 years, 2 months ago
  4. 74b7dd5 Flip --incompatible_existing_rules_immutable_view flag to true by arostovtsev · 3 years, 2 months ago
  5. f34ab2f Add CcLauncherInfo for Bazel. by Googler · 3 years, 2 months ago
  6. 4f9705b Add a real file for non-windows test_wrapper and xml_writer by John Cater · 3 years, 2 months ago
  7. fbb0958 Update Java 17 to zulu17.32.13 by David Ostrovsky · 3 years, 2 months ago
  8. 22baad5 Remove now unnecessary special casing for include-scanning related package errors. by janakr · 3 years, 2 months ago
  9. 79195ec Fix a bug where runtime_libraries_extra was not properly updated. by Googler · 3 years, 2 months ago
  10. 2353120 Fix for https://github.com/bazelbuild/bazel/commit/138a1cb449794801eb88b2697dcfd2b48ec54078: Set params file on additional_args. by ilist · 3 years, 2 months ago
  11. 32d1606 Add "arch" struct field to repository_os by Fabian Meumertzheim · 3 years, 2 months ago
  12. 8734ccf Add the default solib dir to the rpath for cc_imports with transitions by Yuval K · 3 years, 2 months ago
  13. 138a1cb Accept args object in create_proto_compile_action. by ilist · 3 years, 2 months ago
  14. 6282ffe Remove duplicate ManifestProcessingException by Benjamin Lee · 3 years, 2 months ago
  15. 6fc1e22 Enable OutputArtifactConflictTest by michajlo · 3 years, 2 months ago
  16. bebd685 Enable CompileOneDependencyIntegrationTest by michajlo · 3 years, 2 months ago
  17. b72d1f1 Fix obsolete claim about --run_under not accepting label argument for "run" command by mschaller · 3 years, 2 months ago
  18. 8d6fa34 Update auto-review assignments for site/... by aiuto · 3 years, 2 months ago
  19. f527505 Minor revision for Javadoc to make it more accurate. by emilyguo · 3 years, 2 months ago
  20. d5559c1 Use `target_compatible_with` for Java runtimes by cushon · 3 years, 2 months ago
  21. 2eabd8d Enable ProgressReportingTest by michajlo · 3 years, 2 months ago
  22. 7115652 Dramatically speed up bazel_query_test by reducing the universe to the reasonable //foo/...:* instead of the unreasonable //...:*. by janakr · 3 years, 2 months ago
  23. de3c14d New cc_test implementation based on Platforms/Toolchains providing per-platform "runners" and other options. by Googler · 3 years, 2 months ago
  24. 25a1c57 Open-source GenRuleIntegrationTest. by jcater · 3 years, 2 months ago
  25. 0334ea9 Add missing info to objc_library's InstrumentedFilesInfo by waltl · 3 years, 2 months ago
  26. fb66372 Properly handle NoSuchPackageException errors encountered during collection of hints during include scanning. by janakr · 3 years, 2 months ago
  27. 0802009 Clean up cc_binary implementation. by Googler · 3 years, 2 months ago
  28. 486d153 Find runfiles in directories that are themselves runfiles by Fabian Meumertzheim · 3 years, 2 months ago
  29. c23410c Enable AqueryBuildToolTest in Bazel. by twerth · 3 years, 2 months ago
  30. 4f341a3 Fix tests for Starlark cc_binary. by Googler · 3 years, 2 months ago
  31. 473d147 Changes necessary for Starlark cc_library by plf · 3 years, 2 months ago
  32. b2a9434 Make SyscallCache a constant over the lifetime of the server: it was already effectively a constant, but we initialized it based on the value of --legacy_globbing_threads on the first invocation that did package loading. That never really made much sense (initial capacity != concurrency) and anyway with Skyframe --legacy_globbing_threads isn't the controlling knob for concurrent accesses to the SyscallCache, since it's accessed directly in Skyframe. by janakr · 3 years, 2 months ago
  33. 56df8e9 Store file digests as `byte[]` in `WorkerKey`. by ajurkowski · 3 years, 2 months ago
  34. c673bc5 Delete all `getOrderedValues(OrThrow)` methods and `getValuesOrThrow` 3 elements method, change all current callers to `getOrderedValuesAndExceptions`. by emilyguo · 3 years, 2 months ago
  35. e4c1c43 Merge execution properties and execution info. by jcater · 3 years, 2 months ago
  36. 64ac2a8 `TestRunnerAction` now produces a `TestResult` when test lifecycle fails at runtime. by adgar · 3 years, 2 months ago
  37. 5c4422e Introduce a new cpp toolchain_type, "test_runner_toolchain_type" by Googler · 3 years, 2 months ago
  38. b648b85 Allow generating SkyKeys for directory ancestors of files in order to better process non-existent files. Also include FILE and DIRECTORY_LISTING nodes as well as FILE_STATE and DIRECTORY_LISTING_STATE. by shreyax · 3 years, 3 months ago
  39. b5d9a9c Remove ExpandedTreeArtifactArg's function member by michajlo · 3 years, 3 months ago
  40. 3b7e65a Use --noremote_accept_cached during postsubmit. by philwo · 3 years, 3 months ago
  41. 938e209 Make test_verify_urls test easier to debug. by philwo · 3 years, 3 months ago
  42. 855107c Refactor cc_binary so that it is instansiated by a macro. by Googler · 3 years, 3 months ago
  43. 1d2bc8c Pass ActionExecutionContext into `canIgnoreFailure` calls. by larsrc · 3 years, 3 months ago
  44. 308ed67 Automated rollback of commit 382b187d4df664e555608c895716172d96e092c5. by shahan · 3 years, 3 months ago
  45. c5a1f8e GitHub workflow to help manage release issues by wyv · 3 years, 3 months ago
  46. 74c814b Add review ownership for apple and configurability by aiuto · 3 years, 3 months ago
  47. 1024358 fix test_name in test-setup.sh by divanorama · 3 years, 3 months ago
  48. ba1ef92 Automatic code cleanup. by Googler · 3 years, 3 months ago
  49. 813fe50 Introduce a new class `SkyframeIterableResult` and add `getOrderedValuesAndExceptions` method in `Environment` interface. by emilyguo · 3 years, 3 months ago
  50. e2a6a2b Fix string formatting when java_home path is missing. by Ivo List · 3 years, 3 months ago
  51. c2ddbd1 Ignore missing include directory in JDK distribution. by Ivo List · 3 years, 3 months ago
  52. 2bfac86 Add basic unit test coverage for Starlark BigInteger compilation by mschaller · 3 years, 3 months ago
  53. 4399004 Fix some typographical errors in the 'subpackages' docs. by Googler · 3 years, 3 months ago
  54. 45ce545 Rollback https://github.com/bazelbuild/bazel/commit/8174262bf946e31df86476014c6f231f46ca0882 by brandjon · 3 years, 3 months ago
  55. 2fd886b Fix cquery docs to list the same results as running the query. by jcater · 3 years, 3 months ago
  56. 0ba4caa Enable native support for Windows on arm64 by Niyas Sait · 3 years, 3 months ago
  57. cc4fbe9 Add implementation notes for toolchain resolution. by jcater · 3 years, 3 months ago
  58. 41528c3 Release 6.0.0-pre.20220127.1 (2022-02-02) by Bazel Release System · 3 years, 3 months ago
  59. 9c0087c Replace @Override accidentally removed from a merge conflict by gregce · 3 years, 3 months ago
  60. 76c8c3a Remove native proto_library implementation. by ilist · 3 years, 3 months ago
  61. a0fe0d8 Remote: Cleanup ByteStreamUploader. by Chi Wang · 3 years, 3 months ago
  62. fce7ea8 Fix `ctx.fragments.apple.single_arch_cpu` returning incorrect cpu for tools when host cpu and exec cpu are different by Thi Doan · 3 years, 3 months ago
  63. 368fcf7 Automatic code cleanup. by Googler · 3 years, 3 months ago
  64. 3f666c7 Automatic code cleanup. by Googler · 3 years, 3 months ago
  65. 378c1a6 Automatic code cleanup. by Googler · 3 years, 3 months ago
  66. 7b8809b fix(#14135): error: use of undeclared identifier SIGKILL on FreeBSD 13.0 by Yesudeep Mangalapilly · 3 years, 3 months ago
  67. b3a7cd8 Enable native support for Windows on arm64 (Part 1) by Niyas Sait · 3 years, 3 months ago
  68. 0541b63 Changes necessary for Starlark cc_library by plf · 3 years, 3 months ago
  69. 5e08505 Fix bugs in cc_binary, address some TODOs. by Googler · 3 years, 3 months ago
  70. b54522b Add JavaCcInfoProvider to java_lite_proto_library providers by Googler · 3 years, 3 months ago
  71. dfac065 Fix missing warning on macOS by Keith Smiley · 3 years, 3 months ago
  72. cb01bde Provide direct Java support for config-stripped output paths. by gregce · 3 years, 3 months ago
  73. b6090a8 fix: Add missing commas by Marek uppa · 3 years, 3 months ago
  74. 382b187 Automated rollback of commit 9998c6361d3d7c22184ea07e363f38e88a345701. by mschaller · 3 years, 3 months ago
  75. 191c4a7 When in sync mode, log the invocation BES upload is waiting on to finish by michajlo · 3 years, 3 months ago
  76. 9b73ea4 Remove reflective workaround for accessing `ClassLoader.getPlatformClassLoader` by cushon · 3 years, 3 months ago
  77. 73520e9 Remove dead code, specifically the retired Java implementation of AppleStaticLibrary. by Googler · 3 years, 3 months ago
  78. 20d05e3 Automatic code cleanup. by Googler · 3 years, 3 months ago
  79. a13cc67 Automatic code cleanup. by Googler · 3 years, 3 months ago
  80. bfc711c Intern flags in CcToolchainFeature expansion. by twerth · 3 years, 3 months ago
  81. 8343c3d Give Profiler#profile a Supplier<String> overload, to minimize garbage when the Profiler is not on. Change the obvious callsites that could use this overload to use it. by janakr · 3 years, 3 months ago
  82. 1c0cf8e Undelete BigIntegerCodec deleted in https://github.com/bazelbuild/bazel/commit/16753d6ab16c22ed8cfd4247e05c695223b67616. Belatedly realized needed for Starlark bigint serialization. by janakr · 3 years, 3 months ago
  83. 82b3896 Add a method, Spawn#isOutputMandatory, to indicate whether a Spawn must create an output by the end of its execution. If not, a Spawn (like a test) may succeed without necessarily creating that output. by janakr · 3 years, 3 months ago
  84. 92ce115 Automatic code cleanup. by Googler · 3 years, 3 months ago
  85. 2fc3d3f Automatic code cleanup. by Googler · 3 years, 3 months ago
  86. 30f1b65 Automatic code cleanup. by Googler · 3 years, 3 months ago
  87. 4924c35 Automatic code cleanup. by Googler · 3 years, 3 months ago
  88. 0ef9225 Automatic code cleanup. by Googler · 3 years, 3 months ago
  89. b3a060e Add comments to exports.bzl by hlopko · 3 years, 3 months ago
  90. 26f766b Automatic code cleanup. by Googler · 3 years, 3 months ago
  91. 831da6a Change testing of ProtoCompileActionBuilder.addIncludeMapArguments to ProtoCompileActionBuilder.registerAction. by ilist · 3 years, 3 months ago
  92. 4f5f5f8 Automatic code cleanup. by Googler · 3 years, 3 months ago
  93. 5096622 Automatic code cleanup. by Googler · 3 years, 3 months ago
  94. 3cd5f84 Automatic code cleanup. by Googler · 3 years, 3 months ago
  95. 91d93f6 Don't eagerly compute local resources usage: when running an action remotely, it's mostly waste. by janakr · 3 years, 3 months ago
  96. c7652d8 Remove unused constructor from `ExecException`. by ajurkowski · 3 years, 3 months ago
  97. c6a4044 Optimize the check for "msvc" includes: getting a substring generates garbage. I suspect msvc is only used for Windows, but doesn't seem worth checking for the OS in this part of the code, checking raw chars should be so fast as to not be noticeable. by janakr · 3 years, 3 months ago
  98. 0537837 Properly handle interrupts when retrieving packages for DumpCommand. by janakr · 3 years, 3 months ago
  99. 952d1f4 Automatic code cleanup. by Googler · 3 years, 3 months ago
  100. d097c96 Make slowRemoteTime take a Duration rather than an integer number of seconds. by larsrc · 3 years, 3 months ago