about summary refs log tree commit diff
path: root/src/librustc_ast/node_id.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-34/+0
2020-08-14Rework `rustc_serialize`Matthew Jasper-14/+0
- 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-03-17Rename `from_u32_const` -> `from_u32`Dylan MacKenzie-1/+1
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-0/+48