| Age | Commit message (Expand) | Author | Lines |
| 2015-01-30 | rollup merge of #21693: tomjakubowski/rustdoc-fix-21442 | Alex Crichton | -0/+32 |
| 2015-01-30 | rustc: Use --extern to always override | Alex Crichton | -0/+34 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -2/+2 |
| 2015-01-30 | Make the save-analysis smoke test more thorough | Nick Cameron | -29/+376 |
| 2015-01-29 | rustdoc: Render new `self` syntax in `use` | Tom Jakubowski | -0/+32 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -3/+3 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -3/+3 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -0/+75 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -3/+3 |
| 2015-01-27 | Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton | Manish Goregaokar | -3/+1 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -3/+3 |
| 2015-01-26 | Make '-A warnings' apply to all warnings, including feature gate warnings | Brian Anderson | -0/+75 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -3/+3 |
| 2015-01-25 | cleanup: s/impl Copy/#[derive(Copy)]/g | Jorge Aparicio | -3/+1 |
| 2015-01-21 | Test fixes and rebase conflicts | Alex Crichton | -23/+0 |
| 2015-01-21 | rollup merge of #21441: alexcrichton/rustc-opts | Alex Crichton | -89/+24 |
| 2015-01-21 | rollup merge of #21342: Diggsey/issue-21310 | Alex Crichton | -0/+28 |
| 2015-01-21 | Display negative trait implementations correctly in rustdoc | Diggory Blake | -0/+28 |
| 2015-01-20 | Make error code registration work again. #19624 | Brian Anderson | -1/+1 |
| 2015-01-20 | rustc: Remove deprecated flags | Alex Crichton | -89/+24 |
| 2015-01-20 | Auto merge of #21304 - lifthrasiir:htmldocck, r=alexcrichton | bors | -98/+34 |
| 2015-01-18 | tests: Tidy and allows multi-line htmldocck commands. | Kang Seonghoon | -4/+8 |
| 2015-01-18 | tests: Add htmldocck.py script for the use of Rustdoc tests. | Kang Seonghoon | -98/+30 |
| 2015-01-17 | auto merge of #21233 : huonw/rust/simd-size, r=Aatch | bors | -0/+114 |
| 2015-01-17 | Feature gate SIMD in FFI, due to unknown ABIs. | Huon Wilson | -1/+1 |
| 2015-01-17 | Add comprehensive test for no-ICE behaviour of SIMD FFI. | Huon Wilson | -0/+114 |
| 2015-01-16 | auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brson | bors | -9/+55 |
| 2015-01-16 | rustc: Fix a leak in dependency= paths | Alex Crichton | -9/+55 |
| 2015-01-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-13 | graphviz-flowgraph tests: use new `--xpretty flowgraph,unlabelled` option. | Felix S. Klock II | -19/+19 |
| 2015-01-12 | Make the compilation process more easily customisable | Nick Cameron | -2/+4 |
| 2015-01-08 | Update graphviz tests to accommodate new isize/usize types and is/us suffixes. | Felix S. Klock II | -87/+87 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -0/+2 |
| 2015-01-06 | rollup merge of #20615: aturon/stab-2-thread | Alex Crichton | -1/+1 |
| 2015-01-06 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2015-01-06 | test fallout from isize/usize | Corey Richardson | -335/+335 |
| 2015-01-06 | rustc: Turn off multiple versions of crate warning | Alex Crichton | -36/+1 |
| 2015-01-05 | rollup merge of #20482: kmcallister/macro-reform | Alex Crichton | -8/+2 |
| 2015-01-05 | Un-gate macro_rules | Keegan McAllister | -2/+0 |
| 2015-01-05 | Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] | Keegan McAllister | -6/+2 |
| 2015-01-05 | fix run-make test | Jorge Aparicio | -1/+1 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -10/+9 |
| 2015-01-02 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -11/+11 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -11/+11 |
| 2014-12-31 | rustc: Re-jigger -L and -l for MSYS compatibility | Alex Crichton | -18/+18 |
| 2014-12-30 | auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson | bors | -2/+106 |
| 2014-12-28 | Rename TaskRng to ThreadRng | Simonas Kazlauskas | -5/+5 |
| 2014-12-23 | rustc: Add knowledge of separate lookup paths | Alex Crichton | -2/+106 |