about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-12-03Render Markdown in search resultsCamelid-46/+161
2020-12-03Auto merge of #79613 - GuillaumeGomez:doc-keyword-checks, r=oli-obkbors-16/+1
2020-12-03Auto merge of #79586 - jyn514:crate-name, r=davidtwcobors-2/+2
2020-12-03rustc_metadata: Remove some dead codeVadim Petrochenkov-1/+0
2020-12-02Remove check keyword identifier check from rustdocGuillaume Gomez-13/+1
2020-12-02rustdoc: stabilise --default-themeIan Jackson-1/+1
2020-12-02rustdoc: --default-theme: minor grammar fix to usage messageIan Jackson-1/+1
2020-12-02Use `item_name` instead of pretty printingJoshua Nelson-4/+9
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-22/+19
2020-12-01Discard `const_stability`Nixon Enraght-Moony-0/+1
2020-12-01Address review comments.Nixon Enraght-Moony-50/+50
2020-12-01Add json backendJoseph Ryan-17/+1338
2020-12-01Fix `unknown-crate` when using self-profile with rustdocJoshua Nelson-2/+2
2020-12-01Auto merge of #79596 - m-ou-se:rollup-hujx3c7, r=m-ou-sebors-20/+94
2020-12-01Rollup merge of #79548 - CraftSpider:76998, r=jyn514Mara Bos-18/+89
2020-12-01Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomezMara Bos-2/+5
2020-12-01Auto merge of #78876 - GuillaumeGomez:better-setting-keyboard-ux, r=jyn514bors-55/+62
2020-11-30Don't time `emit_ignored_resolution_errors`Joshua Nelson-3/+1
2020-11-30Auto merge of #76467 - jyn514:intra-link-self, r=Manishearthbors-123/+56
2020-11-29Add support for stable-const-since in docs on items (standalone or assoc)Rune Tynan-18/+89
2020-11-29Add -Z normalize-docs and enable it for compiler docsJoshua Nelson-2/+5
2020-11-29Remove `TypeKind` hack in favor of `with_crate_prefix`Joshua Nelson-9/+3
2020-11-29Fix intra-doc links for `Self` on primitivesJoshua Nelson-123/+62
2020-11-29Auto merge of #79455 - CraftSpider:master, r=jyn514bors-43/+44
2020-11-29Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514Dylan DPC-6/+18
2020-11-29Rollup merge of #79340 - GuillaumeGomez:rename-stability, r=jyn514Dylan DPC-51/+70
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-36/+17
2020-11-28Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514bors-0/+2
2020-11-27Auto merge of #79372 - jyn514:more-cleanup, r=GuillaumeGomezbors-65/+48
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 ForeignMod struct.Camille GILLOT-2/+2
2020-11-26Store ForeignItem in a side table.Camille GILLOT-0/+1
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-44/+35
2020-11-26Use `Item::from_def_id` for StructFieldJoshua Nelson-9/+7
2020-11-26Auto merge of #77467 - jyn514:query-docs, r=oli-obkbors-284/+355
2020-11-26Remove redundant `lift_to_tcx`Joshua Nelson-4/+4
2020-11-26Rollup merge of #79420 - njasm:patch_rustdoc, r=GuillaumeGomezJonas Schievink-1/+1
2020-11-26Rollup merge of #79413 - Swatinem:rustdoc-persist-crate, r=GuillaumeGomezJonas Schievink-4/+5
2020-11-25fixes a word typo in librustdocNelson J Morais-1/+1
2020-11-25Fix persisted doctests on Windows / when using workspacesArpad Borsos-4/+5
2020-11-24Add `summary_opts()` for Markdown summary rendering optionsCamelid-6/+8
2020-11-24Clean up document_item_info callsGuillaume Gomez-7/+20
2020-11-24Track `ParamEnv`s properlyJoshua Nelson-154/+180
2020-11-24Normalize `<X as Y>::T` for rustdocJoshua Nelson-12/+45