| Age | Commit message (Expand) | Author | Lines |
| 2020-11-09 | Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkov | Dylan DPC | -55/+214 |
| 2020-11-08 | Auto merge of #78712 - petrochenkov:visitok, r=Aaron1011 | bors | -0/+121 |
| 2020-11-08 | Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-se | bors | -24/+29 |
| 2020-11-08 | Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkor | Mara Bos | -12/+17 |
| 2020-11-08 | Rollup merge of #78570 - sasurau4:test/check-pass-print-type-size, r=jyn514 | Mara Bos | -12/+12 |
| 2020-11-08 | Auto merge of #78410 - lcnr:revert75443, r=nikomatsakis | bors | -27/+0 |
| 2020-11-07 | Use a semicolon instead of a dash in lint note | Aaron Hill | -4/+4 |
| 2020-11-07 | Don't fire `CONST_ITEM_MUTATION` lint when borrowing a deref | Aaron Hill | -8/+13 |
| 2020-11-07 | Auto merge of #78784 - Mark-Simulacrum:revert-77421, r=petrochenkov | bors | -24/+5 |
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -55/+214 |
| 2020-11-07 | remove FIXME comment of #62277 in print_type_sizez ui tests | Daiki Ihara | -12/+12 |
| 2020-11-06 | Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo... | Mark Rousskov | -24/+5 |
| 2020-11-07 | Rollup merge of #78798 - ankushduacodes:fixing-typo, r=jonas-schievink | Yuki Okushi | -4/+4 |
| 2020-11-07 | Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkor | Yuki Okushi | -5/+18 |
| 2020-11-06 | Fixing Spelling Typos | ankushduacodes | -4/+4 |
| 2020-11-05 | Emit lints in the order in which they occur in the file. | Nadrieril | -4/+4 |
| 2020-11-05 | Fix unreachable sub-branch detection | Nadrieril | -6/+12 |
| 2020-11-05 | Add test | Nadrieril | -4/+11 |
| 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-05 | Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obk | bors | -595/+524 |
| 2020-11-05 | Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk | Mara Bos | -15/+42 |
| 2020-11-05 | Rollup merge of #78739 - hameerabbasi:issue-78654, r=nikomatsakis | Mara Bos | -0/+54 |
| 2020-11-05 | Rollup merge of #78738 - sasurau4:test/move-range-test-to-library-core, r=jyn514 | Mara Bos | -51/+0 |
| 2020-11-05 | Rollup merge of #78425 - chansuke:move_nan, r=jyn514 | Mara Bos | -9/+0 |
| 2020-11-05 | Rollup merge of #76718 - poliorcetics:vec-ui-to-unit-test, r=jyn514 | Mara Bos | -207/+0 |
| 2020-11-05 | update dangling-alloc-id-ice test | Vishnunarayan K I | -15/+2 |
| 2020-11-05 | Move f64::NAN ui tests into `library` | chansuke | -9/+0 |
| 2020-11-04 | Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakis | bors | -1/+1 |
| 2020-11-04 | make intern_const_alloc_recursive return error fix #78655 | Vishnunarayan K I | -0/+40 |
| 2020-11-04 | Fix issue 78654. | Hameer Abbasi | -0/+54 |
| 2020-11-05 | Move range in ui test to ops test in library/core | Daiki Ihara | -51/+0 |
| 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 | review comments | Vishnunarayan K I | -1/+4 |
| 2020-11-03 | add tests | Vishnunarayan K I | -0/+49 |
| 2020-11-03 | preserve bindings order for Some | Vishnunarayan K I | -203/+161 |
| 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-02 | revert #75443 update mir validator | Bastian Kauschke | -27/+0 |
| 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 | new fix method and update tests | Vishnunarayan K I | -81/+81 |
| 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 |