| Age | Commit message (Expand) | Author | Lines |
| 2014-12-19 | Several fixes for DragonFly (rebase) | Michael Neumann | -3/+3 |
| 2014-12-18 | libs: merge librustrt into libstd | Aaron Turon | -4/+3 |
| 2014-12-18 | Use `-perm /a+x` instead of `-perm +a+x` in calls to find | Philip Munksgaard | -1/+1 |
| 2014-12-17 | remove l10n | Steve Klabnik | -34/+0 |
| 2014-12-17 | Only try to install the doc directory if it exists. | Ken Tossell | -3/+11 |
| 2014-12-17 | rollup merge of #19923: pnkfelix/fix-make-tags.emacs | Alex Crichton | -1/+1 |
| 2014-12-17 | rollup merge of #19753: brson/rust-installer | Alex Crichton | -9/+17 |
| 2014-12-16 | Fix `make TAGS.emacs`. | Felix S. Klock II | -1/+1 |
| 2014-12-15 | rollup merge of #19754: steveklabnik/remove_sundown | Brian Anderson | -2/+1 |
| 2014-12-15 | auto merge of #19750 : murarth/rust/rusti-support, r=brson | bors | -1/+2 |
| 2014-12-13 | Separate borrowck into its own crate and remove dead code as well. | Niko Matsakis | -5/+7 |
| 2014-12-11 | Use rust-installer for installation | Brian Anderson | -9/+17 |
| 2014-12-11 | Add LLVM ExecutionEngine API | Murarth | -1/+2 |
| 2014-12-11 | Remove mentions of sundown. | Steve Klabnik | -2/+1 |
| 2014-12-10 | Don't try to dist src/README.md which does not exist | Brian Anderson | -1/+0 |
| 2014-12-09 | rollup merge of #19604: vadimcn/gcc-less | Alex Crichton | -2/+3 |
| 2014-12-06 | - Support gcc-less installation on Windows. To do so in unattended mode run:... | Vadim Chugunov | -2/+3 |
| 2014-12-05 | Remove crates from test list so that we don't waste time building them. | Niko Matsakis | -1/+1 |
| 2014-12-04 | Separate the driver into its own crate that uses trans, typeck. | Niko Matsakis | -7/+10 |
| 2014-12-04 | Move typeck into its own crate. | Niko Matsakis | -4/+9 |
| 2014-12-04 | auto merge of #18613 : steveklabnik/rust/ownership_guide, r=huonw | bors | -1/+1 |
| 2014-12-01 | auto merge of #19417 : alexcrichton/rust/issue-19383, r=huonw | bors | -3/+3 |
| 2014-11-30 | Fix typo in tests makefile | Corey Farwell | -1/+1 |
| 2014-11-30 | mk: Use host llvm linkage paths, not target ones | Alex Crichton | -3/+3 |
| 2014-11-26 | rollup merge of #19322: DiamondLovesYou/multi-llvmdeps | Alex Crichton | -13/+25 |
| 2014-11-26 | rollup merge of #19282: steveklabnik/remove_grammar | Alex Crichton | -20/+0 |
| 2014-11-26 | Lifetime guide -> ownership guide | Steve Klabnik | -1/+1 |
| 2014-11-26 | debuginfo: Add script that allows to conveniently start LLDB in "rust-mode" | Michael Woerister | -5/+72 |
| 2014-11-25 | Don't forget the tests. | Richard Diamond | -2/+4 |
| 2014-11-25 | Don't use the same llvmdeps.rs for every host. | Richard Diamond | -11/+21 |
| 2014-11-24 | remove the generation of grammar from the reference | Steve Klabnik | -20/+0 |
| 2014-11-24 | Merge libsync into libstd | Aaron Turon | -3/+2 |
| 2014-11-23 | rollup merge of #19161: jmesmon/mk-fixes | Jakub Bukaj | -5/+8 |
| 2014-11-22 | auto merge of #19117 : jmesmon/rust/mk-cfg-suffix, r=cmr | bors | -1/+1 |
| 2014-11-21 | auto merge of #16552 : jauhien/rust/fix-libdir, r=alexcrichton | bors | -0/+8 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -3/+2 |
| 2014-11-20 | Remove libnative | Aaron Turon | -5/+4 |
| 2014-11-20 | mk/rt: use CFG_LLVM_TARGET instead of plain target when calling llc | Cody P Schafer | -3/+6 |
| 2014-11-20 | mk/target: fix typo so we depend on the correct directory | Cody P Schafer | -1/+1 |
| 2014-11-20 | mk/stage0: complain instead of creating an empty file | Cody P Schafer | -1/+1 |
| 2014-11-19 | rollup merge of #19103: huonw/literal-suffixes | Jakub Bukaj | -5/+13 |
| 2014-11-19 | rollup merge of #18903: steveklabnik/error_handling_guide | Jakub Bukaj | -1/+1 |
| 2014-11-19 | mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~... | Cody P Schafer | -1/+1 |
| 2014-11-19 | Update makefiles to ensure src/grammar/verify.rs is built. | Huon Wilson | -5/+13 |
| 2014-11-18 | New guide: error handling | Steve Klabnik | -1/+1 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -5/+6 |
| 2014-11-17 | mk/rt/jemalloc: pass CFG_GCCISH_CFLAGS inside CC instead of passing CFG_CFLAG... | Cody P Schafer | -2/+2 |
| 2014-11-17 | CFG_CFLAGS is only used for jemalloc, rename all uses to CFG_JEMALLOC_CFLAGS | Cody P Schafer | -16/+15 |
| 2014-11-16 | Look for standard crates in LIBDIR provided by --libdir option, | Jauhien Piatlicki | -0/+8 |
| 2014-11-10 | mk: Fix configuration of version commit information | Brian Anderson | -1/+1 |