summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/custom/mod.rs
AgeCommit message (Expand)AuthorLines
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-0/+13
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-18coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`Zalathar-0/+1
2023-06-26make custom mir ICE a bit nicerMatthias Krüger-1/+5
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-3/+3
2023-01-17Don't call closures immediately, use `try{}` blocksMaybe Waffle-3/+3
2022-12-14Support common enum operations in custom mirJakob Degen-1/+3
2022-12-13Ensure valid local_data is set for custom mir buildingGary Guo-1/+6
2022-12-04Auto merge of #105121 - oli-obk:simpler-cheaper-dump_mir, r=nnethercotebors-1/+1
2022-12-02Use zero based indexing for pass_countOli Scherer-1/+1
2022-11-29Improve spans in custom mirJakob Degen-2/+2
2022-11-08Add support for custom MIR parsingJakob Degen-0/+155