| Age | Commit message (Expand) | Author | Lines |
| 2015-10-09 | Fix stability | Nick Cameron | -1/+1 |
| 2015-10-01 | use the *adjusted* callee type in effect checking | Ariel Ben-Yehuda | -2/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -19/+20 |
| 2015-08-26 | Rename FnKind variants and stop re-exporting them from the visit module. | Ms2ger | -4/+4 |
| 2015-07-23 | review feedback: Use checked-arith instead of saturated-arith for `push_unsaf... | Felix S. Klock II | -2/+2 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -8/+29 |
| 2015-07-04 | Auto merge of #26694 - eddyb:method-nan, r=arielb1 | bors | -1/+1 |
| 2015-07-04 | rustc: remove MethodOrigin and use the container to distinguish inherent meth... | Eduard Burtescu | -1/+1 |
| 2015-07-04 | Remove outdated errors for mutating strings | Ariel Ben-Yehuda | -26/+0 |
| 2015-06-27 | Begin refactor type checking state | Jared Roesch | -1/+1 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -4/+4 |
| 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 |