1. 285112c Remove te protocol compiler rules from @bazel_tools. by Lukacs Berki · 9 years ago
  2. 96df361 Remove deprecated Skylark rules by Kristina Chodorow · 9 years ago
  3. 4b19997 Add support for resources to bundling rules. by Dave MacLachlan · 9 years ago
  4. 191d980 RELNOTES: Set --legacy_bazel_java_test to off by default. by Damien Martin-Guillerez · 9 years ago
  5. 434020c Update bazel-bin/examples/objc/expression_prebuilt.a to be four way fat, and update instructions on how to generate. by Dave MacLachlan · 9 years ago
  6. 699f87a Rename proto_java_library to java_proto_library. by Julio Merino · 9 years ago
  7. 5854a72 Turn //tools/build_rules into a package. by Julio Merino · 9 years ago
  8. 18eed30 Fix //src/test/shell/bazel:bazel_example_test by Damien Martin-Guillerez · 9 years ago
  9. ea02b8a Add imports attribute to Bazel native Python rules to allow adding directories to PYTHONPATH. by David Chen · 9 years ago
  10. 4800626 Add shell example to bazel. Includes sh_binary, sh_library and sh_test. by Dave MacLachlan · 9 years ago
  11. 2f4d1c2 Get rid of some g3doc warnings. by Dave MacLachlan · 9 years ago
  12. 68d0b69 Use labels in load statements by Damien Martin-Guillerez · 9 years ago
  13. 631fdd2 Fix up our external sample PrenotCalculator so it uses ios_application instead of just objc_binary. by Dave MacLachlan · 9 years ago
  14. 0e396b8 Use our java test runner in Bazel by Damien Martin-Guillerez · 9 years ago
  15. d858931 [rust] Fix bugs in Rust test rules. by David Chen · 9 years ago
  16. d00e3a1 Add dotnet csharp support to bazel. by Jeremy Wall · 9 years ago
  17. 9d7d689 Fixes compilation failure of //examples/android/java/bazel:hello_world when sandboxing was enabled, by adding "jni_dep.h" to "hdrs" in //examples/android/java/bazel:jni_dep. by Philipp Wollermann · 9 years ago
  18. 854b72d [jsonnet] Add jsonnet_to_json_test rule for testing Jsonnet code. by David Chen · 9 years ago
  19. 14328eb Replace "Google Inc" with "The Bazel Authors" in every copyright notice. by Lukacs Berki · 9 years ago
  20. 4718232 Provide an example for the Go rules, eg. by Han-Wen Nienhuys · 9 years ago
  21. ab141f8 [rust] Add rust_bench_test and rust_doc_test rules and improve usability of rust_test rule. by David Chen · 9 years ago
  22. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 9 years ago
  23. 4eb82ec1 Add rust_docs rule by David Chen · 9 years ago
  24. 98235e3 Initial checkin of sass_binary support for bazel by Derek Perez · 9 years ago
  25. eaae08e Update d_docs rule to take a dependency on a d_binary, a d_library or d_source_library. by David Chen · 9 years ago
  26. c9e5220 Rollforward of [], which was rolled back in []. Cleans up support for objc_proto_library with native proto_library. by Michael Thvedt · 10 years ago
  27. 361d2e2 Add Jsonnet rules to Bazel. by David Chen · 10 years ago
  28. 8741978 Add initial D rules to Bazel. by David Chen · 10 years ago
  29. b766987 Rollback of commit 17e9d7cd408eee1e4e73a1fe6f76917954475937. by Carmi Grushko · 10 years ago
  30. 17e9d7c Turn Bazel proto_library on for objc_proto_library. by Michael Thvedt · 10 years ago
  31. 1299767 Quick fix for shipping the android tools in the Bazel binary by Damien Martin-Guillerez · 10 years ago
  32. d5079a5 Require an android_local_tools_repository stanza in the WORKSPACE file so that Bazel finds Android tools and update the tools themselves to handle their new location. by Lukacs Berki · 10 years ago
  33. 217e3ad Android example readme: blaze -> bazel by Damien Martin-Guillerez · 10 years ago
  34. 583c356 Open-source full support for J2ObjC in Bazel, including dead code removal, and add an example. by Michael Thvedt · 10 years ago
  35. 6082c78 New-style android example by Steven Dee · 10 years ago
  36. e449d50 Restore Rust examples and add Rust rule tests that were inadvertently excluded. by David Chen · 10 years ago
  37. 608b4cd Introduce trivial rust tests by Francois-Rene Rideau · 10 years ago
  38. debf73a Update README.md for examples/android to clarify meaning of attribute values. by John Field · 10 years ago
  39. f397120 Fixed Android example README.md to make the lists work. by Alex Humesky · 10 years ago
  40. 5dc9abf Delete unnecessary example PrenotCalculatorInstruments. by Michael Thvedt · 10 years ago
  41. 841cf45 Make --android_crosstool_top default to the android_ndk_repository specified in the WORKSPACE file. by Lukacs Berki · 10 years ago
  42. 99389fd Add an example Android app and a README.md file that details how to compile it. by Lukacs Berki · 10 years ago
  43. 8e36c42 Fix tests with python3 as default python. by Peter Foley · 10 years ago
  44. a1036d7 Fix typo. by Nathan Harmata · 10 years ago
  45. 1ed3c47 Move the Error Prone plugin into Bazel by Liam Miller-Cushon · 10 years ago
  46. 4c7f35d Add initial Rust rules to Bazel. by David Chen · 10 years ago
  47. e01aa68 Simplify genproto.bzl. by Han-Wen Nienhuys · 10 years ago
  48. 464edea Look for resources under Maven's standard directory layout by Kristina Chodorow · 10 years ago
  49. a8628bf Added py_test rule to Bazel by Damien Martin-Guillerez · 10 years ago
  50. 3af12e6 Remove constructor delegation from example by Kristina Chodorow · 10 years ago
  51. c445809 Add Google auto to bazel by Francois-Rene Rideau · 10 years ago
  52. 06f446a Update getting started instructions with .bazelrc strategy by Kristina Chodorow · 10 years ago
  53. f5e23c6 Make Python rules in Bazel actually work. by Lukacs Berki · 10 years ago
  54. 18e5151 Remove unused code by Daniel Wagner-Hall · 10 years ago
  55. 8477641 Remove experimental Go support until we have a solution which fits the 'go' tool conventions better. by Han-Wen Nienhuys · 10 years ago
  56. 5cbd5a4 Open-source Bazel integration tests by Damien Martin-Guillerez · 10 years ago
  57. adeef73 Move all examples into Bazel workspace by Damien Martin-Guillerez · 10 years ago