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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
proc_macro
/
src
/
bridge
Age
Commit message (
Expand
)
Author
Lines
2022-10-05
A tiny fix for `define_client_side`.
Nicholas Nethercote
-2
/
+2
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
-20
/
+13
2022-07-29
proc_macro: use crossbeam channels for the proc_macro cross-thread bridge
Nika Layzell
-72
/
+64
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
-51
/
+46
2022-07-18
proc_macro: stop using a remote object handle for Ident
Nika Layzell
-13
/
+364
2022-07-18
proc_macro: use fxhash within the proc_macro crate
Nika Layzell
-20
/
+125
2022-06-28
review changes
Nika Layzell
-26
/
+27
2022-06-26
proc_macro: stop using a remote object handle for Group
Nika Layzell
-25
/
+30
2022-06-26
proc_macro: stop using a remote object handle for Punct
Nika Layzell
-15
/
+15
2022-06-26
proc_macro: Rename ExpnContext to ExpnGlobals, and unify method on Server trait
Nika Layzell
-30
/
+18
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
-85
/
+169
2022-06-19
Auto merge of #98224 - eddyb:proc-macro-spurious-repr, r=bjorn3
bors
-3
/
+0
2022-06-18
proc_macro/bridge: remove `#[repr(C)]` from non-ABI-relevant types.
Eduard-Mihai Burtescu
-3
/
+0
2022-06-17
review fixups
Nika Layzell
-52
/
+24
2022-06-17
Move empty final TokenStream handling to server side of bridge
Nika Layzell
-14
/
+16
2022-06-17
proc_macro: reduce the number of messages required to create, extend, and ite...
Nika Layzell
-28
/
+20
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
/
+35
2022-06-14
proc_macro: support encoding/decoding structs with type parameters
Nika Layzell
-4
/
+6
2022-06-13
proc_macro: bypass RandomState to remove ASLR-like effects.
Eduard-Mihai Burtescu
-3
/
+19
2022-06-01
Inline `bridge::Buffer` methods.
Nicholas Nethercote
-0
/
+13
2022-05-27
proc_macro: don't pass a client-side function pointer through the server.
Eduard-Mihai Burtescu
-90
/
+163
2022-05-27
Cut down `associated_item`.
Nicholas Nethercote
-20
/
+18
2022-05-27
Remove unnecessary blank line.
Nicholas Nethercote
-1
/
+0
2022-05-27
Rename `b` as `buf` in several places.
Nicholas Nethercote
-30
/
+30
2022-05-27
Add some comments about `_marker` fields.
Nicholas Nethercote
-4
/
+14
2022-05-27
Clarify a comment.
Nicholas Nethercote
-1
/
+1
2022-05-27
Make `Buffer<T>` non-generic.
Nicholas Nethercote
-46
/
+46
2022-05-27
Improve formatting in `associated_item!` definition.
Nicholas Nethercote
-24
/
+15
2022-05-27
Add some comments.
Nicholas Nethercote
-0
/
+3
2022-05-27
Fix a typo in a comment.
Nicholas Nethercote
-1
/
+1
2022-05-13
Remove some unnecessary `rustc_allow_const_fn_unstable` attributes.
Nicholas Nethercote
-6
/
+0
2022-04-06
Use PhantomData directly in Bridge
bjorn3
-3
/
+11
2022-03-25
Avoid negative impls in the bridge
bjorn3
-20
/
+32
2022-03-25
Remove usage of extern_types feature gate
bjorn3
-7
/
+8
2022-03-25
Remove usage of panic_update_hook feature gate
bjorn3
-2
/
+3
2022-01-08
Change panic::update_hook to simplify usage
Badel2
-10
/
+8
2022-01-07
Implement panic::update_hook
Badel2
-10
/
+11
2021-12-14
made compiler happy
Anuvrat
-10
/
+10
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-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-07-03
Rollup merge of #84029 - drahnr:master, r=petrochenkov
Yuki Okushi
-0
/
+1
2021-07-02
add track_path::path fn for proc-macro usage
Bernhard Schuster
-0
/
+1
2021-07-01
proc_macro/bridge: Remove dead code Slice type
Jade
-29
/
+0
2021-06-25
Fix a few misspellings.
Eric Huss
-1
/
+1
[next]