| Age | Commit message (Expand) | Author | Lines |
| 2020-12-17 | Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez | Guillaume Gomez | -3/+3 |
| 2020-12-16 | Replace String with Symbol where possible | Guillaume Gomez | -76/+74 |
| 2020-12-16 | Add more timing info to rustdoc | Joshua Nelson | -4/+7 |
| 2020-12-16 | Auto merge of #79682 - jyn514:no-blanket-impls, r=Manishearth,GuillaumeGomez | bors | -10/+1 |
| 2020-12-16 | Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomez | bors | -19/+2 |
| 2020-12-15 | Use `Symbol`s for crate names | Joshua Nelson | -3/+3 |
| 2020-12-15 | Don't look for blanket impls in intra-doc links | Joshua Nelson | -10/+1 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -25/+49 |
| 2020-12-14 | Get rid of `clean::Deprecation` | Joshua Nelson | -19/+2 |
| 2020-12-14 | Remove unnecessary unwrap_or | Joshua Nelson | -1/+0 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -48/+37 |
| 2020-12-12 | Small cleanups | Joshua Nelson | -16/+18 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -39/+26 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -5/+5 |
| 2020-12-05 | Use true ID for def_id. | Nixon Enraght-Moony | -1/+1 |
| 2020-12-04 | Rollup merge of #79623 - jyn514:ident, r=GuillaumeGomez | Dylan DPC | -9/+6 |
| 2020-12-04 | Rollup merge of #77686 - camelid:rustdoc-render-search-results, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2020-12-03 | Render Markdown in search results | Camelid | -1/+1 |
| 2020-12-03 | Auto merge of #79613 - GuillaumeGomez:doc-keyword-checks, r=oli-obk | bors | -16/+1 |
| 2020-12-02 | Remove check keyword identifier check from rustdoc | Guillaume Gomez | -13/+1 |
| 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 | -9/+6 |
| 2020-12-01 | Address review comments. | Nixon Enraght-Moony | -1/+1 |
| 2020-12-01 | Add json backend | Joseph Ryan | -1/+42 |
| 2020-12-01 | Rollup merge of #79548 - CraftSpider:76998, r=jyn514 | Mara Bos | -1/+16 |
| 2020-12-01 | Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomez | Mara Bos | -2/+5 |
| 2020-11-29 | Add support for stable-const-since in docs on items (standalone or assoc) | Rune Tynan | -1/+16 |
| 2020-11-29 | Add -Z normalize-docs and enable it for compiler docs | Joshua Nelson | -2/+5 |
| 2020-11-29 | Auto merge of #79455 - CraftSpider:master, r=jyn514 | bors | -14/+41 |
| 2020-11-29 | Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 | Dylan DPC | -6/+18 |
| 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 | -7/+14 |
| 2020-11-28 | Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514 | bors | -0/+2 |
| 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 unused `attrs` field from `keywords` | Joshua Nelson | -23/+17 |
| 2020-11-26 | Use `from_def_id_and_parts` for primitives and keywords | Joshua Nelson | -42/+33 |
| 2020-11-26 | Use `Item::from_def_id` for StructField | Joshua Nelson | -9/+7 |
| 2020-11-26 | Remove redundant `lift_to_tcx` | Joshua Nelson | -4/+4 |
| 2020-11-24 | Track `ParamEnv`s properly | Joshua Nelson | -152/+166 |
| 2020-11-24 | Normalize `<X as Y>::T` for rustdoc | Joshua Nelson | -12/+45 |
| 2020-11-24 | Refactor clean_qpath into a separate function | Joshua Nelson | -139/+151 |
| 2020-11-24 | Get rid of doctree::ExternCrate | Joshua Nelson | -36/+47 |
| 2020-11-24 | Get rid of doctree::Trait | Joshua Nelson | -21/+14 |
| 2020-11-24 | Get rid of doctree::Function | Joshua Nelson | -42/+65 |
| 2020-11-24 | Get rid of doctree::ForeignItem | Joshua Nelson | -9/+8 |
| 2020-11-23 | Apply `doc(cfg)` from parent items while collecting trait impls | Wim Looman | -5/+5 |
| 2020-11-22 | Get rid of `doctree::Impl` | Joshua Nelson | -53/+49 |