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
/
src
/
test
/
ui
/
proc-macro
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+38
2021-11-12
proc_macro: Add an expand_expr method to TokenStream
Nika Layzell
-0
/
+81
2021-11-05
Add test to confirm fnn_unsuffixed does not emit exponent notation
David Tolnay
-0
/
+6
2021-10-25
Append .0 to unsuffixed float if it would otherwise become int token
David Tolnay
-0
/
+4
2021-10-10
Stabilize proc_macro::is_available
bjorn3
-1
/
+0
2021-08-04
Auto merge of #87712 - est31:line-column-1-based, r=petrochenkov
bors
-0
/
+37
2021-08-03
Remove space after negative sign in Literal to_string
David Tolnay
-3
/
+3
2021-08-03
Auto merge of #87262 - dtolnay:negative, r=Aaron1011
bors
-0
/
+11
2021-08-03
Add tests
est31
-0
/
+37
2021-07-18
Support negative numbers in Literal::from_str
David Tolnay
-0
/
+11
2021-07-17
Add test for `#[allow]` for warnings on attribute macro
Aaron Hill
-0
/
+19
2021-05-19
Add proc macro Literal parse test
David Tolnay
-0
/
+27
2021-05-19
Make a more meaningful test for Punct eq
David Tolnay
-5
/
+5
2021-05-19
Move proc_macro tests to ui test
David Tolnay
-0
/
+25
2021-05-19
Make a ui test to take the role of libproc_macro #[test] tests
David Tolnay
-0
/
+16
2021-05-15
Remove some unncessary spaces from pretty-printed tokenstream output
Aaron Hill
-4
/
+4
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-0
/
+80
2021-04-10
Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkov
bors
-0
/
+22
2021-04-10
Expand derive invocations in left-to-right order
Aaron Hill
-0
/
+22
2021-04-10
Add some proc-macro attribute token handling tests
Aaron Hill
-1
/
+3
2021-04-07
Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkor
Dylan DPC
-0
/
+19
2021-04-01
Rollup merge of #83015 - hyd-dev:test-79825-81555, r=Aaron1011
Dylan DPC
-0
/
+14
2021-03-30
Add a regression test for issue-75801
JohnTitor
-0
/
+13
2021-03-29
Do not emit the advanced diagnostics on macros
JohnTitor
-0
/
+19
2021-03-26
Always preserve `None`-delimited groups in a captured `TokenStream`
Aaron Hill
-4
/
+5
2021-03-21
Perform 'deep recollection' in test helper macros
Aaron Hill
-1
/
+32
2021-03-11
Add regression test for https://github.com/rust-lang/rust/issues/79825
hyd-dev
-0
/
+14
2021-02-28
Add more proc-macro attribute tests
Aaron Hill
-0
/
+14
2021-02-23
Add tests
Vadim Petrochenkov
-6
/
+16
2021-01-28
Clone entire `TokenCursor` when collecting tokens
Aaron Hill
-0
/
+23
2020-12-05
Add a regression test for issue-66286
Yuki Okushi
-0
/
+14
2020-11-28
Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov
bors
-4
/
+4
2020-11-26
Use custom macro instead of println
Aaron Hill
-4
/
+4
2020-11-23
Cache pretty-print/retokenize result to avoid compile time blowup
Aaron Hill
-0
/
+16
2020-11-03
Expand `NtExpr` tokens only in key-value attributes
Vadim Petrochenkov
-0
/
+6
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-0
/
+89
2020-08-03
Stabilize Ident::new_raw
Aaron Hill
-0
/
+35
2020-07-26
Add test for serializing hygiene *into* a proc-macro crate
Aaron Hill
-1
/
+10
2020-07-01
Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov
Manish Goregaokar
-0
/
+33
2020-07-01
Handle `None`-delimited groups when parsing `macro_rules!` macro
Aaron Hill
-0
/
+12
2020-07-01
Insert NoDelim groups around nonterminals when lowering macro_rules
Aaron Hill
-0
/
+21
2020-07-01
expand: Stop using nonterminals for passing tokens to attribute and derive ma...
Vadim Petrochenkov
-22
/
+21
2020-06-30
Add force-host to test aux file used by proc-macro
Aaron Hill
-0
/
+2
2020-06-29
Serialize all foreign `SourceFile`s into proc-macro crate metadata
Aaron Hill
-0
/
+22
2020-06-15
Always capture tokens for `macro_rules!` arguments
Aaron Hill
-0
/
+80
2020-05-31
test-macros: Avoid always producing errors in `#[derive(Print)]`
Vadim Petrochenkov
-1
/
+2
2020-05-03
Stabilize fn-like proc macros in expression, pattern and statement positions
Vadim Petrochenkov
-5
/
+2
2020-04-26
Stabilize `Span::mixed_site`
Vadim Petrochenkov
-1
/
+0
2020-04-25
Add a test for `Span::resolved_at` and `Span::located_at`
Vadim Petrochenkov
-0
/
+32
2020-04-21
proc_macro::is_available()
David Tolnay
-0
/
+14
[next]