| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-12-07 | Fix the linked targets for rustc | Alex Crichton | -1/+1 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -1/+2 |
| 2013-12-03 | Tidy up a few problems with run-make tests | Alex Crichton | -2/+2 |
| 2013-11-30 | auto merge of #10731 : chris-morgan/rust/fix-double-slashing, r=metajack | bors | -1/+1 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -2/+3 |
| 2013-11-29 | Add a new run-make test directory | Alex Crichton | -2/+37 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -0/+4 |
| 2013-11-30 | Fix double slashes in make paths. | Chris Morgan | -1/+1 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -3/+3 |
| 2013-11-02 | Statically link libuv to librustuv | Alex Crichton | -2/+5 |
| 2013-11-01 | configure: Fix passing multiple target and host triples. | Luqman Aden | -3/+3 |
| 2013-10-30 | auto merge of #10164 : brson/rust/configure, r=brson | bors | -45/+45 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -0/+11 |
| 2013-10-29 | support for GNU configure syntax | Heather | -45/+45 |
| 2013-10-29 | Prevent unoptimized rustpkg tests from running out of stack. | Jed Davis | -0/+11 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -2/+12 |
| 2013-10-22 | rustpkg: Support arbitrary dependencies in the install API | Tim Chevalier | -0/+1 |
| 2013-10-18 | Remove jemalloc from the runtime | Alex Crichton | -1/+0 |
| 2013-10-16 | drop the linenoise library | Daniel Micay | -3/+0 |
| 2013-10-16 | remove the rusti command | Daniel Micay | -10/+2 |
| 2013-10-10 | rust / build: Remove the `rust` tool | Tim Chevalier | -11/+1 |
| 2013-09-30 | Expand tidy to prevent binaries from being checked | Alex Crichton | -0/+9 |
| 2013-09-25 | rustdoc: Add sundown to src/rt/ | Alex Crichton | -2/+5 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -9/+1 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -1/+1 |
| 2013-09-16 | Add the rustdoc_ng binary to the makefile rules | Alex Crichton | -1/+9 |
| 2013-09-05 | Don't run lint over gyp files (they just fail anyway) | Alex Crichton | -0/+1 |
| 2013-08-30 | auto merge of #8886 : cmr/rust/test-restructure, r=cmr | bors | -5/+4 |