| Age | Commit message (Expand) | Author | Lines |
| 2017-02-28 | Apply the same transformation to every types | Guillaume Gomez | -20/+34 |
| 2017-02-26 | Put the const type and value into <code> | Guillaume Gomez | -18/+70 |
| 2017-02-09 | Add the short type to inline links, too | Michael Howell | -2/+2 |
| 2017-02-06 | rustdoc: Improve impl disambiguation | Oliver Middleton | -2/+4 |
| 2017-01-21 | Force backline on all where in docs | Guillaume Gomez | -4/+3 |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -13/+0 |
| 2017-01-04 | Auto merge of #38414 - estebank:doc-dissambiguate, r=steveklabnik | bors | -164/+183 |
| 2016-12-22 | use same param name across methods | Esteban Küber | -7/+10 |
| 2016-12-20 | rustdoc: properly calculate line length for impl where clauses | QuietMisdreavus | -1/+1 |
| 2016-12-15 | Rustdoc: disambiguate Implementors when the type name is not unique | Esteban Küber | -164/+180 |
| 2016-11-30 | rustdoc: link to cross-crate sources directly. | Eduard-Mihai Burtescu | -10/+12 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -27/+0 |
| 2016-10-17 | rustdoc: make Method/WhereClause wrappers use usize for indents | QuietMisdreavus | -12/+13 |
| 2016-10-15 | rustdoc: if a where clause gets any lines, it gets its own line | QuietMisdreavus | -1/+3 |
| 2016-10-15 | rustdoc: break where clauses onto their own line if they don't have enough room | QuietMisdreavus | -1/+6 |
| 2016-10-15 | rustdoc: apply proper indent when where clauses aren't on their own line | QuietMisdreavus | -8/+26 |
| 2016-10-13 | fix spurious </span> appearing before the opening tag | QuietMisdreavus | -1/+1 |
| 2016-10-13 | rustdoc: add line breaks to where clauses a la rustfmt | QuietMisdreavus | -11/+23 |
| 2016-10-11 | Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnik | Guillaume Gomez | -100/+318 |
| 2016-10-02 | Remove redundant 'Import' in variant names, stop reexporting. | Corey Farwell | -3/+3 |
| 2016-10-02 | Rename method 'to_string' to match conventions. | Corey Farwell | -1/+1 |
| 2016-09-26 | rustdoc: fix regression when printing single-element tuples | QuietMisdreavus | -1/+1 |
| 2016-09-26 | rustdoc: format bare functions like rustfmt | QuietMisdreavus | -24/+29 |
| 2016-09-26 | rustdoc: format struct methods like rustfmt | QuietMisdreavus | -99/+304 |
| 2016-09-23 | rustdoc: format non-self arguments for struct methods on their own line | QuietMisdreavus | -1/+5 |
| 2016-09-23 | rustdoc: print arguments to bare functions on their own line | QuietMisdreavus | -1/+5 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -2/+1 |
| 2016-08-24 | Remove unnecessary 'Primitive' prefix on `PrimitiveType` enum variants. | Corey Farwell | -7/+7 |
| 2016-08-24 | Stop reexporting `PrimitiveType` enum in librustdoc. | Corey Farwell | -13/+14 |
| 2016-08-17 | Auto merge of #35236 - nrc:rustdoc-redirects, r=@alexcrichton | bors | -1/+1 |
| 2016-08-17 | rustdoc: refactoring and tidying up | Nick Cameron | -1/+1 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -1/+1 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -1/+0 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -0/+10 |
| 2016-07-12 | rustdoc: Fix methods in seach results | Oliver Middleton | -22/+19 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -2/+1 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -12/+8 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -3/+4 |
| 2016-05-30 | print enum variant fields in docs | Oliver Schneider | -8/+8 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -20/+22 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -20/+22 |
| 2016-05-12 | rustdoc: Fix missing type parameters on impls | Oliver Middleton | -1/+7 |
| 2016-05-03 | rustdoc: HTML-escape Rust code (from constants) | Georg Brandl | -1/+2 |
| 2016-04-27 | Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton | bors | -6/+2 |
| 2016-04-27 | rustdoc: Render `extern fn` instead of `extern "C" fn` | Oliver Middleton | -0/+1 |
| 2016-04-26 | Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichton | Manish Goregaokar | -9/+24 |
| 2016-04-25 | Linkify extern crates on rustdoc pages | mitaa | -9/+24 |
| 2016-04-24 | Check reachability for inlined extern links too | mitaa | -3/+5 |
| 2016-04-22 | rustdoc: Cleanup ABI rendering | Oliver Middleton | -7/+2 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -0/+4 |