| Age | Commit message (Expand) | Author | Lines |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -79/+160 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -32/+35 |
| 2020-06-15 | Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasper | Ralf Jung | -47/+125 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -56/+624 |
| 2020-06-15 | Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closur... | Ralf Jung | -0/+19 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -5/+70 |
| 2020-06-15 | Rollup merge of #72556 - matthew-mcallister:trait-alias-inherent-impl, r=este... | Ralf Jung | -0/+33 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -42/+453 |
| 2020-06-15 | Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obk | Ralf Jung | -9/+49 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -331/+409 |
| 2020-06-14 | structural_match: non-structural-match ty closures | David Wood | -0/+19 |
| 2020-06-13 | Add tests for `const_precise_live_drops` | Dylan MacKenzie | -9/+49 |
| 2020-06-13 | run const_eval_raw with root_span | Ralf Jung | -4/+4 |
| 2020-06-13 | avoid computing precise span for const_eval query | Ralf Jung | -2/+2 |
| 2020-06-13 | Prefer the associated consts for pattern matching error | Lzu Tao | -134/+134 |
| 2020-06-12 | Rollup merge of #73225 - tmandry:issue-73050, r=oli-obk | Dylan DPC | -0/+12 |
| 2020-06-12 | Rollup merge of #73178 - petrochenkov:explint, r=varkor | Dylan DPC | -0/+83 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -115/+115 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -26/+29 |
| 2020-06-12 | Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievink | bors | -2/+23 |
| 2020-06-11 | Use `fn_span` to point to the actual method call | Aaron Hill | -19/+19 |
| 2020-06-12 | Rollup merge of #73195 - ayazhafiz:i/73145, r=estebank | Dylan DPC | -0/+2025 |
| 2020-06-12 | Rollup merge of #73163 - ayushmishra2005:61137-add-long-error-code-e0724, r=d... | Dylan DPC | -0/+1 |
| 2020-06-12 | Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk | Dylan DPC | -5/+47 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -42/+453 |
| 2020-06-11 | Add long error explanation for E0724 | Ayush Kumar Mishra | -0/+1 |
| 2020-06-11 | Rollup merge of #73230 - Amanieu:asm-unused2, r=petrochenkov | Dylan DPC | -1/+21 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -0/+28 |
| 2020-06-11 | Rollup merge of #73169 - Amanieu:asm-warnings, r=petrochenkov | Dylan DPC | -1/+16 |
| 2020-06-11 | Rollup merge of #73012 - Aaron1011:feature/span-debug-ctxt, r=matthewjasper | Dylan DPC | -30/+30 |
| 2020-06-11 | Fix NLL test | Matthew Jasper | -2/+2 |
| 2020-06-11 | fixup! Provide suggestion to convert numeric op LHS rather than unwrapping RHS | Ayaz Hafiz | -138/+463 |
| 2020-06-11 | Provide suggestion to convert numeric op LHS rather than unwrapping RHS | Ayaz Hafiz | -0/+1700 |
| 2020-06-11 | Add more tests for type alias impl Trait | Matthew Jasper | -0/+132 |
| 2020-06-11 | Forbid lifetime elision in let position impl Trait | Matthew Jasper | -20/+26 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -291/+213 |
| 2020-06-11 | Check associated opaque types in check_opaque_types | Matthew Jasper | -18/+36 |
| 2020-06-11 | Rollup merge of #73164 - GuillaumeGomez:add-e0761, r=petrochenkov | Dylan DPC | -2/+4 |
| 2020-06-11 | Rollup merge of #72941 - nagisa:ensure-stack-for-match, r=oli-obk | Dylan DPC | -0/+5208 |
| 2020-06-11 | Rollup merge of #72380 - lcnr:const_context, r=estebank | Dylan DPC | -23/+24 |
| 2020-06-11 | Auto merge of #71896 - spastorino:existential-assoc-types-variance, r=nikomat... | bors | -3/+50 |
| 2020-06-11 | Add a suggestion to use unused asm arguments in comments | Amanieu d'Antras | -1/+21 |
| 2020-06-10 | Allow inference regions when relating consts | Tyler Mandry | -0/+12 |
| 2020-06-10 | fix rebase | Esteban Küber | -1/+4 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -0/+28 |
| 2020-06-10 | review comments: only suggest one substitution | Esteban Küber | -120/+24 |
| 2020-06-10 | On recursive ADT, provide indirection structured suggestion | Esteban Küber | -46/+217 |
| 2020-06-10 | Add tests for E0762 | Guillaume Gomez | -2/+4 |
| 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 #73070 - ayazhafiz:i/72819, r=nikomatsakis | Dylan DPC | -0/+30 |