about summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-2/+2
2023-12-15Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errorsJubilee-1/+1
2023-12-15NFC don't convert types to identical typesMatthias Krüger-1/+1
2023-12-15Appease the tools: clippy, rustdocMichael Goulet-16/+0
2023-12-15Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdocGuillaume Gomez-34/+42
2023-12-14Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnrbors-1/+1
2023-12-14rustdoc: avoid ParamEnv with infer varsAli MJ Al-Nasrawy-1/+1
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-2/+2
2023-12-05Remove `#[rustc_host]`, use internal desugaringDeadbeef-6/+7
2023-11-27Address unused tuple struct fields in rustdocJake Goulding-5/+2
2023-11-22Add documentation on `filter_doc_attr`Guillaume Gomez-0/+2
2023-11-22Don't merge cfg and doc(cfg) attributes for re-exportsGuillaume Gomez-34/+40
2023-11-15Re-format code with new rustfmtMark Rousskov-41/+49
2023-11-14finish `RegionKind` renamelcnr-5/+5
2023-11-13rename `ReLateBound` to `ReBound`lcnr-8/+4
2023-11-05rustdoc: properly elide cross-crate host effect argsLeón Orell Valerian Liehr-1/+2
2023-10-30Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla...Guillaume Gomez-5/+7
2023-10-30rustdoc: elide cross-crate default generic argumentsLeón Orell Valerian Liehr-5/+7
2023-10-29rustdoc: Use `ThinVec` in `GenericParamDefKind`Noah Lev-6/+6
2023-10-27Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomezbors-7/+32
2023-10-22rustdoc: wrap Type with Box instead of GenericsMichael Howell-15/+15
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-7/+32
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-13Add some FIXMEs for remaining issues that we need to fix before using more c...Oli Scherer-0/+1
2023-10-12hide `host` param from generic parameter list of `~const` boundsOli Scherer-8/+15
2023-10-12Hide host effect params from docsOli Scherer-1/+3
2023-10-04Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked...Matthias Krüger-58/+53
2023-10-03rustdoc: add support for cross-crate higher-ranked typesLeón Orell Valerian Liehr-1/+16
2023-10-03rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimesLeón Orell Valerian Liehr-57/+37
2023-09-30rustdoc: reduce the amount of `asyncness` query executionsLeón Orell Valerian Liehr-1/+7
2023-09-26Don't store lazyness in DefKindMichael Goulet-3/+3
2023-09-25Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomezbors-8/+13
2023-09-25rustdoc: correctly render ret ty of cross-crate async fnsLeón Orell Valerian Liehr-8/+13
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-1/+0
2023-09-20ignore host effect params in rustdocDeadbeef-0/+1
2023-09-13make the eval() functions on our const types return the resulting valueRalf Jung-2/+2
2023-09-11Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obkMatthias Krüger-1/+1
2023-09-11add `is_host_effect` to `GenericParamDefKind::Const` and address reviewDeadbeef-1/+1
2023-09-07Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomezbors-4/+132
2023-09-01rustdoc: correctly deal with self ty params when eliding default object lifet...León Orell Valerian Liehr-7/+20
2023-08-26rustdoc: normalize all typedef inner typesUrgau-0/+25
2023-08-26rustdoc: bind typedef inner type items to the folding systemUrgau-7/+2
2023-08-26rustdoc: show inner enum and struct in type definition for concrete typeUrgau-4/+112
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-5/+9
2023-08-16Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr...Matthias Krüger-4/+4
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-4/+4
2023-08-14Use `{Local}ModDefId` in many queriesNilstrieb-2/+2
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-3/+3
2023-08-02Remove constness from `TraitPredicate`Deadbeef-3/+2
2023-07-29Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs`Guillaume Gomez-1/+1