about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/instsimplify.rs
AgeCommit message (Expand)AuthorLines
2024-02-08InstSimplify rustc_nounwind callsBen Kimock-0/+25
2024-01-15compiler: Lower fn call arg spans down to MIRMartin Nordholts-2/+2
2023-12-10remove redundant importssurechen-2/+0
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-5/+2
2023-10-13Format all the let chains in compilerMichael Goulet-4/+14
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-3/+3
2023-09-13make the set of methods between our two Const types more consistentRalf Jung-1/+1
2023-07-25inline format!() args from rustc_codegen_llvm to the end (4)Matthias Krüger-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-12/+12
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-11/+13
2023-05-14Stop turning transmutes into discriminants in mir-optScott McMurray-13/+0
2023-05-06Rename InstCombine to InstSimplifyBen Kimock-0/+318