| Age | Commit message (Expand) | Author | Lines |
| 2021-04-17 | rustdoc: use more precise relative URLS | Michael Howell | -135/+150 |
| 2021-04-16 | Auto merge of #84074 - notriddle:rustdoc-macro-visibility, r=jyn514 | bors | -0/+17 |
| 2021-04-16 | Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomez | Dylan DPC | -8/+163 |
| 2021-04-13 | remove line length ignore | François Mockers | -2/+0 |
| 2021-04-13 | forgot test assertions for default method | François Mockers | -0/+2 |
| 2021-04-13 | add test | François Mockers | -0/+65 |
| 2021-04-12 | Update attribute tests | Manish Goregaokar | -8/+8 |
| 2021-04-12 | Add test for item hiding | Manish Goregaokar | -0/+155 |
| 2021-04-10 | Preprocess intra-doc links consistently | Joshua Nelson | -1/+14 |
| 2021-04-10 | rustdoc: clean up and test macro visibility print | Michael Howell | -0/+17 |
| 2021-04-06 | Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadani | Yuki Okushi | -2/+13 |
| 2021-04-05 | Use more appropriate return type for `resolve_associated_item` | Joshua Nelson | -2/+13 |
| 2021-04-05 | Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514 | Dylan DPC | -0/+6 |
| 2021-04-05 | Rollup merge of #83863 - eggyal:issue-83852, r=jyn514 | Dylan DPC | -0/+10 |
| 2021-04-05 | Renamed test | Alan Egerton | -0/+0 |
| 2021-04-04 | Don't report disambiguator error if link would have been ignored | Camelid | -0/+6 |
| 2021-04-04 | Render destructured struct function param names as underscore. | Alan Egerton | -0/+10 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -57/+0 |
| 2021-04-03 | Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkov | bors | -10/+8 |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -10/+8 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -5/+5 |
| 2021-03-16 | Auto merge of #82838 - Amanieu:rustdoc_asm, r=nagisa | bors | -0/+31 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -5/+5 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -3/+3 |
| 2021-03-14 | Address review comments | Amanieu d'Antras | -0/+31 |
| 2021-03-13 | Avoid sorting predicates by `DefId` | Aaron Hill | -3/+3 |
| 2021-03-05 | Rollup merge of #80763 - petrochenkov:pubusecrate, r=estebank | Mara | -2/+2 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -0/+29 |
| 2021-03-02 | Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichton | Yuki Okushi | -0/+32 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -1/+1 |
| 2021-03-02 | Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514 | Guillaume Gomez | -0/+2 |
| 2021-02-28 | Add a test in src/test/rustdoc/doc-cfg.rs | Dan Gohman | -0/+32 |
| 2021-02-28 | Update rustdoc test to make it work with newly added rustc passes | Guillaume Gomez | -0/+2 |
| 2021-02-27 | Move test file, add test of generated link | Lucas De Angelis | -0/+3 |
| 2021-02-26 | Fix intra-doc handling of `Self` in enum | Lucas De Angelis | -0/+8 |
| 2021-02-23 | * Fix some typo | Guillaume Gomez | -0/+24 |
| 2021-02-23 | Add tests for --generate-redirect-map option | Guillaume Gomez | -0/+29 |
| 2021-02-23 | Rollup merge of #79423 - camelid:smart-punct, r=jyn514 | Dylan DPC | -1/+31 |
| 2021-02-22 | Rollup merge of #82351 - notriddle:docs-meta-description, r=jyn514 | Yuki Okushi | -0/+38 |
| 2021-02-21 | Update src/test/rustdoc/description.rs | Michael Howell | -0/+1 |
| 2021-02-21 | Update src/test/rustdoc/description.rs | Michael Howell | -0/+1 |
| 2021-02-20 | Use has for non-regexes | Michael Howell | -6/+6 |
| 2021-02-20 | Fix formatting for description rustdoc UI tests | Michael Howell | -9/+14 |
| 2021-02-20 | Add rustdoc UI tests for new description behaviour | Michael Howell | -0/+31 |
| 2021-02-20 | Add test for no src links on dummy spans | Guillaume Gomez | -0/+12 |
| 2021-02-19 | Add tests for !Sized trait display | Guillaume Gomez | -0/+17 |
| 2021-02-15 | Fix intra-doc link to raw pointer method | Simon Sapin | -0/+1 |
| 2021-02-13 | Rollup merge of #82040 - GuillaumeGomez:ensure-src-link, r=CraftSpider | Yuki Okushi | -0/+6 |
| 2021-02-12 | Rollup merge of #79775 - jyn514:doctest, r=GuillaumeGomez | Dylan DPC | -1/+1 |