1. 2665d68 Use xcode_config build target for actions which need to resolve an xcode version. by Chris Parsons · 9 years ago
  2. d8df1a7 [scala] fix declared dependencies. by Damien Martin-Guillerez · 9 years ago
  3. 8d64a6c Don't break long words for debian control fields by Andrew Jorgensen · 9 years ago
  4. 1f1658c Basic build tag support for go rules by David Santiago · 9 years ago
  5. 930bf69 Implement groovy_junit_test by Erik Kuefler · 9 years ago
  6. 8fb876f making sass work better in different linux situations, minor cleanup overall. by Derek Perez · 9 years ago
  7. f7467b9 [docker_build] Fix required flag for create_image.py by Damien Martin-Guillerez · 9 years ago
  8. 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
  9. 978e53a Fixes formatting in scala rules doc. by Alex Humesky · 9 years ago
  10. 72ae5e3 Fix bazel_go_example_test. Changes: by Han-Wen Nienhuys · 9 years ago
  11. fb939b5 Support LABEL in docker_build rule by Yuki Yugui Sonoda · 9 years ago
  12. 60f6cf6 Tweak error detection in incremental_install.py . by Lukacs Berki · 9 years ago
  13. 7daf02c Source iOS memleak plugin stub from bazel_tools. by Peter Schmitt · 9 years ago
  14. 42c79fa Make Debian package maintainer scripts executable. by Piotr Sikora · 9 years ago
  15. be9f577 Make the Go rules depend on the Go toolchain targets in the main repository. by Lukacs Berki · 9 years ago
  16. 0a2fa03 Improve scalac: use ijar and download scalac by oscar · 9 years ago
  17. fcb3f84 Make "//..." do not find packages in the base workspace. by Lukacs Berki · 9 years ago
  18. 2ec1b0a Remove deleted WORKSPACE.go-toolchain from srcs. by David Chen · 9 years ago
  19. 49cdb4b Fix a bug in which the main process of j2objc wrapper blocks indefinitely if spawned threads fail. by Rumou Duan · 9 years ago
  20. 0e22258 docker_build: Properly handle / as data_path by Kamal Marhubi · 9 years ago
  21. 7019ff9 Use load() to add external repositories for Skylark rules. by David Chen · 9 years ago
  22. 5e34a3d ASwB aspect: parse java packages during execution by Googler · 9 years ago
  23. 34a6df1 Drop intermediate zip archive from py_binary output by Benjamin Staffin · 9 years ago
  24. 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
  25. 8452ffd Fix for I82f1d300470ff69e9d70c3008cf569d9ec94764d by Brian Silverman · 9 years ago
  26. 07b0ba6 [rust] Use load() to add external repositories. by David Chen · 9 years ago
  27. 79f6fa3 Update Rust new_http_archive rules to use 1.4 and strip_prefix by Kamal Marhubi · 9 years ago
  28. 95ee87b Add missing comma. by Han-Wen Nienhuys · 9 years ago
  29. b6cbba3 Processes runfiles for libraries in addition to binaries. The behavior by Jake Voytko · 9 years ago
  30. 42e1c9c Make go test rule run tests from the directory of the source file by David Santiago · 9 years ago
  31. 85c8239 Go rules now set GOOS and GOARCH environment variables by David Santiago · 9 years ago
  32. 843b41d Fix pkg_tar docs. by Warren Turkal · 9 years ago
  33. 7b59945 Refactor Skylark rules and attributes in preparation to Skylark aspects. by Dmitry Lomov · 9 years ago
  34. 528a919 Fixes the closure binary inputs to include externs by Jake Voytko · 9 years ago
  35. d858931 [rust] Fix bugs in Rust test rules. by David Chen · 9 years ago
  36. f1c411b Generate .changes files to go along with .deb packages by Benjamin Staffin · 9 years ago
  37. 3edf784 Generate proper filenames for .deb packages by Benjamin Staffin · 9 years ago
  38. 820fc81 Fix leftovers from copy/paste. by Nathan Harmata · 9 years ago
  39. b94713e Rollback of commit 07475c7b3812d6194602213a69e6e9f70643b32a. by Damien Martin-Guillerez · 9 years ago
  40. c1b7ca7 Append '/' to the root prefix when missing for tar merging by Damien Martin-Guillerez · 9 years ago
  41. 86b9fef Update go_binary and go_test rules to copy files in the "data" by David Santiago · 9 years ago
  42. 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
  43. 07475c7 Rollback of commit 976211dd45215a6146e0ab312186de0eaa955a75. by Googler · 9 years ago
  44. e2eb639 When computing the transitive config fragments required by a target, by Greg Estren · 9 years ago
  45. dd861ef More fixing breakage of the go rule tests. by Damien Martin-Guillerez · 9 years ago
  46. 976211d [docker] Print a clearer message when xzcat cannot be found and is needed by Damien Martin-Guillerez · 9 years ago
  47. 3d84695 Fix breakage caused by visibility. by Damien Martin-Guillerez · 9 years ago
  48. fc1c0d7 Flesh out documentation for .NET rules. Minor formatting changes to csharp.bzl. by David Z. Chen · 9 years ago
  49. 1648470 Apply the docker_build directory option to tars as well as files. by Googler · 9 years ago
  50. 4662a89 [docker] Fixes parsing of data_path for './' by Damien Martin-Guillerez · 9 years ago
  51. e5098fb Add missing load statement in docker_build documentation by Damien Martin-Guillerez · 9 years ago
  52. b84f540 Allow udeb as input of docker debs by Damien Martin-Guillerez · 9 years ago
  53. 9f68000 Add srcs for Go rules. by Han-Wen Nienhuys · 9 years ago
  54. f97a447 Remove android:hasCode from AndroidManifest.xml in stubify_manifest.py. by Lukacs Berki · 9 years ago
  55. 0f7b11e Fix some minor errors in the Groovy README by Erik Kuefler · 9 years ago
  56. 3f6599b Make groovy_binary implicitly depend on the groovy core language jar. by Erik Kuefler · 9 years ago
  57. 17c8d1c Fix tools/build_defs/pkg:build_test by Damien Martin-Guillerez · 9 years ago
  58. 98f3149 Fix //tools/build_defs/docker:build_test by Damien Martin-Guillerez · 9 years ago
  59. d00e3a1 Add dotnet csharp support to bazel. by Jeremy Wall · 9 years ago
  60. 7fdbd78 Add xcrunwrapper to deal with DEVELOPER_DIR and SDKROOT. by Dave MacLachlan · 9 years ago
  61. a2c60d0 Fix bash completion script location in the Debian package by Brian Silverman · 9 years ago
  62. 6153243 Add xcrun support to ios_test.sh so that the simulator path isn't hardcoded. by Dave MacLachlan · 9 years ago
  63. b60965a [scala] Add attribute documentation. by David Chen · 9 years ago
  64. d75690a [groovy] Add missing </table> tag. by David Chen · 9 years ago
  65. 8c4fbe9 [go] Add attribute documentation. by David Chen · 9 years ago
  66. c23d661 Update links in Bazel docs to point to new BE pages. by David Chen · 9 years ago
  67. 96130c8 Create directories for all the files in tarballs. by Brian Silverman · 9 years ago
  68. c27dc19 Error out if no src files are provided to Groovy by Erik Kuefler · 9 years ago
  69. 992d90e Don't overwrite existing __init__.py files in py_binary zips by Benjamin Staffin · 9 years ago
  70. bc08fac [jsonnet] Fix jsonnet_to_json rule to read code_vars from code_vars instead of vars. by Googler · 9 years ago
  71. 568c394 Allow any includes on the Mac for now. by Ulf Adams · 9 years ago
  72. 50f29fb [rust] Add linker flags from cpp configuration. by David Chen · 9 years ago
  73. 5356375 Put all of pkg/ into the go toolchain, so it works on Darwin too. by Han-Wen Nienhuys · 9 years ago
  74. 76fa4a4 Tweak styling of Skylark rule READMEs to be consistent when viewed on by David Chen · 9 years ago
  75. 9b96872 Fix go toolchain reliance on the bazel src directory by Benjamin Staffin · 9 years ago
  76. fac21e5 Set sharding and tmpdir environment variables for googletest by Brian Silverman · 9 years ago
  77. 854b72d [jsonnet] Add jsonnet_to_json_test rule for testing Jsonnet code. by David Chen · 9 years ago
  78. e90d67e Include memleaks plugin support for experimental_ios_test by Chris Parsons · 9 years ago
  79. c68e3b3 Add e2e test for Go support. by Han-Wen Nienhuys · 9 years ago
  80. fd03b83 Use java_import for pre-compiled jars by Liam Miller-Cushon · 9 years ago
  81. dda3f8c Add Spock support to Groovy rules. by Erik Kuefler · 9 years ago
  82. 3c45db0 [jsonnet] Add vars and code_vars attributes to jsonnet_to_json to allow passing external variables to Jsonnet via --var and --code_var. by David Chen · 9 years ago
  83. ea98701 [jsonnet] Update to Jsonnet 0.8.1 by David Chen · 9 years ago
  84. e517abe Tweak the BUILD file for Damien's .deb rules so that they depend on gflags properly. by Lukacs Berki · 9 years ago
  85. af76330 Use default_visibility instead of visibility in package() by Brian Silverman · 9 years ago
  86. 0a12c0b Added an example that uses resources to scala/test. by John Sullivan · 9 years ago
  87. 7c89384 Added support for resources in scala builds. by John Sullivan · 9 years ago
  88. fc911c6 Use param files for Linux C(++) toolchains. by Han-Wen Nienhuys · 9 years ago
  89. c74ee37 Make Bazel use tools that are embedded in its binary. by Lukacs Berki · 9 years ago
  90. 38eb39d The <use-permission-sdk-23> tag is not merged into final manifest by Googler · 9 years ago
  91. ca80b60 Add Darwin toolchain to Go rules. by Han-Wen Nienhuys · 9 years ago
  92. 3cadf0a RELNOTES: Go rules for Bazel. by Han-Wen Nienhuys · 9 years ago
  93. 80245bc Introduce debian and tar packaging rules by Damien Martin-Guillerez · 9 years ago
  94. e806171 Removes duplicate arm crosstool toolchain definition. by Alex Humesky · 9 years ago
  95. 8b99809 Add commons-lang artifact to the default appengine WORKSPACE by Kristina Chodorow · 9 years ago
  96. f7cc9cd Rolling-forward with fix: by Damien Martin-Guillerez · 9 years ago
  97. 8c353e4 Delete old java based tools for ibtool, actool, momc, etc. by Dave MacLachlan · 9 years ago
  98. 3cd6c64 Rollback of commit fb8ee791d3b39f294bf4e083b972aee2ac6f8e27. by Damien Martin-Guillerez · 9 years ago
  99. fb8ee79 Incremental build and load of Docker layers by Damien Martin-Guillerez · 9 years ago
  100. 8b2e6b8 Embed a tools directory into the Bazel binary. by Lukacs Berki · 9 years ago