about summary refs log tree commit diff
path: root/library/proc_macro/src/bridge
AgeCommit message (Expand)AuthorLines
2023-01-14Use associated items of `char` instead of freestanding items in `core::char`Lukas Markeffsky-1/+0
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-2/+2
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-3/+3
2022-10-05A tiny fix for `define_client_side`.Nicholas Nethercote-2/+2
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-20/+13
2022-07-29proc_macro: use crossbeam channels for the proc_macro cross-thread bridgeNika Layzell-72/+64
2022-07-18proc_macro: Move subspan to be a method on Span in the bridgeNika Layzell-1/+1
2022-07-18proc_macro: stop using a remote object handle for LiteralNika Layzell-51/+46
2022-07-18proc_macro: stop using a remote object handle for IdentNika Layzell-13/+364
2022-07-18proc_macro: use fxhash within the proc_macro crateNika Layzell-20/+125
2022-06-28review changesNika Layzell-26/+27
2022-06-26proc_macro: stop using a remote object handle for GroupNika Layzell-25/+30
2022-06-26proc_macro: stop using a remote object handle for PunctNika Layzell-15/+15
2022-06-26proc_macro: Rename ExpnContext to ExpnGlobals, and unify method on Server traitNika Layzell-30/+18
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-85/+169
2022-06-19Auto merge of #98224 - eddyb:proc-macro-spurious-repr, r=bjorn3bors-3/+0
2022-06-18proc_macro/bridge: remove `#[repr(C)]` from non-ABI-relevant types.Eduard-Mihai Burtescu-3/+0
2022-06-17review fixupsNika Layzell-52/+24
2022-06-17Move empty final TokenStream handling to server side of bridgeNika Layzell-14/+16
2022-06-17proc_macro: reduce the number of messages required to create, extend, and ite...Nika Layzell-28/+20
2022-06-16proc_macro: use macros to simplify aggregate Mark/Unmark definitionsNika Layzell-24/+34
2022-06-14proc_macro: support encoding/decoding Vec<T>Nika Layzell-0/+35
2022-06-14proc_macro: support encoding/decoding structs with type parametersNika Layzell-4/+6
2022-06-13proc_macro: bypass RandomState to remove ASLR-like effects.Eduard-Mihai Burtescu-3/+19
2022-06-01Inline `bridge::Buffer` methods.Nicholas Nethercote-0/+13
2022-05-27proc_macro: don't pass a client-side function pointer through the server.Eduard-Mihai Burtescu-90/+163
2022-05-27Cut down `associated_item`.Nicholas Nethercote-20/+18
2022-05-27Remove unnecessary blank line.Nicholas Nethercote-1/+0
2022-05-27Rename `b` as `buf` in several places.Nicholas Nethercote-30/+30
2022-05-27Add some comments about `_marker` fields.Nicholas Nethercote-4/+14
2022-05-27Clarify a comment.Nicholas Nethercote-1/+1
2022-05-27Make `Buffer<T>` non-generic.Nicholas Nethercote-46/+46
2022-05-27Improve formatting in `associated_item!` definition.Nicholas Nethercote-24/+15
2022-05-27Add some comments.Nicholas Nethercote-0/+3
2022-05-27Fix a typo in a comment.Nicholas Nethercote-1/+1
2022-05-13Remove some unnecessary `rustc_allow_const_fn_unstable` attributes.Nicholas Nethercote-6/+0
2022-04-06Use PhantomData directly in Bridgebjorn3-3/+11
2022-03-25Avoid negative impls in the bridgebjorn3-20/+32
2022-03-25Remove usage of extern_types feature gatebjorn3-7/+8
2022-03-25Remove usage of panic_update_hook feature gatebjorn3-2/+3
2022-01-08Change panic::update_hook to simplify usageBadel2-10/+8
2022-01-07Implement panic::update_hookBadel2-10/+11
2021-12-14made compiler happyAnuvrat-10/+10
2021-11-12proc_macro: Add an expand_expr method to TokenStreamNika Layzell-0/+1
2021-09-10Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnayManish Goregaokar-0/+2
2021-08-03Remove space after negative sign in Literal to_stringDavid Tolnay-0/+1
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-07-03Rollup merge of #84029 - drahnr:master, r=petrochenkovYuki Okushi-0/+1