| Age | Commit message (Expand) | Author | Lines |
| 2020-11-04 | Auto merge of #78677 - Aaron1011:fix/capture-inner-attrs, r=petrochenkov | bors | -0/+118 |
| 2020-11-03 | Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-se | bors | -46/+111 |
| 2020-11-03 | Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obk | Mara Bos | -31/+75 |
| 2020-11-03 | Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-impl, r=es... | Mara Bos | -15/+36 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -0/+27 |
| 2020-11-03 | Rollup merge of #78663 - Aaron1011:fix/cap-future-compat, r=tmandry | Yuki Okushi | -0/+21 |
| 2020-11-03 | Rollup merge of #78575 - tmiasko:compiletest-rustc-env, r=Aaron1011 | Yuki Okushi | -3/+30 |
| 2020-11-03 | Rollup merge of #78376 - Aaron1011:feature/consistent-empty-expr, r=petrochenkov | Yuki Okushi | -1/+28 |
| 2020-11-03 | Expand `NtExpr` tokens only in key-value attributes | Vadim Petrochenkov | -1/+251 |
| 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/+28 |
| 2020-11-02 | Improve deprecation attribute diagnostic messages. | Mara Bos | -15/+7 |
| 2020-11-02 | Auto merge of #78661 - JohnTitor:rollup-er2isja, r=JohnTitor | bors | -55/+25 |
| 2020-11-02 | Only separate notes if span is multiline | Yuki Okushi | -6/+3 |
| 2020-11-02 | Add "this has type `{}` which {}" note | Yuki Okushi | -0/+13 |
| 2020-11-02 | Address some code reviews | Yuki Okushi | -16/+4 |
| 2020-11-02 | Separate complex multispan into some notes | Yuki Okushi | -25/+30 |
| 2020-11-02 | Avoid complex diagnostics in snippets which contain newlines | Yuki Okushi | -0/+56 |
| 2020-11-02 | Fix ICE when a future-incompat-report has its command-line level capped | Aaron Hill | -0/+21 |
| 2020-11-02 | Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011 | Yuki Okushi | -55/+25 |
| 2020-11-01 | Corrected suggestion for generic parameters in `function_item_references` lint | Ayrton | -31/+75 |
| 2020-11-01 | Add delay_span_bug to no longer ICE | kadmin | -0/+16 |
| 2020-11-01 | Add test for #[deprecated] attribute on trait impl block. | Mara Bos | -1/+18 |
| 2020-11-01 | Use the right span for errors about #[deprecated] attributes. | Mara Bos | -14/+26 |
| 2020-11-01 | Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix | bors | -0/+142 |
| 2020-11-01 | Auto merge of #78553 - Nadrieril:fix-78549, r=varkor | bors | -6/+31 |
| 2020-11-01 | Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov | bors | -22/+69 |
| 2020-11-01 | Fix #78549 | Nadrieril | -6/+31 |
| 2020-11-01 | Do not remove tokens before AST json serialization | Vadim Petrochenkov | -55/+25 |
| 2020-10-31 | Rollup merge of #78526 - Aaron1011:fix/assoc-tokens, r=estebank | Mara Bos | -0/+34 |
| 2020-10-31 | Auto merge of #76257 - JulianKnodt:i75777, r=Dylan-DPC | bors | -0/+60 |
| 2020-10-30 | Always pass `-Z future-incompat-report` to UI tests | Aaron Hill | -28/+26 |
| 2020-10-30 | Update into-iter-on-arrays test to check future-incompat-report | Aaron Hill | -1/+143 |
| 2020-10-30 | Some work | Aaron Hill | -12/+14 |
| 2020-10-30 | Auto merge of #78562 - JohnTitor:rollup-otg906u, r=JohnTitor | bors | -21/+28 |
| 2020-10-30 | Rollup merge of #78545 - jackh726:anonymous, r=oli-obk | Yuki Okushi | -16/+16 |
| 2020-10-30 | Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011 | Yuki Okushi | -1/+2 |
| 2020-10-30 | Rollup merge of #78523 - estebank:fix-return-type-parse-regression, r=dtolnay | Yuki Okushi | -4/+10 |
| 2020-10-30 | Add regression test | kadmin | -0/+60 |
| 2020-10-30 | Auto merge of #78393 - SNCPlay42:match-if-guard, r=tmandry | bors | -1/+20 |
| 2020-10-30 | Auto merge of #78432 - sexxi-goose:fix-77993-take3, r=nikomatsakis | bors | -0/+45 |
| 2020-10-30 | Add a test for compiletest rustc-env & unset-rustc-env directives | Tomasz Miąsko | -0/+27 |
| 2020-10-30 | Move compiletest meta tests to a separate directory | Tomasz Miąsko | -3/+3 |
| 2020-10-29 | Make anonymous binders start at 0 | Jack Huey | -16/+16 |
| 2020-10-29 | Rollup merge of #78431 - Rustin-Liu:rustin-patch-lint, r=estebank | Jonas Schievink | -4/+4 |
| 2020-10-29 | Rollup merge of #78422 - estebank:fix-78372, r=pnkfelix | Jonas Schievink | -0/+76 |
| 2020-10-29 | Strip tokens from trait and impl items before printing AST JSON | Aaron Hill | -0/+34 |
| 2020-10-29 | Add regression test | Esteban Küber | -0/+6 |
| 2020-10-29 | Revert invalid `fn` return type parsing change | Esteban Küber | -4/+4 |
| 2020-10-29 | Auto merge of #78512 - JohnTitor:rollup-a7qwjah, r=JohnTitor | bors | -45/+359 |