1. afb8196 Support extracting aar files. by Christopher Peterson Sauer · 3 years, 6 months ago
  2. 19491a9 Fix #10127: Remove Python 2 dependency from tools/android. by philwo · 4 years, 2 months ago
  3. 4a7d500 Convert tools/build_defs/pkg/make_deb.py to Python3 by cmita · 4 years, 2 months ago
  4. fb309f3 Export `.bzl` files in `@bazel_tools//tools/...` by Andrew Z Allen · 4 years, 2 months ago
  5. 1db6d40 Remove //tools/build_defs/pkg:pkg_rpm from Bazel. by aiuto · 4 years, 3 months ago
  6. 31b9b9e Add action_names filegroup by Keith Smiley · 4 years, 3 months ago
  7. 21b5eb6 Fix Bazel clang coverage to produce lcov report by plf · 4 years, 3 months ago
  8. d9bebab Fix typos in tools/build_defs/repo/utils.bzl -> patch() by Adam Liddell · 4 years, 3 months ago
  9. ceeb9b8 Attempt to git fetch only specified commit by Michael Hackner · 4 years, 4 months ago
  10. c02ddf7 Automatic code cleanup. by yileiyang · 4 years, 4 months ago
  11. 47f4cb6 Propagate data runfiles in cc_import by Andrzej Guszak · 4 years, 4 months ago
  12. 7009735 Add attr for recursively setting up git submodules by Keith Smiley · 4 years, 5 months ago
  13. b0f3cde Internal change for Starlark loose header checking by cmita · 4 years, 6 months ago
  14. 8874477 Restore shared_library attribute in Starlark's cc_import by Andrzej Guszak · 4 years, 6 months ago
  15. 1aea71a Add deps attribute to Starlark version of cc_import by Andrzej Guszak · 4 years, 6 months ago
  16. 8c937f3 Fix git_repository _error function arguments to string conversion. by ichern · 4 years, 6 months ago
  17. a91aad8 Add missing tests for object files support and a separate param for PIC static library in cc_import by Andrzej Guszak · 4 years, 6 months ago
  18. 60e3443 Add support for object files in the Starlark implementation of cc_import by Andrzej Guszak · 4 years, 6 months ago
  19. 6757711 Use the Maven artifact ID as the canonical_id in jvm_maven_import_external. by Googler · 4 years, 7 months ago
  20. d814a0b Add includes param for the Starlark version of cc_import by Andrzej Guszak · 4 years, 7 months ago
  21. 0f9a592 Add linkopts to the Starlark implementation of cc_import by Andrzej Guszak · 4 years, 7 months ago
  22. 650960f Fix visibility of cc_import.bzl file by plf · 4 years, 7 months ago
  23. 0a91174 Open source cc_import.bzl by plf · 4 years, 7 months ago
  24. 34d67ca Add option to preserve input tar mtimes in TarFileWriter by dannysullivan · 4 years, 7 months ago
  25. acab2c2 Skylark -> Starlark for various non-Java references. by gregce · 4 years, 8 months ago
  26. 8062ca4 Switch to a more recent version of Stardoc by wyv · 4 years, 8 months ago
  27. e75ed02 Thread maven_coordinates from jvm_maven_import_external into the underlying java_import rule by Jingwen Chen · 4 years, 8 months ago
  28. 964f933 Fix typo in documentation of `workspace_and_buildfile` by hannometer · 4 years, 9 months ago
  29. 587c736 Skylark -> Starlark: final push for comment changes (2 of 2) by gregce · 4 years, 9 months ago
  30. 863c5bd Add link to rules_pkg docs page. by aiuto · 4 years, 9 months ago
  31. fbba074 Fix layering check whitelist - internal change by rosica · 4 years, 10 months ago
  32. c5ec3c0 Fix auth_patterns attribute docs. by Jingwen Chen · 4 years, 10 months ago
  33. 19532fb Fix broken formatting in http repository rules documentation page. by jingwen · 4 years, 10 months ago
  34. 3c89a91 Set default location for .netrc file for Windows by Yun Peng · 4 years, 10 months ago
  35. db64550 Extend http downloader to add support for non-standard authorization headers by Cristian Hancila · 4 years, 10 months ago
  36. a948eb7 Allow patching WORKSPACE and BUILD files in http_archive. by philwo · 5 years ago
  37. 7392b1e Let http_archive copy WORKSPACE and BUILD files instead of symlinking them. by philwo · 5 years ago
  38. 3e5ece3 http_file: Support canonical_id attribute by David Ostrovsky · 5 years ago
  39. cfda041 Make http_jar rule forward compatible by George Gensure · 5 years ago
  40. e91dca4 utils.bzl: remove unneeded ctx.delete by Klaus Aehlig · 5 years ago
  41. 16c4ce4 jvm.bzl: Load Java rules from @rules_java by Ryan Beasley · 5 years ago
  42. 9e9a2fc Pass execution_requirements through sha256 run by George Gensure · 5 years ago
  43. df52777 Support parsing netrc files with comments by Jingwen Chen · 5 years ago
  44. 14513cd Add @repo//jar:file target to java_import_external and jvm_maven_import_external by Jingwen Chen · 5 years ago
  45. e9bef0c Add missing full stop. by Googler · 5 years ago
  46. a654505 py2to3: update more *.py files to PY3 by laszlocsomor · 5 years ago
  47. 9131dbe Windows: enable sha256_test by laszlocsomor · 5 years ago
  48. b892fd2 Allow patch arguments to be specified as function parameters by Andrew Suffield · 5 years ago
  49. c3d73f7 Readd support for authentication and .netrc by Klaus Aehlig · 5 years ago
  50. a0e3bb2 Remove support for authentication and .netrc by Dmitry Lomov · 5 years ago
  51. 902e7e5 preamble to Starlark rule documentation: mention label by Klaus Aehlig · 5 years ago
  52. 1ba9f0ff Add @bazel_tools//tools:bzl_srcs target by cparsons · 5 years ago
  53. 1828f0c Replace existing_rules with existing_rule in the maybe function by laurentlb · 5 years ago
  54. d3a3013 Fix "assuumes" typo by Googler · 5 years ago
  55. 2c04648 Fix git_repository rule to support fetching a commit on a tag by ichern · 5 years ago
  56. db063a8 Add internal macros and partially migrate Bazel for upcoming change by brandjon · 5 years ago
  57. 9cf8ebd Fix for starlark incompatible change by brandjon · 5 years ago
  58. 11462d1 Migrate pkg_tar from internal copy to @rules_pkg: Bazel packaging and by aiuto · 5 years ago
  59. 92cb224 Augment recommendation in java_import_external to be consistent with maven_jar, rules_jvm_external naming style by Jin · 5 years ago
  60. b3ddb95 Add --//tools/build_defs/pkg:incompatible_no_build_defs_pkg flag by Tony Aiuto · 5 years ago
  61. 4e5e8bb read_netrc: read file directly by Klaus Aehlig · 5 years ago
  62. 80a63d7 Use native patch API in http_archive and git_repository by Yun Peng · 6 years ago
  63. c26e339 Make http_archive honor $HOME/.netrc by Klaus Aehlig · 6 years ago
  64. e1e074c Make http_archive accept a .netrc file by Klaus Aehlig · 6 years ago
  65. 1bcd38a Make Git repository rules compatible with older Git versions. by philwo · 6 years ago
  66. 38cfc18 Add a starlark function computing auth dict from netrc data by Klaus Aehlig · 6 years ago
  67. f9efb24 Fix Bazel website stardoc build (//site:site) after https://github.com/bazelbuild/bazel/commit/9c913b93e275038393e4ba5f67b7421919d93cf9 by jingwen · 6 years ago
  68. 9c913b9 Refactor git_repository and new_git_repository rules implementations ? by ichern · 6 years ago
  69. 24cf645 Add a utility function for parsing .netrc files by Klaus Aehlig · 6 years ago
  70. aaf6457 Embed @platforms into the Bazel binary by hlopko · 6 years ago
  71. 7247b0b Automated rollback of commit 50a2d6c9b9c55776ec747a656a2edd971e723771. by pcloudy · 6 years ago
  72. 50a2d6c Refactor git_repository and new_git_repository rules implementations ? by ichern · 6 years ago
  73. 132ef54 Fix broken debian packaging tests. by Tony Aiuto · 6 years ago
  74. 36c70a6 Rollforward "Disable outputs param of rule function" with fix by cparsons · 6 years ago
  75. 5bb81c1 Expand documentation of patch_args for git_repository by Dave Lee · 6 years ago
  76. 20c8413 Restrict string escape sequences and introduce flag by Marwan Tammam · 6 years ago
  77. 00b5dad Fix pkg_deb depends_file bug by szakmary · 6 years ago
  78. 4f13309 git.bzl: correctly quote shallow_since by Klaus Aehlig · 6 years ago
  79. cffae2b Fixed Python 3 incompatibility in make_rpm tool by Alex Thompson · 6 years ago
  80. c917ab2 Implement artificial cache sepration by Klaus Aehlig · 6 years ago
  81. 7ffeeff Repository rules: Don't remove BUILD by pcloudy · 6 years ago
  82. 84c5dc9 Add support for `config` and `templates` control files in pkg_deb rule by Googler · 6 years ago
  83. c6207b4 Repository rules: Get rid of rm command in utils.bzl by pcloudy · 6 years ago
  84. 1ac17cf Repository rules: Remove used function by pcloudy · 6 years ago
  85. c2001a4 Automated rollback of commit bbe47a1564a832e1a175206f2dfbc92af94c120b. by aehlig · 6 years ago
  86. d0fbc85 Bring the google and github versions of tools/build_defs/pkg/BUILD into better by aiuto · 6 years ago
  87. ef3c57a Fix broken tests for //tools/build_defs/pkg. There must have been by aiuto · 6 years ago
  88. cbe6aed http.bzl: Use syntactically correct checksums in examples by Klaus Aehlig · 6 years ago
  89. 532df8f pkg_deb: support depends_file attribute by Max Vorobev · 6 years ago
  90. bbe47a1 Disable outputs param of rule function by cparsons · 6 years ago
  91. cd53bd6 Make thinlto action command lines standalone by hlopko · 6 years ago
  92. d888e4d Fix to pkg_tar(mtime=N). The code never worked. by aiuto · 6 years ago
  93. 466bf40 Do not pre-set 'Build-Using to "bazel"' in pkg_deb. by Tony Aiuto · 6 years ago
  94. 800b103 utils.bzl: improve doc strings by Klaus Aehlig · 6 years ago
  95. 70e3c33 pkg_deb: Create deb pkgs with unicode descriptions by Ian McGinnis · 6 years ago
  96. dac096c Fix "the the". by Benjamin Peterson · 6 years ago
  97. 8808f95 Repository rules: add the load statement to the example by Klaus Aehlig · 6 years ago
  98. 852c11f Switch generation of documentation from Skydoc to Stardoc by Klaus Aehlig · 6 years ago
  99. 6f52fca Generate documentation for embedded repository rules by Klaus Aehlig · 6 years ago
  100. d8ffad5 Make jvm_import_external.licenses optional. by Benjamin Peterson · 6 years ago