index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
proc_macro
/
src
/
bridge
/
server.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-30
Replace libstd, libcore, liballoc in line comments.
jonathanCogan
-1
/
+1
2022-09-04
proc_macro/bridge: use the cross-thread executor for nested proc-macros
Nika Layzell
-1
/
+36
2022-08-06
proc_macro/bridge: send diagnostics over the bridge as a struct
Nika Layzell
-2
/
+0
2022-07-29
proc_macro: use crossbeam channels for the proc_macro cross-thread bridge
Nika Layzell
-72
/
+64
2022-07-18
proc_macro: stop using a remote object handle for Literal
Nika Layzell
-1
/
+0
2022-07-18
proc_macro: stop using a remote object handle for Ident
Nika Layzell
-1
/
+15
2022-06-26
proc_macro: stop using a remote object handle for Group
Nika Layzell
-1
/
+0
2022-06-26
proc_macro: stop using a remote object handle for Punct
Nika Layzell
-1
/
+0
2022-06-26
proc_macro: Rename ExpnContext to ExpnGlobals, and unify method on Server trait
Nika Layzell
-17
/
+5
2022-06-25
proc_macro: remove Context trait, and put span methods directly on Server
Nika Layzell
-13
/
+9
2022-06-25
proc_macro: cache static spans in client's thread-local state
Nika Layzell
-14
/
+39
2022-06-17
Move empty final TokenStream handling to server side of bridge
Nika Layzell
-6
/
+14
2022-06-17
proc_macro: reduce the number of messages required to create, extend, and ite...
Nika Layzell
-2
/
+0
2022-05-27
proc_macro: don't pass a client-side function pointer through the server.
Eduard-Mihai Burtescu
-55
/
+32
2022-05-27
Cut down `associated_item`.
Nicholas Nethercote
-20
/
+18
2022-05-27
Rename `b` as `buf` in several places.
Nicholas Nethercote
-14
/
+14
2022-05-27
Make `Buffer<T>` non-generic.
Nicholas Nethercote
-15
/
+15
2022-05-27
Improve formatting in `associated_item!` definition.
Nicholas Nethercote
-24
/
+15
2022-04-06
Use PhantomData directly in Bridge
bjorn3
-1
/
+8
2020-08-30
Add `-Z proc-macro-backtrace` to allow showing proc-macro panics
Aaron Hill
-4
/
+30
2020-07-27
mv std libs to library/
mark
-0
/
+322