1. 166f28c Add @googleapis repository to WORKSPACE by Jakob Buchgraber · 8 years ago
  2. 1e54a59 Update bundled OpenJDK to azul-zulu-8.21.0.1-jdk8.0.131. by Philipp Wollermann · 8 years ago
  3. 915fa8f Add the upstream URLs for Azul Zulu to Bazel's WORKSPACE as a secondary source. by philwo · 8 years ago
  4. 6e12e65 Update protobuf dependency to 3.2.0 by Jakob Buchgraber · 8 years ago
  5. 8ff0d0d Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909." by Jakob Buchgraber · 8 years ago
  6. 5235d06 protobuf: Update protobuf to @laszlocsomor's master at commit 421d909. by Jakob Buchgraber · 8 years ago
  7. d907373 Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909." by Jakob Buchgraber · 8 years ago
  8. ea82aa1 protobuf: Update protobuf to @laszlocsomor's master at commit 421d909. by Jakob Buchgraber · 8 years ago
  9. 9b7330f Simplify the steps needed to run android_integration_test. by Adam Michael · 8 years ago
  10. 9504827 Build a version of Bazel with a bundled OpenJDK inside the binary. by Philipp Wollermann · 8 years ago
  11. e50388e Revert "Upgrade //third_party/protobuf to v3.2.0" by Irina Iancu · 8 years ago
  12. 2346f5a Upgrade //third_party/protobuf to v3.2.0 by Carmi Grushko · 8 years ago
  13. 0fd73d6 --proto_compiler points at @com_google_protobuf//:protoc by Carmi Grushko · 8 years ago
  14. 6b6bdbf Delete //external references related to protos. These are not used anymore. by Carmi Grushko · 8 years ago
  15. f768232 Rollback of commit b7c00d8762d74fb54d0a6b0eb355abc6dc7a97c3. by Damien Martin-Guillerez · 8 years ago
  16. b7c00d8 Export dot-format graphs as-is and download dot as an external repo by Kristina Chodorow · 8 years ago
  17. a7a9dbc Rollback of commit b9f914fa56a00530d38b597dc853aad50d1decfb. by Kristina Chodorow · 8 years ago
  18. b9f914f Make Bazel build dot by Kristina Chodorow · 8 years ago
  19. f1aa34c Make it easier to use protos in Bazel out of the box. by Carmi Grushko · 8 years ago
  20. 8a136d8 Update comments in Bazel WORKSPACE regarding running maven_skylark_test. by Adam Michael · 8 years ago
  21. b36aefb Rollback of commit b043fafb957ae8038088e427ff27a5c9f951c979. by Carmi Grushko · 8 years ago
  22. b043faf Rollback of commit a396b070ae36032a973672e11145533621c39edc. by Klaus Aehlig · 8 years ago
  23. a396b07 Use proto_lang_toolchain() in java_proto_library. by Carmi Grushko · 8 years ago
  24. 3f0d3b6 Implementation of maven_jar rule in Skylark. by Jingwen Chen · 9 years ago
  25. 9d9657b Fix Bazel CI by appending the newline to WORKSPACE, which got lost in commit bfaff29b1bafd7892a2197b7cf826e1be0ff3927. by Philipp Wollermann · 9 years ago
  26. bfaff29 java_(lite_)?proto_library to get Java proto runtimes from //external: instead of hard-coded values. by Carmi Grushko · 9 years ago
  27. a1a79cb Prototype for remote execution using gRPC and Netty transport by Alpha Lam · 9 years ago
  28. de424b6 Remove rust, jsonnet, scala and closure from the Bazel repository by Damien Martin-Guillerez · 9 years ago
  29. 93fbc3e Set Bazel's workspace name by Kristina Chodorow · 9 years ago
  30. 2152bc1 Bind path to xcrunwrapper in workspace files. by Cal Peyser · 9 years ago
  31. 9e4c78f Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and commit 790d2f6009d47fe92cf0cd92a1473bbf0141f32e. by Damien Martin-Guillerez · 9 years ago
  32. 857cda2 Move the runfiles for external repositories to under the x.runfiles/ directory by Kristina Chodorow · 9 years ago
  33. e5f125b Rollback of commit 9dc24effb614f3695c962c4e1d1012e9e2aeb453. by Cal Peyser · 9 years ago
  34. 9dc24ef Bind path to xcrunwrapper in workspace files. by Cal Peyser · 9 years ago
  35. 04d46ab Rollback of commit 6cb8d820689ad029a9d0dc4ee1100db9b2d96515. by Damien Martin-Guillerez · 9 years ago
  36. 6cb8d82 Refactor build for JDK 7 by Damien Martin-Guillerez · 9 years ago
  37. 96df361 Remove deprecated Skylark rules by Kristina Chodorow · 9 years ago
  38. b78bbd5 Add Python protobuf to Bazel third_party and move all protobuf targets into by David Chen · 9 years ago
  39. 9b88920 Tests for tools/cpp:cc_configure.bzl by Damien Martin-Guillerez · 9 years ago
  40. 8c440b3 Remove scala rules from the Bazel source tree by Damien Martin-Guillerez · 9 years ago
  41. ea914c5 Fixes scala workspace rules after the move to build_file_content. by Alex Humesky · 9 years ago
  42. 0c1a8cf Fix ./compile.sh when no android support is present by Damien Martin-Guillerez · 9 years ago
  43. c74d3e4 Get android path from env (fixes #746) by Steven Dee · 9 years ago
  44. aaff855 Add a scala_test rule to Bazel by Dino Wernli · 9 years ago
  45. 0a2fa03 Improve scalac: use ijar and download scalac by oscar · 9 years ago
  46. 7019ff9 Use load() to add external repositories for Skylark rules. by David Chen · 9 years ago
  47. 07b0ba6 [rust] Use load() to add external repositories. by David Chen · 9 years ago
  48. 79f6fa3 Update Rust new_http_archive rules to use 1.4 and strip_prefix by Kamal Marhubi · 9 years ago
  49. d00e3a1 Add dotnet csharp support to bazel. by Jeremy Wall · 9 years ago
  50. c7d277f Reformat WORKSPACE using buildifier. by David Chen · 9 years ago
  51. 97931bd Make it more obvious where to look for build_tools_versions and api_level. by Carmi Grushko · 9 years ago
  52. 854b72d [jsonnet] Add jsonnet_to_json_test rule for testing Jsonnet code. by David Chen · 10 years ago
  53. ea98701 [jsonnet] Update to Jsonnet 0.8.1 by David Chen · 10 years ago
  54. ca80b60 Add Darwin toolchain to Go rules. by Han-Wen Nienhuys · 10 years ago
  55. 4718232 Provide an example for the Go rules, eg. by Han-Wen Nienhuys · 10 years ago
  56. 2989c7c Remove dashboard by Kristina Chodorow · 10 years ago
  57. bf01d84 Add more detail to the android integration test instructions by Kristina Chodorow · 10 years ago
  58. ab141f8 [rust] Add rust_bench_test and rust_doc_test rules and improve usability of rust_test rule. by David Chen · 10 years ago
  59. 4eb82ec1 Add rust_docs rule by David Chen · 10 years ago
  60. 98235e3 Initial checkin of sass_binary support for bazel by Derek Perez · 10 years ago
  61. 361d2e2 Add Jsonnet rules to Bazel. by David Chen · 10 years ago
  62. 8741978 Add initial D rules to Bazel. by David Chen · 10 years ago
  63. 4e21d90 Remove BUILD.glob and incorporate the necessary filegroups into the android_{ndk,sdk}_repository rules themselves. by Lukacs Berki · 10 years ago
  64. 678ba23 Add an integration test for Android rules. by Lukacs Berki · 10 years ago
  65. 734c6d2 Update Rust rules to use Rust 1.2.0. Rename features attribute to by David Chen · 10 years ago
  66. 3114324 Add tools dependencies for Rust rules. by David Chen · 10 years ago
  67. ca693f5 Add tests for dash by Kristina Chodorow · 10 years ago
  68. c9f8756 Basic dashboard for build results by Kristina Chodorow · 10 years ago
  69. 3a5769b Rolling-back giving a name to the Bazel workspace by Damien Martin-Guillerez · 10 years ago
  70. 8afa8b3 Give a name to the Bazel workspace by Damien Martin-Guillerez · 10 years ago
  71. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago