aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_rules
Commit message (Expand)AuthorAge
...
* Fix for I82f1d300470ff69e9d70c3008cf569d9ec94764dGravatar Brian Silverman2015-12-02
* [rust] Use load() to add external repositories.Gravatar David Chen2015-12-02
* Update Rust new_http_archive rules to use 1.4 and strip_prefixGravatar Kamal Marhubi2015-12-02
* Add missing comma.Gravatar Han-Wen Nienhuys2015-12-01
* Processes runfiles for libraries in addition to binaries. The behaviorGravatar Jake Voytko2015-12-01
* Make go test rule run tests from the directory of the source fileGravatar David Santiago2015-12-01
* Go rules now set GOOS and GOARCH environment variablesGravatar David Santiago2015-12-01
* Refactor Skylark rules and attributes in preparation to Skylark aspects.Gravatar Dmitry Lomov2015-11-26
* Fixes the closure binary inputs to include externsGravatar Jake Voytko2015-11-25
* [rust] Fix bugs in Rust test rules.Gravatar David Chen2015-11-25
* Update go_binary and go_test rules to copy files in the "data"Gravatar David Santiago2015-11-18
* When computing the transitive config fragments required by a target,Gravatar Greg Estren2015-11-18
* More fixing breakage of the go rule tests.Gravatar Damien Martin-Guillerez2015-11-18
* Fix breakage caused by visibility.Gravatar Damien Martin-Guillerez2015-11-17
* Add srcs for Go rules.Gravatar Han-Wen Nienhuys2015-11-17
* [go] Add attribute documentation.Gravatar David Chen2015-11-03
* Update links in Bazel docs to point to new BE pages.Gravatar David Chen2015-11-02
* Don't overwrite existing __init__.py files in py_binary zipsGravatar Benjamin Staffin2015-10-30
* [rust] Add linker flags from cpp configuration.Gravatar David Chen2015-10-28
* Put all of pkg/ into the go toolchain, so it works on Darwin too.Gravatar Han-Wen Nienhuys2015-10-27
* Tweak styling of Skylark rule READMEs to be consistent when viewed onGravatar David Chen2015-10-23
* Fix go toolchain reliance on the bazel src directoryGravatar Benjamin Staffin2015-10-22
* Add e2e test for Go support.Gravatar Han-Wen Nienhuys2015-10-20
* Use default_visibility instead of visibility in package()Gravatar Brian Silverman2015-10-13
* Make Bazel use tools that are embedded in its binary.Gravatar Lukacs Berki2015-10-12
* Add Darwin toolchain to Go rules.Gravatar Han-Wen Nienhuys2015-10-12
* RELNOTES: Go rules for Bazel.Gravatar Han-Wen Nienhuys2015-10-09
* Add commons-lang artifact to the default appengine WORKSPACEGravatar Kristina Chodorow2015-10-09
* [rust] Add rust_bench_test and rust_doc_test rules and improve usability of r...Gravatar David Chen2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add rust_docs ruleGravatar David Chen2015-09-24
* Enable compression for Groovy and AppEngine rules.Gravatar Erik Kuefler2015-09-09
* Fixes #414: Add rustc + libs to action inputs, add LD_LIBRARY_PATH so that ru...Gravatar Philipp Wollermann2015-09-08
* Fix AppEngine build when sandboxed execution is enabledGravatar Damien Martin-Guillerez2015-09-03
* Add missing tools directory in the filegroup to packageGravatar Damien Martin-Guillerez2015-09-03
* Get rid of javac warning spam when building java protos.Gravatar Nathan Harmata2015-09-02
* Set DYLD_LIBRARY_PATH correctly for rustc.Gravatar David Chen2015-09-02
* Fix path for input fileGravatar Googler2015-08-26
* Use sorted lists instead of sets for generated file list comparisonGravatar Googler2015-08-26
* Ignore ordering for generated files checkGravatar Googler2015-08-26
* Change some terminology to reflect standard usage:Gravatar Googler2015-08-26
* Update Rust rules to use Rust 1.2.0. Rename features attribute toGravatar David Chen2015-08-26
* Update Skylark rules to specify their accessed configuration fragments.Gravatar Ulf Adams2015-08-24
* Change the skylark Java rules to use the configuration path separator.Gravatar Ulf Adams2015-08-24
* Improve the JDK and JRE filegroups to include all the necessary parts. Then f...Gravatar Philipp Wollermann2015-08-24
* Remove errant paths from crosstool test files.Gravatar Alex Humesky2015-08-20
* Updated some bazel files to reflect the new way of how configuration fragment...Gravatar Florian Weikert2015-08-20
* Add closure_library target to closure.WORKSPACE and update to the latest vers...Gravatar Kamil Jiwa2015-08-14
* Remove the Skylark data configuration accessor and the only repositoryGravatar Greg Estren2015-08-05
* Restore Rust examples and add Rust rule tests that were inadvertently excluded.Gravatar David Chen2015-07-30