| Age | Commit message (Expand) | Author | Lines |
| 2021-02-02 | Rollup merge of #81608 - Aaron1011:macro-res-parse-err, r=davidtwco | Jonas Schievink | -1/+28 |
| 2021-02-02 | Bless tests | Danuel | -3/+3 |
| 2021-02-01 | Fixed #[inline] to be warned in fields, arms, macro defs | Danuel | -2/+13 |
| 2021-01-31 | Improve handling of spans around macro result parse errors | Aaron Hill | -1/+28 |
| 2021-01-28 | Clone entire `TokenCursor` when collecting tokens | Aaron Hill | -0/+40 |
| 2021-01-20 | Force token collection to run when parsing nonterminals | Aaron Hill | -0/+130 |
| 2021-01-17 | resolve: Reject ambiguity built-in attr vs different built-in attr | Vadim Petrochenkov | -2/+20 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -5/+5 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -3/+5 |
| 2021-01-09 | Synthesize a `TokenStream` for `StmtKind::Empty` | Aaron Hill | -0/+40 |
| 2021-01-07 | rustc_parse: Better spans for synthesized token streams | Vadim Petrochenkov | -137/+137 |
| 2020-12-19 | Auto merge of #79073 - davidtwco:issue-78957-const-param-attrs, r=lcnr | bors | -5/+13 |
| 2020-12-12 | Properly capture trailing 'unglued' token | Aaron Hill | -0/+48 |
| 2020-12-05 | Add a regression test for issue-66286 | Yuki Okushi | -0/+39 |
| 2020-11-29 | passes: prohibit attrs on generic params | David Wood | -5/+13 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -99/+346 |
| 2020-11-26 | Use custom macro instead of println | Aaron Hill | -141/+152 |
| 2020-11-26 | Add additional semicolon test | Aaron Hill | -108/+126 |
| 2020-11-26 | Only eat semicolons for statements that need them | Aaron Hill | -6/+1 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -74/+297 |
| 2020-11-26 | Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkov | bors | -0/+50 |
| 2020-11-24 | Invoke attributes on the statement for statement items | Aaron Hill | -4/+524 |
| 2020-11-23 | Cache pretty-print/retokenize result to avoid compile time blowup | Aaron Hill | -0/+50 |
| 2020-11-20 | rustc_expand: Mark inner `#![test]` attributes as soft-unstable | Vadim Petrochenkov | -1/+16 |
| 2020-11-19 | resolve: Centralize some error reporting for unexpected macro resolutions | Vadim Petrochenkov | -16/+16 |
| 2020-11-06 | More detailed output for the nonterminal marking test | Vadim Petrochenkov | -1/+95 |
| 2020-11-06 | rustc_ast: Visit tokens stored in AST nodes in mutable visitor | Vadim Petrochenkov | -0/+27 |
| 2020-11-04 | Auto merge of #78677 - Aaron1011:fix/capture-inner-attrs, r=petrochenkov | bors | -0/+118 |
| 2020-11-03 | Rollup merge of #78376 - Aaron1011:feature/consistent-empty-expr, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2020-11-03 | Expand `NtExpr` tokens only in key-value attributes | Vadim Petrochenkov | -0/+85 |
| 2020-11-02 | Use reparsed `TokenStream` if we captured any inner attributes | Aaron Hill | -0/+118 |
| 2020-11-02 | Treat trailing semicolon as a statement in macro call | Aaron Hill | -1/+1 |
| 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 |