about summary refs log tree commit diff
path: root/tests/ui/borrowck
AgeCommit message (Expand)AuthorLines
2023-03-16Don't allow new const panic through format flattening.Mara Bos-1/+1
2023-03-09Add ui test.Camille GILLOT-0/+27
2023-03-05Add regression tests for issue 70919Giacomo Pasini-0/+63
2023-03-03Desugars drop and replace at MIR buildGiacomo Pasini-29/+18
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-4/+4
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-4/+4
2023-02-16Move testsCaio-0/+62
2023-02-04Rollup merge of #107646 - estebank:specific-span, r=compiler-errorsMatthias Krüger-21/+34
2023-02-03Provide structured suggestion for binding needing type on E0594Esteban Küber-21/+34
2023-02-02Suggest `move` in nested closure when appropriateEsteban Küber-5/+64
2023-01-26Rollup merge of #106978 - mejrs:mir_build3, r=davidtwcoMatthias Krüger-4/+4
2023-01-17Migrate mir_build's borrow conflictsmejrs-4/+4
2023-01-17Account for field access when looking for inner-most path in expressionEsteban Küber-0/+10
2023-01-17Account for `*` when looking for inner-most path in expressionEsteban Küber-0/+9
2023-01-15Tweak E0597Esteban Küber-140/+160
2023-01-15Add regression test for #92157Yuki Okushi-0/+51
2023-01-11Move /src/test to /testsAlbert Larsan-0/+21856