| Age | Commit message (Expand) | Author | Lines |
| 2021-01-03 | Create a "is_ignore" variable instead of doing the comparison multiple times | Guillaume Gomez | -3/+4 |
| 2021-01-02 | Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514 | bors | -71/+84 |
| 2021-01-02 | Only use locate for borrowed strings | Dániel Buga | -7/+21 |
| 2021-01-01 | clippy fixes for librustdoc | Matthias Krüger | -9/+4 |
| 2021-01-01 | Add suggestion in case a "ignore" doc block has invalid rust code inside | Guillaume Gomez | -3/+8 |
| 2020-12-31 | Collect links into a single vector | Dániel Buga | -7/+5 |
| 2020-12-31 | Always provide a range | Dániel Buga | -7/+7 |
| 2020-12-31 | Remove unnecessary scope | Dániel Buga | -36/+33 |
| 2020-12-31 | Use ranges returned by pulldown | Dániel Buga | -31/+35 |
| 2020-12-30 | Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomez | Yuki Okushi | -61/+65 |
| 2020-12-29 | Remove trailing semicolon in librustdoc | Aaron Hill | -1/+1 |
| 2020-12-26 | Revert "Cleanup markdown span handling" | Joshua Nelson | -61/+65 |
| 2020-12-25 | Auto merge of #80226 - ThePuzzlemaker:issue-80004-fix, r=jyn514,petrochenkov | bors | -0/+1 |
| 2020-12-25 | Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinem | bors | -1/+1 |
| 2020-12-24 | rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun... | ThePuzzlemaker | -0/+1 |
| 2020-12-24 | Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N... | bors | -47/+14 |
| 2020-12-21 | Auto merge of #80206 - poliorcetics:rustdoc-default-langstring, r=GuillaumeGo... | bors | -9/+11 |
| 2020-12-20 | Fix incorrect logic when merging matches | Joshua Nelson | -2/+3 |
| 2020-12-20 | Remove unnecessary scope | Joshua Nelson | -0/+2 |
| 2020-12-20 | Get rid of `locate()` in markdown handling | Joshua Nelson | -68/+62 |
| 2020-12-20 | impl Default for LangString, replacing all_false by default | Alexis Bourget | -9/+11 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -1/+1 |
| 2020-12-11 | use strip_prefix over slicing (clippy::manual_strip) | Matthias Krüger | -2/+2 |
| 2020-12-08 | use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some) | Matthias Krüger | -1/+1 |
| 2020-12-06 | Use `summary_opts()` in another spot | Camelid | -1/+1 |
| 2020-12-05 | Move tooltips messages to CSS instead of inside HTML | Guillaume Gomez | -47/+14 |
| 2020-12-03 | Make `length_limit` a `usize` | Camelid | -4/+2 |
| 2020-12-03 | Render Markdown in search results | Camelid | -2/+90 |
| 2020-11-24 | Add `summary_opts()` for Markdown summary rendering options | Camelid | -6/+8 |
| 2020-11-17 | Simplfy color availability check | Guillaume Gomez | -1/+2 |
| 2020-11-15 | Make `Playground` public for error index generator | Joshua Nelson | -2/+2 |
| 2020-11-15 | Make `markdown` module public for doc-tests | Joshua Nelson | -12/+12 |
| 2020-11-15 | Make all rustdoc functions and structs crate-private | Joshua Nelson | -56/+56 |
| 2020-10-28 | rustdoc: Provide a way to set the default settings from Rust code | Ian Jackson | -0/+1 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -1/+1 |
| 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 |