| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -4/+4 | |
| 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-10 | remove redundant imports | surechen | -2/+0 | |
| 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-11-24 | Show number in error message even for one error | Nilstrieb | -8/+8 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -6/+0 | |
| This reverts commit 9de1a472b68ed85f396b2e2cc79c3ef17584d6e1. | ||||
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -0/+6 | |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -2/+4 | |
| 2023-02-14 | Fetch less HIR in signature check. | Camille GILLOT | -1/+1 | |
| 2023-01-23 | Point at specific field in struct literal when trait fulfillment fails | Nathan Fenner | -2/+2 | |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -1/+3 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+650 | |
