about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/check_packed_ref.rs
AgeCommit message (Expand)AuthorLines
2025-08-13Cleanup assoc parent utilsCameron Steffen-1/+1
2025-07-28Rename impl_of_method -> impl_of_assocCameron Steffen-1/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-4/+5
2024-09-09Reduce visibilities, and add `warn(unreachable_pub)`.Nicholas Nethercote-1/+1
2024-09-03Move `MirPass` to `rustc_mir_transform`.Nicholas Nethercote-2/+2
2024-08-30Merge some `if`s.Nicholas Nethercote-18/+11
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-05-13Remove `extern crate rustc_middle` from `rustc_mir_transform`.Nicholas Nethercote-0/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-10-13Format all the let chains in compilerMichael Goulet-2/+7
2023-05-02Migrate `mir_transform` to translatable diagnosticsclubby789-21/+2
2023-04-28improve error notes for packed struct reference diagnosticbindsdev-2/+5
2023-02-16Properly check for builtin derivesclubby789-2/+2
2023-01-31make unaligned_reference a hard errorRalf Jung-26/+17
2023-01-30Allow more deriving on packed structs.Nicholas Nethercote-39/+6
2022-10-01Refactor rustc lint APIMaybe Waffle-17/+23
2022-07-26Remove erroneous E0133 code from an error message.Nicholas Nethercote-1/+1
2022-07-25Improve error messages involving `derive` and `packed`.Nicholas Nethercote-5/+8
2022-07-10avoid some `&str` to `String` conversionsTakayuki Maeda-3/+1
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-19/+6
2022-03-16rustc_error: make ErrorReported impossible to constructmark-2/+2
2021-12-09give more help in the unaligned_references lintRalf Jung-0/+5
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-1/+1
2021-12-02Update passes with new interfaceDylan MacKenzie-3/+3
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+115