1. a4de484 Add rules_java load statements. by iirina · 6 years ago
  2. cb44f66 Fix some tests in preparation for --incompatible_load_proto_rules_from_bzl by Yannic Bonenberger · 6 years ago
  3. d3a3013 Fix "assuumes" typo by Googler · 6 years ago
  4. 2c04648 Fix git_repository rule to support fetching a commit on a tag by ichern · 6 years ago
  5. 1df6d77 Introduce flag for forcing Python rules to be loaded from rules_python by brandjon · 6 years ago
  6. e4ccba4 Update Python docs and messages to refer to @rules_python by brandjon · 6 years ago
  7. 693542f Windows: test wrapper checks if MANIFEST exists by Laszlo Csomor · 6 years ago
  8. db063a8 Add internal macros and partially migrate Bazel for upcoming change by brandjon · 6 years ago
  9. 5cb13ed Add exports_files declaration for some .bzl's in @bazel_tools by brandjon · 6 years ago
  10. 7d31cd7 Switch Android rules runtime deps builder to use rules_pkg for pkg_tar. by aiuto · 6 years ago
  11. 9cf8ebd Fix for starlark incompatible change by brandjon · 6 years ago
  12. ff44969 Adds load statement for @rules_proto by Yannic Bonenberger · 6 years ago
  13. 872c11a Allow G1 in tools/jdk/BUILD.java_tools. by Benjamin Peterson · 6 years ago
  14. 11462d1 Migrate pkg_tar from internal copy to @rules_pkg: Bazel packaging and by aiuto · 6 years ago
  15. c392dc2 Add a prebuilt toolchain to java_tools. by iirina · 6 years ago
  16. 2bdd328 Fix building ijar_cc_binary and singlejar_cc_bin without sandbox by removing dependency on @bazel_tools//tools/cpp:malloc by Yun Peng · 6 years ago
  17. f5a6ee1 Fix singlejar & ijar builds and add tests. by iirina · 6 years ago
  18. 8daa514 C++: Introduce flag for forcing rules through macro by plf · 6 years ago
  19. 92cb224 Augment recommendation in java_import_external to be consistent with maven_jar, rules_jvm_external naming style by Jin · 6 years ago
  20. 12ebd7b Add toolchain support for clang-cl on Windows by Yun Peng · 6 years ago
  21. 9f73b2c C++: Add defs.bzl to genproto.bzl by plf · 6 years ago
  22. b3ddb95 Add --//tools/build_defs/pkg:incompatible_no_build_defs_pkg flag by Tony Aiuto · 6 years ago
  23. d114ef8 Refactor windows_cc_configure.bzl by pcloudy · 6 years ago
  24. 9887358 Windows, windows_cc_configure.bzl: Pass -vcvars_ver flag only when it is supported. by pcloudy · 6 years ago
  25. 04737ba Fix genproto.bzl test broken by unknown commit by plf · 6 years ago
  26. 4e5e8bb read_netrc: read file directly by Klaus Aehlig · 6 years ago
  27. 07853cd windows_cc_configure: report custom envvars by Laszlo Csomor · 6 years ago
  28. 8886f6a Bump android-tools to 0.8 by Jingwen Chen · 6 years ago
  29. 784daf4 C++ runfiles test: fix on Linux by Laszlo Csomor · 6 years ago
  30. a52e65a Add __ANDROID_RULES_MIGRATION__ to the tags for the generated android_sdk from by ahumesky · 6 years ago
  31. 80a63d7 Use native patch API in http_archive and git_repository by Yun Peng · 6 years ago
  32. 2430901 C++ runfiles library test: cut unwanted dependency by Laszlo Csomor · 6 years ago
  33. 4c6e4e9 Create canonical flag types for use within Bazel rules. by Tony Aiuto · 6 years ago
  34. 9606887 Adds load statement for @rules_cc by oquenchil · 6 years ago
  35. 5b8e04b Windows, cc_configure.bzl: Add VS150COMNTOOLS and VS160COMNTOOLS as dependencies by pcloudy · 6 years ago
  36. c26e339 Make http_archive honor $HOME/.netrc by Klaus Aehlig · 6 years ago
  37. 1112b55 Modify unix C++ toolchain autoconfiguration features to pass flags to lto-index actions as well by rosica · 6 years ago
  38. 6fbfe5c Fix BUILD files for future incompatible changes by Laurent Le Brun · 6 years ago
  39. cdd0c3c Pass absolute path to gold when using Clang by Marcel Hlopko · 6 years ago
  40. e1e074c Make http_archive accept a .netrc file by Klaus Aehlig · 6 years ago
  41. 6d0b14b rule_test: apply "tags" to all rules in the macro by Laszlo Csomor · 6 years ago
  42. e826049 Use java macros in java_tools. by iirina · 6 years ago
  43. 01e6e05 Enable G1 for Bazel and the Java host toolchain. by Benjamin Peterson · 6 years ago
  44. 8167f46 Windows: Windows SDK version can be specified through BAZEL_WINSDK_FULL_VERSION by Yun Peng · 6 years ago
  45. 168ee7c Tests: print a warning if zip failed by Laszlo Csomor · 6 years ago
  46. 9f7fe69 Add OpenJDK 11 archives for aarch64 (arm64). by philwo · 6 years ago
  47. e583dd5 Fix comment in aquery differ. by twerth · 6 years ago
  48. ac3d06b Refactor osx cc autoconfiguration to not use a template Starlark cc_toolchain_config rule by rosica · 6 years ago
  49. 1bcd38a Make Git repository rules compatible with older Git versions. by philwo · 6 years ago
  50. 00ec2e7 Hide output of failing `which` command in the pywrapper. by philwo · 6 years ago
  51. 38cfc18 Add a starlark function computing auth dict from netrc data by Klaus Aehlig · 6 years ago
  52. f9efb24 Fix Bazel website stardoc build (//site:site) after https://github.com/bazelbuild/bazel/commit/9c913b93e275038393e4ba5f67b7421919d93cf9 by jingwen · 6 years ago
  53. 71a213c Add --incompatible_use_platforms_repo_for_constraints by hlopko · 6 years ago
  54. 4d3c5e2 Delete system framework paths from blaze by Googler · 6 years ago
  55. 9c913b9 Refactor git_repository and new_git_repository rules implementations ? by ichern · 6 years ago
  56. 24cf645 Add a utility function for parsing .netrc files by Klaus Aehlig · 6 years ago
  57. ab9c1f5 Teach cc_configure about BAZEL_LINKLIBS env variable by Marcel Hlopko · 6 years ago
  58. 7ebff4e Fix empty strings in empty lists in cc_configure by Marcel Hlopko · 6 years ago
  59. 82ec619 Automated rollback of commit 332379ad6f8c49b0e087b504d73d3483c529e399. by hlopko · 6 years ago
  60. 27c04e2 Update android-tools to version 0.7. by John Cater · 6 years ago
  61. ebfd3bc Update target labels for @androidsdk system images by Jingwen Chen · 6 years ago
  62. 332379a Add --incompatible_use_platforms_repo_for_constraints by Marcel Hlopko · 6 years ago
  63. aaf6457 Embed @platforms into the Bazel binary by hlopko · 6 years ago
  64. e2a1966 Update android_tools and create version 0.6. by John Cater · 6 years ago
  65. 7247b0b Automated rollback of commit 50a2d6c9b9c55776ec747a656a2edd971e723771. by pcloudy · 6 years ago
  66. 1d82cf8 Expose java toolchains for java 10 and 11 in @bazel_tools//tools/jdk by iirina · 6 years ago
  67. 5a6cd17c Remove unused BUILD.java_tools.old. by iirina · 6 years ago
  68. 50a2d6c Refactor git_repository and new_git_repository rules implementations ? by ichern · 6 years ago
  69. 0eec693 Add testing for java_tools that embed javac12. by iirina · 6 years ago
  70. 132ef54 Fix broken debian packaging tests. by Tony Aiuto · 6 years ago
  71. 36c70a6 Rollforward "Disable outputs param of rule function" with fix by cparsons · 6 years ago
  72. 50fa3ec Fix problems with the non-strict Python toolchain by brandjon · 6 years ago
  73. 6ef6d87 Default java toolchain target by iirina · 6 years ago
  74. 44a961b Provide ar_files and as_files for autoconfigured and static cc_toolchains where needed. by rosica · 6 years ago
  75. 5bb81c1 Expand documentation of patch_args for git_repository by Dave Lee · 6 years ago
  76. 052167e Add a non-strict autodetecting Python toolchain by brandjon · 6 years ago
  77. c3c5dab Update remote android tools to 0.5 by Jingwen Chen · 6 years ago
  78. 20c8413 Restrict string escape sequences and introduce flag by Marwan Tammam · 6 years ago
  79. 8df1ef3 Provide ar_files and as_files for the autoconfigured osx toolchain. by Benjamin Peterson · 6 years ago
  80. ff6fa78 Make CC_CONFIGURE_DEBUG print detected CC path by Marcel Hlopko · 6 years ago
  81. c5ebfcf Add --incompatible_disable_static_cc_toolchains that will deprecate the cc_toolchain_suite and cc_toolchain rules under @bazel_tools//tools/cpp. by rosica · 6 years ago
  82. 67ba1d6 Update tests in preparation for incompatible_depset_is_not_iterable flag flip by laurentlb · 6 years ago
  83. ba3f88b Add @bazel_tools//tools/jdk:javadoc by Michal Majcherski · 6 years ago
  84. 9aadeac Remove macOS version check from xcode-locator by Keith Smiley · 6 years ago
  85. 00b5dad Fix pkg_deb depends_file bug by szakmary · 6 years ago
  86. 4f13309 git.bzl: correctly quote shallow_since by Klaus Aehlig · 6 years ago
  87. c3d2aa7 Fix ios, tvos and watchos arm64 constraints by Steeve Morin · 6 years ago
  88. 3dc59e4 Fix jacoco-toolchain dependency. by iirina · 6 years ago
  89. 221c67f Remove unused msvc-wrapper related filegroups by Marcel Hlopko · 6 years ago
  90. 7984a15 Make split cc_configure work on Darwin with only CLT installed by Marcel Hlopko · 6 years ago
  91. f69d02d Fix GenClass target label in java_tool's java_toolchain by Jingwen Chen · 6 years ago
  92. cffae2b Fixed Python 3 incompatibility in make_rpm tool by Alex Thompson · 6 years ago
  93. 9bc841e Introduce flag --incompatible_disallow_empty_glob=true by laurentlb · 6 years ago
  94. 934045f Bash, runfiles lib v2: shorter init code by laszlocsomor · 6 years ago
  95. a65b047 Windows, JNI: merge lib-util and lib-file by Laszlo Csomor · 6 years ago
  96. c9522f9 Java coverage: fix coverage when deploy jars end up on the classpath. by iirina · 6 years ago
  97. 4f9110e Automated rollback of commit 229fe564ba458c46629f1ff9a510b46110dd4dd9. by Laszlo Csomor · 6 years ago
  98. 2a10729 Flip --incompatible_string_join_requires_strings by laurentlb · 6 years ago
  99. 229fe56 Bash, runfiles lib v2: shorter init code by Laszlo Csomor · 6 years ago
  100. b4c0fb0 Split toolchains from cc_toolchains in cc_configure by Marcel Hlopko · 6 years ago