| Age | Commit message (Expand) | Author | Lines |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -45/+38 |
| 2020-03-23 | add err_machine_stop macro | Ralf Jung | -2/+2 |
| 2020-03-23 | Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-03-22 | miri engine: turn error sanity checks into assertions | Ralf Jung | -6/+4 |
| 2020-03-22 | Rename `TimeLimitReached` -> `StepLimitReached` | Dylan MacKenzie | -1/+1 |
| 2020-03-22 | Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril | Dylan DPC | -6/+4 |
| 2020-03-22 | Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-Simulacrum | Dylan DPC | -17/+11 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -2/+2 |
| 2020-03-22 | get rid of ConstPropUnsupported; use ZST marker structs instead | Ralf Jung | -10/+22 |
| 2020-03-22 | Fix invalid suggestion on `&mut` iterators yielding `&` references | Wonwoo Choi | -23/+59 |
| 2020-03-21 | Use Reveal::All in MIR inliner | Wesley Wiser | -10/+3 |
| 2020-03-21 | Resolve worsened debug build codegen | Wesley Wiser | -8/+1 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -6/+4 |
| 2020-03-21 | Rollup merge of #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ... | Dylan DPC | -3/+7 |
| 2020-03-21 | remove unused unit values (clippy::unused_unit) | Matthias Krüger | -6/+2 |
| 2020-03-21 | make some let-if-bindings more idiomatic (clippy::useless_let_if_seq) | Matthias Krüger | -8/+4 |
| 2020-03-21 | clarify when we pass () to functions (clippy::unit_arg) | Matthias Krüger | -3/+5 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -45/+38 |
| 2020-03-21 | Rename `cast_from_int` to `cast_from_int_like` | Wesley Wiser | -3/+5 |
| 2020-03-21 | Fix ICE caused by truncating a negative ZST enum discriminant | Wesley Wiser | -1/+3 |
| 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 | Remove infinite loop detector | Dylan MacKenzie | -421/+0 |
| 2020-03-17 | Use `const_eval_limit` instead of infinite loop detector | Dylan MacKenzie | -66/+20 |
| 2020-03-17 | Improve debug log in MIR type check | Jonas Schievink | -2/+5 |