| Age | Commit message (Expand) | Author | Lines |
| 2018-09-26 | Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa | bors | -59/+70 |
| 2018-09-26 | make NLL handle `IfEq` bounds by using SCC normalization | Niko Matsakis | -9/+113 |
| 2018-09-26 | switch to use `VerifyBound` instead of `RegionTest` | Niko Matsakis | -72/+27 |
| 2018-09-26 | region_infer: rustfmt | Niko Matsakis | -4/+2 |
| 2018-09-26 | refactor away `AnyRegions` and `AllRegions` | Niko Matsakis | -31/+12 |
| 2018-09-26 | introduce `VerifyBound::IfEq` (presently unused) | Niko Matsakis | -0/+5 |
| 2018-09-26 | encapsulate `infcx` too into the delegate | Niko Matsakis | -34/+84 |
| 2018-09-26 | extract out NLL-specific code from relate-tys into a delegate | Niko Matsakis | -53/+84 |
| 2018-09-26 | refactor NLL relate_tys to use Region internally, not RegionVid | Niko Matsakis | -59/+42 |
| 2018-09-26 | type_check/mod.rs: rustfmt | Niko Matsakis | -137/+100 |
| 2018-09-26 | use `RegionBoundPairs` type alias | Niko Matsakis | -7/+8 |
| 2018-09-26 | Auto merge of #54164 - mikhail-m1:54131, r=pnkfelix | bors | -3/+104 |
| 2018-09-25 | Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertj | bors | -139/+172 |
| 2018-09-25 | Change the diagnostic number from 714 to 716. | Felix S. Klock II | -3/+3 |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -3/+104 |
| 2018-09-25 | Handle locals in closures properly. | Alexander Regueiro | -4/+5 |
| 2018-09-25 | Handle impl trait in MIR type checked for assignments. | Matthew Jasper | -137/+169 |
| 2018-09-25 | Lower `impl Trait` types in locals. | Alexander Regueiro | -2/+2 |
| 2018-09-25 | Auto merge of #53438 - matthewjasper:permissive-match-access, r=pnkfelix | bors | -96/+414 |
| 2018-09-24 | Rename places_conflict to borrow_conflicts_with_place | Matthew Jasper | -13/+13 |
| 2018-09-24 | Add a MIR transform to remove fake reads | Matthew Jasper | -3/+66 |
| 2018-09-24 | Don't check for conflicting borrows of `ReadForMatch`es | Matthew Jasper | -3/+12 |
| 2018-09-24 | Add more fake borrows to matches | Matthew Jasper | -51/+160 |
| 2018-09-24 | Better messages for errors from Shallow borrows | Matthew Jasper | -9/+96 |
| 2018-09-24 | Add "Shallow" borrow kind | Matthew Jasper | -20/+70 |
| 2018-09-24 | Auto merge of #54416 - christianpoveda:master, r=wesleywiser | bors | -2/+2 |
| 2018-09-24 | Shrink StatementKind::InlineAsm. | Nicholas Nethercote | -7/+9 |
| 2018-09-24 | Shrink StatementKind::Assign. | Nicholas Nethercote | -52/+61 |
| 2018-09-23 | Rework checking for borrows conflicting with drops | Matthew Jasper | -397/+156 |
| 2018-09-23 | Remove irrelevant message about drop order | Matthew Jasper | -2/+4 |
| 2018-09-23 | Auto merge of #54229 - davidtwco:issue-52534, r=pnkfelix | bors | -409/+951 |
| 2018-09-23 | Auto merge of #54380 - RalfJung:miri-snapshot, r=eddyb | bors | -312/+284 |
| 2018-09-23 | Only annotate if borrow is returned. | David Wood | -40/+198 |
| 2018-09-23 | Correctly handle named lifetimes. | David Wood | -91/+189 |
| 2018-09-23 | Renamed ppaux highlight region hook. | David Wood | -3/+7 |
| 2018-09-23 | Added note about dangling references. | David Wood | -0/+9 |
| 2018-09-23 | Improve 'dropped here' note. | David Wood | -1/+17 |
| 2018-09-23 | Improve borrow errors for closures. | David Wood | -120/+247 |
| 2018-09-23 | Improve non-closure, reference in-and-out errors. | David Wood | -10/+114 |
| 2018-09-23 | Refactor MirBorrowckCtxt to take infcx instead of tcx. | David Wood | -108/+113 |
| 2018-09-23 | Refactor region naming for control of diagnostics. | David Wood | -125/+168 |
| 2018-09-23 | Refactor explain_borrow to return explanation. | David Wood | -162/+140 |
| 2018-09-23 | Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni... | bors | -21/+199 |
| 2018-09-23 | Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakis | bors | -328/+447 |
| 2018-09-22 | Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung | bors | -1/+1 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -26/+65 |
| 2018-09-22 | use is_uninhabited in more places | Jorge Aparicio | -1/+1 |
| 2018-09-22 | Rollup merge of #54412 - jcpst:replace_span_suggestion, r=estebank | Pietro Albini | -1/+3 |
| 2018-09-22 | Rollup merge of #54370 - nnethercote:better-domain_size, r=nikomatsakis | Pietro Albini | -4/+4 |
| 2018-09-21 | fix comment | Ralf Jung | -1/+1 |