about summary refs log tree commit diff
path: root/library/proc_macro/src/bridge/symbol.rs
AgeCommit message (Expand)AuthorLines
2025-06-12Add support for $crate to IdentDaniel Bloom-2/+2
2024-12-13Remove support for specializing ToString outside the standard librarybjorn3-6/+0
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-1/+1
2024-07-26Fix doc nitsJohn Arundel-3/+3
2024-03-01Move `HandleStore` into `server.rs`.Nicholas Nethercote-4/+4
2024-02-22Use generic `NonZero` everywhere else.Markus Reiter-1/+1
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-4/+4
2022-07-18proc_macro: stop using a remote object handle for IdentNika Layzell-0/+205