| Age | Commit message (Expand) | Author | Lines |
| 2016-09-20 | rustc_metadata: split the Def description of a DefId from item_children. | Eduard Burtescu | -4/+6 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -12/+6 |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -4/+2 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -47/+63 |
| 2016-09-13 | Remove some ancient code providing special support for newtypes | Vadim Petrochenkov | -6/+5 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -1/+1 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Fix rebase + address comments | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -0/+19 |
| 2016-08-27 | Use deterministic `FnvHash{Map,Set}` in rustdoc | Jonas Schievink | -3/+3 |
| 2016-08-17 | rustc: remove ParamSpace from Substs. | Eduard Burtescu | -2/+0 |
| 2016-08-17 | rustc: split Generics of a method from its parent Generics. | Eduard Burtescu | -10/+11 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -12/+8 |
| 2016-08-17 | rustc: use Vec instead of VecPerParamSpace for ty::GenericPredicates. | Eduard Burtescu | -4/+29 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -2/+1 |
| 2016-06-29 | Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichton | Jeffrey Seyfried | -1/+0 |
| 2016-06-20 | rustdoc: Fix a couple of issues with src links to external crates | Oliver Middleton | -2/+8 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -2/+2 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -4/+5 |
| 2016-06-05 | rustdoc: Remove Derived Implementations title | Oliver Middleton | -1/+0 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -2/+1 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -28/+31 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -13/+13 |
| 2016-05-11 | rustc: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -11/+10 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -2/+1 |
| 2016-05-03 | rustdoc: fix inserting source code spans for constant values | Georg Brandl | -5/+4 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -2/+1 |
| 2016-04-24 | Remove, now unnecessary, workaround | mitaa | -18/+2 |
| 2016-04-24 | Inline impls on traits too | mitaa | -0/+1 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -16/+22 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -12/+3 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -12/+27 |
| 2016-04-14 | Fix fallout in rustdoc | Jeffrey Seyfried | -3/+3 |
| 2016-04-13 | Retire rustdocs `ANALYSISKEY` | mitaa | -3/+3 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -2/+2 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -2/+6 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -2/+2 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -2/+2 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -4/+4 |
| 2016-03-28 | Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichton | bors | -5/+12 |
| 2016-03-27 | Correct anchor for links to associated trait items | mitaa | -5/+12 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -2/+2 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -1/+1 |
| 2016-03-22 | Consider `doc(no_inline)` in crate-local inlining | mitaa | -2/+2 |
| 2016-03-17 | const_eval: Take just one set of substitutions in lookup_const_by_id. | Eduard Burtescu | -2/+2 |
| 2016-03-14 | Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakis | bors | -3/+3 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -2/+19 |
| 2016-03-10 | fix rustdoc | Oliver Schneider | -3/+3 |
| 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/+1 |