| Age | Commit message (Expand) | Author | Lines |
| 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 | Properly handle InlineAsmOperand::SymFn when collecting monomorphized items | Amanieu d'Antras | -2/+9 |
| 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-20 | fix is_const_context | Bastian Kauschke | -1/+1 |
| 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 |
| 2020-05-19 | Add `MaybeInitializedLocals` dataflow analysis | Dylan MacKenzie | -0/+117 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -27/+227 |
| 2020-05-19 | update codegen of `discriminant_value` | Bastian Kauschke | -3/+6 |
| 2020-05-18 | Rollup merge of #72283 - jonas-schievink:elaborate-drop-elaboration, r=cramertj | Dylan DPC | -9/+99 |
| 2020-05-18 | Rollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakis | Dylan DPC | -2/+7 |
| 2020-05-18 | Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakis | Dylan DPC | -1/+1 |
| 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 | -11/+162 |
| 2020-05-18 | Auto merge of #72269 - RalfJung:unsafe-borrow-of-packed, r=Mark-Simulacrum | bors | -19/+19 |