about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/ptr.rs
AgeCommit message (Expand)AuthorLines
2025-08-09remove `P`Deadbeef-11/+0
2025-05-27Reduce `P<T>` to a typedef of `Box<T>`.Nicholas Nethercote-75/+5
2025-05-27Remove unused `P` stuff.Nicholas Nethercote-42/+2
2025-05-27Remove support for `P<[T]>`.Nicholas Nethercote-78/+1
2025-05-27Remove `P::map`.Nicholas Nethercote-11/+0
2025-05-27Remove `'static` bounds on `P`.Nicholas Nethercote-4/+4
2024-12-31Convert some Into impls into From implsMichael Goulet-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-05-20Implement BOXED_SLICE_INTO_ITERMichael Goulet-1/+1
2024-04-03rustc_ast: Update `P<T>` docs to reflect mutable status.Alona Enraght-Moony-9/+7
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