| Age | Commit message (Expand) | Author | Lines |
| 2019-01-04 | Wf-check the output type of a function in MIR-typeck | Matthew Jasper | -0/+38 |
| 2018-12-04 | Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelix | bors | -0/+42 |
| 2018-12-04 | Update tests | Oliver Scherer | -49/+79 |
| 2018-12-03 | Propagate all closure requirements to the caller | Matthew Jasper | -0/+42 |
| 2018-11-26 | Put all existential ty vars in the `ROOT` universe | scalexm | -1/+1 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -2/+2 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -4/+4 |
| 2018-11-24 | Fix NLL ui test | scalexm | -2/+2 |
| 2018-11-19 | Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddyb | Pietro Albini | -0/+37 |
| 2018-11-18 | remove "approx env bounds" if we already know from trait | Niko Matsakis | -0/+37 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -4/+4 |
| 2018-11-15 | Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an... | Pietro Albini | -0/+63 |
| 2018-11-13 | Fix ui tests | scalexm | -6/+6 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -0/+38 |
| 2018-11-11 | Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelix | Pietro Albini | -0/+37 |
| 2018-11-09 | Fix ICE and find correct return span. | David Wood | -0/+37 |
| 2018-11-08 | Revise the temp creation for blocks in `stmt_expr` to setup `BlockTailInfo`. | Felix S. Klock II | -0/+2 |
| 2018-11-08 | Regression test for issue #54382 | Felix S. Klock II | -0/+61 |
| 2018-11-07 | Ignore never-initialized locals for `unused_mut`. | David Wood | -0/+26 |
| 2018-11-05 | Add run-pass test for reinitialized unions. | David Wood | -0/+38 |
| 2018-11-02 | Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm | bors | -5/+5 |
| 2018-10-29 | Don't emit cannot move errors twice in migrate mode | Matthew Jasper | -85/+1 |
| 2018-10-27 | allow canonicalized regions to carry universe and track max-universe | Niko Matsakis | -5/+5 |
| 2018-10-27 | Test for cast causing static promotion failure. | David Wood | -0/+21 |
| 2018-10-26 | Add test for normalization during field-lookup on patterns with ascribed types. | Felix S. Klock II | -14/+50 |
| 2018-10-26 | regression test for ICE I encountered in my patch. | Felix S. Klock II | -0/+31 |
| 2018-10-26 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -17/+46 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -5/+18 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -2/+2 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -2/+2 |
| 2018-10-24 | port the relate-types code from NLL type-check into a type-op | Niko Matsakis | -0/+48 |
| 2018-10-23 | Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew... | bors | -31/+152 |
| 2018-10-23 | check the self type is well-formed | Niko Matsakis | -0/+37 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -2/+2 |
| 2018-10-23 | Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelix | bors | -2/+1 |
| 2018-10-22 | stop reporting "unsatisfied lifetime bounds" errors after the first | Niko Matsakis | -87/+13 |
| 2018-10-22 | flesh out closure-substs test | Niko Matsakis | -8/+66 |
| 2018-10-22 | add regression test for #54124 | Niko Matsakis | -0/+29 |
| 2018-10-22 | start enforcing closure types | Niko Matsakis | -0/+71 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -591/+418 |
| 2018-10-20 | Give an error number for "borrowed data escapes outside of closure" | Matthew Jasper | -4/+7 |
| 2018-10-20 | Prefer type annotations and returns in free region errors | Matthew Jasper | -1/+1 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -2/+1 |
| 2018-10-19 | normalize the self-type that we extract from impl | Niko Matsakis | -0/+25 |
| 2018-10-19 | add a test that we enforce '`static` errors post normalization | Niko Matsakis | -0/+26 |
| 2018-10-19 | create type ascription for any cast | Niko Matsakis | -0/+13 |
| 2018-10-19 | Wrap cast expressions inside of ValueTypeAscription | Keith Yeung | -0/+17 |
| 2018-10-19 | normalize and prove predicates | Niko Matsakis | -0/+26 |
| 2018-10-19 | normalize after substitution | Niko Matsakis | -0/+34 |
| 2018-10-19 | propagate user-type annotation for constants in expressions | Niko Matsakis | -0/+77 |