| Age | Commit message (Expand) | Author | Lines |
| 2014-02-14 | mk: Improve build system help commands | Brian Anderson | -0/+4 |
| 2014-02-14 | auto merge of #12192 : luqmana/rust/fix-cross, r=alexcrichton | bors | -1/+2 |
| 2014-02-13 | mk: Fix non-android cross builds. | Luqman Aden | -1/+2 |
| 2014-02-13 | mk: make NO_REBUILD more forceful and more general. | Huon Wilson | -12/+22 |
| 2014-02-11 | Build compiler-rt and link it to all crates, similarly to morestack. | Vadim Chugunov | -0/+1 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -1/+1 |
| 2014-02-10 | auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmr | bors | -1/+1 |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -1/+1 |
| 2014-02-09 | mk: Replace 'compile_and_link' with 'oxidize' | Brian Anderson | -3/+3 |
| 2014-02-07 | auto merge of #12099 : alexcrichton/rust/rpath-tests, r=thestinger | bors | -2/+4 |
| 2014-02-07 | Set the LD_LIBRARY_PATH when running tests | Alex Crichton | -2/+4 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -1/+0 |
| 2014-02-06 | auto merge of #12039 : alexcrichton/rust/no-conditions, r=brson | bors | -1/+1 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -1/+1 |
| 2014-02-06 | Redesign output flags for rustc | Alex Crichton | -1/+1 |
| 2014-02-04 | Run all target crate tests on the windows/try bots | Alex Crichton | -3/+4 |
| 2014-02-02 | Rewrite the doc makefile for doc => src/doc | Alex Crichton | -1/+2 |
| 2014-02-02 | Remove rustpkg. | Corey Richardson | -13/+0 |
| 2014-01-29 | Fix android test deps | Alex Crichton | -14/+5 |
| 2014-01-27 | Depend on libnative when testing | Alex Crichton | -1/+2 |
| 2014-01-26 | Move extra::flate to libflate | Alex Crichton | -2/+4 |
| 2014-01-26 | Refactor the build system for easily adding crates | Alex Crichton | -83/+23 |
| 2014-01-17 | test: Add the ability to force a host target | Alex Crichton | -1/+2 |
| 2014-01-14 | auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichton | bors | -4/+4 |
| 2014-01-14 | Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE | Derek Guenther | -4/+4 |
| 2014-01-13 | auto merge of #11501 : alexcrichton/rust/dox, r=brson | bors | -1/+1 |
| 2014-01-13 | dox: Write a guide to the rust runtime | Alex Crichton | -1/+1 |
| 2014-01-13 | mk: Make TESTNAME and VERBOSE work with android. Closes #10957 | Brian Anderson | -8/+8 |
| 2014-01-07 | mk: Start testing the cheatsheet | Brian Anderson | -0/+1 |
| 2014-01-07 | auto merge of #11364 : brson/rust/docs, r=alexcrichton | bors | -2/+3 |
| 2014-01-07 | Make CFG_LIBDIR configurable. Fixes #5223 | Jan Niklas Hasse | -5/+5 |
| 2014-01-06 | Add Pointer tutorial, rename borrowed pointer tutorial. | Steve Klabnik | -2/+3 |
| 2014-01-06 | auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton | bors | -1/+1 |
| 2014-01-05 | Convert sub tutorials into Guides #10838 | Alan Andrade | -2/+2 |
| 2014-01-05 | Make rustc's own lib directory configurable and change the default to rustlib... | Jan Niklas Hasse | -1/+1 |
| 2014-01-04 | auto merge of #11307 : vadimcn/rust/test-adb, r=brson | bors | -16/+16 |
| 2014-01-04 | Fix android device detection when connected to a remote emulator (in this cas... | Vadim Chugunov | -16/+16 |
| 2014-01-03 | Change rmake and doc-test to support TESTNAME | Alex Crichton | -3/+3 |
| 2013-12-26 | auto merge of #10965 : alexcrichton/rust/libgreen, r=brson | bors | -10/+25 |
| 2013-12-24 | mk: Fix doc tests for multiple targets | Alex Crichton | -10/+16 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -2/+2 |
| 2013-12-24 | make: Add all the make support for lib{native,green} | Alex Crichton | -8/+23 |
| 2013-12-23 | mk: Run doc tests as part of 'make check' | Alex Crichton | -0/+27 |
| 2013-12-21 | auto merge of #11095 : brson/rust/issue-11094, r=alexcrichton | bors | -0/+9 |
| 2013-12-20 | mk: Work around problem with run-make tests on multiple targets. #11094 | Brian Anderson | -0/+9 |
| 2013-12-18 | auto merge of #10977 : brson/rust/androidtest, r=brson | bors | -11/+8 |
| 2013-12-18 | Make Android tests fail if no device is available | Brian Anderson | -11/+8 |
| 2013-12-18 | Add a rustdoc test | Corey Richardson | -2/+3 |
| 2013-12-12 | Remove dependency on gnustl_shared for android builds | Fabrice Desré | -2/+0 |
| 2013-12-10 | Add missing sundown dependency to rustdoc tests. | Jack Moffitt | -1/+2 |