about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2024-04-07Rollup merge of #123584 - tgross35:rustc_doc_primitive-usage-error, r=fmeaseMatthias Krüger-2/+10
2024-04-07rustdoc: error when `rustc_doc_primitive` has an unknown typeTrevor Gross-2/+10
2024-04-06Add `f16` and `f128` to rustdoc's `PrimitiveType`Trevor Gross-0/+4
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-0/+1
2024-04-04In case a foreign item has `doc(hidden)` attribute, we simply merged its attr...Guillaume Gomez-6/+22
2024-04-04Improve code a bitGuillaume Gomez-11/+11
2024-04-04use `DefineOpaqueTypes::Yes` in rustdocOli Scherer-1/+1
2024-04-02rustdoc: synthetic auto trait impls: accept unresolved region vars for nowLeón Orell Valerian Liehr-1/+7
2024-04-02rustdoc: heavily simplify synthesis of auto trait implsLeón Orell Valerian Liehr-720/+403
2024-04-01rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set}León Orell Valerian Liehr-119/+39
2024-03-27Remove `DefId`'s `Partial/Ord` implsOli Scherer-7/+6
2024-03-23Fixed builds with modified libcAdam Gastineau-1/+1
2024-03-22Make RawPtr take Ty and Mutbl separatelyMichael Goulet-2/+2
2024-03-22Rename AstConv to HIR ty loweringLeón Orell Valerian Liehr-21/+9
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-0/+1
2024-03-21Fix bad span for explicit lifetime suggestionShoyu Vanilla-1/+4
2024-03-18Support for visionOSAdam Gastineau-0/+1
2024-03-17some minor code simplificationsMatthias Krüger-2/+2
2024-03-15Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomezMatthias Krüger-7/+19
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-7/+6
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-7/+19
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-2/+2
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-7/+7
2024-03-04Remove `file_path_mapping` param from `ParseSess::new`.Nicholas Nethercote-3/+1
2024-03-01Propegate HIR and AST `f16` and `f128` types to rustdocTrevor Gross-0/+4
2024-02-28Add basic support for `f16` and `f128` to rustdocTrevor Gross-0/+6
2024-02-25Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillotMatthias Krüger-2/+2
2024-02-20Expand weak alias types before collecting constrained and referenced late bou...León Orell Valerian Liehr-9/+8
2024-02-20Add newtype for raw identsclubby789-2/+2
2024-02-17Fix missing trait impls for type in rustc docsShoyu Vanilla-7/+12
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-1/+1
2024-02-15Rollup merge of #121022 - fmease:rustdoc-x-crate-late-bound-lt-src-order, r=G...Matthias Krüger-56/+74
2024-02-15rustdoc: cross-crate re-exports: correctly render late-bound params in source...León Orell Valerian Liehr-56/+74
2024-02-13Rollup merge of #120999 - fmease:rustdoc-rm-instantiation-param, r=notriddleMatthias Krüger-68/+23
2024-02-13Rollup merge of #120548 - GuillaumeGomez:glob-reexport-cfg-merge, r=Guillaume...Matthias Krüger-1/+1
2024-02-13Replace clean::InstantiationParam with clean::GenericArgLeón Orell Valerian Liehr-68/+23
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-7/+13
2024-02-12Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgrbors-1/+3
2024-02-12Implement intrinsics with fallback bodiesOli Scherer-1/+1
2024-02-12Dejargnonize substShoyu Vanilla-7/+13
2024-02-12Clean inlined type alias with correct param-envMichael Goulet-1/+3
2024-02-12Improve some codes according to the reviewsFrank King-4/+0
2024-02-12Fix compile error in rustdoc.Frank King-9/+2
2024-02-12Lower anonymous structs or unions to HIRFrank King-0/+14
2024-02-11Auto merge of #120619 - compiler-errors:param, r=lcnrbors-21/+47
2024-02-09Unify item relative path computation in one functionGuillaume Gomez-3/+16
2024-02-08Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgrbors-1/+1
2024-02-08Auto merge of #120579 - GuillaumeGomez:prevent-running-unneeded-code, r=notri...bors-0/+8
2024-02-07Use correct param env when building and cleaning items in librustdocMichael Goulet-21/+47
2024-02-07docs: also check the inline stmt during redundant link checkbohan-1/+1