about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/predecessors.rs
AgeCommit message (Expand)AuthorLines
2023-01-17Refactor basic blocks control flow cachesTomasz Miąsko-78/+0
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-17Change `Successors` to `impl Iterator<Item = BasicBlock>`SparrowLii-1/+1
2022-02-22Delete Decoder::read_unitMark Rousskov-2/+1
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-3/+4
2020-11-16wordslcnr-1/+1
2020-09-21fix typo in docs and commentsyuk1ty-1/+1
2020-08-30mv compiler to compiler/mark-0/+80