| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -4/+1 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -5/+5 |
| 2016-04-06 | rustc: dismantle hir::util, mostly moving functions to methods. | Eduard Burtescu | -2/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -11/+9 |
| 2016-04-05 | Rollup merge of #32403 - vlastachu:super_in_path, r=jseyfried | Manish Goregaokar | -0/+4 |
| 2016-04-05 | Fixes bug which accepting using `super` in use statemet. | vlastachu | -0/+4 |
| 2016-03-31 | librustc_lint: use bug!(), span_bug!() | Benjamin Herr | -8/+8 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -2/+5 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -11/+12 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -2/+2 |
| 2016-03-25 | issue a future-compat lint for constants of invalid type | Niko Matsakis | -0/+8 |
| 2016-03-24 | rewrite foreign types lint not to trawl the HIR | Niko Matsakis | -50/+32 |
| 2016-03-21 | Expose attached attributes to `FnKind` abstraction so that I can look at them... | Felix S. Klock II | -6/+6 |
| 2016-03-18 | Change inherent overlap error to a warning for now, to ease the breakage. | Aaron Turon | -0/+4 |
| 2016-03-14 | Move projection_mode to InferContext rather than SelectionContext to reduce c... | Aaron Turon | -1/+5 |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -2/+5 |
| 2016-03-09 | trans: Keep transmutes from fn item types working, but lint them. | Eduard Burtescu | -0/+4 |
| 2016-03-09 | Track fn type and lifetime parameters in TyFnDef. | Eduard Burtescu | -2/+2 |
| 2016-03-09 | Split TyBareFn into TyFnDef and TyFnPtr. | Eli Friedman | -5/+5 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -8/+8 |
| 2016-03-02 | Move span into `StructField` | Vadim Petrochenkov | -5/+5 |
| 2016-03-02 | Use numeric field `Name`s ("0", "1" etc) for positional fields | Vadim Petrochenkov | -5/+2 |
| 2016-03-02 | Get rid of hir::StructFieldKind | Vadim Petrochenkov | -3/+3 |
| 2016-02-24 | Warn instead of error when using an inaccessable extern crate | Jeffrey Seyfried | -0/+4 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -6/+6 |
| 2016-02-12 | Autoderef in librustc_lint | Jonas Schievink | -16/+16 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+16 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't pub export ast::Stmt_ variants | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't pub export ast::IntLitType variants | Oliver Schneider | -6/+6 |
| 2016-02-11 | [breaking-change] don't pub export ast::Lit_ variants | Oliver Schneider | -13/+14 |
| 2016-02-11 | [breaking-change] remove the sign from integer literals in the ast | Oliver Schneider | -7/+5 |
| 2016-02-11 | [breaking-change] don't glob export ast::{UintTy, IntTy} variants | Oliver Schneider | -22/+22 |
| 2016-02-11 | [breaking-change] don't glob export ast::FloatTy variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -22/+23 |
| 2016-02-11 | [breaking-change] don't glob export ast::Decl_ variants | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -7/+8 |
| 2016-02-03 | Improve detection of unused imports | Jeffrey Seyfried | -1/+0 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-21 | clean up trans_static_method_callee and friends | Ariel Ben-Yehuda | -3/+1 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -7/+8 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -1/+1 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -9/+8 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -1/+1 |
| 2016-01-15 | Auto merge of #30878 - brson:raw-pointer-derive, r=brson | bors | -2/+5 |
| 2016-01-14 | rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive | Brian Anderson | -2/+5 |
| 2016-01-14 | implement the obligation forest data structure and add some unit tests | Niko Matsakis | -1/+1 |
| 2016-01-12 | Fix long line in URL | Niko Matsakis | -1/+2 |
| 2016-01-12 | Revamp the "future incompatible" section to clarify the situation | Niko Matsakis | -3/+23 |
| 2016-01-11 | Rollup merge of #30538 - oli-obk:kill_unsigned_unary_negation, r=pnkfelix | Simonas Kazlauskas | -33/+53 |