summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
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
2023-07-22rustdoc: handle cross-crate RPITITs correctlyLeón Orell Valerian Liehr-0/+2
2023-07-20XSimplifiedType to SimplifiedType::Xlcnr-2/+2
2023-07-18Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot...bors-3/+3
2023-07-14Correctly handle `--document-hidden-items`Guillaume Gomez-3/+3
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-5/+5
2023-06-14remove drain-on-drop behavior from vec::DrainFilter and add #[must_use]The 8472-3/+3
2023-06-07rustdoc: re-elide cross-crate default trait object lifetime boundsLeón Orell Valerian Liehr-5/+14
2023-05-27Clean up usage of `cx.tcx` when `tcx` is already set into a variableGuillaume Gomez-2/+2
2023-05-04IAT: Rustdoc integrationLeón Orell Valerian Liehr-1/+6
2023-05-02resolve: One more attempt to simplify `module_children`Vadim Petrochenkov-1/+2
2023-04-16Spelling librustdocJosh Soref-1/+1
2023-04-14Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddleMatthias Krüger-10/+16
2023-04-13Correctly handle built-in compiler proc-macros as proc-macro and not macroGuillaume Gomez-10/+16
2023-04-12resolve: Pre-compute non-reexport module childrenVadim Petrochenkov-1/+1
2023-04-08rustc_middle: Remove `Option` from `module_reexports` queryVadim Petrochenkov-1/+0
2023-04-08resolve: Preserve reexport chains in `ModChild`renVadim Petrochenkov-1/+1
2023-03-21rustdoc: Cleanup parent module tracking for doc linksVadim Petrochenkov-52/+23
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-12/+7
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-4/+20
2023-02-15Use more let chainGuillaume Gomez-15/+12
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-1/+1