| Age | Commit message (Expand) | Author | Lines |
| 2020-10-21 | Unconditionally capture tokens for attributes. | Aaron Hill | -8/+8 |
| 2020-10-19 | Calculate visibilities once in resolve | Vadim Petrochenkov | -22/+4 |
| 2020-10-19 | Auto merge of #77278 - camelid:use-correct-article, r=estebank | bors | -1/+1 |
| 2020-10-16 | Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q... | Dylan DPC | -4/+16 |
| 2020-10-11 | Add hack to keep `actix-web` and `actori-web` compiling | Aaron Hill | -0/+60 |
| 2020-10-11 | Allow skipping extra paren insertion during AST pretty-printing | Aaron Hill | -0/+160 |
| 2020-10-09 | add filter regexes to load-panic-backtraces test | hosseind75 | -6/+0 |
| 2020-10-09 | fix invalid-punct-ident-1 test | hosseind75 | -3/+0 |
| 2020-10-09 | show a message when we are showing limited slice of query stack | hosseind75 | -0/+3 |
| 2020-10-09 | change approach and run ui tests | hosseind75 | -0/+6 |
| 2020-10-09 | add filter regexes to load-panic-backtraces test | hosseind75 | -3/+12 |
| 2020-10-09 | fix invalid-punct-ident-1 test | hosseind75 | -1/+4 |
| 2020-09-29 | Say "doesn't" instead of "wouldn't" in convert message | Camelid | -1/+1 |
| 2020-09-29 | Add article after "to" | Camelid | -1/+1 |
| 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 |