about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/switch_sources.rs
AgeCommit message (Expand)AuthorLines
2023-01-17Refactor basic blocks control flow cachesTomasz Miąsko-78/+0
2022-07-20Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister-1/+1
2022-07-05impl TypeVisitable in type traversal macrosAlan Egerton-1/+1
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-3/+3
2022-06-10Revert b983e42936feab29f6333e9835913afc6b4a394e.Nicholas Nethercote-3/+3
2022-06-08Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote-3/+3
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-3/+1
2022-06-03Remove emit_unitbjorn3-2/+2
2022-05-08Use sparse representation of switch sourcesTomasz Miąsko-7/+5
2022-03-26Address review commentsSamuel E. Moelius III-0/+82