| Age | Commit message (Expand) | Author | Lines |
| 2018-07-24 | Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomez | bors | -0/+61 |
| 2018-07-24 | Reword missing formatting arguments label | Esteban Küber | -6/+6 |
| 2018-07-24 | Auto merge of #51587 - mark-i-m:at_most_once_rep_2018, r=alexcrichton | bors | -207/+392 |
| 2018-07-24 | Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisa | bors | -152/+16 |
| 2018-07-24 | Allow declaring existential types inside blocks | Oliver Schneider | -0/+22 |
| 2018-07-24 | Auto merge of #52655 - kennytm:rollup, r=kennytm | bors | -14/+5 |
| 2018-07-23 | Allow by default, fix tests | mark | -6/+24 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -204/+371 |
| 2018-07-24 | Fix ui test | csmoe | -4/+8 |
| 2018-07-24 | Rollup merge of #52622 - estebank:lifetime-multispan, r=nikomatsakis | kennytm | -3/+3 |
| 2018-07-24 | Rollup merge of #52605 - estebank:str-plus-eq, r=oli-obk | kennytm | -11/+2 |
| 2018-07-23 | Update compile-fail tests to be ui tests | Wesley Wiser | -20/+44 |
| 2018-07-23 | Add compile-fail test for #43196 | Wesley Wiser | -0/+17 |
| 2018-07-23 | Add compile-fail test for #42060 | Wesley Wiser | -0/+22 |
| 2018-07-23 | Add run-pass test for #44005 | Wesley Wiser | -0/+39 |
| 2018-07-23 | Add test for #33264 | Wesley Wiser | -0/+39 |
| 2018-07-23 | Add tests for #34784 | Wesley Wiser | -0/+48 |
| 2018-07-24 | Auto merge of #52618 - alexcrichton:capture-more, r=petrochenkov | bors | -0/+79 |
| 2018-07-23 | Add test for raw string | Esteban Küber | -1/+14 |
| 2018-07-23 | Only point at inside of string literals if they're actually string literals | Esteban Küber | -2/+2 |
| 2018-07-23 | Point only at invalid positional arguments | Esteban Küber | -8/+8 |
| 2018-07-23 | Auto merge of #52175 - fpoli:testsuite-callsite-span, r=petrochenkov | bors | -43/+105 |
| 2018-07-23 | Don't match on region kinds when reporting NLL errors | Matthew Jasper | -103/+121 |
| 2018-07-23 | Auto merge of #50494 - F001:as_cell, r=alexcrichton | bors | -0/+21 |
| 2018-07-23 | Implement associated existential types | Oliver Schneider | -0/+64 |
| 2018-07-23 | Point at incorrect named arg in format string | Esteban Küber | -8/+8 |
| 2018-07-23 | Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwo... | bors | -0/+65 |
| 2018-07-23 | use inherent method instead | F001 | -3/+2 |
| 2018-07-23 | Match errors using the callsite of macro expansions | Federico Poli | -43/+105 |
| 2018-07-23 | Auto merge of #52589 - petrochenkov:derlint, r=alexcrichton | bors | -0/+16 |
| 2018-07-23 | Update mir-opt to promoted changes | Oliver Schneider | -10/+4 |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -142/+12 |
| 2018-07-22 | Point at internal span in format string | Esteban Küber | -2/+189 |
| 2018-07-23 | Auto merge of #52571 - oli-obk:promotion_abort, r=nagisa | bors | -0/+38 |
| 2018-07-23 | Auto merge of #52568 - oli-obk:span_bug_error, r=varkor | bors | -0/+91 |
| 2018-07-22 | Auto merge of #52564 - pnkfelix:issue-52126-lhs-of-assign-op-is-invariant, r=... | bors | -1/+89 |
| 2018-07-22 | Auto merge of #52069 - zackmdavis:elided_states_of_america—and_to_the_re-pu... | bors | -33/+250 |
| 2018-07-22 | Use MultiSpan in E0707 and E709 | Esteban Küber | -3/+3 |
| 2018-07-22 | Improve code | Guillaume Gomez | -3/+3 |
| 2018-07-22 | Add new tests and fix old ones | Guillaume Gomez | -7/+31 |
| 2018-07-22 | Auto merge of #52616 - kennytm:rollup, r=kennytm | bors | -16/+43 |
| 2018-07-23 | Rollup merge of #52051 - scottmcm:swap-directly, r=alexcrichton | kennytm | -0/+27 |
| 2018-07-22 | Auto merge of #52572 - davidtwco:issue-51027, r=nikomatsakis | bors | -50/+59 |
| 2018-07-22 | rustc: Implement tokenization of nested items | Alex Crichton | -0/+79 |
| 2018-07-22 | in which the elided-lifetimes-in-paths lint undergoes a revolution | Zack M. Davis | -33/+250 |
| 2018-07-22 | Rollup merge of #52507 - estebank:infer-type, r=nikomatsakis | kennytm | -16/+16 |
| 2018-07-22 | Use correct exclusion comment | Oliver Schneider | -1/+2 |
| 2018-07-22 | Fallback to general error handling in ICE cases. | David Wood | -22/+31 |
| 2018-07-22 | Improved closure errors. | David Wood | -28/+28 |
| 2018-07-22 | Classify aggregate rvalues as assignments. | David Wood | -7/+7 |