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