about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/check_unsafety.rs
AgeCommit message (Expand)AuthorLines
2022-07-13assigning to a union field can never drop nowRalf Jung-15/+8
2022-05-09reviewlcnr-6/+2
2022-05-09only compute `codegen_fn_attrs` where neededlcnr-1/+6
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-5/+4
2022-04-24only show a simple description in E0133 span labelEmil Gardström-1/+1
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-4/+7
2022-04-13couple of clippy::complexity fixesMatthias Krüger-2/+2
2022-04-11Add new `Deinit` statement kindJakob Degen-0/+1
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-1/+0
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-3/+6
2022-02-20Improve `unused_unsafe` lintFrank Steffahn-116/+178
2022-02-19Adopt let else in more placesest31-6/+3
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-6/+0
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-6/+0
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-5/+0
2021-12-22Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`Aaron Hill-2/+2
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-3/+3
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-0/+1
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+574