rust/src/librustc_middle/mir/interpret
Matthew Jasper cbcef3effc Rework `rustc_serialize`
- 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-08-14 17:34:30 +01:00
..
allocation.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
error.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
mod.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
pointer.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
queries.rs Add a function to `TyCtxt` for computing an `Allocation` for a `static` item's initializer 2020-08-11 12:24:54 +02:00
value.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00