1. a77224b Enable bazel ninja rules to register validation actions from ninja build rules. by ahumesky · 4 years, 6 months ago
  2. 9d3689b Remove Artifact#getOutputDirRelativePathString. by Googler · 4 years, 6 months ago
  3. 60a69b4 Add --incompatible_use_cpp_compile_header_mnemonic flag by waltl · 4 years, 6 months ago
  4. 36f7100 Try to avoid conflicts writing param files by doing in-place renames. by jmmv · 4 years, 6 months ago
  5. f502368 Delete Artifact#toOutputDirRelativePaths after replacing it with ActionsTestUtil#baseArtifactNames in BazelJ2ObjcLibraryTest.java as it doesn't need to verify the full paths. by Googler · 4 years, 6 months ago
  6. a220c0d Flip --experimental_nested_set_as_skykey_threshold for Bazel. by leba · 4 years, 6 months ago
  7. 9342003 Log when a failed query has no detailed exit code. by janakr · 4 years, 6 months ago
  8. 334925f DOCS: Add example of visualizing JSON profile on Chromium by Eric Cousineau · 4 years, 6 months ago
  9. 3e2ebbe Add a test which verifies that all URLs mentioned in WORKSPACE actually by John Cater · 4 years, 6 months ago
  10. c1b80a9 Update platform-intro.md to use reference links. by jcater · 4 years, 6 months ago
  11. 01c37fd [3/3] Bump grpc java to 1.31.1 too by Dmitry Ivankov · 4 years, 6 months ago
  12. e25d7ec Move load statements to top of BUILD files by cushon · 4 years, 6 months ago
  13. 2ac5d2e Replace deprecated get*Fragment calls in CcCompilationHelper. by Googler · 4 years, 6 months ago
  14. 36fa385 Add a RepositoryName parameter to other directory methods in OutputDirectories. by Googler · 4 years, 6 months ago
  15. 8bd6fbe starlark: improve "unhashable type" error messages by adonovan · 4 years, 6 months ago
  16. dec757f Add a new query flag, --experimental_query_failure_exit_code_behavior, that determines the exit code query returns when it encounters a failure: "three_and_seven", the default, returns 3 on a keep-going failure and 7 on a non-keep-going failure. "seven", which users should be ok with, returns 7 for both failures, avoiding the clash of 3 with the "tests failed" exit code for `blaze test`. "underlying" returns the underlying exit code from the failure details. It gives the most resolution in the coarse exit code, but may be a breaking change for some consumers. by janakr · 4 years, 6 months ago
  17. 10d19ef Refactor AbstractBlazeOptionHandlerTest into a helper class by warkahscott · 4 years, 6 months ago
  18. cd2209a Fix broken build settings link by gregce · 4 years, 6 months ago
  19. 7f7ab02 Remove redundant describe()-like parameters from ExecException#toActionExecutionException. by janakr · 4 years, 6 months ago
  20. 961be8c Grpc java 1 31 1 part 2 by Dmitry Ivankov · 4 years, 6 months ago
  21. 4139a16 Reduce GC in ActionExecutionFunction caused by removal of MiddlemanArtifacts. by leba · 4 years, 6 months ago
  22. b327417 Restore deleted query-syntax related failure-details by michajlo · 4 years, 6 months ago
  23. df70135 Refactor ExecException to centralize logic for "messagePrefix" construction. Leads to a minor behavior change for error messages (additional colon). Don't think it's worth RELNOTES. by janakr · 4 years, 6 months ago
  24. d4cd4e7 [1/3] Bump grpc java to 1.31.1 too by Dmitry Ivankov · 4 years, 6 months ago
  25. 5ebc1fb Use the value of `--oom_message` in the OOM thrown by `RetainedHeapLimiter`. by jhorvitz · 4 years, 6 months ago
  26. ce73c32 Delete unused query-related failure details by michajlo · 4 years, 6 months ago
  27. e82d66b Automatic code cleanup. by Googler · 4 years, 6 months ago
  28. ca62fc4 Update documentation around newer exit codes by michajlo · 4 years, 6 months ago
  29. 05883a8 Updated and fixed j2objc_dead_code_pruner*, removed obsolete tests, updated to python3. by Googler · 4 years, 6 months ago
  30. 28442ae remove "support" for space syntax with starlark flags. by juliexxia · 4 years, 6 months ago
  31. f4374e6 Automated rollback of commit b094458cd453b73b46192ea2c3d65165cb5488e7. by cmita · 4 years, 6 months ago
  32. f885210 Automated rollback of commit 66844df726f5a6c1d6f4bc5755d3af0c6ce3662c. by cmita · 4 years, 6 months ago
  33. fd9a254 Refactor `RetainedHeapLimiter` to be more testable. by jhorvitz · 4 years, 6 months ago
  34. 8f9d2a6 Updates J2ObjcAspect to support ARC compilation via the `--j2objc_translation_flags=-use-arc` flag. by Googler · 4 years, 6 months ago
  35. d0135a5 Use CallCredentialsProvider and refresh credentials when needed for GrpcCacheClient and GrpcRemoteExecutor by Chi Wang · 4 years, 6 months ago
  36. d9bebab Fix typos in tools/build_defs/repo/utils.bzl -> patch() by Adam Liddell · 4 years, 6 months ago
  37. ae28ab7 Add .netrc support for remote build by Chi Wang · 4 years, 6 months ago
  38. 0077eaa Add NetrcParser which used to parse the content of .netrc file and create a Netrc instance. by Googler · 4 years, 6 months ago
  39. fb0f51d Simplify FileManager and context handling by cushon · 4 years, 6 months ago
  40. 1c12103 Add AggregatingArtifactValue#toString. by janakr · 4 years, 6 months ago
  41. e239193 Fix action conflicts from exec transition + platform mappings + starlark transition. by juliexxia · 4 years, 6 months ago
  42. bcb279b Arm64 installation instructions by Matt Davis · 4 years, 6 months ago
  43. 750c938 Add a `stamp` parameter to `apple_common.link_multi_arch_binary`. by allevato · 4 years, 6 months ago
  44. 4e7b1e5 Make OutputDirectories ready to produce repository-dependent bin directory paths. by Googler · 4 years, 6 months ago
  45. 10ffddb Use the non-javac-based turbine everywhere by cushon · 4 years, 6 months ago
  46. 8eeafab [3/3] Bump grpc from 1.26.0 to 1.31.1 by Dmitry Ivankov · 4 years, 7 months ago
  47. a74096f [2/3] Bump grpc from 1.26.0 to 1.31.1 by Dmitry Ivankov · 4 years, 6 months ago
  48. 638bdc2 Add --max_mem_alloc_mb to prevent aquery_differ from chewing up all mem available. by leba · 4 years, 6 months ago
  49. b25569e Removing obsolete warning message for aquery v2. by leba · 4 years, 6 months ago
  50. abbbdb4 Automatic code cleanup. by cushon · 4 years, 6 months ago
  51. 0731090 [1/3] Bump grpc from 1.26.0 to 1.31.1 by Dmitry Ivankov · 4 years, 7 months ago
  52. 199e70c [2/3] Remove the term "sanity" in comments. by Googler · 4 years, 6 months ago
  53. 365f67e Don't prematurely add native module to bzl env by brandjon · 4 years, 6 months ago
  54. d9b55f8 Clean up assertions on compilation results by cushon · 4 years, 6 months ago
  55. 7ecdc85 Remove testonly logic for configuring annotation processors by cushon · 4 years, 6 months ago
  56. a1d002c Support absolute paths for Propeller profiles with propeller_optimize option. by Googler · 4 years, 6 months ago
  57. d3f0e01 Add note that blazel config relies on server state from previous command. by juliexxia · 4 years, 6 months ago
  58. 0fdf1a1 Add some debugging for bizarre BES-RemoteActionFileSystem interaction bug. by janakr · 4 years, 6 months ago
  59. 1a975e4 starlark: relax Param.noneable to ease its removal by adonovan · 4 years, 6 months ago
  60. 6eb30d2 Update CODEOWNERS for Starlark interpreter by Jon Brandvein · 4 years, 6 months ago
  61. de77148 Allow for Starlark flags to be aliased on the command line. by warkahscott · 4 years, 6 months ago
  62. e7df682 BEGIN_PUBLIC starlark: abolish 'int reboxing' hack by adonovan · 4 years, 6 months ago
  63. 642a800 Fix Coverage Report Extension Check by vectoralpha · 4 years, 6 months ago
  64. 292f88b Output the correct logfile for multiplex workers when using --worker_verbose. by larsrc · 4 years, 6 months ago
  65. 9450552 Add support for toolchain java 15 by Jonathan Perry · 4 years, 7 months ago
  66. 4a8cbf5 Stop creating temp directories for Java compilations by cushon · 4 years, 7 months ago
  67. be0f07e Move default_java_toolchain definitions into java_tools repository by Ivo List · 4 years, 7 months ago
  68. 9b82aeb BEGIN_PUBLIC starlark: fix crash due to parameter type mismatch by adonovan · 4 years, 7 months ago
  69. 0f37305 Add debug message for weird crash. by janakr · 4 years, 7 months ago
  70. 0ba28d1 Remove unused SpawnStrategyRegistry#useLegacyDescriptionFilterPrecedence by michajlo · 4 years, 7 months ago
  71. daa9726 Add docstring to osx_cc_configure.bzl by Keith Smiley · 4 years, 7 months ago
  72. a2a2f9d Use Java resources to bundle the JNI library. by jmmv · 4 years, 7 months ago
  73. 6dbfa3e Fix some lingering local var names by brandjon · 4 years, 7 months ago
  74. f0a7594 Make --output required by cushon · 4 years, 7 months ago
  75. f8e482a Bump size of PackagesTest. by philwo · 4 years, 7 months ago
  76. e92b72b Update worker docs to include info about JSON workers. by steinman · 4 years, 7 months ago
  77. 4a27ebb docfix: Replace Skydoc reference with Stardoc, as former is deprecated by Jonathon Belotti · 4 years, 7 months ago
  78. 40f2a12 Stop manually overriding failure detail's coarse exit code in SpawnExecException#toDetailedExitCode. Instead, trust it. This requires changing some failure codes' associated coarse exit codes so that they are properly categorized: a code like Spawn#EXEC_FAILED that is associated with a "system" error status needs to have an exit code of 34 to reflect that. by janakr · 4 years, 7 months ago
  79. 8e69eff Update documentation for Bazel 3.6 by laurentlb · 4 years, 7 months ago
  80. f2fa663 Change host transitions to exec transition in android sdk. by Ivo List · 4 years, 7 months ago
  81. 6e0fa0d Read android sdk from toolchain instead of attribute when --incompatible_enable_android_toolchain_resolution is set. by juliexxia · 4 years, 7 months ago
  82. 11f928c bazel packages: port PackageFactoryTest to PackageLoadingTestCase by adonovan · 4 years, 7 months ago
  83. 76152be Release 3.6.0 (2020-10-06) by Bazel Release System · 4 years, 7 months ago
  84. 200b949 Fix formatting of output C++ toolchain for macOS. by Thi Doan · 4 years, 7 months ago
  85. a1652cb Fix typo in documentation. by twerth · 4 years, 7 months ago
  86. 66844df Add source jar to transitive jars in JavaProtoAspect by cmita · 4 years, 7 months ago
  87. a991db7 Remove support for //net/proto2/go:proto dependency by Googler · 4 years, 7 months ago
  88. 73929f9 Desugar Integer.{divide,remainder}Unsigned and {Integer,Long}.toUnsignedString by kmb · 4 years, 7 months ago
  89. 080547f Automated rollback of commit 6d448136d13ddab92da8bb29ea6e8387821369d9. by juliexxia · 4 years, 7 months ago
  90. 2350239 Create temp directories instead of making Bazel create them for us by cushon · 4 years, 7 months ago
  91. 360265b bazel packages: fix + test for crash in EnvironmentGroup.toString by adonovan · 4 years, 7 months ago
  92. 3b73c25 Validate the types of sequence inputs to JavaInfo by Charles Mita · 4 years, 7 months ago
  93. b094458 Use exec transitions in Java related rules. by Ivo List · 4 years, 7 months ago
  94. a977376 Rename --experimental_allow_json_worker_protocol to --experimental_worker_allow_json_protocol, to match the other worker-related flags, which begin with "worker" by steinman · 4 years, 7 months ago
  95. b8f43f9 Remove double negatives in constructFileArtifactValue comment for readability. by jingwen · 4 years, 7 months ago
  96. 2dfc903 Add undeclared ninja file path in exception message by Torgil Svensson · 4 years, 7 months ago
  97. 2fb715a Add link to Ninja docs about Phony targets in the PhonyTarget class. by jingwen · 4 years, 7 months ago
  98. d69744d Fold the windows/jni subpackage into its parent. by jmmv · 4 years, 7 months ago
  99. abc2211 Force /usr/bin/python2.7 on macOS by Keith Smiley · 4 years, 7 months ago
  100. 7128580 Fold {Unix,Windows}JniLoader into JniLoader. by jmmv · 4 years, 7 months ago