| Age | Commit message (Expand) | Author | Lines |
| 2021-01-20 | Remove flaky test | Joshua Nelson | -6/+0 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -0/+1 |
| 2021-01-15 | Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank | Yuki Okushi | -0/+37 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -15/+15 |
| 2021-01-12 | Simplify regression test | Tristan Dannenberg | -4/+3 |
| 2021-01-12 | Update help message and add regression test | Tristan Dannenberg | -0/+7 |
| 2021-01-12 | Rollup merge of #80885 - camelid:intra-doc-str-ref, r=jyn514 | Yuki Okushi | -0/+9 |
| 2021-01-11 | Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-01-11 | Rollup merge of #80881 - jyn514:intra-doc-self, r=GuillaumeGomez | Yuki Okushi | -0/+6 |
| 2021-01-10 | rustdoc: Remove `*` intra-doc alias for `pointer` | Camelid | -2/+0 |
| 2021-01-10 | rustdoc: Resolve `&str` as `str` | Camelid | -0/+9 |
| 2021-01-10 | Fix intra-doc links to `Self` and `crate` | Joshua Nelson | -0/+6 |
| 2021-01-10 | Auto merge of #77862 - danielhenrymantilla:rustdoc/fix-macros_2_0-paths, r=jy... | bors | -0/+95 |
| 2021-01-08 | Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomez | bors | -2/+72 |
| 2021-01-08 | Preserve non-local recursive `Deref` impls | J. Ryan Stinnett | -0/+26 |
| 2021-01-08 | Use target in `Deref` method section IDs | J. Ryan Stinnett | -6/+10 |
| 2021-01-08 | Recursively document methods via `Deref` traits | J. Ryan Stinnett | -0/+40 |
| 2021-01-08 | Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpider | Yuki Okushi | -0/+5 |
| 2021-01-07 | Get rid of custom pretty-printing in rustdoc | Joshua Nelson | -0/+5 |
| 2021-01-08 | Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514 | Yuki Okushi | -0/+4 |
| 2021-01-06 | Fix ICE on `pub macro`s defined within a non-module type namespace. | Daniel Henry-Mantilla | -0/+8 |
| 2021-01-06 | Enhance tests based on code review | Daniel Henry-Mantilla | -1/+2 |
| 2021-01-06 | Update test assertions (showcases bug) | Daniel Henry-Mantilla | -7/+31 |
| 2021-01-06 | Fix type/value namespace clashes + test for that | Daniel Henry-Mantilla | -2/+47 |
| 2021-01-06 | Implement suggestions from code review. | Daniel Henry-Mantilla | -4/+12 |
| 2021-01-06 | Rustdoc: Fix macros 2.0 and built-in derives being shown at the wrong path. | Daniel Henry-Mantilla | -0/+9 |
| 2021-01-05 | Add rustdoc test. | Camille GILLOT | -0/+14 |
| 2021-01-04 | fix incompatible disambiguator test | max-heller | -2/+0 |
| 2021-01-04 | Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomez | bors | -3/+16 |
| 2021-01-03 | primitive disambiguator tests | max-heller | -4/+6 |
| 2021-01-03 | fix issue 80559 | max-heller | -0/+4 |
| 2021-01-03 | Simplify rustdoc handling of type aliases for associated types | Joshua Nelson | -3/+16 |
| 2021-01-01 | Auto merge of #80565 - camelid:fix-not-has, r=GuillaumeGomez | bors | -3/+3 |
| 2020-12-31 | Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514 | Dylan DPC | -32/+44 |
| 2020-12-31 | Fix tests that incorrectly used `!@has` instead of `@!has` | Camelid | -3/+3 |
| 2020-12-31 | Add `@!has` checks to ensure private items don't have `pub` | Camelid | -0/+4 |
| 2020-12-31 | Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514 | bors | -0/+19 |
| 2020-12-31 | Rustdoc render public underscore_imports as Re-exports | bors | -0/+19 |
| 2020-12-27 | Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearth | bors | -0/+39 |
| 2020-12-26 | update tests | Bastian Kauschke | -6/+0 |
| 2020-12-25 | Merge `pub-restricted` and `visibility` test | Camelid | -39/+34 |
| 2020-12-25 | Prefer `pub(crate)` over no modifier | Camelid | -5/+5 |
| 2020-12-25 | Fix bugs; fix and add tests | Camelid | -17/+30 |
| 2020-12-25 | Rollup merge of #80319 - jyn514:async-lifetimes, r=tmandry | Dylan DPC | -0/+44 |
| 2020-12-24 | Don't process `[]` and `()` in intra-doc links | Joshua Nelson | -27/+0 |
| 2020-12-24 | Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N... | bors | -6/+5 |
| 2020-12-23 | Update HTML DOM attribute "edition" to "data-edition" | Guillaume Gomez | -1/+1 |
| 2020-12-23 | Add more tests | Joshua Nelson | -0/+15 |
| 2020-12-22 | Fix elided lifetimes shown as `'_` on async functions | Joshua Nelson | -0/+29 |
| 2020-12-22 | Fix intra-doc links for non-path primitives | Joshua Nelson | -0/+66 |