about summary refs log tree commit diff
path: root/src/librustc_query_system/dep_graph/prev.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-61/+0
2020-08-14Rework `rustc_serialize`Matthew Jasper-1/+1
- Move the type parameter from `encode` and `decode` methods to the trait. - Remove `UseSpecialized(En|De)codable` traits. - Remove blanket impls for references. - Add `RefDecodable` trait to allow deserializing to arena-allocated references safely. - Remove ability to (de)serialize HIR. - Create proc-macros `(Ty)?(En|De)codable` to help implement these new traits.
2020-03-23Make librustc_query_system compile.Camille GILLOT-12/+18
2020-03-23Move dep_graph to new crate librustc_query_system.Camille GILLOT-0/+55