| Age | Commit message (Expand) | Author | Lines |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -1/+1 |
| 2015-01-18 | Fix typedef/module name conflicts in the compiler | Alex Crichton | -1/+1 |
| 2015-01-15 | rollup merge of #21085: pnkfelix/pp-flowgraph-kill-labels | Alex Crichton | -0/+5 |
| 2015-01-15 | syntax: add fully qualified UFCS expressions. | Eduard Burtescu | -1/+2 |
| 2015-01-12 | add --xpretty flowgraph,unlabelled variant. | Felix S. Klock II | -0/+5 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -8/+8 |
| 2015-01-06 | rollup merge of #20645: nikomatsakis/rustbook-ice | Alex Crichton | -1/+1 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -3/+3 |
| 2015-01-07 | fallout | Nick Cameron | -1/+3 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -3/+3 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -5/+5 |
| 2015-01-06 | Fix ICE that @steveklabnik encountered in rust-ice. The problems turned out t... | Niko Matsakis | -1/+1 |
| 2015-01-05 | Change `&` pat to only work with &T, and `&mut` with &mut T. | Huon Wilson | -1/+1 |
| 2015-01-04 | Merge pull request #20457 from frewsxcv/rm-reexports | bors | -5/+5 |
| 2015-01-04 | auto merge of #20443 : nikomatsakis/rust/autoderef-overloaded-calls, r=pcwalton | bors | -1/+1 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-03 | rustc: fix fallout | Jorge Aparicio | -4/+4 |
| 2015-01-02 | Remove graphviz::LabelText::* public reexport | Corey Farwell | -5/+5 |
| 2015-01-02 | Make call notation use autoderef. Fixes #18742. | Niko Matsakis | -1/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -1/+3 |
| 2014-12-30 | Remove ExprSlice by hacking the compiler | Nick Cameron | -7/+0 |
| 2014-12-30 | Add hypothetical support for ranges with only an upper bound | Nick Cameron | -1/+1 |
| 2014-12-24 | Type checking and trans for ranges | Nick Cameron | -2/+4 |
| 2014-12-24 | Add syntax for ranges | Nick Cameron | -0/+4 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -6/+5 |
| 2014-12-21 | rollup merge of #19898: Aatch/issue-19684 | Alex Crichton | -0/+4 |
| 2014-12-19 | librustc: use `#[deriving(Copy)]` | Jorge Aparicio | -4/+2 |
| 2014-12-18 | Minor fixes | James Miller | -4/+1 |
| 2014-12-18 | Only count nested returns when the outer return is reachable | James Miller | -0/+7 |
| 2014-12-16 | AST refactor: make the place in ExprBox an option. | Felix S. Klock II | -4/+2 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -4/+4 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -1/+0 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+4 |
| 2014-12-06 | librustc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -2/+2 |
| 2014-12-04 | Move various data structures out of typeck and into ty. | Niko Matsakis | -3/+2 |
| 2014-12-03 | Fix fallout | Jorge Aparicio | -1/+1 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -6/+2 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -2/+1 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -2/+1 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -6/+6 |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo OchagavĂa | -2/+2 |
| 2014-11-20 | auto merge of #19033 : pnkfelix/rust/fsk-introduce-scopedata-via-refactor, r=... | bors | -4/+6 |
| 2014-11-20 | Refactored new CodeExtent type for improved abstraction. | Felix S. Klock II | -4/+6 |
| 2014-11-20 | auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r... | bors | -2/+1 |
| 2014-11-19 | Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt... | Niko Matsakis | -2/+1 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -1/+1 |
| 2014-11-17 | libgraphviz: Id::new returns Result<Id, ()> instead of panicking on error | oli-obk | -2/+2 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -34/+34 |
| 2014-11-07 | auto merge of #18672 : brandonson/rust/functional-update-walk, r=nikomatsakis | bors | -2/+2 |
| 2014-11-06 | Fix soundness hole in struct with expressions. | Brandon Sanderson | -2/+2 |