| Age | Commit message (Expand) | Author | Lines |
| 2019-09-23 | Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril | bors | -0/+61 |
| 2019-09-23 | Rollup merge of #64679 - skinny121:const-infer, r=varkor | Mazdak Farrokhzad | -0/+29 |
| 2019-09-23 | Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkov | Mazdak Farrokhzad | -0/+19 |
| 2019-09-23 | Rollup merge of #64674 - estebank:knock-down-the-wall, r=Centril | Mazdak Farrokhzad | -0/+13 |
| 2019-09-22 | fix nll tests | Esteban Küber | -29/+26 |
| 2019-09-22 | ignore-x86 instead of ignore-musl | Esteban Küber | -11/+11 |
| 2019-09-22 | hack to avoid incorrect suggestion | Esteban Küber | -8/+2 |
| 2019-09-22 | Point at type param when it's cause of unfulfilled obligation | Esteban Küber | -93/+99 |
| 2019-09-22 | Fix rebase | Esteban Küber | -5/+2 |
| 2019-09-22 | ignore musl target in tests to avoid issues with output differences | Esteban Küber | -28/+50 |
| 2019-09-22 | review comments | Esteban Küber | -10/+10 |
| 2019-09-22 | Point at correct span for parenthesized types | Esteban Küber | -84/+84 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -496/+517 |
| 2019-09-22 | Auto merge of #64669 - estebank:unreachable, r=Centril | bors | -331/+185 |
| 2019-09-22 | Infer consts consistently. Moved some logic into super_combined_consts, | ben | -0/+29 |
| 2019-09-21 | review comments: wording | Esteban Küber | -2/+2 |
| 2019-09-21 | review comments | Esteban Küber | -1/+1 |
| 2019-09-21 | Parse assoc type bounds in generic params and provide custom diagnostic | Esteban Küber | -0/+19 |
| 2019-09-21 | review comments | Esteban Küber | -2/+2 |
| 2019-09-21 | Propagate `types.err` in locals further to avoid spurious knock-down errors | Esteban Küber | -0/+13 |
| 2019-09-21 | Do not trigger unreachable lint in async body and Use span labels | Esteban Küber | -331/+185 |
| 2019-09-21 | Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebank | Mazdak Farrokhzad | -5/+37 |
| 2019-09-21 | Rollup merge of #64635 - gnzlbg:const_fn_ptr, r=oli-obk | Mazdak Farrokhzad | -0/+299 |
| 2019-09-21 | Rollup merge of #64619 - sam09:fix-63962, r=Centril | Mazdak Farrokhzad | -4/+19 |
| 2019-09-21 | Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk | Mazdak Farrokhzad | -0/+71 |
| 2019-09-22 | Fixes #63962. Hint about missing tuple parentheses in patterns | Sam Radhakrishan | -4/+19 |
| 2019-09-21 | unify errors for tuple/struct variants | Guanqun Lu | -5/+37 |
| 2019-09-21 | remove feature | gnzlbg | -84/+255 |
| 2019-09-21 | Rollup merge of #64642 - cuviper:move-for-loop-snippet, r=varkor | Mazdak Farrokhzad | -0/+24 |
| 2019-09-21 | Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank | Mazdak Farrokhzad | -0/+12 |
| 2019-09-21 | Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk | Mazdak Farrokhzad | -2/+17 |
| 2019-09-21 | Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril | Mazdak Farrokhzad | -161/+88 |
| 2019-09-20 | Fix the span used to suggest avoiding for-loop moves | Josh Stone | -0/+24 |
| 2019-09-20 | Exempt extern "Rust" from improper_ctypes | Josh Stone | -0/+12 |
| 2019-09-20 | Allow using fn pointers in const fn behind const_fn_ptr gate | gnzlbg | -0/+128 |
| 2019-09-20 | Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddyb | bors | -24/+111 |
| 2019-09-20 | Auto merge of #64498 - estebank:point-at-arg, r=Centril | bors | -329/+364 |
| 2019-09-19 | add a mir-opt test that we don't add the spurious drop | Niko Matsakis | -0/+24 |
| 2019-09-19 | When possible, suggest fn call | Esteban Küber | -6/+8 |
| 2019-09-19 | Ignore obligations coming from desugared call spans | Esteban Küber | -276/+180 |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -504/+633 |
| 2019-09-19 | fix mir-opt tests | Niko Matsakis | -24/+17 |
| 2019-09-19 | fix tests for 2018 | Niko Matsakis | -0/+4 |
| 2019-09-19 | Rollup merge of #64601 - grovesNL:two-backticks, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-09-19 | Rollup merge of #64592 - Aaron1011:feature/unreachable-span, r=Centril | Mazdak Farrokhzad | -0/+308 |
| 2019-09-19 | Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddyb | Mazdak Farrokhzad | -0/+182 |
| 2019-09-19 | avoid generating drops for moved operands of calls | Niko Matsakis | -0/+46 |
| 2019-09-18 | Fix backticks in documentation | Joshua Groves | -1/+1 |
| 2019-09-19 | Rollup merge of #64591 - jamesmunns:grammar-fix, r=jonas-schievink | Mazdak Farrokhzad | -15/+15 |
| 2019-09-19 | Rollup merge of #64554 - lqd:polonius_tests4, r=nikomatsakis | Mazdak Farrokhzad | -4/+42 |