summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/custom/parse
AgeCommit message (Expand)AuthorLines
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