| Age | Commit message (Expand) | Author | Lines |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -2/+16 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -13/+22 |
| 2018-02-08 | Restrict two-phase borrows to solely borrows introduced via autoref. | Felix S. Klock II | -2/+11 |
| 2018-02-08 | Encode (in MIR) whether borrows are explicit in source or arise due to autoref. | Felix S. Klock II | -11/+11 |
| 2018-02-07 | Auto merge of #47957 - bobtwinkles:fix_mir_consts, r=nikomatsakis | bors | -38/+46 |
| 2018-02-06 | mir: Fix DefiningTy::Const | bobtwinkles | -38/+46 |
| 2018-02-07 | Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakis | bors | -46/+43 |
| 2018-02-05 | Swapped order of left/right visits to ensure consistency in read/write pass o... | David Wood | -7/+7 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -2/+16 |
| 2018-02-05 | Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelix | bors | -37/+78 |
| 2018-02-04 | Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakis | kennytm | -7/+14 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -7/+12 |
| 2018-02-02 | Remove commented-out code | Aaron Hill | -2/+0 |
| 2018-01-31 | Fix overflow when performing drop check calculations in NLL | Aaron Hill | -37/+80 |
| 2018-01-30 | Do not ignore lifetime bounds in Copy impls | Santiago Pastorino | -7/+14 |
| 2018-01-30 | Allow access of the state field before the generator transform. Fixes #47482,... | John Kåre Alsaker | -5/+10 |
| 2018-01-29 | Auto merge of #47837 - eddyb:going-places, r=nikomatsakis | bors | -22/+22 |
| 2018-01-29 | Auto merge of #47766 - spastorino:inference-dirty-list, r=nikomatsakis | bors | -24/+53 |
| 2018-01-29 | rustc_borrowck: replace "lvalue" terminology with "place" in docs. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-01-29 | Make error reporting work on generator upvars. Fixes #47793, #47805 | John Kåre Alsaker | -2/+2 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -20/+20 |
| 2018-01-29 | rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-01-27 | Added logging for error suppression. | David Wood | -1/+4 |
| 2018-01-27 | Encompassed error deduplication of some existing sets in the ctxt. | David Wood | -47/+25 |
| 2018-01-27 | Introduced a new set to stop duplicate errors from MIR passes on one place/span. | David Wood | -0/+16 |
| 2018-01-27 | end_point handling multibyte characters correctly. | David Wood | -1/+2 |
| 2018-01-26 | pacify the mercilous tidy | Niko Matsakis | -2/+2 |
| 2018-01-26 | change from `dirty_bit_vec` to `clean_bit_vec` | Niko Matsakis | -3/+7 |
| 2018-01-26 | Adjust comment spacing | Niko Matsakis | -3/+4 |
| 2018-01-26 | Make region inference use a dirty list | Santiago Pastorino | -24/+48 |
| 2018-01-25 | Rollup merge of #47529 - nikomatsakis:impl-trait-issue-38064, r=cramertj | Alex Crichton | -0/+3 |
| 2018-01-23 | Port borrows across yield check to MIR borrowck | John Kåre Alsaker | -1/+62 |
| 2018-01-22 | Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakis | bors | -5/+42 |
| 2018-01-22 | Auto merge of #47144 - estebank:moved-closure-arg, r=nikomatsakis | bors | -1/+1 |
| 2018-01-19 | Integrate generators to universal region setup | Santiago Pastorino | -0/+20 |
| 2018-01-17 | track recursion limit when expanding existential impl trait | Niko Matsakis | -0/+3 |
| 2018-01-16 | remove bogus assertion and comments | Niko Matsakis | -9/+4 |
| 2018-01-15 | Move diagnostic logic to its own module | Esteban Küber | -1/+1 |
| 2018-01-14 | Auto merge of #47322 - nikomatsakis:nll-ice, r=pnkfelix | bors | -0/+1 |
| 2018-01-14 | Auto merge of #47261 - estebank:immutable-arg, r=petrochenkov | bors | -7/+27 |
| 2018-01-11 | renumber regions in the generator interior | Niko Matsakis | -1/+16 |
| 2018-01-11 | simplify `UniversalRegions::to_region_vid` to just consult the map | Niko Matsakis | -4/+6 |
| 2018-01-10 | Modify message to match label | Esteban Küber | -12/+18 |
| 2018-01-10 | resolve type and region variables in "NLL dropck" | Niko Matsakis | -0/+1 |
| 2018-01-07 | Assignment to immutable argument: diagnostic tweak | Esteban Küber | -6/+20 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -1/+1 |
| 2018-01-04 | Auto merge of #47124 - estebank:loan-paths, r=nikomatsakis | bors | -7/+11 |
| 2018-01-03 | Tweak to mir borrow in a loop diagnostic | Esteban Küber | -7/+11 |
| 2018-01-03 | Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakis | bors | -23/+79 |
| 2017-12-26 | Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1 | bors | -1/+1 |