| Age | Commit message (Expand) | Author | Lines |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -17/+5 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -39/+40 |
| 2019-02-20 | Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavus | kennytm | -11/+15 |
| 2019-02-15 | Add Const kind to rustdoc | varkor | -0/+10 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -3/+3 |
| 2019-02-12 | respect alternate flag when formatting impl trait | Andy Russell | -11/+15 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -3/+3 |
| 2019-02-06 | display sugared return types for async functions | Andy Russell | -7/+16 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-10-15 | rustdoc: Use dyn keyword when rendering dynamic traits | Oliver Middleton | -0/+3 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -5/+5 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -11/+9 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -1/+5 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -11/+9 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -5/+5 |
| 2018-06-21 | Display async fn in rustdoc. | Without Boats | -0/+13 |
| 2018-06-20 | Make GenericBound explicit | varkor | -2/+2 |
| 2018-06-20 | Rename ParamBound(s) to GenericBound(s) | varkor | -10/+10 |
| 2018-06-20 | Use ParamBounds in WhereRegionPredicate | varkor | -1/+1 |
| 2018-06-20 | Lift bounds into GenericParam | varkor | -10/+10 |
| 2018-06-20 | Refactor generic parameters in rustdoc/clean | varkor | -8/+8 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -5/+5 |
| 2018-06-20 | Rename PathParameter(s) to GenericArg(s) | varkor | -3/+3 |
| 2018-05-15 | Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis | bors | -3/+3 |
| 2018-05-15 | Rename GenericParam to GenericParamDef | varkor | -3/+3 |
| 2018-05-12 | rustdoc: Add support for pub(restricted) | Oliver Middleton | -2/+13 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-03-24 | Cleanup | Shotaro Yamada | -13/+2 |
| 2018-03-24 | Hide synthesized type parameters | Shotaro Yamada | -3/+9 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -2/+1 |
| 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 |