about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/graph_cyclic_cache.rs
AgeCommit message (Expand)AuthorLines
2023-01-17Refactor basic blocks control flow cachesTomasz Miąsko-63/+0
2022-07-05impl TypeVisitable in type traversal macrosAlan Egerton-1/+1
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-5/+5
2022-06-10Revert b983e42936feab29f6333e9835913afc6b4a394e.Nicholas Nethercote-5/+5
2022-06-08Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote-5/+5
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-2/+2
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-2/+3
2020-12-20Cache result ofDániel Buga-0/+62