summary refs log tree commit diff
path: root/library/proc_macro/src/bridge/server.rs
AgeCommit message (Expand)AuthorLines
2022-06-17Move empty final TokenStream handling to server side of bridgeNika Layzell-6/+14
2022-06-17proc_macro: reduce the number of messages required to create, extend, and ite...Nika Layzell-2/+0
2022-05-27proc_macro: don't pass a client-side function pointer through the server.Eduard-Mihai Burtescu-55/+32
2022-05-27Cut down `associated_item`.Nicholas Nethercote-20/+18
2022-05-27Rename `b` as `buf` in several places.Nicholas Nethercote-14/+14
2022-05-27Make `Buffer<T>` non-generic.Nicholas Nethercote-15/+15
2022-05-27Improve formatting in `associated_item!` definition.Nicholas Nethercote-24/+15
2022-04-06Use PhantomData directly in Bridgebjorn3-1/+8
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-4/+30
2020-07-27mv std libs to library/mark-0/+322