about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/check_enums.rs
AgeCommit message (Expand)AuthorLines
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-2/+2
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-2/+2
2025-07-02Make the enum check work for negative discriminantsBastian Kersting-4/+26
2025-07-01mir: Mark `Statement` and `BasicBlockData` as `#[non_exhaustive]`dianqk-25/+24
2025-06-27Insert checks for enum discriminants when debug assertions are enabledBastian Kersting-0/+501