summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2025-08-01rustdoc: don't treat methods under const impls or traits as constDeadbeef-1/+14
2025-07-17Fix rustdoc not correctly showing attributes with re-exportsJonathan Brouwer-1/+2
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-12/+10
2025-06-22Remove some dead code.Nicholas Nethercote-14/+0
2025-06-19De-dup common code from `ExternalCrate` methodsYotam Ofek-70/+52
2025-06-16rustdoc: skip `MetaSized` boundsDavid Wood-7/+52
2025-06-13Rollup merge of #142158 - xizheyin:141617, r=jdonszelmannMatthias Krüger-1/+1
2025-06-13Rollup merge of #141770 - GuillaumeGomez:cfg-false-mod-rendering, r=camelidMatthias Krüger-13/+16
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-1/+1
2025-06-10rustdoc: Refractor `clean_ty_generics`Alona Enraght-Moony-74/+19
2025-06-08Rollup merge of #142053 - heiher:loong32-none, r=wesleywiserJubilee-0/+1
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-0/+1
2025-06-06Rollup merge of #142092 - fmease:rustdoc-alias-terms, r=GuillaumeGomezMatthias Krüger-104/+65
2025-06-05Support middle::ty assoc const eq predicates againLeón Orell Valerian Liehr-93/+53
2025-06-05Rename `should_show_cast` to `should_fully_qualify`León Orell Valerian Liehr-12/+13
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-1/+1
2025-06-03Overhaul `UsePath`.Nicholas Nethercote-2/+2
2025-05-31Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-deadMatthias Krüger-9/+9
2025-05-30* Merge `Cfg::render_long_html` and `Cfg::render_long_plain` methods common codeGuillaume Gomez-13/+16
2025-05-30Auto merge of #141765 - matthiaskrgr:rollup-4hug83b, r=matthiaskrgrbors-44/+4
2025-05-30Rollup merge of #141746 - Urgau:rework-doc_cfg-checks, r=GuillaumeGomezMatthias Krüger-44/+4
2025-05-30Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelidbors-14/+8
2025-05-30Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomezMatthias Krüger-3/+12
2025-05-29rustdoc: display doc(cfg(false)) properlybinarycat-3/+12
2025-05-29Rework `#[doc(cfg(..))]` checks as distinct pass in rustdocUrgau-44/+4
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-9/+9
2025-05-27Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomezTrevor Gross-5/+39
2025-05-27Rename unpack to kindMichael Goulet-3/+3
2025-05-26rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg workUrgau-5/+39
2025-05-26Avoid some unnecessary cloning.Nicholas Nethercote-1/+1
2025-05-26Make `{Type,Path}::generics` return iterators.Nicholas Nethercote-13/+7
2025-05-25Update to new APIGuillaume Gomez-1/+1
2025-05-25Improve codeGuillaume Gomez-5/+6
2025-05-25Tweak attribute rendering depending on wether or not it is a type aliasGuillaume Gomez-61/+68
2025-05-25Split `Item::attributes` method into threeGuillaume Gomez-67/+78
2025-05-25Unify rendering of type aliases without ADT itemsGuillaume Gomez-0/+13
2025-05-25Rename `clean::Enum::variants` method into `non_stripped_variants`Guillaume Gomez-1/+1
2025-05-23Rollup merge of #141369 - yotamofek:pr/rustdoc/format_integer_with_underscore...Matthias Krüger-72/+23
2025-05-23Small cleanup for `qpath_to_string`Yotam Ofek-9/+2
2025-05-23Simplify `format_integer_with_underscore_sep`Yotam Ofek-63/+21
2025-05-22rustdoc JSON: Don't apply `#[repr]` privacy heuristicsLeón Orell Valerian Liehr-15/+7
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-6/+8
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-6/+8
2025-05-17Make some `match`es slightly more ergonomic in `librustdoc`Yotam Ofek-56/+50
2025-05-09Remove `Ident::empty`.Nicholas Nethercote-1/+1
2025-05-07rustdoc-json: Remove newlines from attributesAlona Enraght-Moony-1/+5
2025-04-28Rollup merge of #140316 - nnethercote:BoxMarker, r=dtolnayGuillaume Gomez-4/+4
2025-04-28Introduce `BoxMarker` to pretty-printing.Nicholas Nethercote-4/+4
2025-04-24Remove `weak` alias terminologyBoxy-2/+2
2025-04-22Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkovbors-2/+2