index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
self
Age
Commit message (
Expand
)
Author
Lines
2023-12-12
Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser
Matthias Krüger
-1
/
+10
2023-11-24
Show number in error message even for one error
Nilstrieb
-10
/
+10
2023-11-20
Tweak wording
Esteban Küber
-1
/
+1
2023-11-20
On borrow return type, suggest borrowing from arg or owned return type
Esteban Küber
-1
/
+10
2023-11-16
Smaller span for unnessary `mut` suggestion
Esteban Küber
-1
/
+1
2023-10-30
Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr
bors
-4
/
+19
2023-10-30
Poison check_well_formed if method receivers are invalid to prevent typeck fr...
Oli Scherer
-4
/
+19
2023-10-29
On object safety error, mention new enum as alternative
Esteban Küber
-0
/
+3
2023-10-20
Avoid a `track_errors` by bubbling up most errors from `check_well_formed`
Oli Scherer
-6
/
+23
2023-10-17
Unify suggestion wording
Esteban Küber
-2
/
+2
2023-10-03
Rollup merge of #114654 - estebank:suggest-pin-macro, r=davidtwco
Matthias Krüger
-7
/
+6
2023-09-25
When suggesting `self.x` for `S { x }`, use `S { x: self.x }`
Esteban Küber
-1
/
+6
2023-09-23
Tweak wording and logic
Esteban Küber
-1
/
+1
2023-08-14
rebase and review comments
Esteban Küber
-7
/
+6
2023-08-04
Add tests for #57994
Esteban Küber
-0
/
+167
2023-08-04
Detect method not found on arbitrary self type with different mutability
Esteban Küber
-0
/
+40
2023-05-23
Don't ICE if method receiver fails to unify with arbitrary_self_types
Michael Goulet
-0
/
+25
2023-05-14
Add test.
Camille GILLOT
-0
/
+15
2023-05-14
Revert "Validate resolution for SelfCtor too."
Camille GILLOT
-50
/
+0
2023-05-12
Note base types of coercion
Michael Goulet
-4
/
+2
2023-05-04
Rollup merge of #110982 - cjgillot:elided-self-const, r=petrochenkov
Matthias Krüger
-0
/
+51
2023-05-03
Do not recurse into const generic args when resolving self lifetime elision.
Camille GILLOT
-0
/
+51
2023-05-03
Validate resolution for SelfCtor too.
Camille GILLOT
-0
/
+50
2023-04-12
Special-case item attributes in the suggestion output
Esteban Küber
-1
/
+0
2023-04-12
Tweak output for 'add line' suggestion
Esteban Küber
-1
/
+2
2023-03-11
Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb
Matthias Krüger
-2
/
+3
2023-03-03
Add unuseless `#[allow(unused_allocation)]`
Maybe Waffle
-2
/
+3
2023-03-03
Label opaque type for 'captures lifetime' error message
Michael Goulet
-4
/
+6
2023-02-22
diagnostics: update test cases to refer to assoc fn with `self` as method
Michael Howell
-64
/
+64
2023-01-30
Modify primary span label for E0308
Esteban Küber
-1
/
+1
2023-01-26
Rollup merge of #97373 - dimpolo:cell_dispatch_from_dyn, r=dtolnay
Matthias Krüger
-0
/
+22
2023-01-24
impl DispatchFromDyn for Cell and UnsafeCell
dimi
-0
/
+22
2023-01-15
Tweak E0597
Esteban Küber
-0
/
+2
2023-01-11
When suggesting writing a fully qualified path probe for appropriate types
Esteban Küber
-2
/
+2
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+4352