about summary refs log tree commit diff
path: root/tests/ui/self
AgeCommit message (Expand)AuthorLines
2023-12-12Rollup merge of #117914 - estebank:issue-85843, r=wesleywiserMatthias Krüger-1/+10
2023-11-24Show number in error message even for one errorNilstrieb-10/+10
2023-11-20Tweak wordingEsteban Küber-1/+1
2023-11-20On borrow return type, suggest borrowing from arg or owned return typeEsteban Küber-1/+10
2023-11-16Smaller span for unnessary `mut` suggestionEsteban Küber-1/+1
2023-10-30Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgrbors-4/+19
2023-10-30Poison check_well_formed if method receivers are invalid to prevent typeck fr...Oli Scherer-4/+19
2023-10-29On object safety error, mention new enum as alternativeEsteban Küber-0/+3
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-6/+23
2023-10-17Unify suggestion wordingEsteban Küber-2/+2
2023-10-03Rollup merge of #114654 - estebank:suggest-pin-macro, r=davidtwcoMatthias Krüger-7/+6
2023-09-25When suggesting `self.x` for `S { x }`, use `S { x: self.x }`Esteban Küber-1/+6
2023-09-23Tweak wording and logicEsteban Küber-1/+1
2023-08-14rebase and review commentsEsteban Küber-7/+6
2023-08-04Add tests for #57994Esteban Küber-0/+167
2023-08-04Detect method not found on arbitrary self type with different mutabilityEsteban Küber-0/+40
2023-05-23Don't ICE if method receiver fails to unify with arbitrary_self_typesMichael Goulet-0/+25
2023-05-14Add test.Camille GILLOT-0/+15
2023-05-14Revert "Validate resolution for SelfCtor too."Camille GILLOT-50/+0
2023-05-12Note base types of coercionMichael Goulet-4/+2
2023-05-04Rollup merge of #110982 - cjgillot:elided-self-const, r=petrochenkovMatthias Krüger-0/+51
2023-05-03Do not recurse into const generic args when resolving self lifetime elision.Camille GILLOT-0/+51
2023-05-03Validate resolution for SelfCtor too.Camille GILLOT-0/+50
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-1/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-1/+2
2023-03-11Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=NilstriebMatthias Krüger-2/+3
2023-03-03Add unuseless `#[allow(unused_allocation)]`Maybe Waffle-2/+3
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-4/+6
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-64/+64
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-26Rollup merge of #97373 - dimpolo:cell_dispatch_from_dyn, r=dtolnayMatthias Krüger-0/+22
2023-01-24impl DispatchFromDyn for Cell and UnsafeCelldimi-0/+22
2023-01-15Tweak E0597Esteban Küber-0/+2
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+4352