about summary refs log tree commit diff
path: root/library/proc_macro/src/bridge/selfless_reify.rs
AgeCommit message (Expand)AuthorLines
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2025-01-20proc_macro: add `#![warn(unreachable_pub)]`Urgau-1/+1
2022-06-25proc_macro: cache static spans in client's thread-local stateNika Layzell-5/+6
2022-05-27proc_macro: don't pass a client-side function pointer through the server.Eduard-Mihai Burtescu-0/+83