| Age | Commit message (Expand) | Author | Lines |
| 2021-02-04 | Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514 | Jonas Schievink | -0/+32 |
| 2021-01-20 | Add `@!has` checks to ensure private items don't have `pub` | Camelid | -0/+4 |
| 2021-01-20 | Merge `pub-restricted` and `visibility` test | Camelid | -39/+34 |
| 2021-01-20 | Prefer `pub(crate)` over no modifier | Camelid | -5/+5 |
| 2021-01-20 | 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 | 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-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 |
| 2020-11-29 | Auto merge of #79455 - CraftSpider:master, r=jyn514 | bors | -0/+53 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -0/+2 |
| 2020-11-28 | Add test for macro by example syntax in decl macros with only one option | Rune Tynan | -0/+7 |
| 2020-11-29 | Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 | Dylan DPC | -0/+5 |
| 2020-11-29 | Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514 | Dylan DPC | -7/+7 |
| 2020-11-28 | Move `src/test/rustdoc` intra-doc link tests into a subdirectory | Joshua Nelson | -258/+254 |
| 2020-11-28 | Add support for multi-argument decl macros | Rune Tynan | -0/+17 |
| 2020-11-28 | Update src/test/rustdoc/decl_macro_priv.rs | Rune Tynan | -0/+1 |
| 2020-11-27 | Update decl_macro test, add decl_macro_priv test for --document-private-items | Rune Tynan | -3/+15 |
| 2020-11-27 | Add test, fix pub macro impl, compile error | Rune Tynan | -0/+16 |
| 2020-11-27 | Revert the effect of #77467 by disabling normalization in rustdoc | oli | -0/+1 |
| 2020-11-27 | Add tests for doc_keyword feature extension | Guillaume Gomez | -0/+5 |
| 2020-11-26 | Auto merge of #77467 - jyn514:query-docs, r=oli-obk | bors | -0/+80 |
| 2020-11-26 | Rollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc-tests, r=jyn514 | Jonas Schievink | -6/+0 |
| 2020-11-25 | Clean up rustdoc tests by removing unnecessary features | Guillaume Gomez | -6/+0 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -16/+16 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -9/+9 |
| 2020-11-24 | Track `ParamEnv`s properly | Joshua Nelson | -1/+6 |
| 2020-11-24 | Normalize `<X as Y>::T` for rustdoc | Joshua Nelson | -0/+75 |
| 2020-11-24 | Rename "stability" CSS class to "item-info" | Guillaume Gomez | -7/+7 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -7/+7 |