| Age | Commit message (Expand) | Author | Lines |
| 2016-06-29 | Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichton | Jeffrey Seyfried | -7/+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-20 | rustdoc: Fix a couple of issues with src links to external crates | Oliver Middleton | -2/+8 |
| 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 | -4/+4 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -4/+5 |
| 2016-06-05 | rustdoc: Remove Derived Implementations title | Oliver Middleton | -7/+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 | -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 |