| Age | Commit message (Expand) | Author | Lines |
| 2015-01-17 | libsyntax: uint types to usize | Paul Collier | -1/+1 |
| 2015-01-14 | Remove old obsolete syntax errors | Adolfo OchagavĂa | -40/+0 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -2/+2 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -2/+2 |
| 2015-01-05 | Merge remote-tracking branch 'nrc/sized-2' into rollup | Alex Crichton | -27/+30 |
| 2015-01-05 | rollup merge of #20556: japaric/no-for-sized | Alex Crichton | -0/+6 |
| 2015-01-06 | Fix the obsolete message | Nick Cameron | -1/+1 |
| 2015-01-06 | Fallout | Nick Cameron | -1/+1 |
| 2015-01-06 | Obsolete `Sized? T` | Nick Cameron | -1/+6 |
| 2015-01-06 | Remove the prefix in ObsoleteSyntax variants | Nick Cameron | -22/+20 |
| 2015-01-05 | syntax: make the closure type `f: |uint| -> bool` syntax obsolete | Jorge Aparicio | -0/+5 |
| 2015-01-05 | tweak the obsolete syntax message | Jorge Aparicio | -2/+2 |
| 2015-01-05 | syntax: obsolete the `for Sized?` syntax | Jorge Aparicio | -0/+6 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -2/+2 |
| 2014-12-19 | libsyntax: use `#[deriving(Copy)]` | Jorge Aparicio | -3/+1 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -0/+10 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+2 |
| 2014-12-03 | Replace `equiv` method calls with `==` operator sugar | Jorge Aparicio | -1/+1 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -8/+4 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -3/+3 |
| 2014-10-28 | Use PascalCase for token variants | Brendan Zabarauskas | -1/+1 |
| 2014-10-02 | syntax: remove ObsoleteManaged{Type,Expr}. | Eduard Burtescu | -10/+0 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -5/+4 |
| 2014-09-09 | librustc: Obsolete the old external crate renaming syntax. | Patrick Walton | -0/+5 |
| 2014-09-08 | librustc: Change the syntax of subslice matching to use postfix `..` | Patrick Walton | -0/+5 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -0/+5 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -0/+5 |
| 2014-07-16 | obsolete.rs: fix typo in message | Philipp Gesang | -1/+1 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -4/+4 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+11 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -0/+5 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -3/+5 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | libsyntax: Fix snake_case errors. | Kevin Butler | -3/+3 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -80/+0 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -80/+0 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+6 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -0/+15 |
| 2014-04-06 | syntax: Tweak parsing lifetime bounds on closures | Alex Crichton | -12/+0 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -1/+1 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -1/+1 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -10/+1 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -2/+1 |
| 2014-02-13 | Remove obsolete warnings for `extern mod` | Flavio Percoco | -12/+0 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -1/+1 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -1/+1 |