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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-26
Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr
bors
-1
/
+1
2023-01-16
implement Hash for proc_macro::LineColumn
David Tolnay
-1
/
+1
2023-01-12
Improve proc macro attribute diagnostics
mejrs
-0
/
+1
2022-12-12
Add a "the" to proc_macro documentation
est31
-1
/
+1
2022-11-06
Bump version placeholders to release
Mark Rousskov
-1
/
+1
2022-10-18
Stabilize proc_macro::Span::source_text
est31
-1
/
+1
2022-09-17
Fix typo in proc_macro Span::eq
jam1garner
-1
/
+1
2022-08-19
use <[u8]>::escape_ascii instead of core::ascii::escape_default
KaDiWa
-6
/
+1
2022-07-24
Expose size_hint() for TokenStream's iterator
David Tolnay
-0
/
+8
2022-07-20
Rollup merge of #99516 - m-ou-se:proc-macro-tracked-tracking-issue, r=Mark-Si...
Matthias Krüger
-4
/
+4
2022-07-20
Use new tracking issue for proc_macro::tracked_*.
Mara Bos
-4
/
+4
2022-07-18
proc_macro: Move subspan to be a method on Span in the bridge
Nika Layzell
-6
/
+1
2022-07-18
proc_macro: stop using a remote object handle for Literal
Nika Layzell
-28
/
+110
2022-07-18
proc_macro: stop using a remote object handle for Ident
Nika Layzell
-16
/
+31
2022-07-18
proc_macro: Specialize Punct::to_string
Nika Layzell
-0
/
+7
2022-06-28
review changes
Nika Layzell
-2
/
+6
2022-06-26
proc_macro: stop using a remote object handle for Group
Nika Layzell
-11
/
+15
2022-06-26
proc_macro: stop using a remote object handle for Punct
Nika Layzell
-19
/
+17
2022-06-25
proc_macro: cache static spans in client's thread-local state
Nika Layzell
-1
/
+1
2022-06-17
review fixups
Nika Layzell
-15
/
+15
2022-06-17
Try to reduce codegen complexity of TokenStream's FromIterator and Extend impls
Nika Layzell
-16
/
+92
2022-06-17
proc_macro: reduce the number of messages required to create, extend, and ite...
Nika Layzell
-24
/
+54
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-06-02
Revert #96682.
Nicholas Nethercote
-3
/
+2
2022-05-04
Show invisible delimeters (within comments) when pretty printing.
Nicholas Nethercote
-2
/
+3
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-2
/
+2
2022-04-09
Rollup merge of #95308 - bjorn3:more_stable_proc_macro, r=Mark-Simulacrum
Dylan DPC
-3
/
+3
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-2
/
+0
2022-03-25
Add note about feature gates
bjorn3
-0
/
+3
2022-03-25
Remove usage of extern_types feature gate
bjorn3
-1
/
+0
2022-03-25
Remove usage of panic_update_hook feature gate
bjorn3
-1
/
+0
2022-03-25
Remove unused auto_traits feature gate
bjorn3
-1
/
+0
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-4
/
+4
2022-03-07
Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound
Eric Holk
-2
/
+2
2022-01-07
Implement panic::update_hook
Badel2
-0
/
+1
2021-12-14
made compiler happy
Anuvrat
-1
/
+0
2021-11-12
proc_macro: Add an expand_expr method to TokenStream
Nika Layzell
-7
/
+41
2021-10-25
Append .0 to unsuffixed float if it would otherwise become int token
David Tolnay
-2
/
+10
2021-10-10
Stabilize proc_macro::is_available
bjorn3
-1
/
+1
2021-09-10
Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnay
Manish Goregaokar
-0
/
+12
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-04
Auto merge of #87712 - est31:line-column-1-based, r=petrochenkov
bors
-4
/
+10
2021-08-03
Remove space after negative sign in Literal to_string
David Tolnay
-1
/
+1
2021-08-03
Make the UTF-8 statement more explicit and explicitly test for it
est31
-2
/
+2
2021-08-03
Make columns 1 based
est31
-3
/
+9
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-9
/
+9
2021-07-28
Add tracking issue number to proc_macro_span_shrink.
Mara Bos
-2
/
+2
2021-07-03
Rollup merge of #84029 - drahnr:master, r=petrochenkov
Yuki Okushi
-0
/
+14
2021-07-02
add track_path::path fn for proc-macro usage
Bernhard Schuster
-0
/
+14
2021-07-01
Stabilize `Bound::cloned()`
Aris Merchant
-1
/
+0
[next]