| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-03-08 | rustdoc: Don't inline all impls all at once | Alex Crichton | -2/+19 |
| 2016-03-04 | Refactor rustdocs attribute handling | mitaa | -17/+3 |
| 2016-03-04 | Simplify `if let`/`match` expressions | mitaa | -16/+9 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -14/+14 |
| 2016-03-02 | Use numeric field `Name`s ("0", "1" etc) for positional fields | Vadim Petrochenkov | -4/+2 |
| 2016-02-26 | Don't inline impls from `doc(hidden)` modules | mitaa | -11/+16 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -13/+13 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -5/+6 |
| 2016-01-14 | Support generic associated consts | Michael Wu | -2/+2 |
| 2016-01-13 | Fix rustdoc reexports. | Lee Jeffery | -1/+1 |
| 2015-12-12 | Support `#[deprecated]` in rustdoc | Vadim Petrochenkov | -0/+5 |
| 2015-12-12 | Implement `#[deprecated]` attribute (RFC 1270) | Vadim Petrochenkov | -5/+5 |
| 2015-12-03 | Use the extern item-path for documentation links | mitaa | -1/+1 |
| 2015-11-26 | fix tidy | Ariel Ben-Yehuda | -2/+2 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -9/+9 |
| 2015-11-26 | make check works | Ariel Ben-Yehuda | -31/+25 |
| 2015-11-19 | Show constness for functions of reexported docs | mitaa | -2/+15 |
| 2015-10-01 | kill the fake provided method stubs | Ariel Ben-Yehuda | -7/+5 |
| 2015-09-22 | Use Names in path fragments and MacroDef | Vadim Petrochenkov | -1/+1 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -1/+1 |