about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/ptr.rs
AgeCommit message (Expand)AuthorLines
2023-04-16make rustc compilableDeadbeef-1/+2
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-4/+4
2022-05-20typoTshepang Lekhonkhobe-1/+1
2022-04-11Use const Box::default in P::<[T]>::newJosh Stone-8/+1
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-4/+4
2021-08-18Remove box syntax from rustc_astest31-1/+1
2020-08-30mv compiler to compiler/mark-0/+219