rust/src/librustc_middle/hir
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
..
map Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
exports.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
mod.rs Move hir::Place to librustc_middle/hir 2020-07-16 18:57:03 -04:00
place.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00