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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-06
proc_macro/bridge: send diagnostics over the bridge as a struct
Nika Layzell
-16
/
+13
2022-07-18
proc_macro: Move subspan to be a method on Span in the bridge
Nika Layzell
-1
/
+1
2022-07-18
proc_macro: stop using a remote object handle for Literal
Nika Layzell
-30
/
+46
2022-07-18
proc_macro: stop using a remote object handle for Ident
Nika Layzell
-11
/
+22
2022-07-18
proc_macro: use fxhash within the proc_macro crate
Nika Layzell
-0
/
+2
2022-06-28
review changes
Nika Layzell
-26
/
+27
2022-06-26
proc_macro: stop using a remote object handle for Group
Nika Layzell
-17
/
+30
2022-06-26
proc_macro: stop using a remote object handle for Punct
Nika Layzell
-13
/
+15
2022-06-26
proc_macro: Rename ExpnContext to ExpnGlobals, and unify method on Server trait
Nika Layzell
-6
/
+6
2022-06-25
proc_macro: cache static spans in client's thread-local state
Nika Layzell
-11
/
+39
2022-06-17
review fixups
Nika Layzell
-29
/
+24
2022-06-17
proc_macro: reduce the number of messages required to create, extend, and ite...
Nika Layzell
-16
/
+12
2022-06-16
proc_macro: use macros to simplify aggregate Mark/Unmark definitions
Nika Layzell
-24
/
+34
2022-06-14
proc_macro: support encoding/decoding Vec<T>
Nika Layzell
-0
/
+15
2022-05-27
proc_macro: don't pass a client-side function pointer through the server.
Eduard-Mihai Burtescu
-0
/
+2
2022-05-27
Remove unnecessary blank line.
Nicholas Nethercote
-1
/
+0
2022-05-27
Add some comments about `_marker` fields.
Nicholas Nethercote
-1
/
+3
2022-05-27
Clarify a comment.
Nicholas Nethercote
-1
/
+1
2022-05-27
Make `Buffer<T>` non-generic.
Nicholas Nethercote
-2
/
+2
2022-04-06
Use PhantomData directly in Bridge
bjorn3
-2
/
+3
2022-03-25
Avoid negative impls in the bridge
bjorn3
-3
/
+2
2021-12-14
made compiler happy
Anuvrat
-4
/
+4
2021-11-12
proc_macro: Add an expand_expr method to TokenStream
Nika Layzell
-0
/
+1
2021-09-10
Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnay
Manish Goregaokar
-0
/
+2
2021-08-03
Remove space after negative sign in Literal to_string
David Tolnay
-0
/
+1
2021-07-02
add track_path::path fn for proc-macro usage
Bernhard Schuster
-0
/
+1
2021-06-09
Add proc_macro::Span::{before, after}.
Mara Bos
-0
/
+2
2021-05-19
impl FromStr for proc_macro::Literal
David Tolnay
-0
/
+14
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-0
/
+3
2020-08-30
Add `-Z proc-macro-backtrace` to allow showing proc-macro panics
Aaron Hill
-0
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+407