| Age | Commit message (Expand) | Author | Lines |
| 2019-08-26 | Transition a few fmt::Display impls to functions | Mark Rousskov | -49/+53 |
| 2019-08-26 | Inline RawMutableSpace | Mark Rousskov | -16/+7 |
| 2019-08-26 | Store only the current depth | Mark Rousskov | -6/+6 |
| 2019-08-26 | Remove support for printing HRef in alternate mode | Mark Rousskov | -11/+8 |
| 2019-08-10 | Replace is_doc_reachable with is_public | Mark Rousskov | -2/+1 |
| 2019-06-26 | remove unused derives and variants | Andy Russell | -3/+0 |
| 2019-06-05 | Addressed points raised in review. | Niko Matsakis | -4/+19 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -4/+3 |
| 2019-06-03 | Auto merge of #59033 - GuillaumeGomez:duplicated-bounds, r=Dylan-DPC | bors | -11/+11 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-18 | Fix display of const generics in rustdoc | Guillaume Gomez | -3/+1 |
| 2019-03-22 | Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddyb | Mazdak Farrokhzad | -24/+23 |
| 2019-03-18 | Make clean::Constant display respect f.alternate() | varkor | -1/+3 |
| 2019-03-18 | Fix indentation issue | varkor | -1/+1 |
| 2019-03-18 | Refactor `GenericArgs` to include const generics | varkor | -14/+5 |
| 2019-03-18 | Implement `Clean` for const generics | varkor | -0/+6 |
| 2019-03-18 | Rename typarams to param_names | varkor | -10/+10 |
| 2019-03-14 | Add default keyword handling in rustdoc | Guillaume Gomez | -0/+11 |
| 2019-03-09 | Fix duplicated bounds printing in rustdoc | Guillaume Gomez | -11/+11 |
| 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 |