| Age | Commit message (Expand) | Author | Lines |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -1/+1 |
| 2020-01-26 | rustdoc: Fix re-exporting primitive types | Oliver Middleton | -5/+8 |
| 2020-01-20 | Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier` | Dylan MacKenzie | -0/+1 |
| 2020-01-07 | Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez | Yuki Okushi | -3/+14 |
| 2020-01-05 | rustdoc: HTML escape const values | Oliver Middleton | -3/+14 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -254/+285 |
| 2019-12-22 | Implement PrintWithSpace trait on hir::Mutability | Guillaume Gomez | -11/+11 |
| 2019-12-08 | Sort auto trait and blanket implementations display | Guillaume Gomez | -0/+11 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -4/+11 |
| 2019-09-13 | Remove *Space wrappers in favor of direct impls or functions | Mark Rousskov | -68/+43 |
| 2019-09-13 | Unwrap Visibility fields | Mark Rousskov | -6/+2 |
| 2019-09-13 | Move to print functions on types instead of impl fmt::Display | Mark Rousskov | -413/+468 |
| 2019-09-07 | Move to buffers throughout print_item | Mark Rousskov | -3/+3 |
| 2019-09-07 | layout::render takes Print instead of fmt::Display | Mark Rousskov | -1/+5 |
| 2019-09-07 | De-indent all fmt::Display impls for later replacement to functions | Mark Rousskov | -5/+5 |
| 2019-09-07 | Implement Print for FnOnce(&mut Buffer) | Mark Rousskov | -9/+11 |
| 2019-09-07 | Move sidebar to Buffer-printing | Mark Rousskov | -0/+23 |
| 2019-09-07 | Add buffer abstraction | Mark Rousskov | -0/+65 |
| 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 |