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