about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/custom/parse
AgeCommit message (Expand)AuthorLines
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-24/+59
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-4/+4
2023-09-20the Const::eval_bits methods don't need to be given the TyRalf Jung-2/+2
2023-09-19move ConstValue into mirRalf Jung-1/+1
2023-09-01Support debuginfo for custom MIR.Camille GILLOT-1/+1
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-10/+9
2023-08-14Move scrutinee `HirId` into `MatchSource::TryDesugar`Esteban Küber-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-2/+2
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-3/+3
2023-06-18Better error for non const `PartialEq` call generated by `match`Deadbeef-1/+3
2023-05-25Remove DesugaringKind::Replace.Camille GILLOT-0/+1
2023-05-15Add CopyForDeref to custom MIRAndy Wang-0/+1
2023-04-11Add Offset binary op to custom mirAndy Wang-0/+5
2023-04-06Fix new usage of old apiGary Guo-2/+2
2023-04-01Use `FieldIdx` in various things related to aggregatesScott McMurray-1/+1
2023-03-28Move `mir::Field` → `abi::FieldIdx`Scott McMurray-2/+2
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-0/+4
2023-03-20Use builtin_index instead of matchAndy Wang-5/+2
2023-03-20Support aggregate expressionsAndy Wang-0/+25
2023-03-08Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiaskoMatthias Krüger-8/+0
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-8/+0
2023-03-07Custom MIR: Support as castsAndy Wang-1/+8
2023-01-26Custom mir: Add support for some remaining, easy to support constructsJakob Degen-0/+14
2023-01-26Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obkMatthias Krüger-0/+6
2023-01-19Custom MIR: Support binary and unary operationsTomasz Miąsko-0/+6
2023-01-19Custom MIR: Support storage statementsTomasz Miąsko-0/+6
2022-12-21Clarify that raw retags are not permitted in MirJakob Degen-3/+0
2022-12-18use &str / String literals instead of format!()Matthias Krüger-1/+1
2022-12-16Support call and drop terminators in custom mirJakob Degen-0/+49
2022-12-14Support more projections in custom mirJakob Degen-6/+37
2022-12-14Support common enum operations in custom mirJakob Degen-2/+69
2022-11-29Support statics in custom mirJakob Degen-0/+23
2022-11-29Support most constant kinds in custom mirJakob Degen-7/+17
2022-11-08Add support for custom MIR parsingJakob Degen-0/+72