| Age | Commit message (Expand) | Author | Lines |
| 2016-05-18 | Auto merge of #33710 - Manishearth:rollup, r=Manishearth | bors | -1/+11 |
| 2016-05-18 | Rollup merge of #33656 - GuillaumeGomez:lifetime_bound, r=steveklabnik | Manish Goregaokar | -1/+11 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -3/+3 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -71/+45 |
| 2016-05-15 | Add lifetime's bounds in doc generation | Guillaume Gomez | -1/+11 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -71/+45 |
| 2016-05-12 | rustdoc: Fix missing type parameters on impls | Oliver Middleton | -7/+0 |
| 2016-05-11 | rustc: Remove the unnecessary ast_ty_to_ty_cache. | Eduard Burtescu | -1/+1 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -1/+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 | -15/+14 |
| 2016-05-09 | rustdoc: do not strip blanket impls in crate of origin | Georg Brandl | -0/+7 |
| 2016-05-08 | Rollup merge of #33373 - birkenfeld:issue-32555, r=bluss | Manish Goregaokar | -3/+3 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -3/+2 |
| 2016-05-06 | Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakis | bors | -0/+1 |
| 2016-05-05 | fixes | Ariel Ben-Yehuda | -0/+1 |
| 2016-05-03 | rustdoc: use btree map for where clauses | Georg Brandl | -3/+3 |
| 2016-05-03 | rustdoc: fix inserting source code spans for constant values | Georg Brandl | -12/+11 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -3/+2 |
| 2016-04-27 | Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton | bors | -3/+3 |
| 2016-04-26 | Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2016-04-26 | Rollup merge of #33133 - mitaa:rdoc-smth-smth-impl, r=alexcrichton | Manish Goregaokar | -18/+3 |
| 2016-04-25 | Linkify extern crates on rustdoc pages | mitaa | -2/+2 |
| 2016-04-24 | syntax: Merge keywords and remaining special idents in one list | Vadim Petrochenkov | -1/+1 |
| 2016-04-24 | syntax: Make static/super/self/Self keywords + special ident cleanup | Vadim Petrochenkov | -2/+2 |
| 2016-04-24 | Remove, now unnecessary, workaround | mitaa | -18/+2 |
| 2016-04-24 | Inline impls on traits too | mitaa | -0/+1 |
| 2016-04-22 | rustdoc: Cleanup ABI rendering | Oliver Middleton | -3/+3 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -23/+43 |
| 2016-04-18 | Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnik | Steve Klabnik | -0/+11 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -12/+8 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -13/+28 |
| 2016-04-14 | Fix fallout in rustdoc | Jeffrey Seyfried | -11/+16 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+1 |
| 2016-04-13 | Retire rustdocs `ANALYSISKEY` | mitaa | -9/+18 |
| 2016-04-08 | Auto merge of #32773 - mitaa:rdoc-ttfn-json, r=alexcrichton | bors | -4/+0 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -6/+12 |
| 2016-04-07 | Remove rustdocs json format | mitaa | -4/+0 |
| 2016-04-06 | Replace consider_unification_despite_ambiguity with obligation variant | Masood Malekghassemi | -0/+1 |
| 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 | -5/+5 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -8/+8 |
| 2016-04-02 | Refactor `HiddenStructField` into `StrippedItem` | mitaa | -13/+13 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -11/+18 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -4/+4 |
| 2016-03-29 | Avoid linking to itself in implementors section of trait page | Seo Sanghyeon | -0/+11 |
| 2016-03-28 | Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichton | bors | -40/+57 |
| 2016-03-27 | Load struct-variant data correctly from metadata | mitaa | -12/+5 |
| 2016-03-27 | Correct anchor for links to associated trait items | mitaa | -28/+52 |