| Age | Commit message (Expand) | Author | Lines |
| 2014-03-30 | configure: Accept LLVM 3.4.X during configuration | Alex Crichton | -1/+1 |
| 2014-03-30 | configure: Add MINGW64 OS type | klutzy | -2/+8 |
| 2014-03-29 | auto merge of #13193 : pongad/rust/fixconfig, r=thestinger | bors | -2/+2 |
| 2014-03-29 | configure uses `command -v` instead of `which` #13147 | Michael Darakananda | -2/+2 |
| 2014-03-28 | install: Verify that installed compiler runs | Brian Anderson | -0/+1 |
| 2014-03-25 | mk: Make nightlyism a configure option | Brian Anderson | -0/+1 |
| 2014-03-25 | configure: Make rustlibdir non-configurable | Brian Anderson | -5/+4 |
| 2014-03-11 | auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichton | bors | -3/+2 |
| 2014-03-09 | configure: Create the dist directory | Brian Anderson | -1/+1 |
| 2014-03-09 | Bugfixes and cleanup to configure script | Brian Anderson | -6/+5 |
| 2014-03-09 | doc: have a real switch b/w LaTeX compilers | Adrien Tétar | -2/+2 |
| 2014-03-09 | doc: remove node.js dependency | Adrien Tétar | -1/+0 |
| 2014-02-25 | Remove references to guide-conditions | Gary M. Josack | -1/+0 |
| 2014-02-20 | configure: Accept LLVM 3.5 for building rust | Alex Crichton | -2/+2 |
| 2014-02-14 | mk: Address review feedback | Brian Anderson | -1/+1 |
| 2014-02-14 | mk: Improve build system help commands | Brian Anderson | -0/+2 |
| 2014-02-14 | mk: Remove the concept of 'snapshot transitions' | Brian Anderson | -6/+0 |
| 2014-01-29 | Upgrade LLVM | Alex Crichton | -0/+4 |
| 2014-01-24 | Allow opting-out of rpath usage | Alex Crichton | -0/+1 |
| 2014-01-15 | Add a configure to disable libstd version injection | Alex Crichton | -0/+2 |
| 2014-01-14 | auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichton | bors | -7/+7 |
| 2014-01-14 | Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE | Derek Guenther | -7/+7 |
| 2014-01-13 | dox: Write a guide to the rust runtime | Alex Crichton | -0/+1 |
| 2014-01-09 | Register new snapshots | Alex Crichton | -5/+0 |
| 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 | -1/+2 |
| 2014-01-07 | Make CFG_LIBDIR configurable. Fixes #5223 | Jan Niklas Hasse | -15/+17 |
| 2014-01-07 | Remove trailing whitespace | Jan Niklas Hasse | -5/+5 |
| 2014-01-06 | Add Pointer tutorial, rename borrowed pointer tutorial. | Steve Klabnik | -1/+2 |
| 2014-01-06 | auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton | bors | -2/+9 |
| 2014-01-05 | Convert sub tutorials into Guides #10838 | Alan Andrade | -6/+6 |
| 2014-01-05 | Make rustc's own lib directory configurable and change the default to rustlib... | Jan Niklas Hasse | -2/+9 |
| 2014-01-01 | Recognize LLVM 3.4 when building on opensuse with --llvm-root specified. | lyuts | -1/+1 |
| 2013-12-18 | llvm: Disable pthread on mingw | klutzy | -2/+4 |
| 2013-12-16 | provide an error at at configure time if gcc, and g++ point to a mixture of ... | Carter Tazio Schonwald | -0/+21 |
| 2013-12-14 | Use clang instead of gcc on OS X 10.9 | Erick Tryzelaar | -0/+13 |
| 2013-12-14 | Remove tabs from configure script | Erick Tryzelaar | -10/+9 |
| 2013-12-02 | Make the ccache-free case look like the ccache case. | Felix S. Klock II | -4/+4 |
| 2013-11-30 | auto merge of #10731 : chris-morgan/rust/fix-double-slashing, r=metajack | bors | -1/+1 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -2/+1 |
| 2013-11-30 | Fix double slashes in make paths. | Chris Morgan | -1/+1 |
| 2013-11-24 | llvm: Disable pthreads on mingw-w64 platforms | klutzy | -0/+7 |
| 2013-11-21 | Fix --local-rust-root option on Windows | klutzy | -3/+9 |
| 2013-11-01 | auto merge of #10222 : nibrahim/rust/docfix, r=brson | bors | -2/+4 |
| 2013-11-02 | Bump required pandoc version to 1.9. | Noufal Ibrahim | -2/+4 |
| 2013-11-01 | auto merge of #10220 : luqmana/rust/con, r=brson | bors | -26/+0 |
| 2013-11-01 | configure: Remove legacy triple flags. | Luqman Aden | -18/+0 |
| 2013-11-01 | auto merge of #10203 : kud1ing/rust/ios, r=alexcrichton | bors | -0/+7 |
| 2013-11-01 | configure: Fix passing multiple target and host triples. | Luqman Aden | -23/+15 |
| 2013-10-31 | Fix fallback configuration flags | Brian Anderson | -3/+3 |