about summary refs log tree commit diff
path: root/library/proc_macro/src/bridge/server.rs
AgeCommit message (Expand)AuthorLines
2025-04-11Replace proc_macro::SourceFile by Span::{file, local_file}.Mara Bos-1/+0
2024-10-17Remove TODO in proc_macro now `const_refs_to_static` is stableGnomedDev-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-03-04Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnrMatthias Krüger-1/+1
2024-03-01Move `HandleStore` into `server.rs`.Nicholas Nethercote-2/+73
2024-02-12constify a couple thread_local staticsMatthias Krüger-1/+1
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-1/+1
2022-09-04proc_macro/bridge: use the cross-thread executor for nested proc-macrosNika Layzell-1/+36
2022-08-06proc_macro/bridge: send diagnostics over the bridge as a structNika Layzell-2/+0
2022-07-29proc_macro: use crossbeam channels for the proc_macro cross-thread bridgeNika Layzell-72/+64
2022-07-18proc_macro: stop using a remote object handle for LiteralNika Layzell-1/+0
2022-07-18proc_macro: stop using a remote object handle for IdentNika Layzell-1/+15
2022-06-26proc_macro: stop using a remote object handle for GroupNika Layzell-1/+0
2022-06-26proc_macro: stop using a remote object handle for PunctNika Layzell-1/+0
2022-06-26proc_macro: Rename ExpnContext to ExpnGlobals, and unify method on Server traitNika Layzell-17/+5
2022-06-25proc_macro: remove Context trait, and put span methods directly on ServerNika Layzell-13/+9
2022-06-25proc_macro: cache static spans in client's thread-local stateNika Layzell-14/+39
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