about summary refs log tree commit diff
path: root/src/test/ui/closures
AgeCommit message (Expand)AuthorLines
2022-04-14make unaligned_reference warning visible in future compat reportRalf Jung-0/+14
2022-04-14make unaligned_references lint deny-by-defaultRalf Jung-11/+8
2022-04-10only suggest removing semicolon when expr implements traitMichael Goulet-3/+3
2022-04-05diagnostics: tweak error message to give more rationale to unsafe FnMichael Howell-2/+2
2022-04-04diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMutMichael Howell-0/+1
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-3/+3
2022-03-28Suggest function borrow ignoring needs_noteMichael Goulet-0/+16
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-3/+3
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-10/+0
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-6/+6
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-12/+25
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-1/+4
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-3/+14
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-6/+16
2022-02-24Restrict query recursion in `needs_significant_drop`Jakob Degen-0/+14
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-3/+3
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-3/+3
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-2/+2
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-2/+2
2022-01-28Add test for old ICEBen Reeves-0/+17
2022-01-17Emit simpler code from format_argsDavid Tolnay-2/+2
2022-01-07Flatten InferredCaptureInformationGary Guo-28/+101
2021-12-26fix typo: intialized -> initializedHiroshi Kori-1/+1
2021-12-17Bless ui testsDeadbeef-4/+4
2021-12-11Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgrbors-1/+6
2021-12-11Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakisMatthias Krüger-1/+6
2021-12-11Rollup merge of #91718 - RalfJung:unaligned_references, r=nagisaMatthias Krüger-0/+1
2021-12-10fix tests after rebaseEsteban Kuber-1/+6
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-2/+4
2021-12-09give more help in the unaligned_references lintRalf Jung-0/+1
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-0/+7
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-0/+10
2021-11-18Move some tests to more reasonable directoriesCaio-0/+18
2021-11-17Rollup merge of #90667 - rukai:improve_static_lifetime_diagnostics, r=estebankMatthias Krüger-7/+26
2021-11-14Move some tests to more reasonable directoriesCaio-0/+58
2021-11-14Improve diagnostics when a static lifetime is expectedLucas Kent-7/+26
2021-11-09Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-sebors-2/+2
2021-11-08Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkovbors-0/+56
2021-11-06Don't destructure args tuple in format_args!Cameron Steffen-2/+2
2021-11-06Move some tests to more reasonable directoriesCaio-0/+56
2021-11-06Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakisbors-3/+3
2021-11-05apply suggestions from code reviewNiko Matsakis-42/+42
2021-11-04handle case of a variable not capturedNiko Matsakis-0/+95
2021-11-04rework diagnostic reporting to be more structuredNiko Matsakis-45/+56
2021-10-29Fix a format_args span to be expansionCameron Steffen-0/+7
2021-10-23Add regresstion test for #90024.Jakob Degen-0/+37
2021-10-18Normalize obligations for closure confirmationjackh726-3/+3
2021-10-15Bless testsCameron Steffen-1/+1
2021-10-13Remove textual span from diagnostic stringOli Scherer-4/+4
2021-10-08Add regression testGary Guo-0/+40