summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2022-08-03fix trailing whitespace in error messageklensy-1/+1
2022-07-31Improve `cannot move out of` error messageObei Sideg-2/+2
2022-07-19Mention first and last macro in backtraceMichael Goulet-12/+12
2022-07-15Move tests to fit in limitEsteban Küber-0/+89
2022-07-15Provide structured suggestion for dropped temp valueEsteban Küber-6/+22
2022-07-13remove untagged_union feature gateRalf Jung-25/+23
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-199/+152
2022-07-07Wording tweakEsteban Küber-9/+11
2022-07-07Fix label on uninit binding field assignmentEsteban Küber-2/+2
2022-07-07Add test for `for` loop maybe initializing bindingEsteban Küber-0/+20
2022-07-07Review comments: wordingEsteban Küber-17/+18
2022-07-07Tweak wording and spansEsteban Küber-173/+173
2022-07-07On partial uninit error point at where we need initEsteban Küber-187/+391
2022-07-07Fix borrowck closure span.Camille GILLOT-22/+48
2022-07-07Shorten span for closures.Camille GILLOT-187/+114
2022-07-01Shorten def_span for more items.Camille GILLOT-26/+14
2022-06-29Make RPIT and TAIT work exactly the sameOli Scherer-4/+15
2022-06-28Do not use a suggestion to change a binding's name to a typeMichael Goulet-12/+13
2022-06-28Remove redundant logic to suggest `as_ref`Michael Goulet-0/+47
2022-06-25bless after rebaseRalf Jung-0/+39
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