summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2024-01-31Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n...Nadrieril-1/+19
2024-01-30rustdoc: Correctly handle attribute merge if this is a glob reexportGuillaume Gomez-1/+19
2024-01-29Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errorsDylan DPC-1/+1
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-2/+3
2024-01-28hir: Use `InferArg` in `ArrayLen::Infer`Vadim Petrochenkov-1/+1
2024-01-19Pack the u128 in LitKind::IntJosh Stone-1/+1
2024-01-12Delegation implementation: step 1Bryanskiy-1/+1
2024-01-10Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obkbors-2/+2
2024-01-10Rollup merge of #119769 - fmease:rustdoc-off-by-one-dyn-trait-def-gen-args, r...Matthias Krüger-26/+26
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-1/+1
2024-01-10Rename `struct_span_err!` as `struct_span_code_err!`.Nicholas Nethercote-1/+1
2024-01-09Don't arena-allocate extended generic argsLeón Orell Valerian Liehr-6/+6
2024-01-09Offset args of trait object types when cleaningLeón Orell Valerian Liehr-10/+4
2024-01-09Rename rustc_middle path cleaning functionsLeón Orell Valerian Liehr-10/+16
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
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