about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/coherence/unsafety.rs
AgeCommit message (Expand)AuthorLines
2024-12-07Make `Copy` unsafe to implement for ADTs with `unsafe` fieldsJack Wrenn-8/+30
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-05-17Rename Unsafe to SafetySantiago Pastorino-10/+10
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-0/+1
2024-05-09Rename Generics::params to Generics::own_paramsMichael Goulet-1/+1
2024-03-07Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader`Yoshitomo Nakanishi-1/+2
2024-02-14Use fewer delayed bugs.Nicholas Nethercote-1/+1
2024-02-13Invoke `trait_def` query only onceOli Scherer-2/+2
2024-02-13Store impl unsafety in impl trait headerOli Scherer-20/+22
2024-02-09Don't reinvoke `impl_trait_ref` query after it was already invokedOli Scherer-76/+73
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-1/+1
2024-01-23Remove track_errors entirelyOli Scherer-7/+9
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-5/+5
2024-01-10Rename `struct_span_err!` as `struct_span_code_err!`.Nicholas Nethercote-4/+4
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-5/+5
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-4/+4
2023-12-05Add moreMichael Goulet-4/+4
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-01-20Add and use expect methods to hir.Maybe Waffle-3/+1
2023-01-17`rustc_hir_analysis`: remove `ref` patternsMaybe Waffle-1/+1
2023-01-14fix various subst_identity vs skip_binderKyle Matsuda-1/+2
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-3/+1
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-1/+3
2023-01-01reduce spans for `unsafe impl` errorsLukas Markeffsky-3/+3
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-1/+1
2022-10-20Add fix suggestions for E0199, E0200, and E0569Nicolas Barrios-0/+30
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+66