| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2020-11-23 | Apply `doc(cfg)` from parent items while collecting trait impls | Wim Looman | -1/+43 |
| 2020-11-22 | Accept '!' in intra-doc links | Camelid | -0/+3 |
| 2020-11-21 | Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu | bors | -2/+3 |
| 2020-11-21 | Rollup merge of #79264 - jyn514:less-doctree, r=GuillaumeGomez | Dylan DPC | -0/+12 |
| 2020-11-21 | Rollup merge of #79182 - lochsh:78777-fix-extern-types-ref, r=jyn514 | Dylan DPC | -0/+18 |
| 2020-11-21 | Add more tests for renamed items | Joshua Nelson | -0/+12 |
| 2020-11-18 | Add test | Hannah McLaughlin | -0/+18 |
| 2020-11-18 | add [src] links to methods on a trait's page | Nixon Enraght-Moony | -0/+26 |
| 2020-11-18 | Add support for custom allocators in `Vec` | Tim Diekmann | -2/+3 |