| Age | Commit message (Expand) | Author | Lines |
| 2017-12-28 | rustdoc: Don't try to generate links for modules in import paths | Oliver Middleton | -24/+2 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -43/+20 |
| 2017-12-10 | Auto merge of #46232 - canndrew:never-docs, r=QuietMisdreavus | bors | -1/+1 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -9/+7 |
| 2017-11-29 | Fix invalid HTML escape | Guillaume Gomez | -1/+1 |
| 2017-11-28 | link to never type docs | Andrew Cann | -1/+1 |
| 2017-10-17 | rustdoc: add a primitive page for "unit" | Josh Stone | -1/+1 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-08-28 | Fix invalid linker position | Guillaume Gomez | -1/+1 |
| 2017-08-01 | add documentation for function pointers as a primitive | QuietMisdreavus | -5/+3 |
| 2017-07-30 | add docs for references as a primitive | QuietMisdreavus | -19/+17 |
| 2017-06-24 | rustdoc: Don't ICE on `use *;` | Oliver Middleton | -1/+5 |
| 2017-06-11 | rustdoc: Link directly to associated types | Oliver Middleton | -23/+19 |
| 2017-06-01 | rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array` | Oliver Middleton | -11/+4 |
| 2017-05-31 | rustdoc: Cleanup associated const value rendering | Oliver Middleton | -153/+53 |
| 2017-05-30 | Fix signature by adding parens when needed | Guillaume Gomez | -14/+23 |
| 2017-05-15 | rustdoc: Display `extern "C" fn` instead of `extern fn` | Oliver Middleton | -1/+0 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -2/+2 |
| 2017-04-12 | Fix invalid associated type rendering in rustdoc | Guillaume Gomez | -41/+74 |
| 2017-04-09 | merge with master to pick up pulldown switch | QuietMisdreavus | -4/+4 |
| 2017-04-06 | rustdoc: move the space at the end of where clauses | QuietMisdreavus | -3/+11 |
| 2017-04-06 | rustdoc: where clause adjustment to fix tests | QuietMisdreavus | -4/+7 |
| 2017-04-05 | style: space between struct name and opening brace | QuietMisdreavus | -2/+2 |
| 2017-04-04 | rustdoc: properly indent fn signatures in traits | QuietMisdreavus | -7/+21 |
| 2017-03-31 | rustdoc: fix alignment of fn arguments when on multiple lines | QuietMisdreavus | -1/+1 |
| 2017-03-31 | rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38 | QuietMisdreavus | -32/+29 |
| 2017-03-28 | rustdoc: format fns like format rfc 39 | QuietMisdreavus | -20/+16 |
| 2017-03-21 | Add whitespace around "=" in assoc items | Guillaume Gomez | -2/+2 |
| 2017-03-17 | Fix invalid debug display for associated consts | Guillaume Gomez | -2/+2 |
| 2017-03-10 | Fix associated consts display | Guillaume Gomez | -19/+47 |
| 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 |