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
/
client.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-11
Replace proc_macro::SourceFile by Span::{file, local_file}.
Mara Bos
-6
/
+0
2024-10-17
Remove TODO in proc_macro now `const_refs_to_static` is stable
GnomedDev
-16
/
+7
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-07-15
lib: replace some `mem::forget`'s with `ManuallyDrop`
Pavel Grigorenko
-3
/
+1
2024-04-11
Call the panic hook for non-unwind panics in proc-macros
Ben Kimock
-1
/
+5
2024-03-23
proc_macro: simplify bridge state
joboet
-68
/
+60
2024-03-04
Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnr
Matthias Krüger
-1
/
+1
2024-03-01
Move `HandleStore` into `server.rs`.
Nicholas Nethercote
-80
/
+5
2024-02-19
Remove `RefMutL` hack in `proc_macro::bridge`
Pavel Grigorenko
-6
/
+1
2024-02-12
constify a couple thread_local statics
Matthias Krüger
-1
/
+1
2024-01-31
Switch OwnedStore handle count to AtomicU32
GnomedDev
-4
/
+5
2022-12-30
Replace libstd, libcore, liballoc in line comments.
jonathanCogan
-1
/
+1
2022-10-05
A tiny fix for `define_client_side`.
Nicholas Nethercote
-2
/
+2
2022-08-06
proc_macro/bridge: send diagnostics over the bridge as a struct
Nika Layzell
-2
/
+0
2022-07-18
proc_macro: stop using a remote object handle for Literal
Nika Layzell
-20
/
+0
2022-07-18
proc_macro: stop using a remote object handle for Ident
Nika Layzell
-1
/
+9
2022-06-26
proc_macro: stop using a remote object handle for Group
Nika Layzell
-7
/
+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
-7
/
+7
2022-06-25
proc_macro: cache static spans in client's thread-local state
Nika Layzell
-55
/
+85
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
Move empty final TokenStream handling to server side of bridge
Nika Layzell
-8
/
+2
2022-06-17
proc_macro: reduce the number of messages required to create, extend, and ite...
Nika Layzell
-10
/
+8
2022-05-27
proc_macro: don't pass a client-side function pointer through the server.
Eduard-Mihai Burtescu
-35
/
+46
2022-05-27
Rename `b` as `buf` in several places.
Nicholas Nethercote
-16
/
+16
2022-05-27
Add some comments about `_marker` fields.
Nicholas Nethercote
-2
/
+6
2022-05-27
Make `Buffer<T>` non-generic.
Nicholas Nethercote
-4
/
+4
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
-5
/
+0
2022-03-25
Avoid negative impls in the bridge
bjorn3
-13
/
+28
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
-2
/
+2
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2020-11-19
Bump bootstrap compiler version
Jake Goulding
-10
/
+5
2020-10-21
switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable
Florian Warzecha
-5
/
+10
2020-09-22
Update library functions with stability attributes
Dylan MacKenzie
-0
/
+5
2020-09-03
Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macro
Aaron Hill
-3
/
+2
2020-08-30
Add `-Z proc-macro-backtrace` to allow showing proc-macro panics
Aaron Hill
-4
/
+6
2020-07-27
mv std libs to library/
mark
-0
/
+480