| Age | Commit message (Expand) | Author | Lines |
| 2018-04-27 | use `reveal_all` during drop elaboration | Niko Matsakis | -0/+2 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -7/+7 |
| 2018-03-18 | remove unneeded where clause | csmoe | -36/+4 |
| 2018-03-17 | update FIXME(#6393) to point to issue 43234 (tracking issue for non-lexical l... | Niv Kaminer | -7/+7 |
| 2018-03-16 | fix formatting | csmoe | -10/+10 |
| 2018-03-16 | change &self to self and fix lifetime annotations | csmoe | -73/+105 |
| 2018-03-14 | remove defaulting to unit | Andrew Cann | -1/+1 |
| 2018-03-13 | transition various normalization functions to the new methods | Niko Matsakis | -5/+4 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -1/+1 |
| 2018-03-08 | Rename ConstVal::to_u128 to to_raw_bits | Oliver Schneider | -1/+1 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -5/+1 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -5/+10 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -1/+1 |
| 2018-03-02 | Run Rustfix on librustc_mir | Manish Goregaokar | -22/+22 |
| 2018-02-17 | Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | bors | -1/+11 |
| 2018-02-08 | add transform for uniform array move out | Mikhail Modin | -1/+11 |
| 2018-02-08 | Encode (in MIR) whether borrows are explicit in source or arise due to autoref. | Felix S. Klock II | -3/+7 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -10/+10 |
| 2018-01-22 | Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakis | bors | -3/+10 |
| 2018-01-19 | change MIR dump format to include yield type | Niko Matsakis | -3/+10 |
| 2018-01-18 | Rollup merge of #47426 - varkor:default-mir-dump-dir, r=nikomatsakis | kennytm | -9/+2 |
| 2018-01-14 | Make dump_mir_dir non-optional | varkor | -9/+2 |
| 2018-01-10 | Modify message to match label | Esteban Küber | -3/+8 |
| 2017-12-20 | feature nll implies borrowck=mir | Santiago Pastorino | -1/+1 |
| 2017-12-20 | Move categorize logic out of visit_local function | Niko Matsakis | -58/+80 |
| 2017-12-20 | Move MirVisitable to visit.rs | Santiago Pastorino | -24/+1 |
| 2017-12-20 | integrate -Znll-dump-cause into borrowck | Niko Matsakis | -2/+2 |
| 2017-12-20 | Rollup merge of #46852 - scottmcm:asm-placecontext, r=arielb1 | kennytm | -0/+3 |
| 2017-12-19 | Split PlaceContext::Store into Store & AsmOutput | Scott McMurray | -0/+3 |
| 2017-12-15 | move `LivenessResults` from `nll` into `liveness` analysis | Niko Matsakis | -0/+33 |
| 2017-12-07 | fix filter to support `&` and `|` | Niko Matsakis | -6/+19 |
| 2017-12-07 | extend MIR dump with detailed, extra information | Niko Matsakis | -21/+96 |
| 2017-12-04 | MIR dump: restructure pretty to be more extensible by other code | Niko Matsakis | -132/+241 |
| 2017-12-02 | create a drop ladder for an array if any value is moved out | Mikhail Modin | -7/+27 |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -67/+67 |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -59/+59 |
| 2017-11-28 | MIR: split Operand::Consume into Copy and Move. | Eduard-Mihai Burtescu | -16/+18 |
| 2017-11-27 | Auto merge of #44884 - arielb1:pack-safe, r=nikomatsakis,eddyb | bors | -0/+76 |
| 2017-11-26 | Replace -Zborrowck-mir with -Zborrowck=mode | est31 | -49/+105 |
| 2017-11-26 | fix codegen of drops of fields of packed structs | Ariel Ben-Yehuda | -0/+76 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -1/+1 |
| 2017-11-18 | rustc_mir: always downcast enums, even if univariant. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-11-18 | Remove return_ty from Mir | loomaclin | -3/+3 |
| 2017-11-16 | MIR-dump: print return type from local_decls for `_0` | Niko Matsakis | -1/+1 |
| 2017-11-14 | rustc: split off BodyOwnerKind from MirSource. | Eduard-Mihai Burtescu | -39/+39 |
| 2017-11-14 | rustc: remove unused MirSource::GeneratorDrop. | Eduard-Mihai Burtescu | -3/+1 |
| 2017-11-14 | rustc_mir: drive passes directly with a macro. | Eduard-Mihai Burtescu | -4/+3 |
| 2017-11-14 | rustc: move the MIR pass infrastructure and list to rustc_mir. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-11-10 | Separately eliminate self-assignments | sinkuu | -1/+21 |