summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2024-12-15Add hir::AttributeJonathan Dönszelmann-11/+11
2024-11-28Fix new clippy lintsGuillaume Gomez-2/+2
2024-11-13rustdoc: Treat decl macros like other itemsLeón Orell Valerian Liehr-13/+5
2024-10-26expand: Stop using artificial `ast::Item` for macros loaded from metadataVadim Petrochenkov-20/+6
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-0/+1
2024-09-25de-rc external traitsLukas Markeffsky-3/+2
2024-09-24Fix toolsMichael Goulet-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-7/+7
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-27/+24
2024-09-07rustdoc: use `LocalDefId` for inline stmtMichael Howell-11/+11
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-29Fix clippy lintsGuillaume Gomez-16/+12
2024-08-04rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`Noah Lev-11/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+3
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-9/+6
2024-06-05Remove `Type` from rustdoc `Const`Boxy-13/+15
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-3/+3
2024-05-17Rename Unsafe to SafetySantiago Pastorino-1/+1
2024-05-07rustdoc: use stability, instead of features, to decide what to showMichael Howell-28/+19
2024-04-04In case a foreign item has `doc(hidden)` attribute, we simply merged its attr...Guillaume Gomez-5/+14
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-3/+13
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-1/+1
2024-02-17Fix missing trait impls for type in rustc docsShoyu Vanilla-7/+12
2024-02-15rustdoc: cross-crate re-exports: correctly render late-bound params in source...León Orell Valerian Liehr-14/+36
2024-02-11Auto merge of #120619 - compiler-errors:param, r=lcnrbors-18/+38
2024-02-09Unify item relative path computation in one functionGuillaume Gomez-3/+16
2024-02-07Use correct param env when building and cleaning items in librustdocMichael Goulet-18/+38
2024-02-04Prevent running some code if it is already in the mapGuillaume Gomez-0/+8
2024-01-17Make crate_inherent_impls fallible and stop using `track_errors` for itOli Scherer-2/+2
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-1/+1
2023-11-15Re-format code with new rustfmtMark Rousskov-6/+12
2023-11-08rustdoc: minor changes suggested by clippy perf lints.Nicholas Nethercote-1/+1
2023-10-27Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomezbors-3/+9
2023-10-22rustdoc: wrap Type with Box instead of GenericsMichael Howell-3/+3
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-3/+9
2023-10-03rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimesLeón Orell Valerian Liehr-12/+5
2023-09-26Don't store lazyness in DefKindMichael Goulet-1/+1
2023-08-26rustdoc: handle typedef inner type when doing cross-crate inliningUrgau-10/+6
2023-08-26rustdoc: show inner enum and struct in type definition for concrete typeUrgau-0/+3
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-4/+4
2023-08-16Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr...Matthias Krüger-3/+3
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-3/+3
2023-08-15Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naberGuillaume Gomez-3/+3
2023-08-14Use `{Local}ModDefId` in many queriesNilstrieb-3/+3
2023-08-11rustc: Move `features` from `Session` to `GlobalCtxt`Vadim Petrochenkov-2/+2
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-1/+1
2023-07-28Render generic const items in rustdocLeón Orell Valerian Liehr-0/+5
2023-07-26Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddlebors-3/+13
2023-07-24Fix missing attribute merge on glob foreign re-exportsGuillaume Gomez-3/+13