| Age | Commit message (Expand) | Author | Lines |
| 2020-09-28 | Fix recursive nonterminal expansion during pretty-print/reparse check | Aaron Hill | -0/+86 |
| 2020-09-26 | Test more attributes in test issue-75930-derive-cfg.rs | Aaron Hill | -6/+1652 |
| 2020-09-21 | Record `tcx.def_span` instead of `item.span` in crate metadata | Aaron Hill | -3/+3 |
| 2020-09-13 | Auto merge of #76658 - Aaron1011:fix/encode-dummy-loc-span, r=lcnr | bors | -157/+159 |
| 2020-09-13 | Auto merge of #76585 - Aaron1011:ignore-vert-plus, r=petrochenkov | bors | -0/+149 |
| 2020-09-12 | Properly encode spans with a dummy location and non-root `SyntaxContext` | Aaron Hill | -157/+159 |
| 2020-09-10 | Fully integrate token collection for additional AST structs | Aaron Hill | -10/+322 |
| 2020-09-10 | Ignore `|` and `+` tokens during proc-macro pretty-print check | Aaron Hill | -0/+149 |
| 2020-09-10 | Syntactically permit unsafety on mods | David Tolnay | -0/+116 |
| 2020-09-09 | Auto merge of #76406 - GuillaumeGomez:create-e0774, r=pickfire,jyn514 | bors | -3/+4 |
| 2020-09-08 | Update tests | Guillaume Gomez | -3/+4 |
| 2020-09-04 | Account for version number in NtIdent hack | Aaron Hill | -7/+43 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -10/+12 |
| 2020-09-01 | Auto merge of #76010 - Aaron1011:fix/cfg-generic-param, r=petrochenkov | bors | -0/+251 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+32 |
| 2020-08-30 | Run cfg-stripping on generic parameters before invoking derive macros | Aaron Hill | -0/+251 |
| 2020-08-23 | Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebank | bors | -1/+1 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -1/+1 |
| 2020-08-22 | Add backwards-compat hack for certain '$name' tokens | Aaron Hill | -0/+60 |
| 2020-08-22 | Recursively expand `TokenKind::Interpolated` (take 2) | Aaron Hill | -62/+112 |
| 2020-08-20 | Capture tokens for Pat used in macro_rules! argument | Aaron Hill | -2/+55 |
| 2020-08-10 | Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkov | bors | -10/+2 |
| 2020-08-10 | Do not suggest similarly named enclosing item | Esteban Küber | -10/+2 |
| 2020-08-09 | Remove normalization of `Span` debug output in proc-macro tests | Aaron Hill | -163/+233 |
| 2020-08-06 | Add some comments for magic numbers + Add tests | Vadim Petrochenkov | -0/+78 |
| 2020-08-03 | Stabilize Ident::new_raw | Aaron Hill | -0/+61 |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -2/+2 |
| 2020-07-27 | mv std libs to library/ | mark | -5/+5 |
| 2020-07-26 | Normalize the test output of hygiene-related tests | Aaron Hill | -194/+142 |
| 2020-07-26 | Remove explicit `extern crate` from proc-macro test | Aaron Hill | -3/+1 |
| 2020-07-26 | Add test for serializing hygiene *into* a proc-macro crate | Aaron Hill | -12/+61 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -117/+124 |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -2/+2 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -1/+266 |
| 2020-07-01 | Handle `None`-delimited groups when parsing `macro_rules!` macro | Aaron Hill | -0/+24 |
| 2020-07-01 | Don't print additional spaces when pretty-printing NoDelim groups | Aaron Hill | -3/+1 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -0/+243 |
| 2020-07-01 | expand: Stop using nonterminals for passing tokens to attribute and derive ma... | Vadim Petrochenkov | -42/+31 |
| 2020-06-30 | Add force-host to test aux file used by proc-macro | Aaron Hill | -2/+4 |
| 2020-06-29 | Normalize symbol ids to 0 in test stdout | Aaron Hill | -9/+13 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -1/+81 |
| 2020-06-15 | Always capture tokens for `macro_rules!` arguments | Aaron Hill | -0/+179 |
| 2020-06-11 | Rollup merge of #73012 - Aaron1011:feature/span-debug-ctxt, r=matthewjasper | Dylan DPC | -30/+30 |
| 2020-06-10 | Rollup merge of #73157 - Aaron1011:where-oh-where-has-my-little-span-gone, r=... | Dylan DPC | -0/+39 |
| 2020-06-10 | Rollup merge of #72789 - petrochenkov:impcand, r=davidtwco | Dylan DPC | -4/+0 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -30/+30 |
| 2020-06-08 | Don't lose empty `where` clause when pretty-printing | Aaron Hill | -0/+39 |
| 2020-06-04 | Add `-Z span-debug` to allow for easier debugging of proc macros | Aaron Hill | -0/+207 |
| 2020-05-31 | Add a test for `$:ident` in proc macro input | Vadim Petrochenkov | -0/+94 |