about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-06-01Tweak wording when encountering `fn` call in patternEsteban Küber-1/+3
2019-06-01Account for cases where we can find the type arg name, but the local name is `_`Esteban Küber-3/+3
2019-06-01review comment: tweak wordingEsteban Küber-15/+15
2019-06-01Explain that `impl Trait` introduces an implicit type argumentEsteban Küber-1/+5
2019-06-01rustc: collect upvars from HIR, instead of during name resolution.Eduard-Mihai Burtescu-1/+1
2019-06-01Point at individual type arguments on arg count mismatchEsteban Küber-5/+5
2019-05-31Make generics always have a valid spanEsteban Küber-2/+2
2019-06-01Rollup merge of #61403 - estebank:test-cleanup, r=petrochenkovMazdak Farrokhzad-9/+5
2019-05-31Tweak wordingEsteban Küber-5/+5
2019-05-31On type inference errors use the type argument name when possibleEsteban Küber-8/+8
2019-05-31Alternative wording for inference failureEsteban Küber-11/+11
2019-05-31Add more detail to type inference errorEsteban Küber-12/+12
2019-05-31fix tidyEsteban Küber-9/+5
2019-05-30Remove unecessary `-Z continue-parse-after-error` from testsEsteban Küber-2/+2
2019-05-30Explicitly suggest 'type_ascription' featureJanusz Marcinkiewicz-2/+2
2019-05-29Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centrilbors-371/+371
2019-05-29Update ui test suite to use dynmemoryruins-371/+371
2019-05-28Rollup merge of #61220 - imbrem:error_explanations, r=estebankMazdak Farrokhzad-0/+1
2019-05-27Incorporated suggested changesJad Ghalayini-0/+1
2019-05-27Auto merge of #61140 - estebank:attr-diagnostics, r=michaelwoeristerbors-6/+6
2019-05-26Rollup merge of #61189 - oli-obk:turbofish_ice, r=varkorMazdak Farrokhzad-0/+33
2019-05-26Rollup merge of #61144 - estebank:issue-61108, r=matthewjasperMazdak Farrokhzad-0/+24
2019-05-25Turn ICE on type arguments on variables into an errorOliver Scherer-0/+33
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-6/+6
2019-05-24Suggest borrowing for loop head on move errorEsteban Küber-0/+24
2019-05-24Add auxiliary issue filevarkor-0/+18
2019-05-24Move some issues into the issues foldervarkor-0/+590
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-115/+0
2019-05-23Remove subtle Default impl for ValueJohn Kåre Alsaker-44/+7
2019-05-22Rollup merge of #60809 - jethrogb:jb/nll-faq, r=pnkfelixMazdak Farrokhzad-0/+7
2019-05-21Add FAQ for NLL migrationJethro Beekman-0/+7
2019-05-20Addressed more points raised in review.Alexander Regueiro-4/+13
2019-05-20Update tests.Alexander Regueiro-8/+18
2019-05-19Rollup merge of #60924 - estebank:try-msg, r=petrochenkovMazdak Farrokhzad-0/+1
2019-05-18Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakisbors-1/+3
2019-05-17Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik...bors-5/+2
2019-05-17Explain that ? converts the error type using FromEsteban Küber-0/+1
2019-05-17Rollup merge of #60901 - estebank:str-str-str, r=CentrilManish Goregaokar-2/+2
2019-05-17Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelixbors-73/+358
2019-05-16review commentsEsteban Küber-2/+2
2019-05-16fixed issues relating to line numbers being shiftedDario Gonzalez-1/+1
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+2
2019-05-16Point at enclosing fn/closure when it's not asyncEsteban Küber-7/+6
2019-05-16tidy fixEsteban Küber-1/+1
2019-05-16Parse alternative incorrect uses of await and recoverEsteban Küber-2/+10
2019-05-15update test to match new doc(hidden) thread_local apityler-7/+7
2019-05-15restructure thread_local! for better codegen (especially on macos)tyler-8/+6
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-67/+25
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-6/+333
2019-05-12Fix HIR printing of existential type #60662Pulkit Goyal-0/+25