rust/src/librustc_query_system
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
..
dep_graph Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
query Remove unused tcx parameter 2020-08-12 16:00:44 -04:00
Cargo.toml Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
cache.rs Introduce an abstraction for EvaluationCache and SelectionCache. 2020-08-02 15:49:26 +02:00
lib.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00