| Age | Commit message (Expand) | Author | Lines |
| 2016-11-28 | Remove BuiltinBound and BuiltinBounds. | Mark-Simulacrum | -25/+0 |
| 2016-11-28 | Auto merge of #38024 - jseyfried:avoid_needless_proc_macro_deps, r=nrc | bors | -2/+16 |
| 2016-11-28 | Avoid loading needless proc-macro dependencies. | Jeffrey Seyfried | -2/+16 |
| 2016-11-28 | rustc_typeck: don't record associated type resolutions. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-11-28 | rustc: track fields in the HIR map. | Eduard Burtescu | -0/+1 |
| 2016-11-28 | rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor. | Eduard-Mihai Burtescu | -1/+2 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -297/+215 |
| 2016-11-28 | rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode. | Eduard Burtescu | -24/+1 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -142/+128 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -21/+2 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -42/+78 |
| 2016-11-22 | Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton | bors | -7/+33 |
| 2016-11-23 | Rebasing and review changes | Nick Cameron | -0/+12 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -10/+9 |
| 2016-11-22 | Change HirVec<P<T>> to HirVec<T> in Expr. | Nicholas Nethercote | -7/+6 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -5/+4 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -36/+34 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -7/+7 |
| 2016-11-21 | Read in rmeta crates | Nick Cameron | -14/+27 |
| 2016-11-21 | Add --crate-type metadata | Nick Cameron | -3/+4 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -2/+1 |
| 2016-11-17 | Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb | bors | -88/+122 |
| 2016-11-16 | include a Name and Span for each item in the HIR of the impl | Niko Matsakis | -10/+10 |
| 2016-11-16 | add a `nested_visit_map` method | Niko Matsakis | -81/+64 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -16/+56 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -19/+30 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -4/+13 |
| 2016-11-12 | Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkov | Eduard-Mihai Burtescu | -14/+16 |
| 2016-11-10 | Don't use self type for cat_index on overloaded indexing. Fixes #20649. | Luqman Aden | -3/+1 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -14/+16 |
| 2016-11-10 | Support `#[macro_reexport]`ing custom derives. | Jeffrey Seyfried | -4/+9 |
| 2016-11-10 | Improve macro reexports. | Jeffrey Seyfried | -15/+3 |
| 2016-11-10 | Register and stability check `#[no_link]` crates. | Jeffrey Seyfried | -0/+4 |
| 2016-11-10 | Refactor `explicitly_linked: bool` -> `dep_kind: DepKind`. | Jeffrey Seyfried | -4/+15 |
| 2016-11-10 | Clean up `CrateSource`. | Jeffrey Seyfried | -1/+0 |
| 2016-11-10 | Rollup merge of #37412 - eddyb:lazy-6, r=nikomatsakis | Eduard-Mihai Burtescu | -106/+48 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -27/+16 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -106/+48 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -36/+36 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -54/+43 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -17/+17 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -1/+1 |
| 2016-10-30 | Auto merge of #37401 - eddyb:lazy-2, r=nikomatsakis | bors | -3/+0 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -9/+5 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -1/+1 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -1/+1 |
| 2016-10-25 | rustc_metadata: move is_extern_item to trans. | Eduard Burtescu | -3/+0 |
| 2016-10-24 | Clean up `CrateLoader::process_item`. | Jeffrey Seyfried | -0/+9 |
| 2016-10-24 | Refactor away `CrateLoader::load_macros`. | Jeffrey Seyfried | -2/+2 |