about summary refs log tree commit diff
path: root/library/proc_macro/src/bridge/rpc.rs
AgeCommit message (Expand)AuthorLines
2025-01-20proc_macro: add `#![warn(unreachable_pub)]`Urgau-2/+2
2024-05-30Apply x clippy --fix and x fmtr0cky-3/+3
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2023-01-14Use associated items of `char` instead of freestanding items in `core::char`Lukas Markeffsky-1/+0
2022-06-17review fixupsNika Layzell-23/+0
2022-06-14proc_macro: support encoding/decoding Vec<T>Nika Layzell-0/+20
2022-06-14proc_macro: support encoding/decoding structs with type parametersNika Layzell-4/+6
2022-05-27Make `Buffer<T>` non-generic.Nicholas Nethercote-1/+1
2021-12-14made compiler happyAnuvrat-4/+4
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-05-29Write primitive types via array buffersMark Rousskov-1/+1
2021-05-29Specialize single-element writes to bufferMark Rousskov-1/+1
2020-07-27mv std libs to library/mark-0/+305