about summary refs log tree commit diff
path: root/src/librustc_data_structures/svh.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-69/+0
2020-08-14Rework `rustc_serialize`Matthew Jasper-4/+4
- 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.
2019-12-22Format the worldMark Rousskov-8/+7
2019-09-28Switch over all StableHash impls to new formatMark Rousskov-5/+1
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-09librustc_data_structures => 2018Taiki Endo-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-08-09Move SVH structure to data structuresMark Rousskov-0/+84