summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2021-11-25Add test demonstrating no more ICEMichael Goulet-0/+27
2021-11-21Simplify for loop desugarCameron Steffen-3/+3
2021-11-20Point at bounds when comparing impl items to traitEsteban Kuber-2/+2
2021-11-18Move some tests to more reasonable directoriesCaio-0/+77
2021-11-16Rollup merge of #90936 - JohnTitor:issue-80772, r=Mark-SimulacrumYuki Okushi-0/+21
2021-11-16Add a regression test for #80772Yuki Okushi-0/+21
2021-11-14Move some tests to more reasonable directoriesCaio-0/+31
2021-11-06Move some tests to more reasonable directoriesCaio-0/+30
2021-10-15Bless testsCameron Steffen-1/+1
2021-10-14Auto merge of #88698 - Noble-Mushtak:master, r=nikomatsakis,oli-obkbors-0/+60
2021-10-13Remove textual span from diagnostic stringOli Scherer-4/+4
2021-10-07Add check that region is live in sanitize_promotedNoble-Mushtak-0/+60
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-219/+178
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-274/+258
2021-09-25Use larger span for adjustments on method callsAaron Hill-219/+178
2021-09-20Use `ty::Error` for opaque types with errors in its bounds.Oli Scherer-15/+4
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-15/+61
2021-09-11Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...bors-0/+65
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-09-01Stop sorting bodies by span.Camille GILLOT-6/+6
2021-08-29rebase: fix test outputEsteban Kuber-7/+10
2021-08-29Provide structured suggestion for removal of `&mut`Esteban Kuber-9/+6
2021-08-29Suggestion for call on immutable binding of mutable typeEsteban Küber-12/+80
2021-08-28rustc: use more correct span data in for loop desugaringMichael Howell-0/+65
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-26/+24
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-7/+8
2021-08-11Modify structured suggestion outputEsteban Küber-22/+22
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-07-30Use multispan suggestions more oftenEsteban Küber-2/+2
2021-07-29Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obkbors-2/+3
2021-07-28Add new const_format_args!() macro and use it in panics.Mara Bos-2/+12
2021-07-28Update test output for const fmt::Arguments constructor.Mara Bos-11/+2
2021-07-28Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiserYuki Okushi-4/+7
2021-07-27Auto merge of #85305 - MarcusDunn:master, r=pnkfelixbors-18/+17
2021-07-25fix help message for modification to &T created by &{t}ibraheemdev-1/+33
2021-07-25fix test/ui/borrowck/issue-33819ibraheemdev-1/+1
2021-07-25tidyibraheemdev-1/+1
2021-07-25suggest removing unnecessary \&mut as help messageibraheemdev-4/+7
2021-07-21Revert PR 81473 to resolve (on mainline) issues 81626 and 81658.Felix S. Klock II-1/+0
2021-07-18Auto merge of #85686 - ptrojahn:loop_reinitialize, r=estebankbors-0/+102
2021-07-07Add help on reinitialization between move and accessPaul Trojahn-0/+102
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-13/+30
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+95
2021-06-24compiletest: ignore tests on a per-revision basisSimonas Kazlauskas-2/+2
2021-06-16Do not emit invalid suggestions on multiple mutable borrow errorsYuki Okushi-0/+32
2021-06-04updated line #'s on ui tests and removed feature flag testmarcusdunn-17/+17
2021-06-04removed more uses of feature gatemarcusdunn-1/+0
2021-05-30Do not suggest ampmut if rhs is already mutableDeadbeef-0/+20
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-5/+5
2021-05-11improve diagnosts for GATsb-naber-5/+5