about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2024-06-03check_is_object_safe -> is_object_safeMichael Goulet-1/+1
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-74/+97
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-74/+97
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-3/+5
2024-05-27Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomezbors-4/+3
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-4/+3
2024-05-22rustc: Use `tcx.used_crates(())` moreVadim Petrochenkov-1/+1
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-13/+13
2024-05-17Rename Unsafe to SafetySantiago Pastorino-13/+13
2024-05-16Remove trivial Binder::dummy callsMichael Goulet-1/+1
2024-05-16Fix toolsMichael Goulet-2/+2
2024-05-13split out AliasTy -> AliasTermMichael Goulet-6/+27
2024-05-09Rename Generics::params to Generics::own_paramsMichael Goulet-4/+4
2024-05-08Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errorsMatthias Krüger-2/+2
2024-05-08Simplify `use crate::rustc_foo::bar` occurrences.Nicholas Nethercote-2/+2
2024-05-07rustdoc: use stability, instead of features, to decide what to showMichael Howell-28/+19
2024-04-26put `hir::AnonConst` on the hir arenaOli Scherer-2/+5
2024-04-19Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdocbors-7/+0
2024-04-18Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstriebbors-1/+1
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-1/+1
2024-04-17Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errorsMatthias Krüger-1/+1
2024-04-16rustdoc: update module-level docs of `rustdoc::clean`León Orell Valerian Liehr-2/+22
2024-04-16Avoid unnecessary `rustc_span::DUMMY_SP` usage.Nicholas Nethercote-1/+1
2024-04-11Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddleMatthias Krüger-17/+33
2024-04-09Rollup merge of #123638 - fmease:rustdoc-synth-auto-yeet-item-param-env-claus...Guillaume Gomez-1/+1
2024-04-09Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelidMatthias Krüger-128/+116
2024-04-08rustdoc: slightly clean up the synthesis of blanket implsLeón Orell Valerian Liehr-128/+116
2024-04-08rustdoc: synthetic auto: filter out clauses from the implementor's ParamEnvLeón Orell Valerian Liehr-1/+1
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+4
2024-04-08Thread pattern types through the HIROli Scherer-2/+13
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