| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2018-10-18 | Rollup merge of #55104 - estebank:addtest, r=alexcrichton | kennytm | -0/+16 |
| 2018-10-18 | Rollup merge of #55102 - petrochenkov:trextra, r=nikomatsakis | kennytm | -1/+21 |
| 2018-10-18 | Rollup merge of #55090 - pnkfelix:issue-54597-regression-test, r=estebank | kennytm | -0/+34 |
| 2018-10-18 | Rollup merge of #55077 - ollie27:rustdoc_dyn_trait, r=QuietMisdreavus | kennytm | -4/+4 |
| 2018-10-18 | Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakis | kennytm | -1/+1 |
| 2018-10-17 | Auto merge of #55134 - davidtwco:issue-55118, r=pnkfelix | bors | -2958/+920 |
| 2018-10-17 | Don't warn about parentheses on `match (return)` | varkor | -0/+6 |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -25/+390 |
| 2018-10-17 | Add tests for `program_clauses_for_env` | scalexm | -3/+97 |
| 2018-10-17 | Auto merge of #54946 - estebank:iterator, r=varkor | bors | -41/+463 |
| 2018-10-17 | Auto merge of #54941 - pnkfelix:issue-21232-reject-partial-reinit, r=nikomats... | bors | -153/+1515 |
| 2018-10-17 | resolve: Do not skip extern prelude during speculative resolution | Vadim Petrochenkov | -1/+21 |
| 2018-10-17 | Auto merge of #54939 - pnkfelix:issue-54478-dont-prefer-dynamic-in-doc-tests,... | bors | -2/+2 |
| 2018-10-17 | Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis | bors | -1/+1 |
| 2018-10-17 | Some new tests I added. | Felix S. Klock II | -0/+1308 |
| 2018-10-16 | Auto merge of #55093 - nikomatsakis:nll-issue-54574-multisegment-path, r=pnkf... | bors | -6/+191 |
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -2958/+920 |
| 2018-10-16 | add ~ERROR annotations | Niko Matsakis | -0/+12 |
| 2018-10-16 | updates to expected output for other ui tests. | Felix S. Klock II | -11/+24 |