about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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
2023-10-09Improve codeGuillaume Gomez-24/+12
2023-10-04Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked...Matthias Krüger-99/+66
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-98/+50
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-26Don't store lazyness in DefKindMichael Goulet-4/+4
2023-09-25Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomezbors-30/+35
2023-09-25rustdoc: correctly render ret ty of cross-crate async fnsLeón Orell Valerian Liehr-30/+35
2023-09-25Show enum variant value if it is a C-like variantGuillaume Gomez-15/+32
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-1/+0
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-2/+6
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-20ignore host effect params in rustdocDeadbeef-0/+1
2023-09-19Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkinbors-1/+1
2023-09-19Auto merge of #115865 - RalfJung:mir-mod, r=oli-obkbors-5/+4
2023-09-19Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomezGuillaume Gomez-4/+0
2023-09-19move ConstValue into mirRalf Jung-5/+4
2023-09-18rustdoc: hide repr(transparent) if it isn't part of the public ABILeón Orell Valerian Liehr-15/+36
2023-09-13make the eval() functions on our const types return the resulting valueRalf Jung-2/+2