| Age | Commit message (Expand) | Author | Lines |
| 2014-10-03 | auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton | bors | -0/+1 |
| 2014-10-01 | Add a guide to compiler plugins | Keegan McAllister | -0/+1 |
| 2014-10-01 | Remove libuv, gyp | Aaron Turon | -10/+0 |
| 2014-09-29 | rollup merge of #17544 : eklitzke/master | Alex Crichton | -1/+1 |
| 2014-09-29 | rollup merge of #17542 : brson/devchannel | Alex Crichton | -3/+3 |
| 2014-09-29 | auto merge of #17538 : brson/rust/winmk, r=alexcrichton | bors | -1/+1 |
| 2014-09-25 | fix a misspelling in the configure script | Evan Klitzke | -1/+1 |
| 2014-09-25 | Use 'dev' for the release channel and version suffix when building from source | Brian Anderson | -3/+3 |
| 2014-09-25 | configure: Fix the compatibility code for --enable-nightly | Brian Anderson | -1/+1 |
| 2014-09-19 | Fix detection of win32 triple | Brian Anderson | -1/+1 |
| 2014-09-18 | configure: Remove support for i686-pc-mingw32 triple | Brian Anderson | -6/+0 |
| 2014-09-17 | rollup merge of #17285 : brson/relchan | Alex Crichton | -0/+19 |
| 2014-09-15 | mk: Update how the build deals with version labels. #16677 | Brian Anderson | -0/+19 |
| 2014-09-15 | add missing semicolon to fix configure on darwin | Jonathan Boyett | -1/+1 |
| 2014-09-12 | Remove build system support for i686-pc-mingw32 triple in favor if i686-w64-m... | Brian Anderson | -0/+6 |
| 2014-09-07 | Allow Rust to be built with LLVM trunk (3.6). | Dan Albert | -1/+1 |
| 2014-08-27 | debuginfo: Emit different autotest debugger scripts depending on GDB version. | Michael Woerister | -0/+7 |
| 2014-08-23 | auto merge of #16691 : klutzy/rust/issue-15297, r=alexcrichton | bors | -6/+12 |
| 2014-08-23 | configure: Recognize i686 build on msys2 | klutzy | -6/+12 |
| 2014-08-22 | Fix LLVM version in configure | Jauhien Piatlicki | -1/+1 |
| 2014-08-07 | Use system rustc if configured with --enable-local-rust | Gioele Barabucci | -4/+12 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -0/+4 |
| 2014-07-23 | configure: Add --enable-dist-host-only flag | Brian Anderson | -0/+2 |
| 2014-07-21 | lexer tests: makefile/configure | Corey Richardson | -0/+3 |
| 2014-07-08 | auto merge of #14832 : alexcrichton/rust/no-rpath, r=brson | bors | -1/+1 |
| 2014-06-24 | Add the Guide, add warning to tutorial. | Steve Klabnik | -0/+1 |
| 2014-06-24 | Remove the cheat sheet. | Steve Klabnik | -1/+0 |
| 2014-06-16 | rustc: Disable rpath settings by default | Alex Crichton | -1/+1 |
| 2014-06-16 | alloc: Allow disabling jemalloc | Alex Crichton | -0/+2 |
| 2014-06-13 | remove unnecessary PaX detection | Daniel Micay | -52/+0 |
| 2014-06-13 | configure: Don't sync unused submodules | Alex Crichton | -2/+19 |
| 2014-06-12 | mk: Allow using a locally compiled libuv.a | Alex Crichton | -1/+3 |
| 2014-06-12 | mk: Allow usage of a local jemalloc install | Alex Crichton | -0/+2 |
| 2014-06-05 | Remove a warning (./configure: 1140: [: unexpected operator) when built with... | Sylvestre Ledru | -1/+1 |
| 2014-05-28 | Don't enable libcpp for llvm by default. | Luqman Aden | -2/+2 |
| 2014-05-28 | auto merge of #13738 : buttslol/rust/armv7-support, r=alexcrichton | bors | -18/+46 |
| 2014-05-27 | configure: setup triples on hf arm platforms | Richo Healey | -0/+5 |
| 2014-05-27 | configure: Only use -m32 on x86-* 32 bit systems | Richo Healey | -16/+36 |
| 2014-05-27 | configure: Move clang's libcpp out into flag | Richo Healey | -2/+5 |
| 2014-05-27 | Use clang++ for CXX when --enable-clang. | OGINO Masanori | -0/+1 |
| 2014-05-20 | Make configure respect (and save) values for `CC`, `CXX`, `CFLAGS`, etc. | Felix S. Klock II | -31/+119 |
| 2014-05-10 | add back jemalloc to the tree | Daniel Micay | -0/+1 |
| 2014-05-07 | debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb | Michael Woerister | -1/+22 |
| 2014-04-28 | test: Add a compile-fail-fulldeps test suite | Alex Crichton | -0/+1 |
| 2014-04-17 | llvm: Add an option to statically link libstdc++ | Alex Crichton | -0/+1 |
| 2014-04-17 | configure: Enable clang for older OSX gcc versions | Alex Crichton | -19/+25 |
| 2014-04-17 | configure: Enable libc++ with LLVM with clang | Alex Crichton | -0/+2 |
| 2014-04-17 | Upgrade LLVM | Alex Crichton | -4/+0 |
| 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 |