rust/src/librustc_macros/src
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
..
hash_stable.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
lib.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
lift.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
query.rs Use min_specialization in the remaining rustc crates 2020-06-10 09:05:52 +01:00
serialize.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
symbols.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
type_foldable.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00