Commit Graph

4 Commits

Author SHA1 Message Date
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
Temirkhan Myrzamadi 8a4fecb554 Fix some Clippy warnings in librustc_serialize 2020-08-06 03:30:02 +06:00
Vadim Petrochenkov e793b46e49 Update fulldeps tests and clippy 2020-06-03 00:18:57 +03:00
Vadim Petrochenkov 47197d69ab Rename directories for some compiler crates from `libx` to `librustc_x`
libarena -> librustc_arena
libfmt_macros -> librustc_parse_format
libgraphviz -> librustc_graphviz
libserialize -> librustc_serialize
2020-06-02 19:53:33 +03:00