1. 72817e3 Release 3.5.1 (2020-10-01) by Bazel Release System · 4 years, 6 months ago
  2. f68079c Delete symlinks in the execroot that are toplevel output directories. by ahumesky · 4 years, 6 months ago
  3. 7f8f126 bazel packages: existing_rule: convert Tristate to StarlarkInt (not Integer) by adonovan · 4 years, 6 months ago
  4. 86b9e68 starlark syntax: parse big integers by adonovan · 4 years, 6 months ago
  5. 5b70246 File names reported as artifact names in BEP are encoded UTF-8. by adgar · 4 years, 6 months ago
  6. 3ed7ed5 BEGIN_PUBLIC starlark: infinite precision ints by adonovan · 4 years, 6 months ago
  7. 9b15bac Improve toolchain resolution debug by Ivo List · 4 years, 6 months ago
  8. f8dc2eb Add identifying information to failure message for all local spawn execution errors. by janakr · 4 years, 6 months ago
  9. 6181f30 Fix two toolchain types resolved to the same label by Ivo List · 4 years, 6 months ago
  10. 8c1a2bd Automated rollback of commit 006b4972b433bda280e6982d297da6071b84b88d. by lberki · 4 years, 6 months ago
  11. 9641a3b [3/3] Remove the term "sanity" in comments. by Googler · 4 years, 6 months ago
  12. e379e94 Add Netrc which used to representing the content of .netrc file. by Googler · 4 years, 6 months ago
  13. c87bd58 Cleanups for nested test_suite or java_test under trim_test_configuration by twigg · 4 years, 6 months ago
  14. fb55091b [1/3] Remove the term "sanity" in comments. by Googler · 4 years, 6 months ago
  15. 9afdb42 Add troubleshooting for Xcode locator problems in Bazel docs. by steinman · 4 years, 6 months ago
  16. c4eccf7 Log when interrupted during `map_each`. by jhorvitz · 4 years, 6 months ago
  17. 9123bd8 Add test coverage for `ArchivedTreeArtifact` factory methods. by ajurkowski · 4 years, 6 months ago
  18. 5f2b135 Remove all code and .proto references to --record_rule_instantiation_callstack flag. by Googler · 4 years, 6 months ago
  19. 0cf75b9 bazel packages: use skyframe not PackageFactory for loading by adonovan · 4 years, 6 months ago
  20. 3c40c94 Allow non-ActionExecutionException DetailedExceptions to populate the detailed exit code on a failed keep-going execution phase, and enrich the message when possible to try to pin down any remaining issues. by janakr · 4 years, 6 months ago
  21. d82eaa8 Expose DebugPackageProvider to Starlark as DebugPackageInfo by Googler · 4 years, 6 months ago
  22. c2fe3d8 bazel skyframe: remove call to PackageFactory.createPackageForTesting by adonovan · 4 years, 6 months ago
  23. 21dee10 bazel packages: move util.PackageFactoryApparatus into lib.packages by adonovan · 4 years, 6 months ago
  24. e44e43b Deflake MemoizingEvaluatorTest#shutDownBuildOnCachedError_Done: the test is trying to prevent B-fail-fast-parent from starting to build until either (a) the build is interrupted or (b) A-slow-set-value-parent tries to set its value (which would be unexpected). However, we don't do an isDirty() check in AbstractParallelEvaluator$Evaluate#run anymore, so the synchronization was just wrong. by janakr · 4 years, 6 months ago
  25. b302dc9 bazel starlark: merge lib.syntax.util.EvaluationTestCase into BazelETC by adonovan · 4 years, 6 months ago
  26. 7789efb bazel packages: merge PackageFactoryTestBase into sole subclass by adonovan · 4 years, 6 months ago
  27. 1038298 Avoid replaying events/postables of top-level nodes in the common case that there are no errors (or the build was keep-going). Nested set expansion can be a hot spot, noticed by @justinhorvitz. by janakr · 4 years, 6 months ago
  28. 651596e Remove IncompatibleMergeException from coverage generator by cmita · 4 years, 6 months ago
  29. 03b5270 DOCS: delete docs on flags to analyze_profile by Googler · 4 years, 6 months ago
  30. 2c7794b Add Support for LLVM's Propeller (basic block sections) Optimization Flags. by Googler · 4 years, 6 months ago
  31. 7d6be20 Set mnemonic for objc cpp header parsing action to ObjcCompile by waltl · 4 years, 6 months ago
  32. 389e0da Remove java_tools_javac14 (releases and dependencies) from Bazel. by Ivo List · 4 years, 6 months ago
  33. e47d766 Fix typo ingoring -> ignoring in warning message. by philwo · 4 years, 6 months ago
  34. f9d4fa6 Speed up filterListForObscuringSymlinks(). When checking the parent-directory by djasper · 4 years, 6 months ago
  35. eb20f46 Add compilation artifacts to objc_library's hidden top level output group by waltl · 4 years, 6 months ago
  36. 299edde Fix artifact path in test by waltl · 4 years, 6 months ago
  37. a2e09ce Fix oversight in recent cleanup. We should filter discovered headers whenever by djasper · 4 years, 6 months ago
  38. f1a7448 Fix `ArchivedTreeArtifact` deserialization to set generating action. by ajurkowski · 4 years, 6 months ago
  39. 0afdecf starlark: move StarlarkDocumentationCategory into docgen by adonovan · 4 years, 6 months ago
  40. a3d427a Add additional FailAction error codes to make the different errors more unique. by Googler · 4 years, 6 months ago
  41. a1056e5 Add more verbose logging to try to identify where a crashing thread suddenly stops crashing. by janakr · 4 years, 6 months ago
  42. 19c1818 Improve efficiency of DexBuilder actions: by Googler · 4 years, 6 months ago
  43. 0365843 Propagate linkstamp information through `objc_library` rules by bbaren · 4 years, 6 months ago
  44. a64352a Automatic code cleanup. by Googler · 4 years, 6 months ago
  45. ed9209c fix obsolete error message about what the cfg parameter can take. by juliexxia · 4 years, 6 months ago
  46. a7ae16d Replace getOutputDirRelativePath() calls in ProtoCommon with getRepositoryRelativePath() by Googler · 4 years, 6 months ago
  47. 603e3b8 Make Artifact#getRepositoryRelativePath compatible with --experimental_sibling_repository_layout. by Googler · 4 years, 6 months ago
  48. c069815 Make it possible to add extra command line options to JavaProtoAspect. by Googler · 4 years, 6 months ago
  49. ad3570b Make it possible to use information from the BuildConfiguration to decide on by djasper · 4 years, 6 months ago
  50. 2b4e735 Code cleanup: Further simplify the decision on whether or not .d file based by djasper · 4 years, 6 months ago
  51. a365e1a Add documentation for symlink SpecialArtifact in the Artifact javadoc. by jingwen · 4 years, 6 months ago
  52. 006b497 Make Bazel not raise an error when a symlink points to its own ancestor. by lberki · 4 years, 6 months ago
  53. c924b4d Enrich FailAction's failure message a bit: always include the owning label, and in the last remaining "generic" case, be more specific in the error message. by janakr · 4 years, 6 months ago
  54. 859c9ac Encode ViewCreation failures with FailureDetails by mschaller · 4 years, 6 months ago
  55. 11102e3 Quote user-provided string so it is clearly on a distinct meta-level. by Googler · 4 years, 6 months ago
  56. 4592a6c Improve comment in UnixFileSystem#getFastDigest. by nharmata · 4 years, 6 months ago
  57. f060b55 Replace getOutputDirRelativePath() calls in CcCompilationHelper with getRepositoryRelativePath() by Googler · 4 years, 6 months ago
  58. 59e17ee BE: Group all language-agnostic rules into the "OTHER" type by wyv · 4 years, 6 months ago
  59. 1f82ea8 BE: Merge all columns of the "language-agnostic" rule table by wyv · 4 years, 6 months ago
  60. 60c9545 Rename whitelisted to allowlisted in skydoc filter test. by Tony Aiuto · 4 years, 6 months ago
  61. 69d1da8 update function_transition allowlisting tests to use the new list path by Tony Aiuto · 4 years, 6 months ago
  62. e906f89 Update java_toolchain to properly declare config transitions. by jcater · 4 years, 6 months ago
  63. d5d65ec Automated rollback of commit aab567cbde4f1817b598207d99a93393dad4a094. by larsrc · 4 years, 6 months ago
  64. d8caf26 Rename whitelist to allowlist in ConfigSettings warning message. by Tony Aiuto · 4 years, 6 months ago
  65. 952b1dc Have ReverseDepsUtility not perform its rdep consistency checks when env var BLAZE_TOLERATE_REVERSE_DEP_INCONSISTENCIES is set (to any value). by nharmata · 4 years, 6 months ago
  66. b766b1c Add Artifact#getRepositoryRelativePath with its first set of use cases. by Googler · 4 years, 6 months ago
  67. b26b808 Add runner details to SpawnResult. by Googler · 4 years, 6 months ago
  68. 132fd12 XCode DottedVersion ignore descriptive versions like 10.10.testing by Wenyu Zhang · 4 years, 6 months ago
  69. c13dd8f Fix the wrong path method usages in AndroidBuildViewTestCase.java. by Googler · 4 years, 6 months ago
  70. 80a893f Update Java rules to use execution transitions instead of host transitions. by jcater · 4 years, 6 months ago
  71. fdc189e Java: depend on lcov merger as host by plf · 4 years, 6 months ago
  72. aab567c Turns on multiplex workers in Java toolchain rule. by larsrc · 4 years, 6 months ago
  73. 1a6b003 Correctly annotate signing lineage file to allow null/none. by Googler · 4 years, 6 months ago
  74. 9353342 Allow string unsafe test to pass on s390x by Ruixin Bao · 4 years, 6 months ago
  75. 720b5b9 Build and test Bazel on Ubuntu 20.04 LTS by Philipp Wollermann · 4 years, 6 months ago
  76. 19e5a15 Increase test size of //src/test/java/com/google/devtools/build/lib/rules/cpp:StarlarkCcCommonTest by philwo · 4 years, 6 months ago
  77. 6b25133 BE: Add a heading for the language-agnostic native rules table by wyv · 4 years, 6 months ago
  78. 3ead6eb Bazel docs: fix xcode rule family to be Platform instead of Workspace by wyv · 4 years, 6 months ago
  79. 5b23663 Decouple --record_rule_instantiation_callstack build option and corresponding StarlarkSemantics key. by Googler · 4 years, 6 months ago
  80. 976f5dd Remove ReverseDepsUtility#maybeCheckReverseDepNotPresent since it is dead code outside of the unit test. by nharmata · 4 years, 6 months ago
  81. 31b0453 Fix toolchain deps for --noimplicit_deps cquery. by juliexxia · 4 years, 6 months ago
  82. cede76b Enshrine that all ToolchainContexts in a toolchain collection have the same target platform so the toolchain collection should be able to directly access it. by juliexxia · 4 years, 6 months ago
  83. 884e1cf Rename Artifact's path methods to clarify their usages and limitations. by Googler · 4 years, 6 months ago
  84. 7b5a50e Remove :zip_headers duplication in //tools/jdk:combiners by Michael Krasnyk · 4 years, 6 months ago
  85. 608cbd8 Clarify Param#noneable javadoc by brandjon · 4 years, 6 months ago
  86. 2a206a1 Fix incorrect usages of 'external' PathFragment contants. by Googler · 4 years, 6 months ago
  87. a1b905b rename skydoc multi_level_namespace_test_with_whitelist by Tony Aiuto · 4 years, 6 months ago
  88. 4c6c999 Upgrade remote_java_tools versions (javac 11 to v10.0, javac 14 to v2.0) by Ivo List · 4 years, 6 months ago
  89. 665c665 Honour java http proxy system properties by Simon Stewart · 4 years, 6 months ago
  90. b8276fa Make processing of paths with tilde consistent between client and server by Cristian Hancila · 4 years, 6 months ago
  91. ceeb9b8 Attempt to git fetch only specified commit by Michael Hackner · 4 years, 6 months ago
  92. 4b55f5b Remove a Blaze from warning. by Benjamin Peterson · 4 years, 6 months ago
  93. 28d95e2 Add Ubuntu 20.04 platform, but do not test it in CI yet by Mostyn Bramley-Moore · 4 years, 6 months ago
  94. fae2841 Take type in consideration in http_archive by Kalle Johansson · 4 years, 6 months ago
  95. 6b3cc1e In the test bazel_external_repository_test the python module six was not added as a dependency which caused the test to fail in some environments. by Kalle Johansson · 4 years, 6 months ago
  96. cd84ef3 linux-sandbox-pid1: don't try to forward signals before forking. by jacobsa · 4 years, 6 months ago
  97. 731e87e linux-sandbox: make delayed kill send SIGKILL instead of SIGALRM. by jacobsa · 4 years, 6 months ago
  98. 40746c9 Add --compilation_mode support in transitions by Fredrik Medley · 4 years, 6 months ago
  99. dd299d1 Remove error code for archived artifacts feature used when discarding orphaned by ajurkowski · 4 years, 6 months ago
  100. f5eee73 linux-sandbox: improve commenting and debug logging. by Googler · 4 years, 6 months ago