summaryrefslogtreecommitdiff
path: root/compiler/rustc_mir_transform/src/uninhabited_enum_branching.rs
Commit message (Expand)AuthorAgeFilesLines
* Use param_env_reveal_all_normalized in MIR opts.Camille GILLOT2023-04-231-1/+3
* move things from rustc_target::abi to rustc_abihkalbasi2022-11-241-1/+1
* Replace `Body::basic_blocks()` with field accessTomasz Miąsko2022-08-261-3/+3
* Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister2022-07-201-1/+1
* Clarify `Layout` interning.Nicholas Nethercote2022-03-071-1/+1
* Extend uninhabited match branch optimization to also work on fallthrough.Jakob Degen2022-02-181-3/+39
* Rollup merge of #89764 - tmiasko:uninhabited-enums, r=wesleywiserMatthias Krüger2022-01-201-11/+6
|\
| * Fix a variant index and variant discriminant confusionTomasz Miąsko2021-11-201-1/+4
| * Use `IndexVec::indices` instead of reimplementing itTomasz Miąsko2021-11-201-6/+2
| * Remove redundant check for promotedsTomasz Miąsko2021-11-201-4/+0
* | Update passes with new interfaceDylan MacKenzie2021-12-021-0/+4
|/
* Adopt let_else across the compilerest312021-10-161-6/+3
* Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT2021-09-071-0/+117