about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-07-24Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomezbors-0/+61
2018-07-24Reword missing formatting arguments labelEsteban Küber-6/+6
2018-07-24Auto merge of #51587 - mark-i-m:at_most_once_rep_2018, r=alexcrichtonbors-207/+392
2018-07-24Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisabors-152/+16
2018-07-24Allow declaring existential types inside blocksOliver Schneider-0/+22
2018-07-24Auto merge of #52655 - kennytm:rollup, r=kennytmbors-14/+5
2018-07-23Allow by default, fix testsmark-6/+24
2018-07-23Implement 2015 vs 2018 `?` kleene op + testmark-204/+371
2018-07-24Fix ui testcsmoe-4/+8
2018-07-24Rollup merge of #52622 - estebank:lifetime-multispan, r=nikomatsakiskennytm-3/+3
2018-07-24Rollup merge of #52605 - estebank:str-plus-eq, r=oli-obkkennytm-11/+2
2018-07-23Update compile-fail tests to be ui testsWesley Wiser-20/+44
2018-07-23Add compile-fail test for #43196Wesley Wiser-0/+17
2018-07-23Add compile-fail test for #42060Wesley Wiser-0/+22
2018-07-23Add run-pass test for #44005Wesley Wiser-0/+39
2018-07-23Add test for #33264Wesley Wiser-0/+39
2018-07-23Add tests for #34784Wesley Wiser-0/+48
2018-07-24Auto merge of #52618 - alexcrichton:capture-more, r=petrochenkovbors-0/+79
2018-07-23Add test for raw stringEsteban Küber-1/+14
2018-07-23Only point at inside of string literals if they're actually string literalsEsteban Küber-2/+2
2018-07-23Point only at invalid positional argumentsEsteban Küber-8/+8
2018-07-23Auto merge of #52175 - fpoli:testsuite-callsite-span, r=petrochenkovbors-43/+105
2018-07-23Don't match on region kinds when reporting NLL errorsMatthew Jasper-103/+121
2018-07-23Auto merge of #50494 - F001:as_cell, r=alexcrichtonbors-0/+21
2018-07-23Implement associated existential typesOliver Schneider-0/+64
2018-07-23Point at incorrect named arg in format stringEsteban Küber-8/+8
2018-07-23Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwo...bors-0/+65
2018-07-23use inherent method insteadF001-3/+2
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-43/+105
2018-07-23Auto merge of #52589 - petrochenkov:derlint, r=alexcrichtonbors-0/+16
2018-07-23Update mir-opt to promoted changesOliver Schneider-10/+4
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-142/+12
2018-07-22Point at internal span in format stringEsteban Küber-2/+189
2018-07-23Auto merge of #52571 - oli-obk:promotion_abort, r=nagisabors-0/+38
2018-07-23Auto merge of #52568 - oli-obk:span_bug_error, r=varkorbors-0/+91
2018-07-22Auto merge of #52564 - pnkfelix:issue-52126-lhs-of-assign-op-is-invariant, r=...bors-1/+89
2018-07-22Auto merge of #52069 - zackmdavis:elided_states_of_america—and_to_the_re-pu...bors-33/+250
2018-07-22Use MultiSpan in E0707 and E709Esteban Küber-3/+3
2018-07-22Improve codeGuillaume Gomez-3/+3
2018-07-22Add new tests and fix old onesGuillaume Gomez-7/+31
2018-07-22Auto merge of #52616 - kennytm:rollup, r=kennytmbors-16/+43
2018-07-23Rollup merge of #52051 - scottmcm:swap-directly, r=alexcrichtonkennytm-0/+27
2018-07-22Auto merge of #52572 - davidtwco:issue-51027, r=nikomatsakisbors-50/+59
2018-07-22rustc: Implement tokenization of nested itemsAlex Crichton-0/+79
2018-07-22in which the elided-lifetimes-in-paths lint undergoes a revolutionZack M. Davis-33/+250
2018-07-22Rollup merge of #52507 - estebank:infer-type, r=nikomatsakiskennytm-16/+16
2018-07-22Use correct exclusion commentOliver Schneider-1/+2
2018-07-22Fallback to general error handling in ICE cases.David Wood-22/+31
2018-07-22Improved closure errors.David Wood-28/+28
2018-07-22Classify aggregate rvalues as assignments.David Wood-7/+7