| Age | Commit message (Expand) | Author | Lines |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -35/+35 |
| 2020-05-26 | Rollup merge of #72401 - ecstatic-morse:issue-72394, r=eddyb | Dylan DPC | -2/+2 |
| 2020-05-26 | Rollup merge of #72270 - RalfJung:lint-ref-to-packed, r=oli-obk | Dylan DPC | -1/+71 |
| 2020-05-26 | Auto merge of #72093 - jonas-schievink:unmut, r=oli-obk | bors | -9/+111 |
| 2020-05-25 | Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obk | Dylan DPC | -32/+1 |
| 2020-05-25 | Rollup merge of #72451 - ecstatic-morse:nrvo-type-mismatch, r=matthewjasper | Dylan DPC | -12/+6 |
| 2020-05-25 | Always validate MIR after optimizing | Jonas Schievink | -0/+5 |
| 2020-05-25 | Add a small MIR validation pass | Jonas Schievink | -1/+93 |
| 2020-05-25 | Avoid `Operand::Copy` with `&mut T` | Jonas Schievink | -8/+13 |
| 2020-05-25 | rename lint | Ralf Jung | -4/+4 |
| 2020-05-25 | Auto merge of #72562 - RalfJung:rollup-2ngjgwi, r=RalfJung | bors | -98/+110 |
| 2020-05-25 | Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasper | Ralf Jung | -4/+9 |
| 2020-05-25 | Rollup merge of #72525 - RalfJung:miri-cast-checks, r=eddyb | Ralf Jung | -94/+101 |
| 2020-05-25 | add a lint against references to packed fields | Ralf Jung | -1/+71 |
| 2020-05-25 | Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper | bors | -0/+4 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -4/+9 |
| 2020-05-24 | comment nit | Ralf Jung | -1/+1 |
| 2020-05-24 | use helper method for determining size of int type | Ralf Jung | -15/+11 |
| 2020-05-24 | Removed all instances of const_field. | Rakshith Ravi | -32/+1 |
| 2020-05-24 | Fix unsizing casts | Ralf Jung | -20/+18 |
| 2020-05-24 | Miri casts: do not blindly rely on dest type | Ralf Jung | -51/+76 |
| 2020-05-24 | Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis | bors | -5/+0 |
| 2020-05-24 | Clear MIR local type annotations after borrowck | Jonas Schievink | -0/+4 |
| 2020-05-24 | make some cast helpers infallible | Ralf Jung | -29/+17 |
| 2020-05-23 | fix discriminant type in generator transform | Ralf Jung | -1/+1 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -38/+38 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -15/+15 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -6/+5 |
| 2020-05-22 | Remove dead ScopeTree code | Matthew Jasper | -4/+0 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -1/+0 |
| 2020-05-22 | Rollup merge of #71610 - divergentdave:InvalidUndefBytes-range, r=RalfJung | Ralf Jung | -6/+8 |
| 2020-05-21 | Perform MIR NRVO even if types don't match | Dylan MacKenzie | -12/+6 |
| 2020-05-22 | Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysis, r=tma... | bors | -370/+252 |
| 2020-05-21 | Rollup merge of #72425 - RalfJung:discr-sign-ext, r=nikomatsakis | Ralf Jung | -1/+4 |
| 2020-05-21 | Rollup merge of #72055 - lcnr:predicate-kind, r=nikomatsakis | Ralf Jung | -23/+27 |
| 2020-05-21 | fix discriminant sign extension | Ralf Jung | -1/+4 |
| 2020-05-21 | Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk | bors | -0/+240 |
| 2020-05-20 | Bail out if new return place has different type than old | Dylan MacKenzie | -1/+12 |
| 2020-05-21 | Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis | bors | -3/+6 |
| 2020-05-20 | Use `is_const_fn_raw` when unsafety checking | Dylan MacKenzie | -2/+2 |
| 2020-05-20 | change `Predicate::kind` to return a reference | Bastian Kauschke | -1/+1 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -9/+11 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -17/+19 |
| 2020-05-19 | Document why we don't look at storage liveness | Dylan MacKenzie | -0/+9 |
| 2020-05-19 | Document assumptions made in generator transform for analyses | Dylan MacKenzie | -0/+6 |
| 2020-05-19 | Look for storage conflicts before terminator effect | Dylan MacKenzie | -5/+6 |
| 2020-05-19 | Add comment for strange conditional | Dylan MacKenzie | -0/+1 |
| 2020-05-19 | Add comment explaining the extra `record_conflicts` | Dylan MacKenzie | -0/+4 |
| 2020-05-19 | Remove `MaybeRequiresStorage` | Dylan MacKenzie | -234/+2 |
| 2020-05-19 | Clean up generator live locals analysis | Dylan MacKenzie | -137/+113 |