| Age | Commit message (Expand) | Author | Lines |
| 2020-09-13 | Use `.as_str()` instead of `CowStr::Borrowed` | Joshua Nelson | -2/+2 |
| 2020-09-13 | Don't use `link.span` yet | Joshua Nelson | -1/+3 |
| 2020-09-13 | Upgrade to pulldown-cmark 0.8.0 | Joshua Nelson | -16/+18 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -20/+97 |
| 2020-09-04 | Misc cleanup | Joshua Nelson | -23/+42 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -33/+22 |
| 2020-09-03 | Remove disambiguators from link text | Joshua Nelson | -16/+73 |
| 2020-09-03 | Refactor RenderedLink into its own type | Joshua Nelson | -10/+11 |
| 2020-08-31 | Fix strings indent | Guillaume Gomez | -2/+1 |
| 2020-08-30 | rustdoc: do not use plain summary for trait impls | Andy Russell | -33/+22 |
| 2020-08-27 | Rename rustdoc/test -> rustdoc/doctest | Aleksey Kladov | -3/+3 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -1/+1 |
| 2020-07-16 | Rollup merge of #74359 - lzutao:rustdoc-tostring, r=GuillaumeGomez | Manish Goregaokar | -5/+5 |
| 2020-07-15 | rustdoc: Rename internal API fns to `into_string` | Lzu Tao | -5/+5 |
| 2020-07-14 | rustdoc: glue tokens before highlighting | Andy Russell | -2/+2 |
| 2020-07-07 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -1/+1 |
| 2020-06-18 | Added tooltip for should_panic code examples. | Jake Degen | -0/+8 |
| 2020-05-12 | Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez | Dylan DPC | -3/+11 |
| 2020-05-06 | Add strikethrough support to rustdoc | mibac138 | -3/+11 |
| 2020-05-05 | Index IDs already used by rustdoc template | Guillaume Gomez | -2/+29 |
| 2020-04-23 | Fix librustdoc error due to `as_local_hir_id` changes | marmeladema | -2/+2 |
| 2020-04-23 | Create new rustdoc lint to check for code blocks tags | Guillaume Gomez | -4/+114 |
| 2020-04-16 | Dogfood or_patterns in rustdoc | Josh Stone | -2/+2 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -64/+59 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -5/+1 |
| 2020-03-07 | rustdoc: don't call into_iter() on iterator. (clippy::identity_conversion) | Matthias Krüger | -1/+1 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -6/+2 |
| 2020-03-05 | Use simple 'for i in x' loops instead of 'while let Some(x) = x.next()' loops... | Matthias Krüger | -6/+2 |
| 2020-03-04 | Use .as_deref() instead of .as_ref().map(Deref::deref) (clippy::option_as_ref... | Matthias Krüger | -2/+2 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -2/+2 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-24 | don't explicitly compare against true or false | Matthias Krüger | -2/+2 |
| 2020-02-14 | Update pulldown-cmark dependency | Guillaume Gomez | -75/+95 |
| 2020-01-16 | Don't keep link title either, text is generated outside of the link tag | Guillaume Gomez | -2/+1 |
| 2020-01-14 | Prevent urls in headings | Guillaume Gomez | -2/+6 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -3/+3 |
| 2019-12-22 | Format the world | Mark Rousskov | -126/+118 |
| 2019-11-08 | rustdoc: Stabilize `edition` annotation. | Eric Huss | -3/+1 |
| 2019-09-13 | Move Toc printing from fmt::Display | Mark Rousskov | -1/+1 |
| 2019-09-10 | Auto merge of #60387 - Goirad:test-expansion, r=ollie27 | bors | -11/+32 |
| 2019-09-07 | rustdoc: fix diagnostic with mixed code block styles | Eric Huss | -1/+4 |
| 2019-09-03 | added rustdoc book documentation, improved behavior when unstable flag not pr... | Dario Gonzalez | -10/+4 |
| 2019-09-03 | added feature gate enable-per-target-ignores | Dario Gonzalez | -6/+11 |
| 2019-09-03 | Added ability to crosscompile doctests | Dario Gonzalez | -6/+28 |
| 2019-08-26 | Shorten line during rendering instead of in markdown | Mark Rousskov | -19/+1 |
| 2019-08-11 | Drop RefCell from IdMap in markdown rendering | Mark Rousskov | -12/+7 |
| 2019-08-11 | Remove fmt::Display impls on Markdown structs | Mark Rousskov | -31/+26 |
| 2019-08-11 | Remove thread-local for playground config | Mark Rousskov | -93/+110 |
| 2019-08-02 | librustdoc: Unconfigure tests during normal build | Vadim Petrochenkov | -24/+3 |
| 2019-06-16 | Fix tidy | Vadim Petrochenkov | -16/+21 |