| Age | Commit message (Expand) | Author | Lines |
| 2020-03-21 | Rollup merge of #70138 - RalfJung:throw-not-return, r=oli-obk | Mazdak Farrokhzad | -6/+6 |
| 2020-03-21 | Rollup merge of #70089 - eddyb:closure-sig-infer, r=nikomatsakis | Mazdak Farrokhzad | -5/+3 |
| 2020-03-21 | Rollup merge of #69934 - andjo403:inlinecost, r=wesleywiser | Mazdak Farrokhzad | -2/+17 |
| 2020-03-21 | Rollup merge of #70189 - RalfJung:is_signed, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum | Mazdak Farrokhzad | -14/+12 |
| 2020-03-21 | Rollup merge of #70165 - matthewjasper:erase-more, r=nikomatsakis | Mazdak Farrokhzad | -84/+21 |
| 2020-03-21 | Rollup merge of #70139 - RalfJung:delay, r=eddyb | Mazdak Farrokhzad | -0/+4 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -2/+5 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -14/+12 |
| 2020-03-20 | Abi::is_signed: assert that we are a Scalar | Ralf Jung | -1/+1 |
| 2020-03-20 | Rollup merge of #69935 - davidtwco:issue-69925, r=eddyb | Yuki Okushi | -77/+65 |
| 2020-03-20 | Rollup merge of #69768 - oli-obk:union_field_ice, r=eddyb,RalfJung | Yuki Okushi | -9/+1 |
| 2020-03-19 | Use erased regions in MIR | Matthew Jasper | -84/+21 |
| 2020-03-19 | add delay_span_bug to TransmuteSizeDiff, just to be sure | Ralf Jung | -0/+4 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -1/+3 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI... | Eduard-Mihai Burtescu | -3/+3 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex for query keys. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | do not 'return' in 'throw_' macros | Ralf Jung | -6/+6 |
| 2020-03-19 | Rollup merge of #69814 - jonas-schievink:gen-ret-unw, r=Zoxc | Mazdak Farrokhzad | -7/+104 |
| 2020-03-19 | Rollup merge of #69036 - eddyb:monoshim, r=nikomatsakis | Mazdak Farrokhzad | -12/+21 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -33/+24 |
| 2020-03-18 | Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obk | Mazdak Farrokhzad | -21/+21 |
| 2020-03-18 | Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk | Mazdak Farrokhzad | -172/+205 |
| 2020-03-18 | Rollup merge of #69189 - matthewjasper:erase-the-world, r=nikomatsakis | Mazdak Farrokhzad | -2/+1 |
| 2020-03-18 | rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly k... | Eduard-Mihai Burtescu | -5/+3 |
| 2020-03-17 | Improve debug log in MIR type check | Jonas Schievink | -2/+5 |
| 2020-03-17 | Hold index of generator `self` arg in `const` | Dylan MacKenzie | -21/+18 |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+3 |
| 2020-03-17 | Don't use `TypeckTables` in NiceRegionError | Matthew Jasper | -2/+1 |
| 2020-03-16 | Small fixes in documentation | Youngsuk Kim | -3/+3 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -42/+42 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -2/+2 |
| 2020-03-16 | Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddyb | Dylan DPC | -4/+4 |
| 2020-03-16 | Rollup merge of #67335 - ecstatic-morse:qualif-refactor, r=eddyb | Dylan DPC | -202/+178 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -29/+22 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -4/+2 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -4/+4 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -2/+2 |
| 2020-03-15 | rustc: don't resolve Instances which would produce malformed shims. | Eduard-Mihai Burtescu | -12/+21 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -2/+2 |
| 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 #69967 - mark-i-m:rinfctx, r=matthewjasper | Dylan DPC | -10/+13 |
| 2020-03-14 | Return feature gate as a `Symbol` | Dylan MacKenzie | -29/+32 |
| 2020-03-14 | Simplify `Qualif` interface | Dylan MacKenzie | -202/+178 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -2/+2 |
| 2020-03-14 | Auto merge of #69999 - RalfJung:miri-unwind, r=oli-obk | bors | -26/+19 |
| 2020-03-14 | Swap inserts to keep the original ordering | Jonas Schievink | -4/+4 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -14/+18 |