| Age | Commit message (Expand) | Author | Lines |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -9/+8 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -4/+4 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -5/+5 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -4/+4 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -1/+1 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -1/+1 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -2/+2 |
| 2015-04-14 | Expose visibility for fns in syntax::visit | Nick Cameron | -2/+2 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -1/+1 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -3/+2 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -1/+1 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -1/+1 |
| 2015-02-19 | fix markup of "just one effect, unsafe" | Dan Connolly | -1/+1 |
| 2015-01-15 | syntax: add fully qualified UFCS expressions. | Eduard Burtescu | -1/+1 |
| 2015-01-05 | remove ty_closure | Jorge Aparicio | -1/+0 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2014-12-22 | Rote changes that don't care to distinguish between a fn pointer and a fn item. | Niko Matsakis | -1/+1 |
| 2014-12-19 | librustc: use `#[deriving(Copy)]` | Jorge Aparicio | -3/+1 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -4/+4 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+2 |
| 2014-12-04 | Move various data structures out of typeck and into ty. | Niko Matsakis | -1/+1 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -19/+9 |
| 2014-11-19 | rustc: middle: remove obsolete ty::get. | Eduard Burtescu | -4/+4 |
| 2014-11-19 | rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere. | Eduard Burtescu | -2/+2 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -1/+1 |
| 2014-10-16 | librustc: Remove all uses of {:?}. | Luqman Aden | -1/+1 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -5/+5 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -4/+4 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -8/+8 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -4/+4 |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -1/+1 |
| 2014-07-18 | Assign more diagnostic codes | Jakub Wieczorek | -8/+7 |
| 2014-07-15 | change to new trait style for method field refs | John Clements | -2/+2 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -1/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -4/+4 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -5/+5 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -1/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+3 |
| 2014-05-14 | Removed unnecessary arguments for walk_* functions | Michael Darakananda | -2/+2 |
| 2014-04-29 | Remove internal support for fixed length strings | Nick Cameron | -2/+2 |
| 2014-04-28 | Refactor ty_str to use a ~(str) representation. | Nick Cameron | -0/+7 |
| 2014-04-22 | rustc: move the method and vtable maps into ty::ctxt. | Eduard Burtescu | -6/+3 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -5/+5 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -3/+2 |
| 2014-03-17 | De-@ ty::ctxt usage. | Eduard Burtescu | -5/+5 |