rust/src/librustc_metadata
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
..
dynamic_lib Remove support for self-opening 2020-04-25 10:55:20 -04:00
rmeta Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
Cargo.toml Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
creader.rs Eliminate the `SessionGlobals` from `librustc_ast`. 2020-08-08 12:03:42 +10:00
dependency_format.rs Rename rustc_middle::cstore::DepKind to DependencyKind. 2020-08-02 16:21:46 +02:00
dynamic_lib.rs Remove support for self-opening 2020-04-25 10:55:20 -04:00
foreign_modules.rs librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
lib.rs Rework `rustc_serialize` 2020-08-14 17:34:30 +01:00
link_args.rs Eliminate the `SessionGlobals` from `librustc_ast`. 2020-08-08 12:03:42 +10:00
locator.rs rustc: Ignore fs::canonicalize errors in metadata 2020-07-30 08:21:10 -07:00
native_libs.rs Eliminate the `SessionGlobals` from `librustc_ast`. 2020-08-08 12:03:42 +10:00