1. eba849f Introduce proto-related Google-only interface methods to the Starlark build API by cparsons · 6 years ago
  2. cefc973 Change renderer binary's visibility to public by kendalllane · 6 years ago
  3. 5f53ab6 tags propagation: Starlark rules part by ishikhman · 6 years ago
  4. 16465d7 glob() now supports case-insensitive mode by Laszlo Csomor · 6 years ago
  5. e826049 Use java macros in java_tools. by iirina · 6 years ago
  6. b3e8152 Remove some dead code. by twerth · 6 years ago
  7. e92ee9e Modify the legacy features to pass flags to lto-index actions as well by rosica · 6 years ago
  8. 1a3d4c4 Automated rollback of commit 5c83cd9b789f50d5c4e8cf0b774836128dce1cc2. by lberki · 6 years ago
  9. 01e6e05 Enable G1 for Bazel and the Java host toolchain. by Benjamin Peterson · 6 years ago
  10. 11e0357 Remove --default_override= options from Third Eye reports. by lberki · 6 years ago
  11. 1ace20a Filter out non-Starlark-value actions from target.actions for rule configured target by cparsons · 6 years ago
  12. a53151d Create ProtoRenderer unit test for ProviderInfo by blossomsm · 6 years ago
  13. ee0e62e Pass raw protos to MarkdownRenderer to output markdown documentation. by blossomsm · 6 years ago
  14. 5e2a60d Introduce interface for BugReport to facilitate tests which intentionally send bug reports. by Googler · 6 years ago
  15. 5c83cd9 Do not add a --proto_path argument to the proto compiler invocation there are no .proto sources in it. by lberki · 6 years ago
  16. 316cb9b Release 0.27.1 (2019-07-02) by Bazel Release System · 6 years ago
  17. 81c9379 Implement a slightly more efficient algorithm to sample the oldest actions in by djasper · 6 years ago
  18. 62fa89d Add a Checksum class for plumbing HTTP downloader content checksums. by John Millikin · 6 years ago
  19. 2260b97 When copying dynamic libraries to binary, copy them into the runfiles as well. by Googler · 6 years ago
  20. e7438ae Create exe file from //src:bazel-dev. by Tobias Werth · 6 years ago
  21. ebca24c Query performance: Reverse output buffering by ulfjack · 6 years ago
  22. 2e374a9 Remove non-flag arguments. by kendalllane · 6 years ago
  23. e6ab3c4 Introduce flag --incompatible_restrict_attribute_names by laurentlb · 6 years ago
  24. 6748ccb bazel syntax: eliminate Operator; use TokenKind by Googler · 6 years ago
  25. 47e8854 Replace Skylark with Starlark in user-visible text. by laurentlb · 6 years ago
  26. f113c44 Automated rollback of commit 5c1005c0947b010ee36ca851b8ba07c9479cf682. by juliexxia · 6 years ago
  27. 89a6ff5 Have Extrema support non-Comparable types, so that it can potentially be used in more places in the codebase. Also clean up javadoc and document the performance characteristics. by nharmata · 6 years ago
  28. 518c8b3 Do not re-compress during dev build. by Tobias Werth · 6 years ago
  29. cf76aeb GC reduction: convertStarlarkArgumentsToJavaMethodArguments by ulfjack · 6 years ago
  30. c2d088f Remove incorrect cache in AndroidLocalTest.java by hlopko · 6 years ago
  31. 8167f46 Windows: Windows SDK version can be specified through BAZEL_WINSDK_FULL_VERSION by Yun Peng · 6 years ago
  32. 86e518a Support setting different UI progress modes by ulfjack · 6 years ago
  33. 1cf2f7b Query performance: don't copy on every eval call by ulfjack · 6 years ago
  34. ade5327 bazel syntax: eliminate LValue by Googler · 6 years ago
  35. b4f3d83 Update platforms.md documentation by Marcel Hlopko · 6 years ago
  36. bb96af5 Fix reference to internal-only directory in documentation. by dslomov · 6 years ago
  37. ecac47d Windows: remove incompatible_windows_style_arg_escaping by Laszlo Csomor · 6 years ago
  38. 5d72d4e Automated rollback of commit e114d8a04fe07dd32fee41b3cd2e5794f10a5a9d. by Googler · 6 years ago
  39. e114d8a bazel syntax: don't use exceptions for control flow by Googler · 6 years ago
  40. dfb4926 Fix memory leak of Reporter through System.err. by Googler · 6 years ago
  41. 5e025a1 Have StarlarkNativeModule#glob handle IllegalArgumentException. by nharmata · 6 years ago
  42. 453df55 Always strip /external/<repo_name> from proto import path by Marcel Hlopko · 6 years ago
  43. de9696e Add incompatible flag to forbid loading the native Java rules. by elenairina · 6 years ago
  44. 8d76cb6 Make Starlark actions that have an unused inputs list unshareable. by lberki · 6 years ago
  45. 91ff4e2 Retire experimental blaze flag that allows dynamic linking of cc_test sources. by Googler · 6 years ago
  46. 11a9718 Add a new value for the AndroidManifestMerger enum, FORCE_ANDROID. by Googler · 6 years ago
  47. f67e2c6 [RPBB+aapt2] Re-escape XML characters when converting protobuf format back to XML. by Googler · 6 years ago
  48. 168ee7c Tests: print a warning if zip failed by Laszlo Csomor · 6 years ago
  49. 26e94c9 Add providerName and ruleName to output protos. by kendalllane · 6 years ago
  50. b5ae7d3 Throw a Starlark error in case of no outputs by vladmos · 6 years ago
  51. 9f7fe69 Add OpenJDK 11 archives for aarch64 (arm64). by philwo · 6 years ago
  52. 36df7ed Remove the distinction between mandatory and non-mandatory artifact dependencies in ArtifactFunction. by lberki · 6 years ago
  53. 04fc26c Make GroupedList.getAllElementsAsIterable return a collection. by Googler · 6 years ago
  54. 06202aa [singlejar] Support long path for param file by Loo Rong Jie · 6 years ago
  55. 3d8b579 Automatic code cleanup. by hlopko · 6 years ago
  56. 458292d Fix typo in android_instrumentation_test doc. by Googler · 6 years ago
  57. ae8e557 Add wall time offset to FakeClock by Googler · 6 years ago
  58. 076ece4 Fix timestamps in Bazel/Blaze JUnit runner by Googler · 6 years ago
  59. 562eaf3 --cs_fdo_absolute_path should have set the FDOBuildType as CSFDO. by Googler · 6 years ago
  60. be2eae9 Use middleman for objc compilation by ulfjack · 6 years ago
  61. a47e2a9 Remove rogue end comment HTML. by jcater · 6 years ago
  62. e583dd5 Fix comment in aquery differ. by twerth · 6 years ago
  63. 1f48824 Remove unused OptionsParser factory methods. by jcater · 6 years ago
  64. ac3d06b Refactor osx cc autoconfiguration to not use a template Starlark cc_toolchain_config rule by rosica · 6 years ago
  65. 210428c Remove runtime dynamic libraries from default output group of cc_binary by pcloudy · 6 years ago
  66. d458963 Check for both :lcov_merger and $lcov_merger attributes in TestActionBuilder. by iirina · 6 years ago
  67. 527f688 Test Bazel with CentOS 7 on pre- and postsubmit. by philwo · 6 years ago
  68. f99beac [RPBB+aapt2] android_binary assets should take precedence over those from libraries. by Googler · 6 years ago
  69. 08d2c3d [RPBB+aapt2] Ensure that XML namespaces are preserved for elements by Googler · 6 years ago
  70. b984716 Conditionally define legacy action_configs by rosica · 6 years ago
  71. b7c0858 Introduce --incompatible_disable_nocopts flag by rosica · 6 years ago
  72. 1bcd38a Make Git repository rules compatible with older Git versions. by philwo · 6 years ago
  73. 400c2c7 Windows: add script to build a .msi package by Laszlo Csomor · 6 years ago
  74. 2cc8b82 blackbox: Use "git add -A" to really stage all changes. by philwo · 6 years ago
  75. 6e0df10 Turn on --experimental_starlark_unused_inputs_list by Googler · 6 years ago
  76. aff84c4 Exchange "old" and "new" worker hashes in the debugging message. by Benjamin Peterson · 6 years ago
  77. 13bf21b Query performance: Add flag for graphless genquery by ulfjack · 6 years ago
  78. 00ec2e7 Hide output of failing `which` command in the pywrapper. by philwo · 6 years ago
  79. 132a2c6 Don't hardcode path to `ip`. by philwo · 6 years ago
  80. ef4936c Remove whitespace after '#!'. by philwo · 6 years ago
  81. a9dc749 Fix test_glob_utf8 to not run into NAME_MAX on ZFS and reenable it. by philwo · 6 years ago
  82. 10517be Add missing calls to testenv_tear_down. by philwo · 6 years ago
  83. 38cfc18 Add a starlark function computing auth dict from netrc data by Klaus Aehlig · 6 years ago
  84. a79a4b6 improve remote execution error messages by Jakob Buchgraber · 6 years ago
  85. 57fb56f When BES mode is FULLY_ASYNC, let BEP transports finish closing in background. by adgar · 6 years ago
  86. c07d5ce Pin Bazel's native Android tests to use aapt, and set --android_aapt=aapt2 in Bazel's own .bazelrc by Jingwen Chen · 6 years ago
  87. b57829f Optionally use --override-styles-instead-of-overlaying option to aapt2 to by Googler · 6 years ago
  88. 88c372b Improve config output by displaying more data about configurations. by jcater · 6 years ago
  89. f9efb24 Fix Bazel website stardoc build (//site:site) after https://github.com/bazelbuild/bazel/commit/9c913b93e275038393e4ba5f67b7421919d93cf9 by jingwen · 6 years ago
  90. 2b6f852 Automatic code cleanup. by cpovirk · 6 years ago
  91. ed49d5b Improve clarity for the rules documentation by jingwen · 6 years ago
  92. abddb96 Remove remaining uses of OptionsParser.newOptionsParser. by jcater · 6 years ago
  93. 146b9ff Change ruleContext.hasError() to reflect even suppressed errors by cparsons · 6 years ago
  94. b95f381 Move java constraints to rules_java by hlopko · 6 years ago
  95. ed0af44 Intern StarlarkSemantic instances created from options so that later equality by djasper · 6 years ago
  96. 71a213c Add --incompatible_use_platforms_repo_for_constraints by hlopko · 6 years ago
  97. 368b6d3 Let StarlarkSemantics memoize the hashCode(). This is used as part of the by djasper · 6 years ago
  98. 0cfe163 Update doc links still pointing to cc_binary.features by Googler · 6 years ago
  99. 7068a56 Update documentation for the aapt_version attribute. by Googler · 6 years ago
  100. 9b763ed Make AndroidSkylarkData methods consistently use the value of --android_aapt to determine the version of aapt. by jingwen · 6 years ago