| Age | Commit message (Expand) | Author | Lines |
| 2016-06-29 | Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichton | Jeffrey Seyfried | -6/+0 |
| 2016-06-23 | Address comments and fix travis warning | Jonathan Turner | -2/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -5/+5 |
| 2016-06-14 | Auto merge of #34232 - ollie27:rustdoc_inline, r=alexcrichton | bors | -1/+3 |
| 2016-06-11 | rustdoc: Don't inline #[doc(hidden)] pub use | Oliver Middleton | -1/+3 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -2/+2 |
| 2016-06-05 | rustdoc: Remove Derived Implementations title | Oliver Middleton | -6/+0 |
| 2016-06-05 | rustc: add ReErased to be used by trait selection, MIR and trans. | Eduard Burtescu | -1/+2 |
| 2016-05-31 | add `Issue32330` warning marker to bound regions | Niko Matsakis | -1/+1 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+2 |
| 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 | -69/+44 |
| 2016-05-15 | Add lifetime's bounds in doc generation | Guillaume Gomez | -1/+11 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -69/+44 |
| 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: Avoid free functions taking &TyCtxt and &InferCtxt. | Eduard Burtescu | -4/+4 |
| 2016-05-09 | rustdoc: do not strip blanket impls in crate of origin | Georg Brandl | -0/+7 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -1/+1 |
| 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: fix inserting source code spans for constant values | Georg Brandl | -7/+7 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -1/+1 |
| 2016-04-27 | Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton | bors | -3/+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-22 | rustdoc: Cleanup ABI rendering | Oliver Middleton | -3/+3 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -7/+21 |
| 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 | -0/+5 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -1/+1 |
| 2016-04-14 | Fix fallout in rustdoc | Jeffrey Seyfried | -8/+13 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+1 |
| 2016-04-13 | Retire rustdocs `ANALYSISKEY` | mitaa | -6/+15 |
| 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 | -4/+10 |
| 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: 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 | -6/+6 |
| 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-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 | -35/+45 |
| 2016-03-27 | Load struct-variant data correctly from metadata | mitaa | -12/+5 |