about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/check_unsafety.rs
AgeCommit message (Expand)AuthorLines
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