summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2022-06-24Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726bors-68/+5
2022-06-21Move some tests to more reasonable directoriesCaio-147/+0
2022-06-16 fix one more case of trailing spaceklensy-23/+23
2022-06-16diagnostics: fix trailing spaceklensy-3/+3
2022-06-15generalize the outlives obligation codeNiko Matsakis-68/+5
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-9/+51
2022-06-03Fully stabilize NLLJack Huey-448/+99
2022-06-01Add regression test for #71546Yuki Okushi-0/+39
2022-05-28Add regression test for #81899Yuki Okushi-0/+30
2022-05-22Use revisions for NLL in borrowckJack Huey-26/+121
2022-05-08Move some tests to more reasonable placesCaio-0/+25
2022-05-06Resolve vars in note_type_errJack Huey-22/+0
2022-04-20Remove mutable_borrow_reservation_conflict lintJack Huey-241/+72
2022-04-08suggest adding a local for vector to fix borrowck errorsTakayuki Maeda-0/+78
2022-03-09Auto merge of #94515 - estebank:tweak-move-error, r=davidtwcobors-15/+26
2022-03-07Update tests after feature stabilizationEric Holk-10/+8
2022-03-06Erase regions when checking for missing Copy predicatesMichael Goulet-0/+31
2022-03-03Tweak move errorEsteban Kuber-15/+26
2022-02-12bless youDeadbeef-2/+3
2022-01-22[borrowck] Fix help on mutating &self in async fnsAlyssa Verkade-0/+26
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-164/+0
2021-12-28Added regression test for issue 92015chordtoll-0/+18
2021-12-10Suggest using a temporary variable to fix borrowck errorsNoah Lev-0/+170
2021-11-30Remove all migrate.nll.stderr filesLucas Kent-47/+13
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-0/+14
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-29Fix a format_args span to be expansionCameron Steffen-0/+14
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