| Age | Commit message (Expand) | Author | Lines |
| 2018-05-06 | rustdoc: Resolve nested `impl Trait`s | Shotaro Yamada | -31/+32 |
| 2018-04-20 | Fix rustdoc after changing type param representation. | Michael Woerister | -3/+11 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+5 |
| 2018-03-31 | Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavus | bors | -13/+72 |
| 2018-03-29 | Add primitive intra-links | Guillaume Gomez | -13/+72 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -2/+0 |
| 2018-03-28 | Rollup merge of #49427 - Manishearth:rustdoc-impl-trait-extern, r=GuillaumeGomez | kennytm | -10/+59 |
| 2018-03-28 | Auto merge of #49304 - sinkuu:impl_trait_rustdoc, r=QuietMisdreavus | bors | -12/+67 |
| 2018-03-27 | rustdoc: Handle explicit ?Sized on foreign impl Trait | Manish Goregaokar | -3/+14 |
| 2018-03-27 | rustdoc: Remove Sized bounds when cleaning foreign impl Trait | Manish Goregaokar | -0/+8 |
| 2018-03-27 | rustdoc: Include associated type bounds when cleaning foreign impl traits | Manish Goregaokar | -8/+38 |
| 2018-03-27 | rustdoc: Don't use into_iter() when cleaning impl Trait | Manish Goregaokar | -1/+1 |
| 2018-03-24 | Fix impl assoc constant link not working | Guillaume Gomez | -8/+6 |
| 2018-03-24 | Cleanup | Shotaro Yamada | -1/+2 |
| 2018-03-24 | Resolve `impl Trait` in argument position | Shotaro Yamada | -10/+51 |
| 2018-03-24 | Hide synthesized type parameters | Shotaro Yamada | -1/+14 |
| 2018-03-23 | Fix rustdoc | Sean Griffin | -2/+0 |
| 2018-03-22 | Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi... | kennytm | -8/+8 |
| 2018-03-22 | Rollup merge of #48759 - QuietMisdreavus:simd-feature-docs, r=GuillaumeGomez | kennytm | -2/+51 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+5 |
| 2018-03-20 | Fix tidy trailing whitespace | Phlosioneer | -2/+2 |
| 2018-03-19 | Fix ordering of auto-generated trait bounds in rustdoc output | Phlosioneer | -35/+67 |
| 2018-03-19 | Fix automatic urls with backticks | Guillaume Gomez | -8/+8 |
| 2018-03-14 | Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis | bors | -4/+4 |
| 2018-03-14 | expose #[target_feature] attributes in rustdoc | QuietMisdreavus | -2/+51 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -450/+466 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -4/+4 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+1 |
| 2018-03-08 | Deduplicate code in rustdoc | Oliver Schneider | -38/+24 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -16/+37 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -2/+10 |
| 2018-03-08 | Initial changes to librustc to support const trait fns. | Alexander Regueiro | -7/+2 |
| 2018-03-04 | Remove ty::Predicate::Equate and ty::EquatePredicate (dead code) | Tatsuyuki Ishi | -11/+0 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -3/+4 |
| 2018-03-01 | Fix breakage in rustdoc | Sean Griffin | -1/+6 |
| 2018-02-28 | Rollup merge of #48473 - GuillaumeGomez:rustdoc-auto-trait-impl-fix, r=QuietM... | kennytm | -2/+6 |
| 2018-02-24 | Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish... | Manish Goregaokar | -3/+12 |
| 2018-02-24 | Fix auto trait impl rustdoc ice | Guillaume Gomez | -2/+6 |
| 2018-02-21 | proper early-bail condition | QuietMisdreavus | -1/+1 |
| 2018-02-21 | track extern traits being inlined | QuietMisdreavus | -1/+6 |
| 2018-02-21 | manually release `cx.external_traits` while building the new trait | QuietMisdreavus | -3/+7 |
| 2018-02-21 | Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavus | Guillaume Gomez | -2/+6 |
| 2018-02-19 | Sort synthetic impls bounds before rendering | Aaron Hill | -0/+45 |
| 2018-02-18 | Filter out non-macros in resolve_macro | Manish Goregaokar | -2/+6 |
| 2018-02-18 | Don't generate auto trait impls for type aliases | Aaron Hill | -1/+1 |
| 2018-02-18 | More formatting fixes | Aaron Hill | -2/+1 |
| 2018-02-18 | Cleanup formatting | Aaron Hill | -45/+26 |
| 2018-02-18 | Generate documentation for auto-trait impls | Aaron Hill | -71/+1869 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -1/+1 |
| 2018-02-10 | Rollup merge of #48064 - Manishearth:intra-doc-bail, r=QuietMisdreavus | kennytm | -0/+4 |