| Age | Commit message (Expand) | Author | Lines |
| 2020-05-27 | Add explanation about taking the minimum of the two lints | LeSeulArtichaut | -0/+11 |
| 2020-05-27 | Fix wrong conflict resolution | LeSeulArtichaut | -7/+1 |
| 2020-05-27 | Use the lowest of `unsafe_op_in_unsafe_fn` and `safe_borrow_packed` for packe... | LeSeulArtichaut | -5/+28 |
| 2020-05-27 | Fix inverted `if` condition | LeSeulArtichaut | -1/+1 |
| 2020-05-27 | Apply suggestions from code review | LeSeulArtichaut | -23/+44 |
| 2020-05-27 | Implement RFC 2585 | LeSeulArtichaut | -9/+54 |
| 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 | -8/+110 |
| 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 | -7/+12 |
| 2020-05-25 | rename lint | Ralf Jung | -4/+4 |
| 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 | Clear MIR local type annotations after borrowck | Jonas Schievink | -0/+4 |
| 2020-05-23 | fix discriminant type in generator transform | Ralf Jung | -1/+1 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -10/+10 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -2/+2 |
| 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 | -136/+127 |
| 2020-05-21 | Rollup merge of #72055 - lcnr:predicate-kind, r=nikomatsakis | Ralf Jung | -13/+15 |
| 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-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 | -2/+2 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -11/+13 |
| 2020-05-19 | Document why we don't look at storage liveness | Dylan MacKenzie | -0/+9 |
| 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 | Clean up generator live locals analysis | Dylan MacKenzie | -137/+113 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -19/+90 |
| 2020-05-18 | Rollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakis | Dylan DPC | -1/+2 |
| 2020-05-18 | Check that asm const operands are actually constants | Amanieu d'Antras | -16/+65 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -3/+25 |
| 2020-05-18 | Auto merge of #72269 - RalfJung:unsafe-borrow-of-packed, r=Mark-Simulacrum | bors | -19/+19 |
| 2020-05-17 | Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -1/+24 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -1/+2 |
| 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 | move borrow-of-packed-field unsafety check out of loop | Ralf Jung | -19/+19 |
| 2020-05-16 | Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk | bors | -2/+1 |
| 2020-05-16 | Rollup merge of #72220 - wesleywiser:const_prop_eval_consts, r=oli-obk | Dylan DPC | -0/+7 |
| 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 | -2/+3 |
| 2020-05-14 | Auto merge of #69756 - wesleywiser:simplify_try, r=oli-obk | bors | -41/+315 |