about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-2/+8
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-2/+2
2021-09-25Use larger span for adjustments on method callsAaron Hill-2/+2
2021-09-23Support incremental in compiletest for non-incremental modes.Eric Huss-2/+3
2021-09-20Use `ty::Error` for opaque types with errors in its bounds.Oli Scherer-10/+2
2021-09-20Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obkbors-10/+12
2021-09-17Rollup merge of #88883 - c410-f3r:tests, r=petrochenkovYuki Okushi-0/+241
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-10/+12
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-1/+3
2021-09-15Move some tests to more reasonable directoriesCaio-0/+241
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-1/+6
2021-08-31Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-sebors-17/+17
2021-08-30Update test output for stable Rust 2021.Mara Bos-17/+17
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-1/+1
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-08-16Use note to point at bound introducing requirementEsteban Küber-44/+73
2021-08-11Modify structured suggestion outputEsteban Küber-34/+34
2021-08-08Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisabors-3/+18
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-4/+4
2021-08-02Better message for invalid keyword placement in fnAlexis Bourget-3/+18
2021-07-31Tweak opaque type mismatch errorEsteban Küber-33/+42
2021-07-30Use multispan suggestions more oftenEsteban Küber-7/+5
2021-07-28Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obkYuki Okushi-15/+1
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-3/+1
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-12/+0
2021-07-27Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelixYuki Okushi-5/+45
2021-07-24Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=estebankYuki Okushi-0/+48
2021-07-22Squash all commits.chaz-kiker-0/+48
2021-07-22bless nll testsOli Scherer-10/+6
2021-07-20Auto merge of #87244 - jackh726:issue-71883, r=estebankbors-0/+2
2021-07-19Better errors when we don't have implicit statics in trait objectsjackh726-0/+2
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-10/+50
2021-07-06Add flag to configure `large_assignments` lintTomasz Miąsko-5/+45
2021-07-04allow inference vars in type_implements_traitNiko Matsakis-1/+35
2021-07-03add test caseNiko Matsakis-0/+10
2021-06-25Address PR feedbackRyan Levick-38/+38
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-38/+38
2021-06-12Pretty print generator witness only in `-Zverbose` modeTomasz Miąsko-6/+6
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-1/+2
2021-05-26bless compare-mode=nll outputNiko Matsakis-1/+1
2021-05-26stabilize member constraintsNiko Matsakis-70/+4
2021-05-22Remove some errors in UI testsLeSeulArtichaut-19/+3
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-19/+19
2021-05-16Suppress spurious errors inside `async fn`Aaron Hill-0/+25
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-4/+41
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-4/+41
2021-05-11improve diagnosts for GATsb-naber-6/+6