about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/custom/parse.rs
AgeCommit message (Expand)AuthorLines
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-12/+36
2023-09-05Refactor how MIR represents composite debuginfo.Camille GILLOT-0/+1
2023-09-01Support debuginfo for custom MIR.Camille GILLOT-1/+56
2023-07-25inline format!() args from rustc_codegen_llvm to the end (4)Matthias Krüger-1/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-3/+1
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-2/+2
2022-11-29Improve spans in custom mirJakob Degen-2/+10
2022-11-29Support most constant kinds in custom mirJakob Degen-5/+8
2022-11-08Add support for custom MIR parsingJakob Degen-0/+245