Esteban Küber
|
07112ca62d
|
Suggest if let x = y when encountering if x = y
Detect potential cases where `if let` was meant but `let` was left out.
Fix #44990.
|
2020-08-30 15:01:06 -07:00 |
|
varkor
|
35979a92bf
|
Add span information to ExprKind::Assign
|
2019-12-23 11:20:13 +00:00 |
|
varkor
|
b7bfdbe681
|
Improve invalid assignment error
|
2019-12-23 11:16:51 +00:00 |
|
Esteban Küber
|
6f8f70624b
|
Surround types with backticks in type errors
|
2019-11-18 11:03:04 -08:00 |
|
Esteban Küber
|
94c6425464
|
Remove E0308 note when primary label has all info
|
2019-11-18 11:03:03 -08:00 |
|
Esteban Küber
|
b2e6aef073
|
review comments: tweak prefix strings
|
2019-11-18 11:02:44 -08:00 |
|
Andy Russell
|
b6f148c8bd
|
hide --explain hint if error has no extended info
|
2019-04-18 13:29:28 -04:00 |
|
Vadim Petrochenkov
|
fa72a81bea
|
Update tests
|
2019-03-11 23:10:26 +03:00 |
|
Yuning Zhang
|
710dcbd381
|
Improve type mismatch error messages
Replace "integral variable" with "integer" and replace
"floating-point variable" with "floating-point number" to make the
message less confusing.
|
2018-12-31 20:43:08 -05:00 |
|
Mark Rousskov
|
2a663555dd
|
Remove licenses
|
2018-12-25 21:08:33 -07:00 |
|
Guillaume Gomez
|
2e104a77cf
|
update tests
|
2018-03-14 00:53:24 +01:00 |
|
Vadim Petrochenkov
|
fa2d9fc4b9
|
Update UI tests
|
2018-02-26 20:24:02 +03:00 |
|
Guillaume Gomez
|
5747fd6611
|
Update ui tests
|
2018-02-25 12:15:05 +01:00 |
|
Esteban Küber
|
51f0c0dc4c
|
Move some E0XXX to ui
|
2018-02-08 09:09:09 -08:00 |
|