| Age | Commit message (Expand) | Author | Lines |
| 2020-06-12 | Rollup merge of #73195 - ayazhafiz:i/73145, r=estebank | Dylan DPC | -50/+2126 |
| 2020-06-12 | Rollup merge of #73187 - mati865:bootstrap-cleanup, r=Mark-Simulacrum | Dylan DPC | -6/+0 |
| 2020-06-12 | Rollup merge of #73163 - ayushmishra2005:61137-add-long-error-code-e0724, r=d... | Dylan DPC | -1/+26 |
| 2020-06-12 | Rollup merge of #73036 - alexcrichton:update-wasm-fence, r=Mark-Simulacrum | Dylan DPC | -8/+0 |
| 2020-06-12 | Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk | Dylan DPC | -45/+78 |
| 2020-06-11 | Add long error explanation for E0724 | Ayush Kumar Mishra | -1/+26 |
| 2020-06-11 | Rollup merge of #73230 - Amanieu:asm-unused2, r=petrochenkov | Dylan DPC | -21/+54 |
| 2020-06-11 | Rollup merge of #73207 - GuillaumeGomez:cleanup-e0648, r=Dylan-DPC | Dylan DPC | -1/+10 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -146/+243 |
| 2020-06-11 | Rollup merge of #73169 - Amanieu:asm-warnings, r=petrochenkov | Dylan DPC | -15/+124 |
| 2020-06-11 | Rollup merge of #73097 - Mark-Simulacrum:clippy-fail, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-06-11 | Rollup merge of #73012 - Aaron1011:feature/span-debug-ctxt, r=matthewjasper | Dylan DPC | -47/+75 |
| 2020-06-11 | Rollup merge of #72180 - euclio:rustdoc-test-extra-space, r=Dylan-DPC | Dylan DPC | -1/+27 |
| 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 | -50/+1801 |
| 2020-06-11 | Rollup merge of #73219 - RalfJung:cargo-json, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2020-06-11 | Rollup merge of #73208 - qm3ster:patch-1, r=Amanieu | Dylan DPC | -1/+2 |
| 2020-06-11 | Rollup merge of #73183 - Manishearth:intra-doc-macro, r=GuillaumeGomez | Dylan DPC | -28/+134 |
| 2020-06-11 | Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC | Dylan DPC | -34/+25 |
| 2020-06-11 | Rollup merge of #73164 - GuillaumeGomez:add-e0761, r=petrochenkov | Dylan DPC | -3/+27 |
| 2020-06-11 | Rollup merge of #73155 - marmeladema:save-analysis-various-fixes, r=Xanewok | Dylan DPC | -77/+142 |
| 2020-06-11 | Rollup merge of #73080 - ertos-rs:sean.wilson/devel/external_doc-ref-fix, r=o... | Dylan DPC | -1/+1 |
| 2020-06-11 | Rollup merge of #72976 - GuillaumeGomez:cleanup-e0642, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-11 | Rollup merge of #72941 - nagisa:ensure-stack-for-match, r=oli-obk | Dylan DPC | -23/+5233 |
| 2020-06-11 | Rollup merge of #72380 - lcnr:const_context, r=estebank | Dylan DPC | -245/+228 |
| 2020-06-11 | Auto merge of #71896 - spastorino:existential-assoc-types-variance, r=nikomat... | bors | -5/+52 |
| 2020-06-11 | Add a suggestion to use unused asm arguments in comments | Amanieu d'Antras | -19/+50 |
| 2020-06-11 | Update src/libcore/num/mod.rs | Amanieu d'Antras | -2/+2 |
| 2020-06-11 | Auto merge of #73198 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-06-11 | Cleanup docs | Amanieu d'Antras | -2/+4 |
| 2020-06-10 | Fix test | Aaron Hill | -0/+2 |
| 2020-06-10 | Auto merge of #73206 - Dylan-DPC:rollup-rha9g8q, r=Dylan-DPC | bors | -313/+328 |
| 2020-06-10 | Clippy fixes | Aaron Hill | -5/+5 |
| 2020-06-10 | Add doc comments | Aaron Hill | -1/+5 |
| 2020-06-10 | Fix pprust-expr-roundtrip | Aaron Hill | -2/+2 |
| 2020-06-10 | Update Clippy for MethodCall changes | Aaron Hill | -89/+89 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -50/+141 |
| 2020-06-10 | x.py: with --json-output, forward cargo's JSON | Ralf Jung | -1/+7 |
| 2020-06-10 | Add tests for macro@ and derive@ | Manish Goregaokar | -1/+7 |
| 2020-06-10 | Fix emcc failure for wasm32. | Eric Huss | -0/+3 |
| 2020-06-10 | Fix doctest template | Mihail Malo | -1/+2 |
| 2020-06-10 | Add tests for E0762 | Guillaume Gomez | -2/+4 |
| 2020-06-10 | Create new error code E0762 for unterminated char literals | Guillaume Gomez | -1/+23 |
| 2020-06-10 | Clean up E0648 explanation | Guillaume Gomez | -1/+10 |
| 2020-06-10 | Rollup merge of #73184 - mati865:fix-mingw-libs-order, r=petrochenkov | Dylan DPC | -1/+1 |
| 2020-06-10 | Rollup merge of #73157 - Aaron1011:where-oh-where-has-my-little-span-gone, r=... | Dylan DPC | -7/+68 |
| 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 | -70/+28 |
| 2020-06-10 | Rollup merge of #73005 - Aaron1011:fix/error-overflow, r=estebank | Dylan DPC | -181/+55 |
| 2020-06-10 | Rollup merge of #72897 - lcnr:structurally-match-normalize, r=pnkfelix | Dylan DPC | -1/+27 |