| Age | Commit message (Expand) | Author | Lines |
| 2020-06-27 | Don't implement Fn* for unsafe #[target_feature] functions | Caleb Zulawski | -5/+6 |
| 2020-06-13 | Add error note when trying fn as Fn trait | Caleb Zulawski | -4/+74 |
| 2020-06-13 | Don't implement Fn* traits for #[target_feature] functions | Caleb Zulawski | -1/+78 |
| 2020-06-13 | Auto merge of #73277 - RalfJung:miri-caller-location, r=oli-obk | bors | -18/+18 |
| 2020-06-12 | Auto merge of #73262 - wesleywiser:simplifyarmidentity_beta_regression, r=oli... | bors | -62/+87 |
| 2020-06-12 | Disable the `SimplifyArmIdentity` pass on beta | Wesley Wiser | -62/+87 |
| 2020-06-12 | fix caller_location intrinsic for Miri | Ralf Jung | -18/+18 |
| 2020-06-12 | Rollup merge of #73236 - GuillaumeGomez:cleanup-e0666, r=Dylan-DPC | Dylan DPC | -7/+11 |
| 2020-06-12 | Rollup merge of #73225 - tmandry:issue-73050, r=oli-obk | Dylan DPC | -10/+13 |
| 2020-06-12 | Rollup merge of #73178 - petrochenkov:explint, r=varkor | Dylan DPC | -26/+146 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -518/+485 |
| 2020-06-12 | Auto merge of #73266 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-06-11 | Update cargo | Eric Huss | -0/+0 |
| 2020-06-12 | Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievink | bors | -5/+200 |
| 2020-06-12 | Rollup merge of #73254 - jyn514:local-def-id-comment, r=lcnr | Dylan DPC | -0/+2 |
| 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 comment about LocalDefId -> DefId | Joshua Nelson | -0/+2 |
| 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 | Clean up E0666 explanation | Guillaume Gomez | -7/+11 |
| 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-10 | Allow inference regions when relating consts | Tyler Mandry | -10/+13 |
| 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 |