about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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
2025-04-21Remove `token::{Open,Close}Delim`.Nicholas Nethercote-2/+2
2025-04-19Rollup merge of #140008 - GuillaumeGomez:cleanup-clean_maybe_renamed_item, r=...Chris Denton-14/+33
2025-04-18Improve `clean_maybe_renamed_item` function code a bitGuillaume Gomez-14/+33
2025-04-18Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomezMatthias Krüger-121/+92
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-1/+1
2025-04-17Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomezMatthias Krüger-21/+22
2025-04-17rustdoc: Properly clean fn params in all contextsLeón Orell Valerian Liehr-35/+32
2025-04-17rustdoc/clean: Change terminology of items pertaining to (formal) fn params f...León Orell Valerian Liehr-96/+70
2025-04-17Support inlined cross-crate re-exported trait aliasesLeón Orell Valerian Liehr-21/+22
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-1/+1
2025-04-17Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomezMatthias Krüger-29/+35
2025-04-15Rollup merge of #138455 - yotamofek:pr/rustdoc/more-impl-display, r=Guillaume...Matthias Krüger-1/+1
2025-04-15Avoid another `kw::Empty` use.Nicholas Nethercote-1/+1
2025-04-15Remove another `kw::Empty` use in rustdoc.Nicholas Nethercote-18/+21
2025-04-15Remove some `kw::Empty` uses in rustdoc.Nicholas Nethercote-16/+19
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-7/+7
2025-04-15Move `opt_rpitit_info` field to `hir::AssocKind::Type`.Nicholas Nethercote-1/+1
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-8/+8
2025-04-10make `link_tooltip` return `impl fmt::Display`Yotam Ofek-1/+1
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-14/+14
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-14/+14
2025-04-08clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`xizheyin-6/+6
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-3/+0
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-0/+1
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-3/+0
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-4/+1
2025-03-28Add `{ast,hir,thir}::PatKind::Missing` variants.Nicholas Nethercote-0/+1
2025-03-27Auto merge of #139023 - jhpratt:rollup-4ou6ei4, r=jhprattbors-8/+5
2025-03-27Rollup merge of #138926 - nnethercote:less-kw-Empty-rustc_middle, r=lcnrJacob Pratt-6/+3
2025-03-27Auto merge of #138927 - nnethercote:rearrange-Item-ItemInner, r=GuillaumeGomezbors-32/+42
2025-03-27Remove `kw::Empty` uses from `src/librustdoc`.Nicholas Nethercote-6/+3
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-2/+2
2025-03-25Rollup merge of #138917 - nnethercote:rustdoc-remove-useless, r=GuillaumeGomezJacob Pratt-11/+1
2025-03-26rustdoc: Rearrange `Item`/`ItemInner`.Nicholas Nethercote-32/+42
2025-03-25rustdoc: remove useless `Symbol::is_empty` checks.Nicholas Nethercote-11/+1
2025-03-24Remove duplicated loop when computing doc cfgsGuillaume Gomez-38/+21