| Age | Commit message (Expand) | Author | Lines |
| 2018-10-22 | [review comments] modify test and clean up code | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -7/+4 |
| 2018-10-22 | review comments | Esteban Küber | -48/+12 |
| 2018-10-22 | Suggest appropriate syntax on missing lifetime specifier in return type | Esteban Küber | -26/+97 |
| 2018-10-21 | Auto merge of #55236 - petrochenkov:pfail, r=davidtwco | bors | -115/+3238 |
| 2018-10-21 | Auto merge of #55069 - matthewjasper:explain-free-region-liveness, r=nikomats... | bors | -1769/+1409 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -1762/+1398 |
| 2018-10-21 | Fix a few tests with target-specific output | Vadim Petrochenkov | -30/+50 |
| 2018-10-21 | Make sure all ui/parse tests have `-Z parse-only` | Vadim Petrochenkov | -119/+151 |
| 2018-10-21 | Make some ui/parser tests compile-pass | Vadim Petrochenkov | -68/+11 |
| 2018-10-21 | Move more parsing tests to ui/parser | Vadim Petrochenkov | -0/+0 |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+3128 |
| 2018-10-20 | Auto merge of #55230 - Manishearth:rollup, r=Manishearth | bors | -0/+100 |
| 2018-10-20 | Give an error number for "borrowed data escapes outside of closure" | Matthew Jasper | -6/+10 |
| 2018-10-20 | Prefer type annotations and returns in free region errors | Matthew Jasper | -1/+1 |
| 2018-10-20 | Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa | Manish Goregaokar | -0/+100 |
| 2018-10-20 | Auto merge of #55156 - PramodBisht:issue/52717, r=estebank | bors | -13/+39 |
| 2018-10-20 | Auto merge of #55119 - varkor:unwarned-match-on-never, r=nikomatsakis | bors | -49/+58 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -5/+5 |
| 2018-10-20 | Auto merge of #55007 - davidtwco:issue-39175, r=petrochenkov | bors | -0/+40 |
| 2018-10-19 | Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry | bors | -25/+400 |
| 2018-10-19 | add more to the ERROR messages | Niko Matsakis | -27/+27 |
| 2018-10-19 | fix error messages | Niko Matsakis | -11/+21 |
| 2018-10-19 | Only suggest paths that exist. | David Wood | -0/+40 |
| 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 | skip user-type annotations if they don't have regions | Niko Matsakis | -19/+4 |
| 2018-10-19 | lowering casts in constants now creates multiple uses | Niko Matsakis | -6/+21 |
| 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 | Update TypedArena tests | Oliver Scherer | -2/+2 |
| 2018-10-19 | Update more internals tests to `default` | Oliver Scherer | -2/+2 |
| 2018-10-19 | Update a compiler-test to the `Default` changes | Oliver Scherer | -1/+1 |
| 2018-10-19 | propagate user-type annotation for constants in expressions | Niko Matsakis | -0/+77 |
| 2018-10-19 | Fixed: Multiple errors on single typo in match pattern | Pramod Bisht | -13/+39 |
| 2018-10-19 | rustc: Fix (again) simd vectors by-val in ABI | Alex Crichton | -0/+100 |
| 2018-10-19 | Auto merge of #55194 - kennytm:rollup, r=kennytm | bors | -0/+115 |
| 2018-10-19 | Rollup merge of #55013 - matthewjasper:propagate-generator-bounds, r=nikomats... | kennytm | -0/+45 |
| 2018-10-19 | Rollup merge of #55166 - varkor:ret-parens, r=davidtwco | kennytm | -0/+9 |
| 2018-10-19 | Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung | kennytm | -0/+61 |
| 2018-10-19 | Auto merge of #55040 - scalexm:param-env, r=nikomatsakis | bors | -3/+97 |
| 2018-10-19 | Auto merge of #55004 - oli-obk:sized_static, r=cramertj | bors | -64/+64 |
| 2018-10-18 | Propagate bounds from generators | Matthew Jasper | -0/+45 |
| 2018-10-18 | Auto merge of #54979 - estebank:path-unsized, r=nikomatsakis | bors | -1/+22 |
| 2018-10-18 | Improve check to consider how value is used. | David Wood | -18/+0 |
| 2018-10-18 | Add by-value captured variable note on second use. | David Wood | -33/+18 |
| 2018-10-18 | Extend closure special-casing for generators. | David Wood | -50/+45 |
| 2018-10-18 | Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus | bors | -0/+46 |
| 2018-10-18 | Make warnings into errors | varkor | -0/+3 |