about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-06-18Rollup merge of #72804 - estebank:opaque-missing-lts-in-fn-2, r=nikomatsakisManish Goregaokar-161/+368
2020-06-18Rollup merge of #71976 - mibac138:let-recovery, r=estebankManish Goregaokar-0/+28
2020-06-18Rollup merge of #71338 - estebank:recursive-impl-trait, r=nikomatsakisManish Goregaokar-99/+179
2020-06-18Auto merge of #73065 - Amanieu:tls-fix, r=oli-obkbors-0/+14
2020-06-15review commentsEsteban Küber-25/+25
2020-06-15Expand "recursive opaque type" diagnosticEsteban Küber-99/+179
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-37/+37
2020-06-15small tweaksEsteban Küber-25/+16
2020-06-15Register new eror codeEsteban Küber-4/+15
2020-06-15Use note for requirement source spanEsteban Küber-35/+75
2020-06-15review comments: wordingEsteban Küber-54/+54
2020-06-15Tweak wording and add error codeEsteban Küber-78/+78
2020-06-15Tweak output for overlapping required/captured spansEsteban Küber-66/+11
2020-06-15Move overlapping span to a noteEsteban Küber-45/+69
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-46/+48
2020-06-15When `'static` is explicit, suggest constraining argument with itEsteban Küber-114/+158
2020-06-15Suggest substituting `'static` lifetime in impl/dyn `Trait + 'static` return ...Esteban Küber-13/+163
2020-06-15Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJungbors-79/+160
2020-06-15Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obkRalf Jung-32/+35
2020-06-15Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasperRalf Jung-47/+125
2020-06-15Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJungbors-56/+624
2020-06-15Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closur...Ralf Jung-0/+19
2020-06-15Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakisRalf Jung-5/+70
2020-06-15Rollup merge of #72556 - matthew-mcallister:trait-alias-inherent-impl, r=este...Ralf Jung-0/+33
2020-06-15Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakisRalf Jung-42/+453
2020-06-15Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obkRalf Jung-9/+49
2020-06-15Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakisbors-331/+409
2020-06-14structural_match: non-structural-match ty closuresDavid Wood-0/+19
2020-06-13Add tests for `const_precise_live_drops`Dylan MacKenzie-9/+49
2020-06-13Don't run test on emscripten which doesn't have threadsAmanieu d'Antras-0/+1
2020-06-13run const_eval_raw with root_spanRalf Jung-4/+4
2020-06-13avoid computing precise span for const_eval queryRalf Jung-2/+2
2020-06-13Prefer the associated consts for pattern matching errorLzu Tao-134/+134
2020-06-12Rollup merge of #73225 - tmandry:issue-73050, r=oli-obkDylan DPC-0/+12
2020-06-12Rollup merge of #73178 - petrochenkov:explint, r=varkorDylan DPC-0/+83
2020-06-12Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnayDylan DPC-115/+115
2020-06-12fix const_prop spans and re-bless testsRalf Jung-26/+29
2020-06-12Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievinkbors-2/+23
2020-06-11Use `fn_span` to point to the actual method callAaron Hill-19/+19
2020-06-12Rollup merge of #73195 - ayazhafiz:i/73145, r=estebankDylan DPC-0/+2025
2020-06-12Rollup merge of #73163 - ayushmishra2005:61137-add-long-error-code-e0724, r=d...Dylan DPC-0/+1
2020-06-12Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obkDylan DPC-5/+47
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-42/+453
2020-06-11Add long error explanation for E0724Ayush Kumar Mishra-0/+1
2020-06-11Rollup merge of #73230 - Amanieu:asm-unused2, r=petrochenkovDylan DPC-1/+21
2020-06-11Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasperDylan DPC-0/+28
2020-06-11Rollup merge of #73169 - Amanieu:asm-warnings, r=petrochenkovDylan DPC-1/+16
2020-06-11Rollup merge of #73012 - Aaron1011:feature/span-debug-ctxt, r=matthewjasperDylan DPC-30/+30
2020-06-11Fix NLL testMatthew Jasper-2/+2
2020-06-11fixup! Provide suggestion to convert numeric op LHS rather than unwrapping RHSAyaz Hafiz-138/+463