| Age | Commit message (Expand) | Author | Lines |
| 2020-12-03 | Render Markdown in search results | Camelid | -46/+161 |
| 2020-12-03 | Auto merge of #79613 - GuillaumeGomez:doc-keyword-checks, r=oli-obk | bors | -16/+1 |
| 2020-12-03 | Auto merge of #79586 - jyn514:crate-name, r=davidtwco | bors | -2/+2 |
| 2020-12-03 | rustc_metadata: Remove some dead code | Vadim Petrochenkov | -1/+0 |
| 2020-12-02 | Remove check keyword identifier check from rustdoc | Guillaume Gomez | -13/+1 |
| 2020-12-02 | rustdoc: stabilise --default-theme | Ian Jackson | -1/+1 |
| 2020-12-02 | rustdoc: --default-theme: minor grammar fix to usage message | Ian Jackson | -1/+1 |
| 2020-12-02 | Use `item_name` instead of pretty printing | Joshua Nelson | -4/+9 |
| 2020-12-02 | Add checks for #[doc(keyword = "...")] and move them into rustc_passes | Guillaume Gomez | -3/+0 |
| 2020-12-01 | Pass around Symbols instead of Idents in doctree | Joshua Nelson | -22/+19 |
| 2020-12-01 | Discard `const_stability` | Nixon Enraght-Moony | -0/+1 |
| 2020-12-01 | Address review comments. | Nixon Enraght-Moony | -50/+50 |
| 2020-12-01 | Add json backend | Joseph Ryan | -17/+1338 |
| 2020-12-01 | Fix `unknown-crate` when using self-profile with rustdoc | Joshua Nelson | -2/+2 |
| 2020-12-01 | Auto merge of #79596 - m-ou-se:rollup-hujx3c7, r=m-ou-se | bors | -20/+94 |
| 2020-12-01 | Rollup merge of #79548 - CraftSpider:76998, r=jyn514 | Mara Bos | -18/+89 |
| 2020-12-01 | Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomez | Mara Bos | -2/+5 |
| 2020-12-01 | Auto merge of #78876 - GuillaumeGomez:better-setting-keyboard-ux, r=jyn514 | bors | -55/+62 |
| 2020-11-30 | Don't time `emit_ignored_resolution_errors` | Joshua Nelson | -3/+1 |
| 2020-11-30 | Auto merge of #76467 - jyn514:intra-link-self, r=Manishearth | bors | -123/+56 |
| 2020-11-29 | Add support for stable-const-since in docs on items (standalone or assoc) | Rune Tynan | -18/+89 |
| 2020-11-29 | Add -Z normalize-docs and enable it for compiler docs | Joshua Nelson | -2/+5 |
| 2020-11-29 | Remove `TypeKind` hack in favor of `with_crate_prefix` | Joshua Nelson | -9/+3 |
| 2020-11-29 | Fix intra-doc links for `Self` on primitives | Joshua Nelson | -123/+62 |
| 2020-11-29 | Auto merge of #79455 - CraftSpider:master, r=jyn514 | bors | -43/+44 |
| 2020-11-29 | Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 | Dylan DPC | -6/+18 |
| 2020-11-29 | Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514 | Dylan DPC | -51/+70 |
| 2020-11-28 | Add support for multi-argument decl macros | Rune Tynan | -8/+20 |
| 2020-11-27 | Add test, fix pub macro impl, compile error | Rune Tynan | -2/+3 |
| 2020-11-27 | Apply review: use from_hir, add macro source fix. | Rune Tynan | -14/+21 |
| 2020-11-27 | Remove doctree::Macro | Rune Tynan | -36/+17 |
| 2020-11-28 | Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514 | bors | -0/+2 |
| 2020-11-27 | Auto merge of #79372 - jyn514:more-cleanup, r=GuillaumeGomez | bors | -65/+48 |
| 2020-11-27 | Revert the effect of #77467 by disabling normalization in rustdoc | oli | -0/+2 |
| 2020-11-27 | Allow to have any valid ident used as keyword in doc_keyword feature | Guillaume Gomez | -6/+18 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -2/+2 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -0/+1 |
| 2020-11-26 | Remove unused `attrs` field from `keywords` | Joshua Nelson | -23/+17 |
| 2020-11-26 | Use `from_def_id_and_parts` for primitives and keywords | Joshua Nelson | -44/+35 |
| 2020-11-26 | Use `Item::from_def_id` for StructField | Joshua Nelson | -9/+7 |
| 2020-11-26 | Auto merge of #77467 - jyn514:query-docs, r=oli-obk | bors | -284/+355 |
| 2020-11-26 | Remove redundant `lift_to_tcx` | Joshua Nelson | -4/+4 |
| 2020-11-26 | Rollup merge of #79420 - njasm:patch_rustdoc, r=GuillaumeGomez | Jonas Schievink | -1/+1 |
| 2020-11-26 | Rollup merge of #79413 - Swatinem:rustdoc-persist-crate, r=GuillaumeGomez | Jonas Schievink | -4/+5 |
| 2020-11-25 | fixes a word typo in librustdoc | Nelson J Morais | -1/+1 |
| 2020-11-25 | Fix persisted doctests on Windows / when using workspaces | Arpad Borsos | -4/+5 |
| 2020-11-24 | Add `summary_opts()` for Markdown summary rendering options | Camelid | -6/+8 |
| 2020-11-24 | Clean up document_item_info calls | Guillaume Gomez | -7/+20 |
| 2020-11-24 | Track `ParamEnv`s properly | Joshua Nelson | -154/+180 |
| 2020-11-24 | Normalize `<X as Y>::T` for rustdoc | Joshua Nelson | -12/+45 |