1. 6757711 Use the Maven artifact ID as the canonical_id in jvm_maven_import_external. by Googler · 4 years, 9 months ago
  2. d814a0b Add includes param for the Starlark version of cc_import by Andrzej Guszak · 4 years, 9 months ago
  3. 0f9a592 Add linkopts to the Starlark implementation of cc_import by Andrzej Guszak · 4 years, 9 months ago
  4. 650960f Fix visibility of cc_import.bzl file by plf · 4 years, 9 months ago
  5. 0a91174 Open source cc_import.bzl by plf · 4 years, 10 months ago
  6. 34d67ca Add option to preserve input tar mtimes in TarFileWriter by dannysullivan · 4 years, 10 months ago
  7. acab2c2 Skylark -> Starlark for various non-Java references. by gregce · 4 years, 10 months ago
  8. 8062ca4 Switch to a more recent version of Stardoc by wyv · 4 years, 10 months ago
  9. e75ed02 Thread maven_coordinates from jvm_maven_import_external into the underlying java_import rule by Jingwen Chen · 5 years ago
  10. 964f933 Fix typo in documentation of `workspace_and_buildfile` by hannometer · 5 years ago
  11. 587c736 Skylark -> Starlark: final push for comment changes (2 of 2) by gregce · 5 years ago
  12. 863c5bd Add link to rules_pkg docs page. by aiuto · 5 years ago
  13. fbba074 Fix layering check whitelist - internal change by rosica · 5 years ago
  14. c5ec3c0 Fix auth_patterns attribute docs. by Jingwen Chen · 5 years ago
  15. 19532fb Fix broken formatting in http repository rules documentation page. by jingwen · 5 years ago
  16. 3c89a91 Set default location for .netrc file for Windows by Yun Peng · 5 years ago
  17. db64550 Extend http downloader to add support for non-standard authorization headers by Cristian Hancila · 5 years ago
  18. a948eb7 Allow patching WORKSPACE and BUILD files in http_archive. by philwo · 5 years ago
  19. 7392b1e Let http_archive copy WORKSPACE and BUILD files instead of symlinking them. by philwo · 5 years ago
  20. 3e5ece3 http_file: Support canonical_id attribute by David Ostrovsky · 5 years ago
  21. cfda041 Make http_jar rule forward compatible by George Gensure · 5 years ago
  22. e91dca4 utils.bzl: remove unneeded ctx.delete by Klaus Aehlig · 5 years ago
  23. 16c4ce4 jvm.bzl: Load Java rules from @rules_java by Ryan Beasley · 5 years ago
  24. 9e9a2fc Pass execution_requirements through sha256 run by George Gensure · 5 years ago
  25. df52777 Support parsing netrc files with comments by Jingwen Chen · 5 years ago
  26. 14513cd Add @repo//jar:file target to java_import_external and jvm_maven_import_external by Jingwen Chen · 5 years ago
  27. e9bef0c Add missing full stop. by Googler · 5 years ago
  28. a654505 py2to3: update more *.py files to PY3 by laszlocsomor · 5 years ago
  29. 9131dbe Windows: enable sha256_test by laszlocsomor · 5 years ago
  30. b892fd2 Allow patch arguments to be specified as function parameters by Andrew Suffield · 6 years ago
  31. c3d73f7 Readd support for authentication and .netrc by Klaus Aehlig · 6 years ago
  32. a0e3bb2 Remove support for authentication and .netrc by Dmitry Lomov · 6 years ago
  33. 902e7e5 preamble to Starlark rule documentation: mention label by Klaus Aehlig · 6 years ago
  34. 1ba9f0ff Add @bazel_tools//tools:bzl_srcs target by cparsons · 6 years ago
  35. 1828f0c Replace existing_rules with existing_rule in the maybe function by laurentlb · 6 years ago
  36. d3a3013 Fix "assuumes" typo by Googler · 6 years ago
  37. 2c04648 Fix git_repository rule to support fetching a commit on a tag by ichern · 6 years ago
  38. db063a8 Add internal macros and partially migrate Bazel for upcoming change by brandjon · 6 years ago
  39. 9cf8ebd Fix for starlark incompatible change by brandjon · 6 years ago
  40. 11462d1 Migrate pkg_tar from internal copy to @rules_pkg: Bazel packaging and by aiuto · 6 years ago
  41. 92cb224 Augment recommendation in java_import_external to be consistent with maven_jar, rules_jvm_external naming style by Jin · 6 years ago
  42. b3ddb95 Add --//tools/build_defs/pkg:incompatible_no_build_defs_pkg flag by Tony Aiuto · 6 years ago
  43. 4e5e8bb read_netrc: read file directly by Klaus Aehlig · 6 years ago
  44. 80a63d7 Use native patch API in http_archive and git_repository by Yun Peng · 6 years ago
  45. c26e339 Make http_archive honor $HOME/.netrc by Klaus Aehlig · 6 years ago
  46. e1e074c Make http_archive accept a .netrc file by Klaus Aehlig · 6 years ago
  47. 1bcd38a Make Git repository rules compatible with older Git versions. by philwo · 6 years ago
  48. 38cfc18 Add a starlark function computing auth dict from netrc data by Klaus Aehlig · 6 years ago
  49. f9efb24 Fix Bazel website stardoc build (//site:site) after https://github.com/bazelbuild/bazel/commit/9c913b93e275038393e4ba5f67b7421919d93cf9 by jingwen · 6 years ago
  50. 9c913b9 Refactor git_repository and new_git_repository rules implementations ? by ichern · 6 years ago
  51. 24cf645 Add a utility function for parsing .netrc files by Klaus Aehlig · 6 years ago
  52. aaf6457 Embed @platforms into the Bazel binary by hlopko · 6 years ago
  53. 7247b0b Automated rollback of commit 50a2d6c9b9c55776ec747a656a2edd971e723771. by pcloudy · 6 years ago
  54. 50a2d6c Refactor git_repository and new_git_repository rules implementations ? by ichern · 6 years ago
  55. 132ef54 Fix broken debian packaging tests. by Tony Aiuto · 6 years ago
  56. 36c70a6 Rollforward "Disable outputs param of rule function" with fix by cparsons · 6 years ago
  57. 5bb81c1 Expand documentation of patch_args for git_repository by Dave Lee · 6 years ago
  58. 20c8413 Restrict string escape sequences and introduce flag by Marwan Tammam · 6 years ago
  59. 00b5dad Fix pkg_deb depends_file bug by szakmary · 6 years ago
  60. 4f13309 git.bzl: correctly quote shallow_since by Klaus Aehlig · 6 years ago
  61. cffae2b Fixed Python 3 incompatibility in make_rpm tool by Alex Thompson · 6 years ago
  62. c917ab2 Implement artificial cache sepration by Klaus Aehlig · 6 years ago
  63. 7ffeeff Repository rules: Don't remove BUILD by pcloudy · 6 years ago
  64. 84c5dc9 Add support for `config` and `templates` control files in pkg_deb rule by Googler · 6 years ago
  65. c6207b4 Repository rules: Get rid of rm command in utils.bzl by pcloudy · 6 years ago
  66. 1ac17cf Repository rules: Remove used function by pcloudy · 6 years ago
  67. c2001a4 Automated rollback of commit bbe47a1564a832e1a175206f2dfbc92af94c120b. by aehlig · 6 years ago
  68. d0fbc85 Bring the google and github versions of tools/build_defs/pkg/BUILD into better by aiuto · 6 years ago
  69. ef3c57a Fix broken tests for //tools/build_defs/pkg. There must have been by aiuto · 6 years ago
  70. cbe6aed http.bzl: Use syntactically correct checksums in examples by Klaus Aehlig · 6 years ago
  71. 532df8f pkg_deb: support depends_file attribute by Max Vorobev · 6 years ago
  72. bbe47a1 Disable outputs param of rule function by cparsons · 6 years ago
  73. cd53bd6 Make thinlto action command lines standalone by hlopko · 6 years ago
  74. d888e4d Fix to pkg_tar(mtime=N). The code never worked. by aiuto · 6 years ago
  75. 466bf40 Do not pre-set 'Build-Using to "bazel"' in pkg_deb. by Tony Aiuto · 6 years ago
  76. 800b103 utils.bzl: improve doc strings by Klaus Aehlig · 6 years ago
  77. 70e3c33 pkg_deb: Create deb pkgs with unicode descriptions by Ian McGinnis · 6 years ago
  78. dac096c Fix "the the". by Benjamin Peterson · 6 years ago
  79. 8808f95 Repository rules: add the load statement to the example by Klaus Aehlig · 6 years ago
  80. 852c11f Switch generation of documentation from Skydoc to Stardoc by Klaus Aehlig · 6 years ago
  81. 6f52fca Generate documentation for embedded repository rules by Klaus Aehlig · 6 years ago
  82. d8ffad5 Make jvm_import_external.licenses optional. by Benjamin Peterson · 6 years ago
  83. d79786d git_repository: properly quote shallow argument by Klaus Aehlig · 6 years ago
  84. 6fc5b6e Fix typo in pkg_tar docs. by Travis Cline · 6 years ago
  85. 25d202f Add --mtime flag to build_tar.py. Use this feature for pkg_tar. by Tony Aiuto · 6 years ago
  86. 1cf75b9 Allow setting a default mtime in TarFileWriter so that all objects without by aiuto · 6 years ago
  87. 45e68f2 pkg_tar: Create tar files with non-zero mtime by Ryan Beasley · 6 years ago
  88. 60dcd82 Remove tools/build_defs/apple by Philipp Wollermann · 6 years ago
  89. 4d33dd2 Avoid deletion of repository directory in repository_ctx by Jannis Andrija Schnitzer · 6 years ago
  90. f147608 Encapsulate all action names in a struct by rosica · 6 years ago
  91. f451b79 Add missing ObjC related action names to action_names.bzl. by Googler · 6 years ago
  92. d89d532 Update make_rpm to conform to our current Python linter rules. by aiuto · 6 years ago
  93. 32af8b4 Make 'rpmbuild' path configurable; fix #7031 by Max Vorobev · 6 years ago
  94. 11b46c3 jvm import external advancements by Ittai Zeidman · 6 years ago
  95. 50d58eb Explicitly set locale when running rpmbuild; fix #7037 by Max Vorobev · 6 years ago
  96. 6366970 Remove duplicate _ACTION_NAME from by jcater · 6 years ago
  97. 62199ea Allow pkg_tar's strip_prefix to work on directory output target names. by Ed Schouten · 6 years ago
  98. 0954a88 Port new changes to build_tar.py from https://github.com/bazelbuild/rules_docker/pull/631 by Googler · 6 years ago
  99. 02fda30 Make git_repository use shared update attr function. by dannark · 6 years ago
  100. 94e1dcc Make http_* rules return a checksum even if one wasn't provided to be recorded in the resolved file. by dannark · 6 years ago