1. 6dbf4a2 Automatic code cleanup. by yileiyang · 3 years ago
  2. 9c98120 Add support for .ar archives (and .deb files) by Kevin Lubick · 3 years ago
  3. ab77bd5 Bazel DocGen: Add target for generating all reference docs at once. by fwe · 3 years ago
  4. 99ac541 Remove owners attribute from bazel legacy pkg_tar. by aiuto · 3 years ago
  5. d6089e6 Remove stray newline from generated BUILD files by Jay Bazuzi · 3 years ago
  6. a276623 Drop ownernames from pkg_tar. by aiuto · 3 years ago
  7. ad37a37 Bazel DocGen (2/3): Update templates to work with the new site. by fwe · 3 years, 1 month ago
  8. efe8f3c Drop docs for tools/build_defs/pkg. by Tony Aiuto · 3 years, 1 month ago
  9. 01a1ae5 More steps towards removing the built-in pkg_tar by aiuto · 3 years, 1 month ago
  10. 80c04d8 Stop providing obsolete usage of 'files' attribute in Bazel pkg_tar. by aiuto · 3 years, 1 month ago
  11. 860a802 Dead code removal. by Tony Aiuto · 3 years, 1 month ago
  12. 8934b2b Bazel DevSite: Add deprecation banner to old narrative docs and templates. by fwe · 3 years, 1 month ago
  13. f421474 Expose the logic to read user netrc file by Zhongpeng Lin · 3 years, 2 months ago
  14. 59f8e9b Delete Obselete Interface InterruptibleIOLongSupplier, it is not used any more. by Googler · 3 years, 2 months ago
  15. 7aa5237 Automated rollback of commit 73eaf24a7b290b1a5a47cb2e6c830f3ba10299a3. by pcloudy · 3 years, 2 months ago
  16. 73eaf24 Changes http_archive's netrc attr to a Label. by Jiawen Chen · 3 years, 2 months ago
  17. 58887b7 make the function name more explicitly in git.bzl by lihu · 3 years, 3 months ago
  18. 15b1840 Fixes #13887: Add downloaded_file_path param to http_jar by Rabi Shanker Guha · 3 years, 6 months ago
  19. 0011115 Flip init_submodules vs recursive_init_submodules check by Keith Smiley · 3 years, 7 months ago
  20. 9055c67 Support extracting aar files. by Christopher Peterson Sauer · 3 years, 8 months ago
  21. f756442 Add cc_import to built_in rules. by Googler · 3 years, 8 months ago
  22. e9a4e93 bzlmod: Add new features to http_archive rule by pcloudy · 3 years, 9 months ago
  23. 7ce19e4 Remove "windows_tests" and "all_windows_tests" targets from BUILD files by Yun Peng · 3 years, 9 months ago
  24. 4261b2a Inclusive naming fixit by aiuto · 3 years, 9 months ago
  25. 0954af6 Remove more unneeded features from @bazel_tools/build_defs/pkg/pkg.bzl by aiuto · 3 years, 10 months ago
  26. de1e8c2 Remove unneeded features from @tools/build_defs/pkg:pkg_tar. by Tony Aiuto · 3 years, 10 months ago
  27. 19a4e6c Remove xz compression from Bazel's build in pkg_tar. by aiuto · 3 years, 11 months ago
  28. 736b271 Delete unused test cases from @tools/build_defs/pkg by aiuto · 3 years, 11 months ago
  29. 1bf36c8 Automatic code cleanup. by jcater · 4 years ago
  30. 5e03a2c Test if JavaInfo identical to one returned by Java rules can be constructed. by ilist · 4 years, 1 month ago
  31. 9449aa0 Remove pkg_deb from @bazel_tools. by aiuto · 4 years, 1 month ago
  32. 10405d3 docs: update java.bzl best practices to rm dead URL by Daniel McCarney · 4 years, 1 month ago
  33. 7044529 docs: clarify that urls is order sensitive by David · 4 years, 1 month ago
  34. 7a0dee5 Add the parse_netrc function by Mark Karpov · 4 years, 2 months ago
  35. 2d990cf Fix #10127: Remove Python 2 dependency from tools/android. by philwo · 4 years, 4 months ago
  36. 11fe399 Fix using load statement on git_repository with strip_prefix by Yun Peng · 4 years, 4 months ago
  37. 4a7d500 Convert tools/build_defs/pkg/make_deb.py to Python3 by cmita · 4 years, 4 months ago
  38. fb309f3 Export `.bzl` files in `@bazel_tools//tools/...` by Andrew Z Allen · 4 years, 5 months ago
  39. 1db6d40 Remove //tools/build_defs/pkg:pkg_rpm from Bazel. by aiuto · 4 years, 5 months ago
  40. 31b9b9e Add action_names filegroup by Keith Smiley · 4 years, 5 months ago
  41. 21b5eb6 Fix Bazel clang coverage to produce lcov report by plf · 4 years, 5 months ago
  42. d9bebab Fix typos in tools/build_defs/repo/utils.bzl -> patch() by Adam Liddell · 4 years, 5 months ago
  43. ceeb9b8 Attempt to git fetch only specified commit by Michael Hackner · 4 years, 6 months ago
  44. c02ddf7 Automatic code cleanup. by yileiyang · 4 years, 7 months ago
  45. 47f4cb6 Propagate data runfiles in cc_import by Andrzej Guszak · 4 years, 7 months ago
  46. 7009735 Add attr for recursively setting up git submodules by Keith Smiley · 4 years, 8 months ago
  47. b0f3cde Internal change for Starlark loose header checking by cmita · 4 years, 8 months ago
  48. 8874477 Restore shared_library attribute in Starlark's cc_import by Andrzej Guszak · 4 years, 8 months ago
  49. 1aea71a Add deps attribute to Starlark version of cc_import by Andrzej Guszak · 4 years, 8 months ago
  50. 8c937f3 Fix git_repository _error function arguments to string conversion. by ichern · 4 years, 8 months ago
  51. a91aad8 Add missing tests for object files support and a separate param for PIC static library in cc_import by Andrzej Guszak · 4 years, 8 months ago
  52. 60e3443 Add support for object files in the Starlark implementation of cc_import by Andrzej Guszak · 4 years, 9 months ago
  53. 6757711 Use the Maven artifact ID as the canonical_id in jvm_maven_import_external. by Googler · 4 years, 9 months ago
  54. d814a0b Add includes param for the Starlark version of cc_import by Andrzej Guszak · 4 years, 9 months ago
  55. 0f9a592 Add linkopts to the Starlark implementation of cc_import by Andrzej Guszak · 4 years, 9 months ago
  56. 650960f Fix visibility of cc_import.bzl file by plf · 4 years, 9 months ago
  57. 0a91174 Open source cc_import.bzl by plf · 4 years, 9 months ago
  58. 34d67ca Add option to preserve input tar mtimes in TarFileWriter by dannysullivan · 4 years, 10 months ago
  59. acab2c2 Skylark -> Starlark for various non-Java references. by gregce · 4 years, 10 months ago
  60. 8062ca4 Switch to a more recent version of Stardoc by wyv · 4 years, 10 months ago
  61. e75ed02 Thread maven_coordinates from jvm_maven_import_external into the underlying java_import rule by Jingwen Chen · 4 years, 11 months ago
  62. 964f933 Fix typo in documentation of `workspace_and_buildfile` by hannometer · 5 years ago
  63. 587c736 Skylark -> Starlark: final push for comment changes (2 of 2) by gregce · 5 years ago
  64. 863c5bd Add link to rules_pkg docs page. by aiuto · 5 years ago
  65. fbba074 Fix layering check whitelist - internal change by rosica · 5 years ago
  66. c5ec3c0 Fix auth_patterns attribute docs. by Jingwen Chen · 5 years ago
  67. 19532fb Fix broken formatting in http repository rules documentation page. by jingwen · 5 years ago
  68. 3c89a91 Set default location for .netrc file for Windows by Yun Peng · 5 years ago
  69. db64550 Extend http downloader to add support for non-standard authorization headers by Cristian Hancila · 5 years ago
  70. a948eb7 Allow patching WORKSPACE and BUILD files in http_archive. by philwo · 5 years ago
  71. 7392b1e Let http_archive copy WORKSPACE and BUILD files instead of symlinking them. by philwo · 5 years ago
  72. 3e5ece3 http_file: Support canonical_id attribute by David Ostrovsky · 5 years ago
  73. cfda041 Make http_jar rule forward compatible by George Gensure · 5 years ago
  74. e91dca4 utils.bzl: remove unneeded ctx.delete by Klaus Aehlig · 5 years ago
  75. 16c4ce4 jvm.bzl: Load Java rules from @rules_java by Ryan Beasley · 5 years ago
  76. 9e9a2fc Pass execution_requirements through sha256 run by George Gensure · 5 years ago
  77. df52777 Support parsing netrc files with comments by Jingwen Chen · 5 years ago
  78. 14513cd Add @repo//jar:file target to java_import_external and jvm_maven_import_external by Jingwen Chen · 5 years ago
  79. e9bef0c Add missing full stop. by Googler · 5 years ago
  80. a654505 py2to3: update more *.py files to PY3 by laszlocsomor · 5 years ago
  81. 9131dbe Windows: enable sha256_test by laszlocsomor · 5 years ago
  82. b892fd2 Allow patch arguments to be specified as function parameters by Andrew Suffield · 6 years ago
  83. c3d73f7 Readd support for authentication and .netrc by Klaus Aehlig · 6 years ago
  84. a0e3bb2 Remove support for authentication and .netrc by Dmitry Lomov · 6 years ago
  85. 902e7e5 preamble to Starlark rule documentation: mention label by Klaus Aehlig · 6 years ago
  86. 1ba9f0ff Add @bazel_tools//tools:bzl_srcs target by cparsons · 6 years ago
  87. 1828f0c Replace existing_rules with existing_rule in the maybe function by laurentlb · 6 years ago
  88. d3a3013 Fix "assuumes" typo by Googler · 6 years ago
  89. 2c04648 Fix git_repository rule to support fetching a commit on a tag by ichern · 6 years ago
  90. db063a8 Add internal macros and partially migrate Bazel for upcoming change by brandjon · 6 years ago
  91. 9cf8ebd Fix for starlark incompatible change by brandjon · 6 years ago
  92. 11462d1 Migrate pkg_tar from internal copy to @rules_pkg: Bazel packaging and by aiuto · 6 years ago
  93. 92cb224 Augment recommendation in java_import_external to be consistent with maven_jar, rules_jvm_external naming style by Jin · 6 years ago
  94. b3ddb95 Add --//tools/build_defs/pkg:incompatible_no_build_defs_pkg flag by Tony Aiuto · 6 years ago
  95. 4e5e8bb read_netrc: read file directly by Klaus Aehlig · 6 years ago
  96. 80a63d7 Use native patch API in http_archive and git_repository by Yun Peng · 6 years ago
  97. c26e339 Make http_archive honor $HOME/.netrc by Klaus Aehlig · 6 years ago
  98. e1e074c Make http_archive accept a .netrc file by Klaus Aehlig · 6 years ago
  99. 1bcd38a Make Git repository rules compatible with older Git versions. by philwo · 6 years ago
  100. 38cfc18 Add a starlark function computing auth dict from netrc data by Klaus Aehlig · 6 years ago