Esteban Küber
9d846fcc11
Tweak short_ty_string to reduce number of files
...
When shortening types and writing them to disk, make `short_ty_string`
capable of reusing the same file, instead of writing a file per
shortened type.
2023-12-13 23:07:10 +00:00
surechen
40ae34194c
remove redundant imports
...
detects redundant imports that can be eliminated.
for #117772 :
In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
2023-12-10 10:56:22 +08:00
Nilstrieb
41e8d152dc
Show number in error message even for one error
...
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00
David Tolnay
823bacb6e3
Revert "Suggest using Arc on !Send/!Sync types"
...
This reverts commit 9de1a472b6 .
2023-08-28 03:16:48 -07:00
Esteban Kuber
9de1a472b6
Suggest using Arc on !Send/!Sync types
2023-08-09 14:04:10 +00:00
Vadim Petrochenkov
6f6c379ee0
rustc_middle: Fix opt_item_ident for non-local def ids
2023-05-03 20:09:10 +03:00
Camille GILLOT
facecf6e1b
Fetch less HIR in signature check.
2023-02-14 20:26:03 +00:00
Nathan Fenner
2a67e99d7d
Point at specific field in struct literal when trait fulfillment fails
2023-01-23 13:37:58 -08:00
Michael Goulet
9a39d7e441
Note predicate span on ImplDerivedObligation
2023-01-11 19:46:45 +00:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00