1. 3f87a95 Make part of @bazel_tools compatible with --incompatible_disallow_struct_provider_syntax by cparsons · 6 years ago
  2. 6e821a1 Fix simple bazel build_rules cases of rules returning struct by cparsons · 6 years ago
  3. 2c1d792 Make cc_grpc_librarys only depend on the protobuf runtime library not the whole protobuf compiler. by Benjamin Peterson · 6 years ago
  4. 539bfc9 Add explicit dependency on protoc_lib in cc_grpc_library by Alexandre Rostovtsev · 6 years ago
  5. bf05bc2 Fix comment in tools/build_rules/genproto.bzl by hlopko · 6 years ago
  6. 9a8318e Automatic code cleanup. by Googler · 6 years ago
  7. fe2791b Fix build breakage caused by https://github.com/bazelbuild/bazel/commit/f09429c201347f306954479d6ad156efa7cc49d8 by laurentlb · 6 years ago
  8. f09429c Run "buildifier --lint=fix" on bzl files by laurentlb · 6 years ago
  9. b57c2a4 Automatic code cleanup. by twerth · 6 years ago
  10. a780be3 Automated rollback of commit d550145730c330cf9412b0f48b5f423829d9ff85. by Googler · 6 years ago
  11. d550145 file_test: fix for Windows by Laszlo Csomor · 6 years ago
  12. 470a913 file_test: add integration tests by Laszlo Csomor · 6 years ago
  13. a7f3b85 Update bzl files to work with --all_incompatible_changes by laurentlb · 7 years ago
  14. 366da4c In java_rules_skylark depend on the javabase through //tools/jdk:current_java_runtime by cushon · 7 years ago
  15. d92725b Automatic code cleanup. by gregce · 7 years ago
  16. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  17. 013af7d Make test_rules.bzl --all_incompatible_changes compliant. by Mathieu Boespflug · 7 years ago
  18. 58efcfd test_rules.bzl: Make Skylark rule forward compatible by David Ostrovsky · 7 years ago
  19. ceaed51 Remove usages of `+` on dicts by vladmos · 7 years ago
  20. b23b6eb Rename set to depset by vladmos · 8 years ago
  21. 00b290c remove @bazel_tools//tools/build_rules:gensrcjar target by ajmichael · 8 years ago
  22. 6073f1d protobuf: Use bazel's native java_proto_library rules. by Jakob Buchgraber · 8 years ago
  23. 4229823 Remove unnecessary python skylark rules and update example by Yu Yi · 8 years ago
  24. e36a66c Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde. by Dmitry Lomov · 8 years ago
  25. 4b73e97 Roll forward execroot change by Kristina Chodorow · 8 years ago
  26. 50e7e7f Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:protobuf to refer to the Java proto runtime. by Carmi Grushko · 8 years ago
  27. 443faf1 Global cleanup change. by Kristina Chodorow · 8 years ago
  28. b89f30e Add support for rules_test on rules in a different repository or in the by John Cater · 8 years ago
  29. e23b79c Only add the runfiles of artifacts that are actual inputs of the spawn action. by Florian Weikert · 8 years ago
  30. ba41c2d Add bin_dir and genfiles_dir to ctx by Kristina Chodorow · 8 years ago
  31. 7cde82e Remove HOST_CFG and DATA_CFG references that cause warnings by Kristina Chodorow · 8 years ago
  32. fd158cb Silence the warning about Javac not supporting workers during bootstrap by renaming the action mnemonic in the Java Skylark rules to JavacBootstrap. by Philipp Wollermann · 9 years ago
  33. 6022b7b Rollback of commit 4381a1d6e8f711957f430aac0c301acec6dfa0eb. by Damien Martin-Guillerez · 9 years ago
  34. 4381a1d Global cleanup change. by Vladimir Moskva · 9 years ago
  35. c02dc27 Global cleanup change. by Vladimir Moskva · 9 years ago
  36. c5804ab Global cleanup change. by Laurent Le Brun · 9 years ago
  37. de424b6 Remove rust, jsonnet, scala and closure from the Bazel repository by Damien Martin-Guillerez · 9 years ago
  38. a51a85e Cut dependency on BoringSSL. by Lukacs Berki · 9 years ago
  39. c6c516d Make the genproto rules of Bazel usable from other repositories. by Lukacs Berki · 9 years ago
  40. 19eadbe Fix Bazel continuous build. by Lukacs Berki · 9 years ago
  41. 821a504 Support gRPC in the Bazel-internal protobuf rules. by Lukacs Berki · 9 years ago
  42. 285112c Remove te protocol compiler rules from @bazel_tools. by Lukacs Berki · 9 years ago
  43. ffcc522 Rollback of commit 3248a5ea6ecb9f5f2080876a70de016825f54707. by Lukacs Berki · 9 years ago
  44. 3248a5e Update our rudimentary proto rules to be able to handle gRPC. by Lukacs Berki · 9 years ago
  45. f739cc3 Enable overriding attributes for Rust binaries. by David Chen · 9 years ago
  46. 96df361 Remove deprecated Skylark rules by Kristina Chodorow · 9 years ago
  47. d521245 Marking Closure Tools for Bazel as deprecated. by Googler · 9 years ago
  48. eab1ce2 Fix go_prefix to resolve to the right repository by Kristina Chodorow · 9 years ago
  49. 19b5675 Deprecate built-in Skylark rules by Kristina Chodorow · 9 years ago
  50. b78bbd5 Add Python protobuf to Bazel third_party and move all protobuf targets into by David Chen · 9 years ago
  51. ba05c37 Upgrade Apache Commons Collections to v3.2.2 by Googler · 9 years ago
  52. 2de7a88 Update rust rule to reference deps in @bazel_tools by Kristina Chodorow · 9 years ago
  53. 4e65601 Fix references to @bazel_tools// repository in Go rules. by David Chen · 9 years ago
  54. 287094b Add design doc for Go rules as markdown. by Han-Wen Nienhuys · 9 years ago
  55. d73c97d Restore allow_files and single_file attributes. by Julio Merino · 9 years ago
  56. 19e9953 Allow preprocessing proto files before compiling them in gensrcjar.sh. by Julio Merino · 9 years ago
  57. a6e4482 Split out Java proto compilation logic to a helper script (take 2). by Julio Merino · 9 years ago
  58. c0a9fb6 Rollback of commit 8ec3866d9e5d28f6c09546269ec82731c45c28ad. by Damien Martin-Guillerez · 9 years ago
  59. 699f87a Rename proto_java_library to java_proto_library. by Julio Merino · 9 years ago
  60. ffc891c Use ctx.executable to get references to the binaries. by Julio Merino · 9 years ago
  61. be19783 Fix issues with commit 650533fffccb97910338f335939de76922c9f679 by Michael Zhou · 9 years ago
  62. 8ec3866 Split out Java proto compilation logic to a helper script. by Julio Merino · 9 years ago
  63. 0e7f137 Use a specific release of the Closure Compiler instead of referencing -latest by Kamil Jiwa · 9 years ago
  64. 650533f Update Closure Tools dependencies and add arguments to closure_js_binary() by Michael Zhou · 9 years ago
  65. 5854a72 Turn //tools/build_rules into a package. by Julio Merino · 9 years ago
  66. ce449e8 Don't import API functions you don't use by Francois-Rene Rideau · 9 years ago
  67. cf521dd Revert "Merge pull request #910 from Dominator008/closure" by Damien Martin-Guillerez · 9 years ago
  68. 3f70577 Merge pull request #910 from Dominator008/closure by Kamil Jiwa · 9 years ago
  69. 33573dc Add "--language_in" and "--language_out" to closure_js_binary.bzl by Michael Zhou · 9 years ago
  70. 806d9c6 Reformat genproto.bzl to comply with the style guide. by Julio Merino · 9 years ago
  71. 1bab6b1 Stop bundling ijar's sources in bazel_tools by Damien Martin-Guillerez · 9 years ago
  72. af1d67f Update dependencies in closure_repositories.bzl by Michael Zhou · 9 years ago
  73. 1e1e94b Updates the appengine_war() rule to include the transitive dependencies of the input rules in the output war. by Alex Humesky · 9 years ago
  74. 175b267 Use build_file_content attribute of new_* repositories instead of build_file in Skylark rules by Damien Martin-Guillerez · 9 years ago
  75. 98fc32c Update documentation of skylark rules: correct load statements by Damien Martin-Guillerez · 9 years ago
  76. 56ac506 [rust] Update Rust rules to Rust 1.6 by David Chen · 9 years ago
  77. 68d0b69 Use labels in load statements by Damien Martin-Guillerez · 9 years ago
  78. d31b30d Update appengine repository rule names by Kristina Chodorow · 9 years ago
  79. b21b2ba Convert skylark rules and tests to use _ in repo names by Kristina Chodorow · 9 years ago
  80. 0bf232e Fix appengine rule to use all @bazel_tools targets by Kristina Chodorow · 9 years ago
  81. 3bd2589 Update appengine.bzl rules to use remote repos by Kristina Chodorow · 9 years ago
  82. 17e419e Allow empty go_prefix. by Han-Wen Nienhuys · 9 years ago
  83. 1f1658c Basic build tag support for go rules by David Santiago · 9 years ago
  84. 72ae5e3 Fix bazel_go_example_test. Changes: by Han-Wen Nienhuys · 9 years ago
  85. be9f577 Make the Go rules depend on the Go toolchain targets in the main repository. by Lukacs Berki · 9 years ago
  86. 2ec1b0a Remove deleted WORKSPACE.go-toolchain from srcs. by David Chen · 9 years ago
  87. 7019ff9 Use load() to add external repositories for Skylark rules. by David Chen · 9 years ago
  88. 34a6df1 Drop intermediate zip archive from py_binary output by Benjamin Staffin · 9 years ago
  89. 8452ffd Fix for I82f1d300470ff69e9d70c3008cf569d9ec94764d by Brian Silverman · 9 years ago
  90. 07b0ba6 [rust] Use load() to add external repositories. by David Chen · 9 years ago
  91. 79f6fa3 Update Rust new_http_archive rules to use 1.4 and strip_prefix by Kamal Marhubi · 9 years ago
  92. 95ee87b Add missing comma. by Han-Wen Nienhuys · 9 years ago
  93. b6cbba3 Processes runfiles for libraries in addition to binaries. The behavior by Jake Voytko · 9 years ago
  94. 42e1c9c Make go test rule run tests from the directory of the source file by David Santiago · 9 years ago
  95. 85c8239 Go rules now set GOOS and GOARCH environment variables by David Santiago · 9 years ago
  96. 7b59945 Refactor Skylark rules and attributes in preparation to Skylark aspects. by Dmitry Lomov · 9 years ago
  97. 528a919 Fixes the closure binary inputs to include externs by Jake Voytko · 9 years ago
  98. d858931 [rust] Fix bugs in Rust test rules. by David Chen · 9 years ago
  99. 86b9fef Update go_binary and go_test rules to copy files in the "data" by David Santiago · 9 years ago
  100. e2eb639 When computing the transitive config fragments required by a target, by Greg Estren · 9 years ago