| Age | Commit message (Expand) | Author | Lines |
| 2022-06-23 | Rollup merge of #97636 - nnethercote:revert-96682, r=dtolnay | Dylan DPC | -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 |
| 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 |