about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2023-12-22Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errorsbors-1/+1
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-2/+2
2023-12-17use Vec for region constraintsAli MJ Al-Nasrawy-1/+1
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-3/+2
2023-12-14rustdoc: avoid ParamEnv with infer varsAli MJ Al-Nasrawy-3/+2
2023-12-13Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkovbors-5/+4
2023-12-12more clippy::complexity fixesMatthias Krüger-4/+4
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-5/+4
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-3/+3
2023-12-10remove redundant importssurechen-9/+6
2023-12-05Remove `#[rustc_host]`, use internal desugaringDeadbeef-6/+7
2023-11-29Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errorsMatthias Krüger-1/+2
2023-11-29Add `never_patterns` feature gateNadrieril-1/+2
2023-11-27Address unused tuple struct fields in rustdocJake Goulding-6/+3
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-2/+2
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-5/+4
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-19rustdoc-search: add support for associated typesMichael Howell-0/+44
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-1/+0
2023-11-15Re-format code with new rustfmtMark Rousskov-61/+75
2023-11-14finish `RegionKind` renamelcnr-7/+7
2023-11-13rename `ReLateBound` to `ReBound`lcnr-9/+5
2023-11-08Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-...Matthias Krüger-6/+3
2023-11-08rustdoc: minor changes suggested by clippy perf lints.Nicholas Nethercote-2/+3
2023-11-05rustdoc: properly elide cross-crate host effect argsLeón Orell Valerian Liehr-6/+3
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-2/+1
2023-10-31Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomezMatthias Krüger-0/+3
2023-10-31Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillotbors-3/+3
2023-10-30Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla...Guillaume Gomez-31/+113
2023-10-30rustdoc: elide cross-crate default generic argumentsLeón Orell Valerian Liehr-31/+113
2023-10-29Rename Since -> StableSince in preparation for a DeprecatedSinceDavid Tolnay-3/+3
2023-10-29feat: render Object Safety informations non-object safe traitsAlexis (Poliorcetics) Bourget-0/+3
2023-10-28Remove asmjs from toolsJubilee Young-1/+0
2023-10-29rustdoc: Use `ThinVec` in `GenericParamDefKind`Noah Lev-11/+11
2023-10-27Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomezbors-10/+41
2023-10-24Handle structured stable attribute 'since' version in rustdocDavid Tolnay-3/+3
2023-10-23Remove FIXME after fixMichael Howell-1/+0
2023-10-22rustdoc: wrap Type with Box instead of GenericsMichael Howell-23/+23
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-10/+41
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-14Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...Matthias Krüger-15/+36
2023-10-13Add some FIXMEs for remaining issues that we need to fix before using more c...Oli Scherer-0/+4
2023-10-12hide `host` param from generic parameter list of `~const` boundsOli Scherer-8/+16
2023-10-12Hide host effect params from docsOli Scherer-4/+7
2023-10-09Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmeasebors-15/+20