| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | Remove VPATH usage in Makefiles | Alex Crichton | -3/+0 |
| 2014-02-02 | Remove rustpkg. | Corey Richardson | -1/+0 |
| 2014-01-28 | Fix a typo in disable rpaths | Alex Crichton | -1/+1 |
| 2014-01-26 | auto merge of #11787 : alexcrichton/rust/refactor, r=brson | bors | -182/+29 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 2014-01-26 | Refactor the build system for easily adding crates | Alex Crichton | -182/+29 |
| 2014-01-24 | auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestinger | bors | -1/+20 |
| 2014-01-24 | Allow opting-out of rpath usage | Alex Crichton | -1/+20 |
| 2014-01-23 | Build llvm-extract (needed by codegen tests) | Alex Crichton | -1/+1 |
| 2014-01-21 | Remove no-debug-borrows from the makefiles | Alex Crichton | -5/+0 |
| 2014-01-16 | auto merge of #11590 : vadimcn/rust/llvm-tools, r=alexcrichton | bors | -0/+3 |
| 2014-01-15 | Only build LLVM tools Rust needs. | Vadim Chugunov | -0/+3 |
| 2014-01-15 | Add a configure to disable libstd version injection | Alex Crichton | -0/+1 |
| 2014-01-14 | Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE | Derek Guenther | -2/+2 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -2/+2 |
| 2014-01-07 | mk: Fix the naming of the windows installer harder | Brian Anderson | -0/+1 |
| 2014-01-07 | Make CFG_LIBDIR configurable. Fixes #5223 | Jan Niklas Hasse | -2/+3 |
| 2014-01-05 | Make rustc's own lib directory configurable and change the default to rustlib... | Jan Niklas Hasse | -2/+3 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -0/+6 |
| 2013-12-24 | make: Add all the make support for lib{native,green} | Alex Crichton | -2/+42 |
| 2013-12-20 | mk: Remove obsolete source reformatting rules | Brian Anderson | -5/+0 |
| 2013-12-07 | Register new snapshots | Alex Crichton | -0/+4 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -5/+8 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -0/+1 |
| 2013-11-29 | Statically link librustrt to libstd | Alex Crichton | -1/+1 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -36/+31 |
| 2013-11-08 | Update various tests and libraries that were incorrectly | Niko Matsakis | -0/+1 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -5/+5 |
| 2013-11-02 | auto merge of #10199 : alexcrichton/rust/no-propagate, r=brson | bors | -1/+1 |
| 2013-11-02 | Statically link libuv to librustuv | Alex Crichton | -1/+1 |
| 2013-11-02 | auto merge of #10229 : brson/rust/warnings, r=thestinger | bors | -3/+3 |
| 2013-11-01 | Fix installation with DESTDIR | Brian Anderson | -6/+0 |
| 2013-11-01 | Use consistent capitalization in makefile errors | Brian Anderson | -3/+3 |
| 2013-10-29 | support for GNU configure syntax | Heather | -33/+33 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -2/+21 |
| 2013-10-18 | auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonw | bors | -1/+1 |
| 2013-10-18 | Remove the fmt! syntax extension | Alex Crichton | -1/+1 |
| 2013-10-17 | rm rusti from `Makefile.in` | Daniel Micay | -1/+0 |
| 2013-10-16 | remove the rusti command | Daniel Micay | -6/+1 |
| 2013-10-10 | rust / build: Remove the `rust` tool | Tim Chevalier | -6/+0 |
| 2013-10-09 | Makefile: Get git revision correctly on Windows | klutzy | -4/+10 |
| 2013-09-30 | Prevent leakage of fmt! into the compiler | Alex Crichton | -1/+1 |
| 2013-09-28 | auto merge of #9542 : pnkfelix/rust/fsk-fix-issue-9531, r=thestinger | bors | -0/+4 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -2/+2 |
| 2013-09-26 | Fix for make -j race from #9531 injected by cleanup in b1a22518f0c687db. | Felix S. Klock II | -0/+4 |
| 2013-09-22 | auto merge of #9385 : alexcrichton/rust/actually-ndebug, r=pnkfelix | bors | -4/+5 |
| 2013-09-22 | Actually default rustc to have debug! output | Alex Crichton | -4/+5 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -6/+0 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |