| Age | Commit message (Expand) | Author | Lines |
| 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 | -1/+1 |
| 2014-11-26 | Rote changes due to the fact that ast paths no longer carry this extraneous b... | Niko Matsakis | -1/+1 |
| 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/+23 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -1/+1 |
| 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 | -133/+131 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+6 |
| 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 | -2/+6 |
| 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 | -2/+6 |
| 2014-08-05 | Fixes missing overflow lint for i64 #14269 | Falco Hirschenberger | -1/+1 |
| 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-13 | refactor Method definition to make space for macros | John Clements | -7/+7 |
| 2014-07-11 | Removed dead structures after changes to PartialOrd/Ord derivings. | Felix S. Klock II | -259/+16 |
| 2014-07-11 | `O(n*k)` code-size deriving on enums (better than previous `O(n^k)`). | Felix S. Klock II | -36/+389 |
| 2014-07-11 | Revise the `const_nonmatching` flag with more info about author's intent. | Felix S. Klock II | -7/+24 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -168/+164 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -1/+3 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -1/+1 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -18/+9 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -69/+72 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-02 | auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton | bors | -7/+7 |
| 2014-06-02 | syntax: Remove use of `pub use` globs | klutzy | -2/+3 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -7/+7 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-31 | syntax: Fix an accidental hyperlink in a comment | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -10/+10 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-24 | Changes from feedback | Steven Fackler | -1/+2 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -0/+2 |