| Age | Commit message (Expand) | Author | Lines |
| 2018-10-23 | Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew... | bors | -65/+161 |
| 2018-10-23 | check the self type is well-formed | Niko Matsakis | -7/+42 |
| 2018-10-23 | Auto merge of #55281 - alexcrichton:revert-demote, r=petrochenkov | bors | -100/+0 |
| 2018-10-23 | Auto merge of #55113 - mockersf:master, r=estebank | bors | -57/+439 |
| 2018-10-23 | Revert "rustc: Fix (again) simd vectors by-val in ABI" | Alex Crichton | -100/+0 |
| 2018-10-23 | Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelix | bors | -243/+138 |
| 2018-10-23 | Auto merge of #55231 - zackmdavis:determinate, r=oli-obk | bors | -18/+18 |
| 2018-10-22 | stop reporting "unsatisfied lifetime bounds" errors after the first | Niko Matsakis | -113/+16 |
| 2018-10-22 | flesh out closure-substs test | Niko Matsakis | -8/+66 |
| 2018-10-22 | fix incremental test | Niko Matsakis | -1/+1 |
| 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 | 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-21 | manage cases with tabs or other whitespaces | François Mockers | -4/+160 |
| 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 | pick a reference issue for absolute-paths future incompatibility info | Zack M. Davis | -18/+18 |
| 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-19 | `impl<'_> IceCube<'_> {}` is now only one error in both editions | Scott McMurray | -68/+12 |
| 2018-10-19 | Add a stub feature so we can still test E0705 | Scott McMurray | -6/+9 |
| 2018-10-19 | 17905 also no longer errors, thanks to IHLE | Scott McMurray | -12/+76 |
| 2018-10-19 | Move an underscore-lifetime error test to an IHLE success test | Scott McMurray | -15/+24 |
| 2018-10-19 | Hooray! 19982 finally works the way people wanted in December 2014 :) | Scott McMurray | -44/+17 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -123/+25 |
| 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 |