about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2020-12-17Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomezGuillaume Gomez-3/+3
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-76/+74
2020-12-16Add more timing info to rustdocJoshua Nelson-4/+7
2020-12-16Auto merge of #79682 - jyn514:no-blanket-impls, r=Manishearth,GuillaumeGomezbors-10/+1
2020-12-16Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomezbors-19/+2
2020-12-15Use `Symbol`s for crate namesJoshua Nelson-3/+3
2020-12-15Don't look for blanket impls in intra-doc linksJoshua Nelson-10/+1
2020-12-14Switch to Symbol for item.nameJoshua Nelson-25/+49
2020-12-14Get rid of `clean::Deprecation`Joshua Nelson-19/+2
2020-12-14Remove unnecessary unwrap_orJoshua Nelson-1/+0
2020-12-12Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomezbors-48/+37
2020-12-12Small cleanupsJoshua Nelson-16/+18
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-39/+26
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-5/+5
2020-12-05Use true ID for def_id.Nixon Enraght-Moony-1/+1
2020-12-04Rollup merge of #79623 - jyn514:ident, r=GuillaumeGomezDylan DPC-9/+6
2020-12-04Rollup merge of #77686 - camelid:rustdoc-render-search-results, r=GuillaumeGomezDylan DPC-1/+1
2020-12-03Render Markdown in search resultsCamelid-1/+1
2020-12-03Auto merge of #79613 - GuillaumeGomez:doc-keyword-checks, r=oli-obkbors-16/+1
2020-12-02Remove check keyword identifier check from rustdocGuillaume Gomez-13/+1
2020-12-02Add checks for #[doc(keyword = "...")] and move them into rustc_passesGuillaume Gomez-3/+0
2020-12-01Pass around Symbols instead of Idents in doctreeJoshua Nelson-9/+6
2020-12-01Address review comments.Nixon Enraght-Moony-1/+1
2020-12-01Add json backendJoseph Ryan-1/+42
2020-12-01Rollup merge of #79548 - CraftSpider:76998, r=jyn514Mara Bos-1/+16
2020-12-01Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomezMara Bos-2/+5
2020-11-29Add support for stable-const-since in docs on items (standalone or assoc)Rune Tynan-1/+16
2020-11-29Add -Z normalize-docs and enable it for compiler docsJoshua Nelson-2/+5
2020-11-29Auto merge of #79455 - CraftSpider:master, r=jyn514bors-14/+41
2020-11-29Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514Dylan DPC-6/+18
2020-11-28Add support for multi-argument decl macrosRune Tynan-8/+20
2020-11-27Add test, fix pub macro impl, compile errorRune Tynan-2/+3
2020-11-27Apply review: use from_hir, add macro source fix.Rune Tynan-14/+21
2020-11-27Remove doctree::MacroRune Tynan-7/+14
2020-11-28Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514bors-0/+2
2020-11-27Revert the effect of #77467 by disabling normalization in rustdocoli-0/+2
2020-11-27Allow to have any valid ident used as keyword in doc_keyword featureGuillaume Gomez-6/+18
2020-11-26Remove unused `attrs` field from `keywords`Joshua Nelson-23/+17
2020-11-26Use `from_def_id_and_parts` for primitives and keywordsJoshua Nelson-42/+33
2020-11-26Use `Item::from_def_id` for StructFieldJoshua Nelson-9/+7
2020-11-26Remove redundant `lift_to_tcx`Joshua Nelson-4/+4
2020-11-24Track `ParamEnv`s properlyJoshua Nelson-152/+166
2020-11-24Normalize `<X as Y>::T` for rustdocJoshua Nelson-12/+45
2020-11-24Refactor clean_qpath into a separate functionJoshua Nelson-139/+151
2020-11-24Get rid of doctree::ExternCrateJoshua Nelson-36/+47
2020-11-24Get rid of doctree::TraitJoshua Nelson-21/+14
2020-11-24Get rid of doctree::FunctionJoshua Nelson-42/+65
2020-11-24Get rid of doctree::ForeignItemJoshua Nelson-9/+8
2020-11-23Apply `doc(cfg)` from parent items while collecting trait implsWim Looman-5/+5
2020-11-22Get rid of `doctree::Impl`Joshua Nelson-53/+49