1. 8584127 Allows Stardoc to document the providers a rule attribute requires by kendalllane · 6 years ago
  2. bd2db39 Remove output format flag in Skydoc binary by blossomsm · 6 years ago
  3. a6e3e87 Build setting rules shouldn't be able to use toolchain resolution. by John Cater · 6 years ago
  4. 8f0b782 Log if attempting to rewind a lost source file input by mschaller · 6 years ago
  5. e9dfdc5 Implement resolved repository event for @local_config_platform. by John Cater · 6 years ago
  6. 1a4e53a Delete tests for deprecated java_common.create_provider API. by elenairina · 6 years ago
  7. 6958cff Merge Objective-C proto generation into a single action and prevent the generation actions from being registered if there are no protos to compile. by kaipi · 6 years ago
  8. 79c40aa Fix compatibility with --incompatible_disallow_empty_glob by Laurent Le Brun · 6 years ago
  9. 320e45a Rename cc toolchain's "isHost" concept to include tools as well. by jcater · 6 years ago
  10. d2de8ee flipped a flag 'incompatible_tls_enabled_removed' by ishikhman · 6 years ago
  11. 5d0dde0 Automated rollback of commit b98ad776b4d79f41e59631ddf7e1e135f8566df5. by pcloudy · 6 years ago
  12. 5585169 Store the total number of runs per test by ulfjack · 6 years ago
  13. 5ce60ff Clear marker file on repository override by Klaus Aehlig · 6 years ago
  14. ec7084d Refactor ParallelVisitor to support generic exceptions. by adgar · 6 years ago
  15. cf0c180 Fix documentation for "crunch_png" attribute. by Googler · 6 years ago
  16. 19335c8 Fix misspelling. by Googler · 6 years ago
  17. bf0aa1f Remove AndroidConfiguration.throwOnResourceConflict() by Googler · 6 years ago
  18. 3a87928 Add option flag to note which configurations are execution configurations. by jcater · 6 years ago
  19. 57b3999 Expose configuration checksum along with subcommand owner info. by jcater · 6 years ago
  20. ae2c58f Remove experimental warning from TemplateVariableInfo. by John Cater · 6 years ago
  21. 7e86f5c Add missing space. by Googler · 6 years ago
  22. 084afff removed --incompatible_list_based_execution_strategy flag by ishikhman · 6 years ago
  23. c6299ce Allow multiple --override_repository by Klaus Aehlig · 6 years ago
  24. b7d300c Fix incorrect stdout/stderr in remote action cache. Fixes #9072 by Jakob Buchgraber · 6 years ago
  25. 47d0173 Remove --[no]incompatible_windows_escape_python_args by Laszlo Csomor · 6 years ago
  26. 59b989e Automated rollback of commit be26ba030319cf1cda44649d94d7beee4ccc86c4. by buchgr · 6 years ago
  27. e67d14e Switch CollectTestSuitesInPackageValue.Key to be implemented using AbstractSkyKey rather than @AutoValue. by nharmata · 6 years ago
  28. 99433f1 Delete OutputFormatter's Converter and OutputType enum by michajlo · 6 years ago
  29. 62dc05d Make cquery 'labels' function work for all attribute types. by gregce · 6 years ago
  30. 392e3e4 Always report top-level target configs to BEP. by felly · 6 years ago
  31. c384e7c Update documentation for exec_properties by Googler · 6 years ago
  32. 14651cd Fallback to next urls if download fails in HttpDownloader by Artem Zinnatullin · 6 years ago
  33. 05c967f Implement java_toolchain.header_compiler_builtin_processors by cushon · 6 years ago
  34. be26ba0 Automated rollback of commit a6b5b0540a0167f84437127d3dd6cef804286d6f. by pcloudy · 6 years ago
  35. a2f96fe config_setting supports multiple values for multi-valued flags. by gregce · 6 years ago
  36. 42136e1 update docs to reflect new default "python_version" by Travis Clarke · 6 years ago
  37. 338829f Fix retrying of SocketTimeoutExceptions in HttpConnector by Artem Zinnatullin · 6 years ago
  38. 299655e Flip --incompatible_disallow_unverified_http_downloads to default to true by Klaus Aehlig · 6 years ago
  39. 3ff4e21 Refactor documentation for genrule by pcloudy · 6 years ago
  40. 9602176 Automated rollback of commit 0f0a0d58725603cf2f1c175963360b525718a195. by lberki · 6 years ago
  41. b5a727a Make --subcommands and --verbose_failures imply --materialize_param_files. by tomlu · 6 years ago
  42. b98ad776 Default Bazel to use aapt2 and fix native tests to use aapt2. by jingwen · 6 years ago
  43. 4cf756c Remove Renderer-java dependency on default vm templates. by blossomsm · 6 years ago
  44. 5b2d22b Create java_toolchain.header_compiler_builtin_processors by cushon · 6 years ago
  45. aaff22c Automated rollback of commit af7fc3b75a62edc3b4b62de25b733b03c3ff925e. by nharmata · 6 years ago
  46. 7ed66f7 Automated rollback of commit 956940755a19823b2b12b91ef7f9d9dddc5424cb. by nharmata · 6 years ago
  47. bbf6473 Automated rollback of commit 2d5b9f35a859bbeec4df66fc6c2256db299dd56a. by nharmata · 6 years ago
  48. a2bd6ac Implement FileArtifactValue#equals() properly and make #couldBeModifiedSince() a bit more readable. by lberki · 6 years ago
  49. fb1f1b9 Add a BigIntegerCodec. by felly · 6 years ago
  50. 2d5b9f3 Add a flag that makes two Starlark functions equal if they are defined at the same location. by lberki · 6 years ago
  51. 6c5ef53 Do not assert that all TreeFileArtifacts have RegularFileValues. by lberki · 6 years ago
  52. a6b5b05 Streamline uploading of stdout and stderr by Jakob Buchgraber · 6 years ago
  53. 7b7d5b9 Add option --break_build_on_parallel_dex2oat_failure. by Googler · 6 years ago
  54. 1df6d77 Introduce flag for forcing Python rules to be loaded from rules_python by brandjon · 6 years ago
  55. e4ccba4 Update Python docs and messages to refer to @rules_python by brandjon · 6 years ago
  56. d433a5f Add the flag "--experimental_filter_library_jar_with_program_jar" to filter ProGuard library_jar to exclude classes that are also present in the input_jar. by Googler · 6 years ago
  57. 2714b88 Get ActionAnalysisMetadata in a simpler, more efficient manner. by Googler · 6 years ago
  58. 90a55a9 Fix even more fallout of https://github.com/bazelbuild/bazel/commit/f7eee1edc1f8dfc6d436894db2eb672bb11bc962 . by lberki · 6 years ago
  59. 574153b C++: Adds source extension for match_clif.bzl by plf · 6 years ago
  60. 06c420d Reject hashing of frozen mutable types by Marwan Tammam · 6 years ago
  61. c63bafa Fix the fallout of https://github.com/bazelbuild/bazel/commit/f7eee1edc1f8dfc6d436894db2eb672bb11bc962 . by lberki · 6 years ago
  62. 96ab673 Remove a factory method from FileArtifactValue and designate another one as testing-only. by lberki · 6 years ago
  63. f225af1 Remove FileArtifactValue#injectDigestForTesting(). by lberki · 6 years ago
  64. d3bacfb Add cmd_bash, cmd_ps, cmd_bat attributes to genrule by Yun Peng · 6 years ago
  65. c35878a Remove {OutputStore,ActionExecutionValue}.additionalOutputData. by lberki · 6 years ago
  66. e764670 Error out when mixing the two modes for specifying platforms. by Googler · 6 years ago
  67. f5587f2 Expose exec_properties to the Starlark API by Googler · 6 years ago
  68. c5c078c Introduce top-down action caching in Bazel. The top-down cache may be provided by a Bazel module. by felly · 6 years ago
  69. d5f514b Clean up markdown output format in Skydoc binary by blossomsm · 6 years ago
  70. e4ce176 Using execProperties in platform generation. by Googler · 6 years ago
  71. f1ee74d Disallow field syntax to access a target's providers by cparsons · 6 years ago
  72. 0f0a0d5 Enable sandboxing and remote caching for the "exclusive" tag by Jakob Buchgraber · 6 years ago
  73. d40933d Remove unused uploadBlob() method by Jakob Buchgraber · 6 years ago
  74. ae470e1 Refactor CommandHelper.java by Yun Peng · 6 years ago
  75. f7eee1e Remove ArtifactFileMetadata and replace it with FileArtifactValue. by lberki · 6 years ago
  76. 299e3f0 Treat symlinks the same way as non-symlinks in ArtifactFileMetadata. by lberki · 6 years ago
  77. 5a8e9c5 Don't crash if the server returns a long response on uploading. by Benjamin Peterson · 6 years ago
  78. d5babae Track suppressed exceptions in AbstractRemoteActionCache by Artem Zinnatullin · 6 years ago
  79. c42f93f Automated rollback of commit edad1182d33242b6de393aac3ace7c18090b664c. by ulfjack · 6 years ago
  80. a9cdc3d Move ProguardHelper to android and remove support for unused --java_optimization_mode flag by cushon · 6 years ago
  81. bed158e Factor out filtering functions from universe in rdeps(u, x, 1). by adgar · 6 years ago
  82. f2632d8 Expose invocation_id and build_id flags in documentation by Googler · 6 years ago
  83. aced952 Use @rules_pkg for pkg_tar for skyframe bootstrap distribution. by aiuto · 6 years ago
  84. 8065a49 Refactor TestTargetProperties to use shared code to determine whether by buchgr · 6 years ago
  85. e971988 Clarify error message for incompatible change flags by brandjon · 6 years ago
  86. 797f292 gradually get rid of the cgdbl/remote/blobstore package by Jakob Buchgraber · 6 years ago
  87. 9a5883f Update default templates' angle bracket escaping by blossomsm · 6 years ago
  88. af489f2 Update error message for labels that cross package boundaries by laurentlb · 6 years ago
  89. 4cff0d2 Report errors in AutoCodecProcessor via Messager rather than as runtime exceptions. by Googler · 6 years ago
  90. 0da823c RecursivePackageProviderBackedTargetPatternResolver uses streamPackagesUnderDirectory. by adgar · 6 years ago
  91. 3d9949b Fix some dead links in documentations by Takeo Sawada · 6 years ago
  92. ef01502 Tweaks to ArtifactFileMetadata so that it's more understandable: by lberki · 6 years ago
  93. d167fa3 RELNOTES: Include a link to the relevant documenation on transitive Python version errors. by Googler · 6 years ago
  94. 0588d1f Modify AssignmentToListOfValuesConverter to accept an empty key. by steinman · 6 years ago
  95. de46062 Modify DataBindingV2Provider Starlark API to accept None for Artifacts, label, by ahumesky · 6 years ago
  96. 8884ba0 Sort rules and containing attributes in `info build-language` output by michajlo · 6 years ago
  97. 0b0f447 Changing SpawnLogContext to use the common functionality. by Googler · 6 years ago
  98. a3bcea0 Allows Renderer Binary to output aspect information as a markdown output by kendalllane · 6 years ago
  99. edad118 Use CompactHashMap to reduce GC during execution by ulfjack · 6 years ago
  100. dfc4dfc Add option to include an action count histogram in the JSON profile. by twerth · 6 years ago