summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mir/analyze.rs
AgeCommit message (Expand)AuthorLines
2021-03-16Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasperbors-1/+1
2021-03-13Do not emit alloca for ZST local even if it is uninitializedSimon Vandel Sillesen-1/+12
2021-03-12Add `ty` helper function for mir constantsOli Scherer-1/+1
2021-02-16make `visit_projection` take a `PlaceRef`Henry Boisdequin-1/+1
2021-01-16PlaceRef::ty: use method call syntaxRalf Jung-1/+1
2021-01-03use PlaceRef more consistently instead of loosely coupled local+projectionRalf Jung-8/+3
2020-12-24use matches!() macro in more placesMatthias Krüger-4/+4
2020-11-16compiler: fold by valueBastian Kauschke-4/+4
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+448