| Age | Commit message (Expand) | Author | Lines |
| 2016-08-10 | Update E0133 to new format | Chiu-Hsiang Hsu | -3/+5 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -2/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -1/+1 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -2/+2 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -2/+2 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+3 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -2/+2 |
| 2016-03-21 | Expose attached attributes to `FnKind` abstraction so that I can look at them... | Felix S. Klock II | -2/+2 |
| 2016-03-09 | Track fn type and lifetime parameters in TyFnDef. | Eduard Burtescu | -1/+1 |
| 2016-03-09 | Split TyBareFn into TyFnDef and TyFnPtr. | Eli Friedman | -1/+2 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -3/+3 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -0/+3 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -2/+2 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -6/+6 |
| 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 |