| Age | Commit message (Expand) | Author | Lines |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -2/+2 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -4/+6 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -6/+25 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -2/+2 |
| 2018-11-11 | Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelix | Pietro Albini | -16/+18 |
| 2018-11-10 | Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio... | bors | -8/+27 |
| 2018-11-09 | Fix ICE and find correct return span. | David Wood | -16/+18 |
| 2018-11-08 | Rollup merge of #55758 - davidtwco:issue-55344, r=pnkfelix | Mark Rousskov | -28/+96 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -2/+5 |
| 2018-11-07 | Ignore never-initialized locals for `unused_mut`. | David Wood | -28/+96 |
| 2018-11-07 | borrow_set: remove a helper function and a clone it uses | ljedrz | -12/+3 |
| 2018-11-05 | Improve predecessor detection. | David Wood | -6/+8 |
| 2018-11-03 | Unions reinitialized after assignment into field. | David Wood | -6/+23 |
| 2018-11-03 | Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars` | scalexm | -4/+4 |
| 2018-11-03 | Remove `ReCanonical` in favor of `ReLateBound` | scalexm | -2/+1 |
| 2018-11-03 | Shift both late bound regions and bound types | scalexm | -1/+1 |
| 2018-11-03 | If we encounter `_` ascribed to structural pattern like `(a, b)`, just skip r... | Felix S. Klock II | -8/+27 |
| 2018-11-02 | Auto merge of #55087 - levex:e0669-improve-span, r=nagisa | bors | -2/+2 |
| 2018-11-02 | Auto merge of #55316 - RalfJung:retagging, r=oli-obk | bors | -5/+5 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -166/+344 |
| 2018-10-31 | fix bug in NLL error reporting | Niko Matsakis | -7/+103 |
| 2018-10-31 | use String::from() instead of format!() macro to construct Strings. | Matthias Krüger | -2/+2 |
| 2018-10-30 | Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p... | kennytm | -1/+27 |
| 2018-10-30 | borrowck=migrate mode needs to check parent(s) when its given a closure. | Felix S. Klock II | -1/+27 |
| 2018-10-29 | Don't emit cannot move errors twice in migrate mode | Matthew Jasper | -9/+11 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -5/+5 |
| 2018-10-27 | error_reporting/mod.rs: rustfmt | Niko Matsakis | -117/+152 |
| 2018-10-27 | convert placeholder region vids in NLL mode as we see them | Niko Matsakis | -38/+88 |
| 2018-10-27 | move `PlaceholderIndices` into `MirTypeckRegionConstraints` struct | Niko Matsakis | -9/+6 |
| 2018-10-27 | Refactor and add `PlaceContext::AscribeUserTy`. | David Wood | -13/+15 |
| 2018-10-26 | add user_ty.projs support to `AscribeUserType`. | Felix S. Klock II | -2/+2 |
| 2018-10-26 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -3/+17 |
| 2018-10-26 | Checkpoint: Added abstraction over collection of projections into user type. | Felix S. Klock II | -6/+6 |
| 2018-10-26 | Added `mir::UserTypeProjection`, a stub for a structure that projects *into* ... | Felix S. Klock II | -6/+7 |
| 2018-10-26 | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank | kennytm | -1/+1 |
| 2018-10-26 | Rollup merge of #55346 - nnethercote:shrink-StatementKind, r=nagisa | kennytm | -1/+1 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-26 | Shrink `Statement`. | Nicholas Nethercote | -1/+1 |
| 2018-10-24 | port the relate-types code from NLL type-check into a type-op | Niko Matsakis | -99/+15 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -0/+1 |
| 2018-10-23 | type_check/mod.rs: rustfmt | Niko Matsakis | -24/+27 |
| 2018-10-23 | check the self type is well-formed | Niko Matsakis | -0/+2 |
| 2018-10-22 | stop reporting "unsatisfied lifetime bounds" errors after the first | Niko Matsakis | -0/+1 |
| 2018-10-22 | start enforcing closure types | Niko Matsakis | -2/+74 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -58/+386 |
| 2018-10-20 | Give an error number for "borrowed data escapes outside of closure" | Matthew Jasper | -3/+2 |
| 2018-10-20 | Use more accurate `ConstraintCategory`s | Matthew Jasper | -6/+51 |
| 2018-10-20 | Prefer type annotations and returns in free region errors | Matthew Jasper | -0/+2 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -11/+12 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -15/+15 |