| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-12-20 | Don't try to add nested predicate to Rustdoc auto-trait `ParamEnv` | Aaron Hill | -0/+37 |
| 2020-12-16 | Allow `since="TBD"` for rustc_deprecated | bstrie | -2/+10 |
| 2020-12-14 | Add test case for Self:: links | Dániel Buga | -0/+14 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -1/+43 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -0/+16 |
| 2020-12-06 | Auto merge of #78609 - lcnr:rustdoc-const-eval, r=matthewjasper | bors | -0/+0 |
| 2020-12-05 | Update tests | Guillaume Gomez | -6/+5 |
| 2020-12-04 | Rollup merge of #79638 - jyn514:intra-link-self-raw, r=Manishearth | Dylan DPC | -0/+13 |
| 2020-12-03 | Render Markdown in search results | Camelid | -4/+5 |
| 2020-12-02 | Use `item_name` instead of pretty printing | Joshua Nelson | -0/+13 |
| 2020-12-01 | rustdoc: move lazy norm tests into const-generics | Bastian Kauschke | -0/+0 |
| 2020-12-01 | Rollup merge of #79548 - CraftSpider:76998, r=jyn514 | Mara Bos | -0/+10 |
| 2020-12-01 | Rollup merge of #79527 - jyn514:intra-doc-tests, r=Manishearth | Mara Bos | -258/+254 |
| 2020-12-01 | Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomez | Mara Bos | -1/+1 |
| 2020-11-30 | Auto merge of #76467 - jyn514:intra-link-self, r=Manishearth | bors | -0/+49 |
| 2020-11-29 | Add support for stable-const-since in docs on items (standalone or assoc) | Rune Tynan | -0/+10 |
| 2020-11-29 | Add -Z normalize-docs and enable it for compiler docs | Joshua Nelson | -1/+1 |
| 2020-11-29 | Add test for cross-crate Self | Joshua Nelson | -0/+13 |
| 2020-11-29 | Fix intra-doc links for `Self` on primitives | Joshua Nelson | -0/+36 |
| 2020-11-29 | Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514 | bors | -0/+2 |