index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast
/
src
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-09
remove `P`
Deadbeef
-11
/
+0
2025-05-27
Reduce `P<T>` to a typedef of `Box<T>`.
Nicholas Nethercote
-75
/
+5
2025-05-27
Remove unused `P` stuff.
Nicholas Nethercote
-42
/
+2
2025-05-27
Remove support for `P<[T]>`.
Nicholas Nethercote
-78
/
+1
2025-05-27
Remove `P::map`.
Nicholas Nethercote
-11
/
+0
2025-05-27
Remove `'static` bounds on `P`.
Nicholas Nethercote
-4
/
+4
2024-12-31
Convert some Into impls into From impls
Michael Goulet
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-05-20
Implement BOXED_SLICE_INTO_ITER
Michael Goulet
-1
/
+1
2024-04-03
rustc_ast: Update `P<T>` docs to reflect mutable status.
Alona Enraght-Moony
-9
/
+7
2023-04-16
make rustc compilable
Deadbeef
-1
/
+2
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-4
/
+4
2022-05-20
typo
Tshepang Lekhonkhobe
-1
/
+1
2022-04-11
Use const Box::default in P::<[T]>::new
Josh Stone
-8
/
+1
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-4
/
+4
2021-08-18
Remove box syntax from rustc_ast
est31
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+219