| Age | Commit message (Expand) | Author | Lines |
| 2020-05-17 | Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -1/+24 |
| 2020-05-17 | add docs | Bastian Kauschke | -0/+2 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -2/+5 |
| 2020-05-16 | Name return place in debuginfo if it is a user variable | Dylan MacKenzie | -0/+4 |
| 2020-05-16 | Expand comment with possible improvements | Dylan MacKenzie | -2/+6 |
| 2020-05-16 | Dumb NRVO | Dylan MacKenzie | -0/+221 |
| 2020-05-16 | Improve documentation for drop elaboration | Jonas Schievink | -9/+99 |
| 2020-05-16 | move borrow-of-packed-field unsafety check out of loop | Ralf Jung | -19/+19 |
| 2020-05-16 | Rollup merge of #72216 - doctorn:require-lang-item, r=lcnr | Dylan DPC | -1/+3 |
| 2020-05-16 | Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk | bors | -157/+183 |
| 2020-05-16 | Rollup merge of #72220 - wesleywiser:const_prop_eval_consts, r=oli-obk | Dylan DPC | -0/+7 |
| 2020-05-15 | InvalidUninitBytes: Track more info about access | David Cook | -6/+8 |
| 2020-05-15 | Remove lang_items\(\).*\.unwrap\(\) | Nathan Corbyn | -1/+3 |
| 2020-05-14 | [const-prop] Don't replace Rvalues that are already constants | Wesley Wiser | -0/+7 |
| 2020-05-14 | Rollup merge of #72170 - lcnr:lang_item, r=oli-obk | Dylan DPC | -16/+22 |
| 2020-05-14 | Auto merge of #72187 - RalfJung:rollup-a7a9jdi, r=RalfJung | bors | -2/+0 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -2/+0 |
| 2020-05-14 | Auto merge of #69756 - wesleywiser:simplify_try, r=oli-obk | bors | -41/+315 |
| 2020-05-13 | add spans to `require_lang_items` | Bastian Kauschke | -7/+12 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -16/+17 |
| 2020-05-12 | Add some more sanity tests and add a debug log message for it | Oliver Scherer | -0/+5 |
| 2020-05-12 | Propagate locals, even if they have unpropagatable assignments somewhere. | Oliver Scherer | -1/+19 |
| 2020-05-12 | Rollup merge of #72128 - RalfJung:str-validity, r=oli-obk | Dylan DPC | -3/+4 |
| 2020-05-12 | Rollup merge of #72096 - jonas-schievink:mirck-docs, r=matthewjasper | Dylan DPC | -54/+50 |
| 2020-05-12 | Rollup merge of #72048 - jonas-schievink:visit-return, r=oli-obk | Dylan DPC | -2/+21 |
| 2020-05-12 | strings do not have to be valid UTF-8 any more | Ralf Jung | -3/+4 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -2/+0 |
| 2020-05-11 | Modify SimplifyArmIdentity so it can trigger on mir-opt-level=1 | Wesley Wiser | -41/+315 |
| 2020-05-11 | Rollup merge of #72044 - RalfJung:min-spec, r=matthewjasper | Dylan DPC | -1/+1 |
| 2020-05-11 | borrowck `DefId` -> `LocalDefId` | Bastian Kauschke | -67/+59 |
| 2020-05-11 | Auto merge of #71953 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -42/+58 |
| 2020-05-11 | Make MIR typeck use `LocalDefId` and fix docs | Jonas Schievink | -54/+50 |
| 2020-05-10 | Typo | Ralf Jung | -1/+1 |
| 2020-05-10 | fmt | Ralf Jung | -27/+16 |
| 2020-05-10 | avoid raising interpreter errors from interning | Ralf Jung | -19/+27 |
| 2020-05-10 | remove some dead code, and assert we do not swallow allocating errors | Ralf Jung | -18/+19 |
| 2020-05-10 | Miri interning: replace ICEs by proper errors, make intern_shallow type signa... | Ralf Jung | -119/+147 |
| 2020-05-10 | Rollup merge of #71840 - matthewjasper:drop-trees, r=oli-obk | Ralf Jung | -44/+26 |
| 2020-05-10 | use min_specialization for some rustc crates where it requires no changes | Ralf Jung | -1/+1 |
| 2020-05-09 | Visit move out of `_0` when visiting `return` | Jonas Schievink | -2/+21 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -7/+5 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -30/+25 |
| 2020-05-09 | Address review comments | Matthew Jasper | -2/+6 |
| 2020-05-09 | Reduce the number of drop-flag assignments in unwind paths | Matthew Jasper | -39/+12 |
| 2020-05-09 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -3/+8 |
| 2020-05-09 | Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPC | bors | -141/+109 |
| 2020-05-09 | Support coercion between (FnDef | Closure) and (FnDef | Closure) when Closure... | Donough Liu | -1/+1 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -141/+109 |
| 2020-05-08 | Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJung | bors | -43/+43 |
| 2020-05-08 | Rollup merge of #71993 - ecstatic-morse:cleanup-old-liveness, r=jonas-schievink | Dylan DPC | -334/+92 |