about summary refs log tree commit diff
path: root/src/librustc_data_structures/fingerprint.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-130/+0
2020-08-14Rework `rustc_serialize`Matthew Jasper-9/+39
- 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-5/+4
2019-09-28Switch over all StableHash impls to new formatMark Rousskov-1/+1
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-6/+5
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
2019-06-26Fix clippy::cast_loslessIgor Matuszewski-2/+2
2019-02-09librustc_data_structures => 2018Taiki Endo-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-17Tweak query code for performanceJohn Kåre Alsaker-0/+1
2018-08-09Move Fingerprint to data structuresMark Rousskov-0/+111