| Age | Commit message (Expand) | Author | Lines |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -4/+3 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -11/+0 |
| 2016-08-13 | Fix rustdoc after rebase | Andrew Cann | -0/+2 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -0/+12 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -0/+4 |
| 2016-08-11 | Substitute private type aliases in rustdoc | petrochenkov | -2/+79 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -1/+6 |
| 2016-07-25 | Adressed PR comments. | cgswords | -21/+1 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -29/+50 |
| 2016-07-13 | Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichton | bors | -2/+19 |
| 2016-07-13 | evaluate the array length of fixed size array types in rustdoc | Oliver Schneider | -2/+19 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -2/+1 |
| 2016-07-08 | Add tests + Fix rustdoc regression + Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -3/+3 |
| 2016-07-08 | Remove unnecessary accessor function VariantDefData::kind | Vadim Petrochenkov | -1/+1 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -2/+1 |
| 2016-07-05 | Auto merge of #34587 - ollie27:rustdoc_prim_titles, r=steveklabnik | bors | -0/+3 |
| 2016-06-30 | rustdoc: Remove paths from primitive page <title> tags | Oliver Middleton | -0/+3 |
| 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 |