1. 7789561 Expand documentation about the definition environment hash in RuleClass. by ajurkowski · 3 years, 10 months ago
  2. 0793388 Encode remaining ActionExecution failures with FailureDetails by mschaller · 3 years, 10 months ago
  3. 05efa28 Encode additional ActionExecution failures with FailureDetails by mschaller · 3 years, 10 months ago
  4. 1847a01 Rename the BlacklistPackagePrefix family of classes and their related functions. by kkress · 3 years, 10 months ago
  5. cc704cd Adds an alternative `Xcode` installation option for `macOS` and makes specifying the installation version easier. by Googler · 3 years, 10 months ago
  6. 1812caf Move allowlists to //tools/allowlists by cushon · 3 years, 10 months ago
  7. 4975934 Be more explicit about the equivalence between visibility labels and how they are expressed within package groups. by Googler · 3 years, 10 months ago
  8. 8350681 Shorten the hash suffix in the output path caused by a config transition. by tomlu · 3 years, 10 months ago
  9. 27e1103 Fix ctx.actions.write to write as ISO 8859-1 so it is symetric with BUILD and .bzl input parsing. by aiuto · 3 years, 10 months ago
  10. 1a38fa0 Fix an incorrect constant usage in plantSymlinkForExternalRepo. by Googler · 3 years, 10 months ago
  11. 3d90c3f Provide LTO bitcode files via LibraryToLinkApi Starlark Api. by Googler · 3 years, 10 months ago
  12. b149179 Update Javadoc for EXTERNAL_PACKAGE_{NAME,IDENTIFIER}. by lberki · 3 years, 10 months ago
  13. 97dd952 Fix broken anchor link for "shutdown". by Googler · 3 years, 10 months ago
  14. c0c93ec Fix some lint by cushon · 3 years, 10 months ago
  15. 1cacdee Rename the WORKER_BLACKLISTED_MNEMONICS by kkress · 3 years, 10 months ago
  16. 5b8c8c3 Add detailed logging for failure to delete action output directory. by arostovtsev · 3 years, 10 months ago
  17. c26d8f7 Add third party libraries necessary for Android databinding. by ahumesky · 4 years, 2 months ago
  18. 1ed9a07 Delete obsolete flag --incompatible_disable_deprecated_attr_params by laurentlb · 3 years, 10 months ago
  19. 3a3f5a8 Windows: Always copy DLLs to the binary's directory when it's a source file by Yun Peng · 3 years, 10 months ago
  20. 0204109 Automatic code cleanup. by Googler · 3 years, 10 months ago
  21. d2ff02c Add the .py3 extension as a valid Python source. by Googler · 3 years, 10 months ago
  22. 68900f3 Add a comment explaining a now-fixed JDK bug. by dchai · 3 years, 10 months ago
  23. d0ceb46 bazel query: report rule instantiation stack in --output=proto by adonovan · 3 years, 10 months ago
  24. 5fb3549 Removes line that exec_compatible_with is only on specific rules because it's on all rules now by juliexxia · 3 years, 10 months ago
  25. 63e4e4d Define --java_runtime_version, --tool_java_runtime_version, by cushon · 3 years, 10 months ago
  26. a6737d5 Bring profile documentation up to date. by Tobias Werth · 3 years, 10 months ago
  27. 036e533 [Fix] Bazel zsh autocompletion on `run` by Graham Jenson · 3 years, 10 months ago
  28. 61a11ae Convert Skyframe java_test to a java_library. by janakr · 3 years, 10 months ago
  29. 1dbf65b Migrate java-diff-utils version to 4.0 by pcloudy · 3 years, 10 months ago
  30. 9757729 Don’t linkstamp `apple_binary` targets by default by bbaren · 3 years, 10 months ago
  31. 06b76c9 Report fragments Starlark transitions use. by gregce · 3 years, 10 months ago
  32. eefc91c The great Skylark -> Starlark migration: by gregce · 3 years, 10 months ago
  33. add1ddb Add "cpp_link" exec group to all rules by adding it to the BaseRule rule class. by juliexxia · 3 years, 10 months ago
  34. a6deb8b Enable --experimental_process_wrapper_wait_fix by default. by jmmv · 3 years, 10 months ago
  35. 9ca7c36 Only add a file path into the action cache if it's non-mandatory. by leba · 3 years, 10 months ago
  36. 97cc680 2nd attempt to fix skydoc for JavaNativeLibraryInfo by kmb · 3 years, 10 months ago
  37. 206d6e4 Remove duplicate TreeArtifactValue getSelfData method. by Googler · 3 years, 10 months ago
  38. 7de758e Extend the Starlark style guide guidance wrt macros to also cover variables. by Googler · 3 years, 10 months ago
  39. f4eb85d PythonUtils.GetInitPyFiles gains a Predicate<PathFragment> supplied at construction time so that other implementations can supply their own logic for determining when a file is a Python package defining __init__.py equivalent, meaning none need be created. by Googler · 3 years, 10 months ago
  40. edb893d Include worker-key-mnemonic when copying the execution_requirements into the execution info. by Googler · 3 years, 10 months ago
  41. 2a4c6e3 bazel: delete unused starlark.common.LocationRange by adonovan · 3 years, 10 months ago
  42. dab7c03 add skydoc fake for JavaNativeLibraryInfo by kmb · 3 years, 10 months ago
  43. 523de51 Move ExecutionRequirements to its own target so that PackageUtils can use it. by jmmv · 3 years, 10 months ago
  44. 73a645c Add variables for dummy LTO backend action to Starlark compile variables API. by Googler · 3 years, 10 months ago
  45. 3ec8d81 The great Skylark -> Starlark class migration: by gregce · 3 years, 10 months ago
  46. b1f770e Do not use DOS epoch for timestamps of zip entries in Android rules by Benjamin Romano · 3 years, 10 months ago
  47. 7c4f3ff Update coverage output generator to include 3b75bc7d7aee7bcdbb51a1522… by Tobias Werth · 3 years, 10 months ago
  48. 5853760 Check if file already exists before creating it. by Tobias Werth · 3 years, 10 months ago
  49. a4fff87 Remove TODO about mixed remote/local tree artifacts. This must remain a supported use case. Rename isRemote to isEntirelyRemote to be more clear with respect to this case. by Googler · 3 years, 10 months ago
  50. 656cc06 Replace 'whitelist' with 'allowlist' in configurability docs by gregce · 3 years, 10 months ago
  51. dfaf06a Introduce `pythonShebang` variable for nix packages collection by Claudio Bley · 3 years, 10 months ago
  52. 839e9d4 Update documentation for the 3.3.0 release. by John Cater · 3 years, 10 months ago
  53. 9be9767 Release 3.3.0 (2020-06-17) by Bazel Release System · 3 years, 10 months ago
  54. 940f8ac RELNOTES[NEW]: bazel info: Allow to specify multiple keys. by Tobias Werth · 3 years, 10 months ago
  55. bc4ef8c Add API for aspects to declare they are ready for the toolchain transition migration. by jcater · 3 years, 10 months ago
  56. 81db8a5 Hoist up the useToolchainTransitionParameter to the caller. by jcater · 3 years, 10 months ago
  57. feffb17 Add java_binary.jvm_flags_for_cds_image_creation attribute. by Googler · 3 years, 10 months ago
  58. 05ad129 Remove a useless checkState call. It serves no purpose since unknown commit. by Googler · 3 years, 10 months ago
  59. 7f7346b Use unzip_fdo tool to select and extract LLVM profiles from zip archives by Googler · 3 years, 10 months ago
  60. 9a1c5d3 Do not replace .md with .html in non-relative links in docs. by arostovtsev · 3 years, 10 months ago
  61. 41cb943 Don't process headers for objc non_arc compilation by waltl · 3 years, 10 months ago
  62. 650960f Fix visibility of cc_import.bzl file by plf · 3 years, 10 months ago
  63. 621559c bazel collect: simplify NestedSet depth limit check by adonovan · 3 years, 10 months ago
  64. 474c530 Add option rename dll on Windows by Vo Van Nghia · 3 years, 10 months ago
  65. 4454a6d Update the docs for apple_common.platform to link to an API that exists by Samuel Giddins · 3 years, 10 months ago
  66. 40a3893 Add support for header processing in mock osx toolchain by waltl · 3 years, 10 months ago
  67. 3b75bc7 Fix GCC 9 Code coverage by adding its JSON format by Henk van der Laan · 3 years, 10 months ago
  68. 5691bde Hook up objc's parse_header feature logic to toolchain's supports_header_parsing attribute by waltl · 3 years, 10 months ago
  69. 121f6c7 Stop testing on COMPILER_MSVC. The correct choice is _WIN32. by aiuto · 3 years, 10 months ago
  70. 38aee31 Add --incompatible_objc_provider_remove_compile_info flag by waltl · 3 years, 10 months ago
  71. afec50e Automated rollback of commit 72bd8709dd71bd20f65938e926a1b41ddb3f5bec. by cushon · 3 years, 10 months ago
  72. 1bbc79d Improve bash test target log by: by shreyax · 3 years, 10 months ago
  73. 66da03c Update the Javadoc for `ArtifactRoot#asDerivedRoot`. by ajurkowski · 3 years, 10 months ago
  74. 5de680a Expose the number of runs and shards in the summary by Googler · 3 years, 10 months ago
  75. 3a28c96 Support link stamping in `apple_binary` rules by bbaren · 3 years, 10 months ago
  76. 10f2943 Do not share maps among DiffToByteCache instances. by Googler · 3 years, 10 months ago
  77. 38ccee3 Add better instrumentation to the InfoCommand. by Tobias Werth · 3 years, 10 months ago
  78. 333886d Move CcProtoProfileProvider rule from /proto to /cpp/proto package. by ilist · 3 years, 10 months ago
  79. 0a91174 Open source cc_import.bzl by plf · 3 years, 10 months ago
  80. 240cbff [MSVC] Fix Bazel unable to find tools. by Marin Baron · 3 years, 11 months ago
  81. 1c1a12f Support spaces in no_proxy var by Gunnar Wagenknecht · 3 years, 11 months ago
  82. 50226ac Replace 'whitelist' with 'allowlist' in Bazel source code. by aiuto · 3 years, 11 months ago
  83. eeda6e1 Handle OMITTED_TREE_MARKER in shared action transformation. by Googler · 3 years, 11 months ago
  84. 5aab750 Allow duplicate-named exec groups to be added if they're equal. by juliexxia · 3 years, 11 months ago
  85. fae8904 use AutoValue for ExecGroup by juliexxia · 3 years, 11 months ago
  86. 9ed1db3 Fix formatting error in Python rules documentation by brandjon · 3 years, 11 months ago
  87. 2c97d38 For RuleContext#getActionOwner, return null instead of crashing if you request an ActionOwner for a non-existent exec group. This makes it easier for callers to handle the return if they aren't sure what exec groups is going to exist in the rulecontext. by juliexxia · 3 years, 11 months ago
  88. 25c6525 Default TestSize is null case to UNKNOWN test size in BuildEvent by Googler · 3 years, 11 months ago
  89. ff4c251 Fix some Java style problems. by Googler · 3 years, 11 months ago
  90. a048f0f Convert remaining native uses of patch() / split(). by gregce · 3 years, 11 months ago
  91. ea5ec54 bazel NestedSet: eliminate size subfield by recording it in memo by adonovan · 3 years, 11 months ago
  92. ff37b69 Move reserved fields to top of grouping. by michajlo · 3 years, 11 months ago
  93. 099cf2f Check the toolchain transition migration status and use the new transition by John Cater · 3 years, 11 months ago
  94. 867d232 Roll back https://github.com/bazelbuild/bazel/commit/ed9d6390eb78303631c25b3d4776cb07eeded544 due to memory regression. by gregce · 3 years, 11 months ago
  95. 0503fee The great Skylark -> Starlark class migration: by gregce · 3 years, 11 months ago
  96. 96622c4 Automated rollback of commit b66c013d7dbff0d0926c86ee756e1ea28f6b3def. by plf · 3 years, 11 months ago
  97. cb798a4 Restore missing Building with Platforms docs. by jcater · 3 years, 11 months ago
  98. 1ccbdb7 Remove the now-unneeded ModuleActionContextRegistry.Builder/Impl distinction. by jcater · 3 years, 11 months ago
  99. 25f3659 Remove the now-unneeded SpawnStrategyRegistry.Builder/Impl distinction. by jcater · 3 years, 11 months ago
  100. 2902018 Encode additional ActionExecution failures with FailureDetails by mschaller · 3 years, 11 months ago