summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/deriving/decodable.rs
AgeCommit message (Expand)AuthorLines
2022-07-09Clarify args terminology.Nicholas Nethercote-2/+5
2022-07-04Avoid unnecessary blocks in derive output.Nicholas Nethercote-3/+4
2022-07-01Rename `Ty::Literal` as `Ty::Path`.Nicholas Nethercote-7/+3
2022-07-01Remove lifetime support in deriving code.Nicholas Nethercote-4/+2
2022-07-01Simplify pointer handling.Nicholas Nethercote-5/+2
2022-07-01Remove `{Method,Trait}Def::is_unsafe`.Nicholas Nethercote-2/+0
2022-06-23Rename some `ExtCtxt` methods.Nicholas Nethercote-3/+2
2021-02-09fix derive(RustcEncodable, RustcDecodable)Skgland-9/+6
2021-02-09use ufcs in derive(RustDecodable)Skgland-19/+31
2020-08-30mv compiler to compiler/mark-0/+223