| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -0/+28 |
| 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 |
| 2020-06-10 | Rollup merge of #73023 - ayushmishra2005:remove_noisy_suggestion, r=davidtwco | Dylan DPC | -69/+25 |
| 2020-06-10 | Rollup merge of #73005 - Aaron1011:fix/error-overflow, r=estebank | Dylan DPC | -181/+37 |
| 2020-06-10 | Rollup merge of #72897 - lcnr:structurally-match-normalize, r=pnkfelix | Dylan DPC | -0/+23 |
| 2020-06-10 | Rollup merge of #72890 - davidtwco:issue-66202-normalize-and-transparent-impr... | Dylan DPC | -0/+17 |
| 2020-06-10 | Rollup merge of #72789 - petrochenkov:impcand, r=davidtwco | Dylan DPC | -9/+0 |
| 2020-06-10 | Rollup merge of #73122 - doctorn:issue-73116, r=varkor | Dylan DPC | -2/+2 |
| 2020-06-09 | Relate existential associated types with variance Invariant | Santiago Pastorino | -3/+50 |
| 2020-06-09 | Handle assembler warnings properly | Amanieu d'Antras | -1/+16 |
| 2020-06-09 | lint: transitive FFI-safety for transparent types | David Wood | -21/+2 |
| 2020-06-09 | lint: check for unit ret type after normalization | David Wood | -15/+5 |
| 2020-06-09 | improper_ctypes: add test for #66202 | David Wood | -0/+46 |
| 2020-06-09 | Auto merge of #73153 - ecstatic-morse:revert-71956, r=tmandry | bors | -2/+44 |
| 2020-06-09 | Remove noisy suggestion of hash_map #72642 | Ayush Kumar Mishra | -69/+25 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -30/+30 |
| 2020-06-08 | Don't lose empty `where` clause when pretty-printing | Aaron Hill | -0/+39 |
| 2020-06-08 | fixup! Add regression test for const generic ICE in #72819 | Ayaz Hafiz | -1/+1 |
| 2020-06-08 | fixup! Add regression test for const generic ICE in #72819 | Ayaz Hafiz | -0/+3 |
| 2020-06-08 | Add regression test for #73137 | Dylan MacKenzie | -0/+42 |
| 2020-06-08 | Revert #71956 | Dylan MacKenzie | -2/+2 |
| 2020-06-08 | Rollup merge of #72912 - GuillaumeGomez:add-e0755, r=estebank | Dylan DPC | -0/+20 |
| 2020-06-08 | Resolve E0584 conflict | Nathan Corbyn | -2/+2 |
| 2020-06-08 | Rollup merge of #73001 - ilya-bobyr:master, r=dtolnay | Ralf Jung | -1/+10 |
| 2020-06-08 | Rollup merge of #72799 - Aaron1011:feature/span-debug, r=petrochenkov | Ralf Jung | -0/+207 |
| 2020-06-08 | Rollup merge of #72026 - botika:master, r=estebank | Ralf Jung | -1/+108 |
| 2020-06-08 | Auto merge of #73046 - marmeladema:save-analysis-fix-path, r=Xanewok | bors | -0/+27 |
| 2020-06-07 | Add tests for E0758 | Guillaume Gomez | -0/+20 |
| 2020-06-07 | Free `default()` forwarding to `Default::default()` | Ilya Bobyr | -1/+10 |
| 2020-06-06 | Order the Rust and C ABIs first to reduce test churn | Jake Goulding | -12/+12 |
| 2020-06-06 | save_analysis: fix panic in `write_sub_paths_truncated` | marmeladema | -0/+14 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -5/+47 |
| 2020-06-06 | fixup! Add regression test for const generic ICE in #72819 | Ayaz Hafiz | -1/+2 |