1. 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
  2. b5d417d Add scala tests to CI by Oscar Boykin · 9 years ago
  3. 175b267 Use build_file_content attribute of new_* repositories instead of build_file in Skylark rules by Damien Martin-Guillerez · 9 years ago
  4. b35e25d Make Bazel be able to reach ijar on Windows where it's called "ijar.exe" . by Lukacs Berki · 9 years ago
  5. 9b372d1 docker: Exclude .changes files when collecting debs by Benjamin Staffin · 9 years ago
  6. aa9def28 Add scala_test to load by Oscar Boykin · 9 years ago
  7. 98fc32c Update documentation of skylark rules: correct load statements by Damien Martin-Guillerez · 9 years ago
  8. 3dd9cc6 Add supportsDynamicLinker to CppConfiguration by Googler · 9 years ago
  9. 26152a6 When building Groovy jars, read the list of classes from a file instead of passing them on the command line. by Erik Kuefler · 9 years ago
  10. 3c26e05 Move ObjC compilation actions for J2ObjC-translated code from binary level to the edges (J2ObjcAspect and J2ObjcProtoAspect). by Rumou Duan · 9 years ago
  11. 9273c76 [d] Update D rules to DMD 2.070.0. by David Chen · 9 years ago
  12. 56ac506 [rust] Update Rust rules to Rust 1.6 by David Chen · 9 years ago
  13. 9f7a909 Now that rules find their tools via runfiles, remove unneeded dependencies in rules/tests and move them into the build files. by Dave MacLachlan · 9 years ago
  14. a09fb73 Make xctest extension for test bundles that have xctest=true defined. (It used to be .app) by Dave MacLachlan · 9 years ago
  15. 458ccd0 Introduce a special CPU for Windows and add msys compiler toolchain. by Dmitry Lomov · 9 years ago
  16. 8a2d077 Fix a reference to a local-jdk target. by Erik Kuefler · 9 years ago
  17. 0b3ee9f Fix build on FreeBSD (again). by Piotr Sikora · 9 years ago
  18. 123e1c3 Change j2objc_wrapper.py to also write out a mapping file between generated static library to associated original objc source files. by Rumou Duan · 9 years ago
  19. aaff855 Add a scala_test rule to Bazel by Dino Wernli · 9 years ago
  20. 68d0b69 Use labels in load statements by Damien Martin-Guillerez · 9 years ago
  21. d31b30d Update appengine repository rule names by Kristina Chodorow · 9 years ago
  22. 03e89a9 Always declare dependency on xcode gcov. by Peter Schmitt · 9 years ago
  23. 25b38ac Don't load dumpsyms in configurations. by Peter Schmitt · 9 years ago
  24. dfcce0d Add Android targets back into embedded tools by Kristina Chodorow · 9 years ago
  25. 1c5a1ec Add pkg and various other skylark rules to the embedded tools by Damien Martin-Guillerez · 9 years ago
  26. 298d32d Support transitive deps in Groovy by Erik Kuefler · 9 years ago
  27. b21b2ba Convert skylark rules and tests to use _ in repo names by Kristina Chodorow · 9 years ago
  28. 8b197ac Convert j2objc workspace name to use _, not - by Kristina Chodorow · 9 years ago
  29. 8882114 Make local-jdk conform to workspace name rules by Kristina Chodorow · 9 years ago
  30. 72384a2 Add the @bazel_tools prefix to docker and pkg tooling by Damien Martin-Guillerez · 9 years ago
  31. 0bf232e Fix appengine rule to use all @bazel_tools targets by Kristina Chodorow · 9 years ago
  32. 3bd2589 Update appengine.bzl rules to use remote repos by Kristina Chodorow · 9 years ago
  33. 17e419e Allow empty go_prefix. by Han-Wen Nienhuys · 9 years ago
  34. b0ba9c9 Generate a default dummy XML file when the test runner does not. by Damien Martin-Guillerez · 9 years ago
  35. 2665d68 Use xcode_config build target for actions which need to resolve an xcode version. by Chris Parsons · 9 years ago
  36. d8df1a7 [scala] fix declared dependencies. by Damien Martin-Guillerez · 9 years ago
  37. 8d64a6c Don't break long words for debian control fields by Andrew Jorgensen · 9 years ago
  38. 1f1658c Basic build tag support for go rules by David Santiago · 9 years ago
  39. 930bf69 Implement groovy_junit_test by Erik Kuefler · 9 years ago
  40. 8fb876f making sass work better in different linux situations, minor cleanup overall. by Derek Perez · 9 years ago
  41. f7467b9 [docker_build] Fix required flag for create_image.py by Damien Martin-Guillerez · 9 years ago
  42. 763f139 Add -fno-canonical-system-headers to CROSSTOOL files so that gcc doesn't resolve symlinks in .d files, which would confuse Blaze. by Lukacs Berki · 9 years ago
  43. 978e53a Fixes formatting in scala rules doc. by Alex Humesky · 9 years ago
  44. 72ae5e3 Fix bazel_go_example_test. Changes: by Han-Wen Nienhuys · 9 years ago
  45. fb939b5 Support LABEL in docker_build rule by Yuki Yugui Sonoda · 9 years ago
  46. 60f6cf6 Tweak error detection in incremental_install.py . by Lukacs Berki · 9 years ago
  47. 7daf02c Source iOS memleak plugin stub from bazel_tools. by Peter Schmitt · 9 years ago
  48. 42c79fa Make Debian package maintainer scripts executable. by Piotr Sikora · 9 years ago
  49. be9f577 Make the Go rules depend on the Go toolchain targets in the main repository. by Lukacs Berki · 9 years ago
  50. 0a2fa03 Improve scalac: use ijar and download scalac by oscar · 9 years ago
  51. fcb3f84 Make "//..." do not find packages in the base workspace. by Lukacs Berki · 9 years ago
  52. 2ec1b0a Remove deleted WORKSPACE.go-toolchain from srcs. by David Chen · 9 years ago
  53. 49cdb4b Fix a bug in which the main process of j2objc wrapper blocks indefinitely if spawned threads fail. by Rumou Duan · 9 years ago
  54. 0e22258 docker_build: Properly handle / as data_path by Kamal Marhubi · 9 years ago
  55. 7019ff9 Use load() to add external repositories for Skylark rules. by David Chen · 9 years ago
  56. 5e34a3d ASwB aspect: parse java packages during execution by Googler · 9 years ago
  57. 34a6df1 Drop intermediate zip archive from py_binary output by Benjamin Staffin · 9 years ago
  58. 2dbe1ba Explicitly mention that 'manual' test targets are not matched by wildcard target patterns and are thus neither built nor tested by invocations like "blaze test //my/project/..." by Nathan Harmata · 9 years ago
  59. 8452ffd Fix for I82f1d300470ff69e9d70c3008cf569d9ec94764d by Brian Silverman · 9 years ago
  60. 07b0ba6 [rust] Use load() to add external repositories. by David Chen · 9 years ago
  61. 79f6fa3 Update Rust new_http_archive rules to use 1.4 and strip_prefix by Kamal Marhubi · 9 years ago
  62. 95ee87b Add missing comma. by Han-Wen Nienhuys · 9 years ago
  63. b6cbba3 Processes runfiles for libraries in addition to binaries. The behavior by Jake Voytko · 9 years ago
  64. 42e1c9c Make go test rule run tests from the directory of the source file by David Santiago · 9 years ago
  65. 85c8239 Go rules now set GOOS and GOARCH environment variables by David Santiago · 9 years ago
  66. 843b41d Fix pkg_tar docs. by Warren Turkal · 9 years ago
  67. 7b59945 Refactor Skylark rules and attributes in preparation to Skylark aspects. by Dmitry Lomov · 9 years ago
  68. 528a919 Fixes the closure binary inputs to include externs by Jake Voytko · 9 years ago
  69. d858931 [rust] Fix bugs in Rust test rules. by David Chen · 9 years ago
  70. f1c411b Generate .changes files to go along with .deb packages by Benjamin Staffin · 9 years ago
  71. 3edf784 Generate proper filenames for .deb packages by Benjamin Staffin · 9 years ago
  72. 820fc81 Fix leftovers from copy/paste. by Nathan Harmata · 9 years ago
  73. b94713e Rollback of commit 07475c7b3812d6194602213a69e6e9f70643b32a. by Damien Martin-Guillerez · 9 years ago
  74. c1b7ca7 Append '/' to the root prefix when missing for tar merging by Damien Martin-Guillerez · 9 years ago
  75. 86b9fef Update go_binary and go_test rules to copy files in the "data" by David Santiago · 9 years ago
  76. 9b1e3a2 Tweak the bootstrapping and build process so that the prebuilt tools under tools/jdk are not necessary anymore. by Lukacs Berki · 9 years ago
  77. 07475c7 Rollback of commit 976211dd45215a6146e0ab312186de0eaa955a75. by Googler · 9 years ago
  78. e2eb639 When computing the transitive config fragments required by a target, by Greg Estren · 9 years ago
  79. dd861ef More fixing breakage of the go rule tests. by Damien Martin-Guillerez · 9 years ago
  80. 976211d [docker] Print a clearer message when xzcat cannot be found and is needed by Damien Martin-Guillerez · 9 years ago
  81. 3d84695 Fix breakage caused by visibility. by Damien Martin-Guillerez · 9 years ago
  82. fc1c0d7 Flesh out documentation for .NET rules. Minor formatting changes to csharp.bzl. by David Z. Chen · 9 years ago
  83. 1648470 Apply the docker_build directory option to tars as well as files. by Googler · 9 years ago
  84. 4662a89 [docker] Fixes parsing of data_path for './' by Damien Martin-Guillerez · 9 years ago
  85. e5098fb Add missing load statement in docker_build documentation by Damien Martin-Guillerez · 9 years ago
  86. b84f540 Allow udeb as input of docker debs by Damien Martin-Guillerez · 9 years ago
  87. 9f68000 Add srcs for Go rules. by Han-Wen Nienhuys · 9 years ago
  88. f97a447 Remove android:hasCode from AndroidManifest.xml in stubify_manifest.py. by Lukacs Berki · 9 years ago
  89. 0f7b11e Fix some minor errors in the Groovy README by Erik Kuefler · 9 years ago
  90. 3f6599b Make groovy_binary implicitly depend on the groovy core language jar. by Erik Kuefler · 9 years ago
  91. 17c8d1c Fix tools/build_defs/pkg:build_test by Damien Martin-Guillerez · 9 years ago
  92. 98f3149 Fix //tools/build_defs/docker:build_test by Damien Martin-Guillerez · 9 years ago
  93. d00e3a1 Add dotnet csharp support to bazel. by Jeremy Wall · 9 years ago
  94. 7fdbd78 Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT. by Dave MacLachlan · 9 years ago
  95. a2c60d0 Fix bash completion script location in the Debian package by Brian Silverman · 9 years ago
  96. 6153243 Add xcrun support to ios_test.sh so that the simulator path isn't hardcoded. by Dave MacLachlan · 9 years ago
  97. b60965a [scala] Add attribute documentation. by David Chen · 9 years ago
  98. d75690a [groovy] Add missing </table> tag. by David Chen · 9 years ago
  99. 8c4fbe9 [go] Add attribute documentation. by David Chen · 9 years ago
  100. c23d661 Update links in Bazel docs to point to new BE pages. by David Chen · 9 years ago