about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/promote_consts.rs
AgeCommit message (Expand)AuthorLines
2024-04-03rename `expose_addr` to `expose_provenance`joboet-1/+1
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+1
2024-03-23refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...Ralf Jung-1/+1
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-1/+1
2024-03-22Ty::new_ref and Ty::new_ptr stop using TypeAndMutMichael Goulet-5/+2
2024-03-08Distinguish between library and lang UB in assert_unsafe_preconditionBen Kimock-1/+1
2024-02-24promotion: don't promote int::MIN / -1Ralf Jung-3/+26
2024-02-08Add a new debug_assertions instrinsic (compiler)Ben Kimock-0/+1
2024-01-15compiler: Lower fn call arg spans down to MIRMartin Nordholts-3/+4
2024-01-08Make match exhaustive.Camille GILLOT-1/+1
2024-01-08Simplify code flow.Camille GILLOT-222/+156
2024-01-08Move promote_consts back to rustc_mir_transform.Camille GILLOT-0/+1018