| Age | Commit message (Expand) | Author | Lines |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -3/+3 |
| 2015-02-24 | rustc_resolve: use the visitor model more, remove redundant repeated lookups. | Eduard Burtescu | -3/+0 |
| 2015-02-20 | Escape some rustdoc strings | Simonas Kazlauskas | -12/+15 |
| 2015-02-15 | Count and show the deprecated attribute again | Simonas Kazlauskas | -5/+18 |
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -1/+1 |
| 2015-02-06 | Print full Type::ResolvedPaths starting with Self | Tom Jakubowski | -1/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -33/+30 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -9/+9 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -1/+1 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -27/+27 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -8/+3 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -3/+3 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -1/+1 |
| 2015-01-21 | Remove unused stability levels from compiler | Brian Anderson | -8/+3 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -26/+26 |
| 2015-01-21 | rustdoc: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -1/+1 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -26/+26 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -1/+1 |
| 2015-01-18 | Make output type in ast::FnDecl optional | Seo Sanghyeon | -0/+1 |
| 2015-01-14 | auto merge of #21061 : japaric/rust/range, r=nick29581 | bors | -2/+2 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -2/+2 |
| 2015-01-12 | rustdoc: Remove traces of old closures | Tom Jakubowski | -55/+0 |
| 2015-01-12 | rustdoc: Fix where clauses on re-exports | Tom Jakubowski | -2/+2 |
| 2015-01-08 | Make rustdoc use the `[_; N]` syntax instead of `[_, ..N]` | Ken Tossell | -1/+1 |
| 2015-01-07 | rollup merge of #20721: japaric/snap | Alex Crichton | -2/+2 |
| 2015-01-07 | rollup merge of #20725: tomjakubowski/rustdoc-misc | Alex Crichton | -2/+18 |
| 2015-01-07 | rollup merge of #20722: alexcrichton/audit-show | Alex Crichton | -3/+18 |
| 2015-01-07 | rustdoc: Render associated type bindings | Tom Jakubowski | -2/+25 |
| 2015-01-07 | std: Tweak String implementations | Alex Crichton | -3/+18 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -2/+2 |
| 2015-01-07 | register new snapshots | Jorge Aparicio | -193/+0 |
| 2015-01-07 | Register new snapshots | Alex Crichton | -193/+0 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -4/+197 |
| 2015-01-07 | fallout | Nick Cameron | -3/+3 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -4/+197 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -2/+2 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -4/+4 |
| 2015-01-01 | std: Enforce Unicode in fmt::Writer | Alex Crichton | -29/+29 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-12-30 | Remove the def-id from type parameters. Having this def-id was bad for severa... | Niko Matsakis | -3/+2 |
| 2014-12-29 | rollup merge of #20269: dirk/indent-where | Alex Crichton | -1/+2 |
| 2014-12-27 | Indent where clause in rustdoc | Dirk Gadsden | -1/+2 |
| 2014-12-26 | Changes to RustDoc | Nick Cameron | -6/+10 |
| 2014-12-25 | auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcrichton | bors | -2/+20 |
| 2014-12-24 | rustdoc: Use unboxed closure sugar | Tom Jakubowski | -39/+58 |
| 2014-12-24 | rustdoc: render higher-rank trait bounds | Tom Jakubowski | -9/+25 |
| 2014-12-24 | rustdoc: render `for<>` on old closure lifetimes | Tom Jakubowski | -2/+2 |
| 2014-12-24 | Address code review nits | Jared Roesch | -3/+3 |
| 2014-12-23 | Support all variants of WherePredicate | Jared Roesch | -2/+20 |