| Age | Commit message (Expand) | Author | Lines |
| 2014-01-08 | auto merge of #11407 : alexcrichton/rust/fix-snap, r=brson | bors | -0/+4 |
| 2014-01-08 | Fix the snapshot and cross compilation | Alex Crichton | -0/+4 |
| 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 | -6/+13 |
| 2014-01-07 | Make CFG_LIBDIR configurable. Fixes #5223 | Jan Niklas Hasse | -10/+8 |
| 2014-01-06 | auto merge of #11355 : alexcrichton/rust/read-waits-forever, r=brson | bors | -24/+20 |
| 2014-01-06 | Fix parallel makefile builds | Alex Crichton | -24/+20 |
| 2014-01-06 | Add Pointer tutorial, rename borrowed pointer tutorial. | Steve Klabnik | -4/+11 |
| 2014-01-06 | mk: Fix formatting of docs.mk | Brian Anderson | -2/+2 |
| 2014-01-06 | auto merge of #11354 : brson/rust/versionwin, r=alexcrichton | bors | -1/+1 |
| 2014-01-06 | auto merge of #11123 : alan-andrade/rust/move_wiki_to_internal_docs, r=brson | bors | -42/+72 |
| 2014-01-06 | Delete the installer exe when cleaning | Brian Anderson | -1/+1 |
| 2014-01-06 | rust_version.html is a HTML_DEPS and every html has it as dependecy | Alan Andrade | -34/+29 |
| 2014-01-06 | First phase of migrating the wiki to the internal docs #11078 | Alan Andrade | -12/+47 |
| 2014-01-06 | auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton | bors | -3/+23 |
| 2014-01-05 | Convert sub tutorials into Guides #10838 | Alan Andrade | -19/+25 |
| 2014-01-05 | Make rustc's own lib directory configurable and change the default to rustlib... | Jan Niklas Hasse | -3/+23 |
| 2014-01-04 | auto merge of #11307 : vadimcn/rust/test-adb, r=brson | bors | -16/+16 |
| 2014-01-04 | auto merge of #11290 : alexcrichton/rust/testname, r=brson | bors | -3/+3 |
| 2014-01-04 | auto merge of #11301 : vadimcn/rust/fix-android, r=brson | bors | -1/+15 |
| 2014-01-04 | Fix android device detection when connected to a remote emulator (in this cas... | Vadim Chugunov | -16/+16 |
| 2014-01-03 | Fix ARM unwinding. | Vadim Chugunov | -1/+15 |
| 2014-01-03 | mk: Fix llvmdeps.rs dependencies | Brian Anderson | -3/+3 |
| 2014-01-03 | Change rmake and doc-test to support TESTNAME | Alex Crichton | -3/+3 |
| 2013-12-31 | Add testing tutorial to docs | Julia Evans | -0/+7 |
| 2013-12-29 | Add a compiler-docs target | Corey Richardson | -2/+13 |
| 2013-12-28 | Add docs for more crates | Corey Richardson | -0/+4 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -1/+0 |
| 2013-12-26 | auto merge of #10965 : alexcrichton/rust/libgreen, r=brson | bors | -31/+116 |
| 2013-12-24 | mk: Fix doc tests for multiple targets | Alex Crichton | -10/+16 |
| 2013-12-24 | make: Fix deps of rmake tests and host files | Alex Crichton | -2/+2 |
| 2013-12-24 | make: Don't have libsyntax depend on librustuv | Alex Crichton | -1/+0 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -5/+2 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -3/+3 |
| 2013-12-24 | make: Add all the make support for lib{native,green} | Alex Crichton | -25/+114 |
| 2013-12-24 | Stop using C++ exceptions for stack unwinding. | Vadim Chugunov | -10/+12 |
| 2013-12-23 | mk: Run doc tests as part of 'make check' | Alex Crichton | -0/+27 |
| 2013-12-22 | auto merge of #11069 : alexcrichton/rust/issue-11067, r=brson | bors | -6/+17 |
| 2013-12-22 | uv: Suppress a warning by using an absolute path | Alex Crichton | -6/+17 |
| 2013-12-22 | auto merge of #11096 : brson/rust/pp, r=alexcrichton | bors | -39/+0 |
| 2013-12-22 | auto merge of #11114 : klutzy/rust/a, r=cmr | bors | -0/+1 |
| 2013-12-22 | mk: Clean .lib files | klutzy | -0/+1 |
| 2013-12-21 | auto merge of #11095 : brson/rust/issue-11094, r=alexcrichton | bors | -0/+9 |
| 2013-12-20 | mk: Remove obsolete source reformatting rules | Brian Anderson | -39/+0 |
| 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 | auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichton | bors | -2/+3 |
| 2013-12-18 | Add a rustdoc test | Corey Richardson | -2/+3 |
| 2013-12-18 | mklldeps.py: Write to file instead of print | klutzy | -2/+1 |