| Age | Commit message (Expand) | Author | Lines |
| 2020-03-15 | rustc: tweak comments on InstanceDef. | Ana-Maria Mihalache | -12/+9 |
| 2020-03-15 | rustc: don't resolve Instances which would produce malformed shims. | Eduard-Mihai Burtescu | -32/+86 |
| 2020-03-15 | Auto merge of #70024 - Centril:rollup-cppmaxr, r=Centril | bors | -377/+459 |
| 2020-03-15 | Rollup merge of #70018 - LukasKalbertodt:fix-once-is-complete-since, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-15 | Rollup merge of #70013 - ecstatic-morse:check-consts-feature-gate, r=oli-obk | Mazdak Farrokhzad | -29/+32 |
| 2020-03-15 | Rollup merge of #70011 - petrochenkov:asyncice, r=Centril | Mazdak Farrokhzad | -61/+35 |
| 2020-03-15 | Rollup merge of #70006 - petrochenkov:fresh, r=Centril | Mazdak Farrokhzad | -24/+123 |
| 2020-03-15 | Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril | Mazdak Farrokhzad | -60/+21 |
| 2020-03-15 | Rollup merge of #69661 - lopopolo:string-from-mut-str, r=sfackler | Mazdak Farrokhzad | -0/+11 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -197/+200 |
| 2020-03-15 | Rollup merge of #69528 - HeroicKatora:finalize-ref-cell, r=dtolnay | Mazdak Farrokhzad | -5/+36 |
| 2020-03-15 | Auto merge of #69961 - RalfJung:miri, r=RalfJung | bors | -9/+7 |
| 2020-03-15 | update miri | Ralf Jung | -9/+7 |
| 2020-03-15 | resolve: Prevent fresh bindings from shadowing ambiguity items | Vadim Petrochenkov | -24/+123 |
| 2020-03-15 | Fix "since" field for `Once::is_complete`'s `#[stable]` attribute | Lukas Kalbertodt | -1/+1 |
| 2020-03-15 | Rollup merge of #69993 - ayushmishra2005:doc/61137-add-long-error-code-e0693,... | Dylan DPC | -1/+21 |
| 2020-03-15 | Rollup merge of #69991 - contrun:fix-69980, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-15 | Rollup merge of #69967 - mark-i-m:rinfctx, r=matthewjasper | Dylan DPC | -10/+77 |
| 2020-03-15 | Rollup merge of #69498 - mark-i-m:describe-it-2, r=matthewjasper | Dylan DPC | -177/+177 |
| 2020-03-15 | Rollup merge of #69471 - nnethercote:rm-sip-Hasher-short_write, r=dtolnay | Dylan DPC | -46/+7 |
| 2020-03-15 | Rollup merge of #69357 - tmiasko:debuginfo-column, r=michaelwoerister | Dylan DPC | -43/+97 |
| 2020-03-15 | def_collector: Fully visit async functions | Vadim Petrochenkov | -61/+35 |
| 2020-03-14 | Return feature gate as a `Symbol` | Dylan MacKenzie | -29/+32 |
| 2020-03-14 | Auto merge of #69999 - RalfJung:miri-unwind, r=oli-obk | bors | -50/+98 |
| 2020-03-14 | Auto merge of #69076 - cjgillot:split_trait, r=matthewjasper | bors | -4690/+5559 |
| 2020-03-14 | Auto merge of #69923 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -10/+10 |
| 2020-03-14 | Trim dependencies and features. | Camille GILLOT | -20/+4 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -83/+136 |
| 2020-03-14 | Split librustc_infer. | Camille GILLOT | -1065/+1844 |
| 2020-03-14 | Move rustc_infer::traits to new crate rustc_trait_selection. | Camille GILLOT | -0/+35 |
| 2020-03-14 | Mode ProjectionCache to its own module. | Camille GILLOT | -184/+198 |
| 2020-03-14 | Move traits::query::outlives_bounds::explicit_outlives_bounds to infer::outli... | Camille GILLOT | -23/+29 |
| 2020-03-14 | Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting. | Camille GILLOT | -87/+85 |
| 2020-03-14 | Move IntercrateAmbiguityCause back to rustc::traits::select. | Camille GILLOT | -41/+41 |
| 2020-03-14 | fix comment, rustfmt | Ralf Jung | -3/+2 |
| 2020-03-14 | adjust Miri to needs of changed unwinding strategy | Ralf Jung | -26/+19 |
| 2020-03-14 | update panicking comments in libstd | Ralf Jung | -8/+7 |
| 2020-03-14 | adjust Miri interaction with panic runtime | Ralf Jung | -16/+47 |
| 2020-03-14 | add Scalar::from methods for signed integers | Ralf Jung | -0/+26 |
| 2020-03-14 | Auto merge of #69744 - ecstatic-morse:fix-enum-discr-effect-test, r=oli-obk | bors | -0/+43 |
| 2020-03-14 | Add long error explanation for E0693 #61137 | Ayush Kumar Mishra | -1/+21 |
| 2020-03-14 | Auto merge of #69716 - jonas-schievink:generator-size, r=tmandry | bors | -31/+120 |
| 2020-03-14 | fix E0117 message out of sync | YI | -1/+1 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -370/+368 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -60/+21 |
| 2020-03-13 | Auto merge of #69986 - JohnTitor:rollup-h0809mf, r=JohnTitor | bors | -237/+356 |
| 2020-03-14 | Rollup merge of #69974 - GuillaumeGomez:cleanup-e0434, r=Dylan-DPC | Yuki Okushi | -6/+4 |
| 2020-03-14 | Rollup merge of #69973 - tspiteri:const-int-conversion-since, r=dtolnay | Yuki Okushi | -12/+12 |
| 2020-03-14 | Rollup merge of #69966 - JohnTitor:more-more-tests, r=Centril | Yuki Okushi | -0/+128 |
| 2020-03-14 | Rollup merge of #69960 - RalfJung:abort, r=oli-obk | Yuki Okushi | -9/+6 |