| Age | Commit message (Expand) | Author | Lines |
| 2015-01-05 | syntax: remove remaining boxed closures | Jorge Aparicio | -13/+9 |
| 2015-01-05 | Change `&` pat to only work with &T, and `&mut` with &mut T. | Huon Wilson | -1/+1 |
| 2015-01-04 | Add syntax for negative implementations of traits | Flavio Percoco | -0/+1 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -5/+5 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-02 | Accept `derive` instead of `deriving` | Nick Cameron | -12/+12 |
| 2014-12-31 | syntax: unbox closures used in let bindings | Jorge Aparicio | -1/+1 |
| 2014-12-26 | Accept `?Sized` as well as `Sized?` | Nick Cameron | -8/+10 |
| 2014-12-22 | rollup merge of #20056: MrFloya/iter_rename | Alex Crichton | -1/+1 |
| 2014-12-22 | Renaming of the Iter types as in RFC #344 | Florian Wilkens | -1/+1 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -23/+23 |
| 2014-12-20 | Add support for multiple region bounds in where clauses | Jared Roesch | -1/+1 |
| 2014-12-20 | Add parser support for generalized where clauses | Jared Roesch | -2/+8 |
| 2014-12-17 | rollup merge of #19831: luqmana/deriving-where | Alex Crichton | -5/+25 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -1/+2 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -1/+1 |
| 2014-12-14 | libsyntax: Make deriving also respect where bounds. | Luqman Aden | -5/+25 |
| 2014-12-13 | libsyntax: use unboxed closures | Jorge Aparicio | -27/+35 |
| 2014-12-12 | Add support for equality constraints on associated types | Nick Cameron | -3/+3 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -4/+2 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -4/+2 |
| 2014-11-26 | Rote changes due to the fact that ast paths no longer carry this extraneous b... | Niko Matsakis | -3/+3 |
| 2014-11-19 | rollup merge of #19090: kmcallister/deriving-non-type | Jakub Bukaj | -2/+5 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -1/+1 |
| 2014-11-18 | deriving: error out when used on a non-type | Keegan McAllister | -2/+5 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -24/+26 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -9/+4 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -2/+2 |
| 2014-10-27 | Preserve struct field pattern shorthand in the prettyprinter. | Kevin Mehall | -1/+1 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -1/+4 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -3/+5 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -156/+129 |
| 2014-09-18 | syntax: use an index in CodeMap instead of Gc for ExpnInfo. | Eduard Burtescu | -2/+1 |
| 2014-09-17 | doc: Remove "see above". | Jonas Hietala | -4/+3 |
| 2014-09-17 | doc: Backticks and spelling mistakes. | Jonas Hietala | -13/+13 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -149/+123 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -9/+9 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -137/+134 |
| 2014-08-31 | auto merge of #16788 : Manishearth/rust/raw-ptr-syntax-ty, r=huonw | bors | -1/+5 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+6 |
| 2014-08-27 | Allow *-pointers in PtrTy (fixes #16781) | Manish Goregaokar | -1/+5 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -4/+13 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -2/+7 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -7/+16 |
| 2014-08-05 | Fixes missing overflow lint for i64 #14269 | Falco Hirschenberger | -1/+1 |
| 2014-07-19 | Fixed lifetimes on syntax deriving structs, implemented Clone | Dzmitry Malyshau | -2/+6 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -7/+20 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+3 |
| 2014-07-16 | libsyntax: Remove `Send` from `PtrTy` in `deriving`. | Patrick Walton | -6/+0 |