| Age | Commit message (Expand) | Author | Lines |
| 2015-02-07 | Rollup merge of #22009 - japaric:no-mov, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-02-06 | remove the deprecated MaybeOwnedVector | Jorge Aparicio | -2/+1 |
| 2015-02-06 | Encode foreign function argument names | Tom Jakubowski | -0/+40 |
| 2015-02-06 | Print full Type::ResolvedPaths starting with Self | Tom Jakubowski | -0/+25 |
| 2015-02-06 | Rollup merge of #21966 - scialex:fix-extern, r=alexcrichton | Manish Goregaokar | -0/+41 |
| 2015-02-06 | rustdoc: Show non-Rust ABIs on methods | Tom Jakubowski | -0/+48 |
| 2015-02-05 | rustdoc: Clean up some htmldocck tests | Tom Jakubowski | -16/+16 |
| 2015-02-06 | Improve error message, when found staticlib instead crate | Potpourri | -0/+31 |
| 2015-02-05 | Clean up tidy scripts, coverage, performance | Brian Anderson | -7/+29 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -41/+41 |
| 2015-02-05 | Made external_crates feature work again. | Alexander Light | -0/+41 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-02-04 | Compute widths properly when displaying spans in error messages | P1start | -0/+32 |
| 2015-02-02 | Test fixes and rebase conflicts | Alex Crichton | -2/+3 |
| 2015-02-02 | rollup merge of #21782: alexcrichton/issue-21771 | Alex Crichton | -0/+34 |
| 2015-02-02 | rollup merge of #21754: semarie/openbsd-rebased | Alex Crichton | -0/+3 |
| 2015-02-01 | openbsd support | Sébastien Marie | -0/+3 |
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -383/+383 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -6/+6 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -2/+2 |
| 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 |