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