summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-10-20Add some FIXMEs for remaining issues that we need to fix before using more c...Oli Scherer-0/+4
2023-10-20hide `host` param from generic parameter list of `~const` boundsOli Scherer-8/+17
2023-10-20Hide host effect params from docsOli Scherer-13/+17
2023-09-30Auto merge of #116195 - fmease:rustdoc-investigate-perf-regression, r=Guillau...bors-27/+16
2023-09-30rustdoc: reduce the amount of `asyncness` query executionsLeón Orell Valerian Liehr-1/+7
2023-09-29rustdoc: simplify sugared_async_return_typeLeón Orell Valerian Liehr-26/+9
2023-09-28Rollup merge of #116211 - matthiaskrgr:clippy3, r=compiler-errorsMatthias Krüger-1/+1
2023-09-28Auto merge of #116208 - matthiaskrgr:the_loop_that_wasnt, r=GuillaumeGomezbors-1/+1
2023-09-27Auto merge of #116148 - DaniPopes:rustdoc-type-layout-ws, r=jshabors-2/+2
2023-09-27fix clippy::{redundant_guards, useless_format}Matthias Krüger-1/+1
2023-09-27rustdoc: while -> ifMatthias Krüger-1/+1
2023-09-26Don't store lazyness in DefKindMichael Goulet-6/+6
2023-09-25Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomezbors-30/+35
2023-09-25Fix whitespace in rustdoc type_layout.htmlDaniPopes-2/+2
2023-09-25rustdoc: correctly render ret ty of cross-crate async fnsLeón Orell Valerian Liehr-30/+35
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-3/+1
2023-09-22Merge `ExternProviders` into the general `Providers` structOli Scherer-1/+1
2023-09-22Have a single struct for queries and hookOli Scherer-1/+1
2023-09-22Add a way to decouple the implementation and the declaration of a TyCtxt method.Oli Scherer-1/+1
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-0/+1
2023-09-21Record asyncness span in HIRMichael Goulet-3/+7
2023-09-21Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomezGuillaume Gomez-7/+0
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-4/+4
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-4/+4
2023-09-20Delete obsolete --disable-per-crate-search rustdoc flagDavid Tolnay-7/+0
2023-09-20rustdoc: add comment about numeric spacingMichael Howell-0/+4
2023-09-19rustdoc: add test cases, and fix, search tabsMichael Howell-6/+15
2023-09-20ignore host effect params in rustdocDeadbeef-0/+1
2023-09-19Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkinbors-1/+1
2023-09-19Rollup merge of #115947 - GuillaumeGomez:custom_code_classes_in_docs-warning,...Guillaume Gomez-117/+185
2023-09-19Allow more characters in custom classesGuillaume Gomez-12/+45
2023-09-19Auto merge of #115865 - RalfJung:mir-mod, r=oli-obkbors-5/+4
2023-09-19Return early in `check_custom_code_classes` check if the feature is enabledGuillaume Gomez-1/+5
2023-09-19Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomezGuillaume Gomez-409/+636
2023-09-19move ConstValue into mirRalf Jung-5/+4
2023-09-18Use old parser if `custom_code_classes_in_docs` feature is not enabledGuillaume Gomez-104/+135
2023-09-18Move mobile topbar title creation entirely into JSGuillaume Gomez-5/+6
2023-09-17Update src/librustdoc/markdown.rsManish Goregaokar-1/+1
2023-09-17Update tests for `custom_code_classes_in_docs` featureGuillaume Gomez-2/+5
2023-09-17Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...Guillaume Gomez-32/+144
2023-09-16Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdocbors-72/+618
2023-09-15Add `custom` tag for markdown codeblocksGuillaume Gomez-3/+41
2023-09-15Update to new `emit_error` APIGuillaume Gomez-11/+10
2023-09-15Improve error emitting codeGuillaume Gomez-6/+10
2023-09-15Fix compilation error "the trait bound `SubdiagnosticMessage: From<&std::stri...Guillaume Gomez-2/+3
2023-09-15Add eBNF and documentation on TagIteratorGuillaume Gomez-0/+30
2023-09-15Implement new eBNF for codeblock attributesGuillaume Gomez-134/+227
2023-09-15Add support for double quotes in markdown codeblock attributesGuillaume Gomez-49/+84
2023-09-15Add tests for `custom_code_classes_in_docs` featureGuillaume Gomez-27/+104
2023-09-15Implement custom classes for rustdoc code blocks with `custom_code_classes_in...Guillaume Gomez-49/+318