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
/
src
/
test
/
ui
/
proc-macro
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-2795
/
+0
2022-11-29
fix #104884, Avoid Invalid code suggested when encountering unsatisfied trait...
yukang
-0
/
+23
2022-09-04
proc_macro/bridge: use the cross-thread executor for nested proc-macros
Nika Layzell
-3
/
+20
2022-08-08
add regression test for #79148
Takayuki Maeda
-0
/
+19
2022-07-31
Remove workarounds for issue 59998
bjorn3
-0
/
+13
2022-06-24
proc_macro: Fix expand_expr expansion of bool literals
Nika Layzell
-1
/
+70
2022-06-16
Do not suggest adding semicolon/changing delimiters for macros in item positi...
Chayim Refael Friedman
-0
/
+26
2022-06-02
Revert #96682.
Nicholas Nethercote
-21
/
+8
2022-05-04
Show invisible delimeters (within comments) when pretty printing.
Nicholas Nethercote
-8
/
+21
2022-03-26
Use str and char's Debug impl to format literals
David Tolnay
-6
/
+6
2022-03-26
Add test for proc_macro Literal string and character constructors
David Tolnay
-0
/
+11
2022-03-03
Adjusted diagnostic output so that if there is no `use` in a item sequence,
Felix S. Klock II
-0
/
+14
2021-12-05
Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgr
bors
-2
/
+2
2021-12-04
Use IntoIterator for array impl everywhere.
Mara Bos
-1
/
+2
2021-12-01
Pretty print empty blocks as {}
David Tolnay
-2
/
+2
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
[next]