| Age | Commit message (Expand) | Author | Lines |
| 2018-05-01 | rustc: return impl Iterator from Terminator(Kind)::successors(_mut). | Eduard-Mihai Burtescu | -2/+2 |
| 2018-04-27 | Auto merge of #50097 - glandium:box_free, r=nikomatsakis | bors | -13/+21 |
| 2018-04-26 | use `reveal_all` during drop elaboration | Niko Matsakis | -0/+2 |
| 2018-04-25 | Switch box_free to take the destructured contents of Box | Mike Hommey | -49/+12 |
| 2018-04-20 | Support an alternative form for box_free | Mike Hommey | -24/+44 |
| 2018-04-20 | Pass the right type to box_free() in MIR | Mike Hommey | -7/+32 |
| 2018-04-10 | Add ok-wrapping to catch blocks, per RFC | Scott McMurray | -6/+4 |
| 2018-04-07 | modify the error message- CR Comments | gaurikholkar | -10/+4 |
| 2018-04-06 | reduce nested loops in the code | gaurikholkar | -2/+2 |
| 2018-04-05 | Update borrowck_errors.rs | Gauri Kholkar | -4/+0 |
| 2018-04-05 | Merge branch 'master' of https://github.com/rust-lang/rust into e0389 | gaurikholkar | -92/+95 |
| 2018-04-05 | address code review comments | gaurikholkar | -13/+15 |
| 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-10 | tidy fixes | gaurikholkar | -2/+2 |
| 2018-03-10 | code refactor, modify compile-fail tests | gaurikholkar | -11/+32 |
| 2018-03-10 | minor changes | gaurikholkar | -4/+5 |
| 2018-03-10 | add collect_writes.rs | gaurikholkar | -0/+50 |
| 2018-03-10 | minor refactorings to fix trait import issue | gaurikholkar | -0/+1 |
| 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 |