1. bfe110f Move worker allocation to ResourceManager. by wilwell · 3 years, 2 months ago
  2. cd24f39 Add paramfile support for def_parser, since in rare cases on Windows command line character limit was reached. by Googler · 3 years, 2 months ago
  3. 0a2b455 Changes necessary for Starlark cc_library by plf · 3 years, 2 months ago
  4. 86e2db7 Add a helper method for rules to depend on the cpp toolchain type. by John Cater · 3 years, 2 months ago
  5. ca58b64 Add a getter for arguments in `ParamFileActionInput`. by ajurkowski · 3 years, 2 months ago
  6. 21f679c Clarify that --fatal_event_bus_exceptions endures, for now by mschaller · 3 years, 2 months ago
  7. 89fa614 Add the ability to enable/disable FSAFDO by Googler · 3 years, 2 months ago
  8. 0409ad1 Add ProguardLibraryTest. by dacek · 3 years, 2 months ago
  9. cf16e88 Update toolchain resolution to use ToolchainTypeRequirement. by John Cater · 3 years, 2 months ago
  10. 1deb3f7 Fixes for cc_binary/cc_test: by Googler · 3 years, 2 months ago
  11. 1192add Remove native java_library implementation. by ilist · 3 years, 2 months ago
  12. 3ddcd34 Introduce a new class `SkyframeLookupResult` and add `getValuesAndExceptions` method in Environment interface. by emilyguo · 3 years, 2 months ago
  13. 06a3d82 Add JavaConfigurationTest. by dacek · 3 years, 2 months ago
  14. 8ada3d7 Move proguard specs validation to basic_java_library to reduce duplication. by ilist · 3 years, 2 months ago
  15. da4f6d1 Make `TEST_REPOSITORY_HOME` stable for macOS and Windows by pcloudy · 3 years, 2 months ago
  16. b602425 [windows/arm64] Add missing JDK toolchain for java build by Niyas Sait · 3 years, 2 months ago
  17. 207c31b [apple] support tvos_sim_arm64 in toolchain by Dan Fleming · 3 years, 2 months ago
  18. 012cab5 Open source MetricsCollectorTest. by twerth · 3 years, 2 months ago
  19. 096aca9 Move executionInfo interning from BuildConfigurationValue to SpawnAction, for 0.39% improvement to post-analysis used_heap_size_post_build. by Googler · 3 years, 2 months ago
  20. fad935e Connect documentation for --subcommands, --execution_log_json_file, and --execution_log_binary_file by arostovtsev · 3 years, 2 months ago
  21. ab31f74 Don't intern any `FileStateValue.Key` instances. by nharmata · 3 years, 2 months ago
  22. 697a6e8 Enable GoCompileOnlyTest in Bazel. by steinman · 3 years, 2 months ago
  23. 5e5f573 Fix typo in @link javadoc command. by jcater · 3 years, 2 months ago
  24. 3333de8 Add non-Starlark optional toolchain API by John Cater · 3 years, 2 months ago
  25. 4e551f5 Fix immutability/hashability of FakeProviderApi to match that of StarlarkProvider by arostovtsev · 3 years, 2 months ago
  26. c81d364 Add JavaRuntimeTest. by dacek · 3 years, 2 months ago
  27. 2d369d8 Fix --max_test_output_bytes documentation by michajlo · 3 years, 2 months ago
  28. c3bacc2 Modifying the Starlark builtin Apple crosstool transition to start handling the new platform APIs. Verifying resolution with new Apple platform tests. by Googler · 3 years, 2 months ago
  29. 9556d0b Export multiple tests under skyframe/serialization. by Googler · 3 years, 2 months ago
  30. aaba5be Implement getStarlarkArgv() for CppCompileAction by hlopko · 3 years, 2 months ago
  31. 41cb00c Enable DirectoryArtifactWarningTest by Googler · 3 years, 2 months ago
  32. 1024ea9 Changes necessary for Starlark cc_library by plf · 3 years, 2 months ago
  33. 228d872 C++: Fix dynamic only pecompiled libraries not propagated by plf · 3 years, 2 months ago
  34. 676a0c8 Update Bazel to depend on bazelbuild/platforms 0.0.5. by aiuto · 3 years, 2 months ago
  35. f936e1b Deduplicate urls parsed to reduce crawl requests by Niyas Sait · 3 years, 2 months ago
  36. 91c8085 Remove test references to java/constraints. by jcater · 3 years, 2 months ago
  37. 30fed68 Open source `LocalDiffAwarenessTest.java`. by nharmata · 3 years, 2 months ago
  38. 8807e23 Simplify Starlark java_library handling of files_to_build. by ilist · 3 years, 2 months ago
  39. f6c4e62 Changes necessary for Starlark cc_library by plf · 3 years, 2 months ago
  40. 6244713 Remove references to @rules_java//java/constraints. by jcater · 3 years, 2 months ago
  41. 4395132 Use a class hierarchy for `PathFragment` to encode the information formerly encoded in `PathFragment#driveStrLength`. by nharmata · 3 years, 2 months ago
  42. 216e5a0 Enable GoStarlarkApiTest in Bazel. by steinman · 3 years, 2 months ago
  43. b7fecb9 Stop doing filesystem access to determine a package's BUILD file in SkyQueryEnvironment: the package lookup value must already be computed, so we can just fetch it from the graph and ask for the BUILD file. by janakr · 3 years, 2 months ago
  44. e3299b0 Enable MissingInputActionTest in Bazel. by steinman · 3 years, 2 months ago
  45. 7a65271 config doesn't error on duplicate `--define` values by Daniel Wagner-Hall · 3 years, 2 months ago
  46. 0d511e8 Update ExecGroup to use a Builder interface. by John Cater · 3 years, 2 months ago
  47. 965a79a PDB file generation now matches native version. by Googler · 3 years, 2 months ago
  48. 8d24af1 Clean up checking for valid command line options in starlark transitions. by jcater · 3 years, 2 months ago
  49. 68b1c7e Open source sandboxing tests to Bazel. by steinman · 3 years, 2 months ago
  50. a54600e Enable InconsistentFilesystemTest by Googler · 3 years, 2 months ago
  51. 86e54cc Don't require direct deps for types used in `var` by cushon · 3 years, 2 months ago
  52. 095f1e2 Move more JDK repo definitions to distdir_deps.bzl by cushon · 3 years, 2 months ago
  53. 5024353 Add JavaCompileActionBuilderTest. by dacek · 3 years, 2 months ago
  54. 74b7dd5 Flip --incompatible_existing_rules_immutable_view flag to true by arostovtsev · 3 years, 2 months ago
  55. f34ab2f Add CcLauncherInfo for Bazel. by Googler · 3 years, 2 months ago
  56. 4f9705b Add a real file for non-windows test_wrapper and xml_writer by John Cater · 3 years, 2 months ago
  57. fbb0958 Update Java 17 to zulu17.32.13 by David Ostrovsky · 3 years, 2 months ago
  58. 22baad5 Remove now unnecessary special casing for include-scanning related package errors. by janakr · 3 years, 2 months ago
  59. 79195ec Fix a bug where runtime_libraries_extra was not properly updated. by Googler · 3 years, 2 months ago
  60. 2353120 Fix for https://github.com/bazelbuild/bazel/commit/138a1cb449794801eb88b2697dcfd2b48ec54078: Set params file on additional_args. by ilist · 3 years, 2 months ago
  61. 32d1606 Add "arch" struct field to repository_os by Fabian Meumertzheim · 3 years, 2 months ago
  62. 8734ccf Add the default solib dir to the rpath for cc_imports with transitions by Yuval K · 3 years, 2 months ago
  63. 138a1cb Accept args object in create_proto_compile_action. by ilist · 3 years, 2 months ago
  64. 6282ffe Remove duplicate ManifestProcessingException by Benjamin Lee · 3 years, 2 months ago
  65. 6fc1e22 Enable OutputArtifactConflictTest by michajlo · 3 years, 2 months ago
  66. bebd685 Enable CompileOneDependencyIntegrationTest by michajlo · 3 years, 2 months ago
  67. b72d1f1 Fix obsolete claim about --run_under not accepting label argument for "run" command by mschaller · 3 years, 2 months ago
  68. 8d6fa34 Update auto-review assignments for site/... by aiuto · 3 years, 2 months ago
  69. f527505 Minor revision for Javadoc to make it more accurate. by emilyguo · 3 years, 2 months ago
  70. d5559c1 Use `target_compatible_with` for Java runtimes by cushon · 3 years, 2 months ago
  71. 2eabd8d Enable ProgressReportingTest by michajlo · 3 years, 2 months ago
  72. 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
  73. de3c14d New cc_test implementation based on Platforms/Toolchains providing per-platform "runners" and other options. by Googler · 3 years, 2 months ago
  74. 25a1c57 Open-source GenRuleIntegrationTest. by jcater · 3 years, 2 months ago
  75. 0334ea9 Add missing info to objc_library's InstrumentedFilesInfo by waltl · 3 years, 2 months ago
  76. fb66372 Properly handle NoSuchPackageException errors encountered during collection of hints during include scanning. by janakr · 3 years, 2 months ago
  77. 0802009 Clean up cc_binary implementation. by Googler · 3 years, 2 months ago
  78. 486d153 Find runfiles in directories that are themselves runfiles by Fabian Meumertzheim · 3 years, 2 months ago
  79. c23410c Enable AqueryBuildToolTest in Bazel. by twerth · 3 years, 2 months ago
  80. 4f341a3 Fix tests for Starlark cc_binary. by Googler · 3 years, 2 months ago
  81. 473d147 Changes necessary for Starlark cc_library by plf · 3 years, 2 months ago
  82. 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
  83. 56df8e9 Store file digests as `byte[]` in `WorkerKey`. by ajurkowski · 3 years, 2 months ago
  84. c673bc5 Delete all `getOrderedValues(OrThrow)` methods and `getValuesOrThrow` 3 elements method, change all current callers to `getOrderedValuesAndExceptions`. by emilyguo · 3 years, 2 months ago
  85. e4c1c43 Merge execution properties and execution info. by jcater · 3 years, 2 months ago
  86. 64ac2a8 `TestRunnerAction` now produces a `TestResult` when test lifecycle fails at runtime. by adgar · 3 years, 2 months ago
  87. 5c4422e Introduce a new cpp toolchain_type, "test_runner_toolchain_type" by Googler · 3 years, 2 months ago
  88. 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, 2 months ago
  89. b5d9a9c Remove ExpandedTreeArtifactArg's function member by michajlo · 3 years, 3 months ago
  90. 3b7e65a Use --noremote_accept_cached during postsubmit. by philwo · 3 years, 3 months ago
  91. 938e209 Make test_verify_urls test easier to debug. by philwo · 3 years, 3 months ago
  92. 855107c Refactor cc_binary so that it is instansiated by a macro. by Googler · 3 years, 3 months ago
  93. 1d2bc8c Pass ActionExecutionContext into `canIgnoreFailure` calls. by larsrc · 3 years, 3 months ago
  94. 308ed67 Automated rollback of commit 382b187d4df664e555608c895716172d96e092c5. by shahan · 3 years, 3 months ago
  95. c5a1f8e GitHub workflow to help manage release issues by wyv · 3 years, 3 months ago
  96. 74c814b Add review ownership for apple and configurability by aiuto · 3 years, 3 months ago
  97. 1024358 fix test_name in test-setup.sh by divanorama · 3 years, 3 months ago
  98. ba1ef92 Automatic code cleanup. by Googler · 3 years, 3 months ago
  99. 813fe50 Introduce a new class `SkyframeIterableResult` and add `getOrderedValuesAndExceptions` method in `Environment` interface. by emilyguo · 3 years, 3 months ago
  100. e2a6a2b Fix string formatting when java_home path is missing. by Ivo List · 3 years, 3 months ago