1. b8bb68e Merge StarlarkIndexable and StarlarkQueryable classes by laurentlb · 4 years, 10 months ago
  2. 3e58cca Updated expansion for remote_download_outputs by Grzegorz Lukasik · 4 years, 10 months ago
  3. 239b2aa Bump error prone to release 2.4.0 by David Ostrovsky · 5 years ago
  4. 27a5c74 Populate SpawnMetrics with more metrics in WorkerSpawnRunner by Googler · 4 years, 10 months ago
  5. f8a94b9 Restore macOS 10.10 version compatibility to Bazel by Nikhil Marathe · 4 years, 10 months ago
  6. d101fc8 bazel syntax: reject x<<y if y > 31 by adonovan · 4 years, 10 months ago
  7. 65ed16c Revert the Starlark debugger flags to their old name. by laurentlb · 4 years, 10 months ago
  8. 7c3817b Add a reference equality check to Label#equals. by Googler · 4 years, 10 months ago
  9. ddb9b9a Shortened the error log for unknown Starlark options. by Googler · 4 years, 10 months ago
  10. 6fba77d Encode remaining SimpleSpawnResult failures with FailureDetails by mschaller · 4 years, 10 months ago
  11. 577d907 Avoid possibility of the default Locale interfering with lower-casing input. by dlr · 4 years, 10 months ago
  12. 89b86e0 Fix crash that happens when an aspect has the same implicit attribute as the rule that defines it. by lberki · 4 years, 10 months ago
  13. 8f04761 Prefetch inputs before acquiring a worker by Googler · 4 years, 10 months ago
  14. 3b0439e Fix incorrect assumption of desugar persistent worker conditional by Jingwen Chen · 4 years, 10 months ago
  15. 75216c7 Remove remaining undetailed BuildFailedException constructor by mschaller · 4 years, 10 months ago
  16. 2634de1 Encode missing input file failures with FailureDetails by mschaller · 4 years, 10 months ago
  17. ddaea6a Remove undetailed BuildFailedException constructors by mschaller · 4 years, 10 months ago
  18. 2c7c67f Remove unused undetailed AbruptExitException constructor by mschaller · 4 years, 10 months ago
  19. c0a43b8 Include exception classes in Crash-type FailureDetails.message text by mschaller · 4 years, 10 months ago
  20. 10cb3c5 Propagate JavaGenJarsProvider through Starlark-constructed JavaInfo by kmb · 4 years, 10 months ago
  21. f20ba59 Fix documentation for createLinkerInput owner by Dionna Glaze · 4 years, 10 months ago
  22. 6fa858a Delete ctx.action() by laurentlb · 4 years, 10 months ago
  23. 8a9a307 Add starter tests for Android platforms. by gregce · 4 years, 10 months ago
  24. a542e1d Delete ctx.file_action by laurentlb · 4 years, 10 months ago
  25. 9716d31 Add note that `startup:config` will be ignored in documentation. by juliexxia · 4 years, 10 months ago
  26. bd7999e C++: Give error when grep-includes missing by plf · 4 years, 10 months ago
  27. 45e175a bazel syntax: report actual type in string.partition error message by adonovan · 4 years, 10 months ago
  28. 0f9a592 Add linkopts to the Starlark implementation of cc_import by Andrzej Guszak · 4 years, 10 months ago
  29. ae35c7a Delete duplicate and obsolete docs for the JSON profile. by twerth · 4 years, 10 months ago
  30. 13c7840 C++: Renames method for converting libraries by plf · 4 years, 10 months ago
  31. 7789561 Expand documentation about the definition environment hash in RuleClass. by ajurkowski · 4 years, 10 months ago
  32. 0793388 Encode remaining ActionExecution failures with FailureDetails by mschaller · 4 years, 10 months ago
  33. 05efa28 Encode additional ActionExecution failures with FailureDetails by mschaller · 4 years, 10 months ago
  34. 1847a01 Rename the BlacklistPackagePrefix family of classes and their related functions. by kkress · 4 years, 10 months ago
  35. cc704cd Adds an alternative `Xcode` installation option for `macOS` and makes specifying the installation version easier. by Googler · 4 years, 10 months ago
  36. 1812caf Move allowlists to //tools/allowlists by cushon · 4 years, 10 months ago
  37. 4975934 Be more explicit about the equivalence between visibility labels and how they are expressed within package groups. by Googler · 4 years, 10 months ago
  38. 8350681 Shorten the hash suffix in the output path caused by a config transition. by tomlu · 4 years, 10 months ago
  39. 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, 10 months ago
  40. 1a38fa0 Fix an incorrect constant usage in plantSymlinkForExternalRepo. by Googler · 4 years, 10 months ago
  41. 3d90c3f Provide LTO bitcode files via LibraryToLinkApi Starlark Api. by Googler · 4 years, 10 months ago
  42. b149179 Update Javadoc for EXTERNAL_PACKAGE_{NAME,IDENTIFIER}. by lberki · 4 years, 10 months ago
  43. 97dd952 Fix broken anchor link for "shutdown". by Googler · 4 years, 10 months ago
  44. c0c93ec Fix some lint by cushon · 4 years, 10 months ago
  45. 1cacdee Rename the WORKER_BLACKLISTED_MNEMONICS by kkress · 4 years, 10 months ago
  46. 5b8c8c3 Add detailed logging for failure to delete action output directory. by arostovtsev · 4 years, 10 months ago
  47. c26d8f7 Add third party libraries necessary for Android databinding. by ahumesky · 5 years ago
  48. 1ed9a07 Delete obsolete flag --incompatible_disable_deprecated_attr_params by laurentlb · 4 years, 10 months ago
  49. 3a3f5a8 Windows: Always copy DLLs to the binary's directory when it's a source file by Yun Peng · 4 years, 10 months ago
  50. 0204109 Automatic code cleanup. by Googler · 4 years, 10 months ago
  51. d2ff02c Add the .py3 extension as a valid Python source. by Googler · 4 years, 10 months ago
  52. 68900f3 Add a comment explaining a now-fixed JDK bug. by dchai · 4 years, 10 months ago
  53. d0ceb46 bazel query: report rule instantiation stack in --output=proto by adonovan · 4 years, 10 months ago
  54. 5fb3549 Removes line that exec_compatible_with is only on specific rules because it's on all rules now by juliexxia · 4 years, 10 months ago
  55. 63e4e4d Define --java_runtime_version, --tool_java_runtime_version, by cushon · 4 years, 10 months ago
  56. a6737d5 Bring profile documentation up to date. by Tobias Werth · 4 years, 10 months ago
  57. 036e533 [Fix] Bazel zsh autocompletion on `run` by Graham Jenson · 4 years, 10 months ago
  58. 61a11ae Convert Skyframe java_test to a java_library. by janakr · 4 years, 10 months ago
  59. 1dbf65b Migrate java-diff-utils version to 4.0 by pcloudy · 4 years, 10 months ago
  60. 9757729 Don’t linkstamp `apple_binary` targets by default by bbaren · 4 years, 10 months ago
  61. 06b76c9 Report fragments Starlark transitions use. by gregce · 4 years, 10 months ago
  62. eefc91c The great Skylark -> Starlark migration: by gregce · 4 years, 10 months ago
  63. add1ddb Add "cpp_link" exec group to all rules by adding it to the BaseRule rule class. by juliexxia · 4 years, 10 months ago
  64. a6deb8b Enable --experimental_process_wrapper_wait_fix by default. by jmmv · 4 years, 10 months ago
  65. 9ca7c36 Only add a file path into the action cache if it's non-mandatory. by leba · 4 years, 10 months ago
  66. 97cc680 2nd attempt to fix skydoc for JavaNativeLibraryInfo by kmb · 4 years, 10 months ago
  67. 206d6e4 Remove duplicate TreeArtifactValue getSelfData method. by Googler · 4 years, 10 months ago
  68. 7de758e Extend the Starlark style guide guidance wrt macros to also cover variables. by Googler · 4 years, 10 months ago
  69. 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, 10 months ago
  70. edb893d Include worker-key-mnemonic when copying the execution_requirements into the execution info. by Googler · 4 years, 10 months ago
  71. 2a4c6e3 bazel: delete unused starlark.common.LocationRange by adonovan · 4 years, 10 months ago
  72. dab7c03 add skydoc fake for JavaNativeLibraryInfo by kmb · 4 years, 10 months ago
  73. 523de51 Move ExecutionRequirements to its own target so that PackageUtils can use it. by jmmv · 4 years, 10 months ago
  74. 73a645c Add variables for dummy LTO backend action to Starlark compile variables API. by Googler · 4 years, 10 months ago
  75. 3ec8d81 The great Skylark -> Starlark class migration: by gregce · 4 years, 10 months ago
  76. b1f770e Do not use DOS epoch for timestamps of zip entries in Android rules by Benjamin Romano · 4 years, 10 months ago
  77. 7c4f3ff Update coverage output generator to include 3b75bc7d7aee7bcdbb51a1522… by Tobias Werth · 4 years, 10 months ago
  78. 5853760 Check if file already exists before creating it. by Tobias Werth · 4 years, 10 months ago
  79. 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
  80. 656cc06 Replace 'whitelist' with 'allowlist' in configurability docs by gregce · 4 years, 10 months ago
  81. dfaf06a Introduce `pythonShebang` variable for nix packages collection by Claudio Bley · 4 years, 10 months ago
  82. 839e9d4 Update documentation for the 3.3.0 release. by John Cater · 4 years, 10 months ago
  83. 9be9767 Release 3.3.0 (2020-06-17) by Bazel Release System · 4 years, 10 months ago
  84. 940f8ac RELNOTES[NEW]: bazel info: Allow to specify multiple keys. by Tobias Werth · 4 years, 10 months ago
  85. bc4ef8c Add API for aspects to declare they are ready for the toolchain transition migration. by jcater · 4 years, 10 months ago
  86. 81db8a5 Hoist up the useToolchainTransitionParameter to the caller. by jcater · 4 years, 10 months ago
  87. feffb17 Add java_binary.jvm_flags_for_cds_image_creation attribute. by Googler · 4 years, 10 months ago
  88. 05ad129 Remove a useless checkState call. It serves no purpose since unknown commit. by Googler · 4 years, 10 months ago
  89. 7f7346b Use unzip_fdo tool to select and extract LLVM profiles from zip archives by Googler · 4 years, 10 months ago
  90. 9a1c5d3 Do not replace .md with .html in non-relative links in docs. by arostovtsev · 4 years, 10 months ago
  91. 41cb943 Don't process headers for objc non_arc compilation by waltl · 4 years, 10 months ago
  92. 650960f Fix visibility of cc_import.bzl file by plf · 4 years, 10 months ago
  93. 621559c bazel collect: simplify NestedSet depth limit check by adonovan · 4 years, 10 months ago
  94. 474c530 Add option rename dll on Windows by Vo Van Nghia · 4 years, 10 months ago
  95. 4454a6d Update the docs for apple_common.platform to link to an API that exists by Samuel Giddins · 4 years, 10 months ago
  96. 40a3893 Add support for header processing in mock osx toolchain by waltl · 4 years, 10 months ago
  97. 3b75bc7 Fix GCC 9 Code coverage by adding its JSON format by Henk van der Laan · 4 years, 10 months ago
  98. 5691bde Hook up objc's parse_header feature logic to toolchain's supports_header_parsing attribute by waltl · 4 years, 10 months ago
  99. 121f6c7 Stop testing on COMPILER_MSVC. The correct choice is _WIN32. by aiuto · 4 years, 10 months ago
  100. 38aee31 Add --incompatible_objc_provider_remove_compile_info flag by waltl · 4 years, 10 months ago