| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -1/+1 | |
| 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-11-24 | Show number in error message even for one error | Nilstrieb | -3/+3 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -2/+2 | |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -12/+0 | |
| This reverts commit 9de1a472b68ed85f396b2e2cc79c3ef17584d6e1. | ||||
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -0/+12 | |
| 2023-05-13 | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead | bors | -20/+25 | |
| Add a tidy check to find unexpected files in UI tests, and clean up the results While looking at UI tests, I noticed several weird files that were not being tested, some from even pre-1.0. I added a tidy check that fails if any files not known to compiletest or not used in tests (via manual list) are present in the ui tests. Unfortunately the root entry limit had to be raised by 1 to accommodate the stderr file for one of the tests. r? `@fee1-dead` | ||||
| 2023-05-12 | Note base types of coercion | Michael Goulet | -10/+8 | |
| 2023-05-09 | tidy check to find misc files in ui tests, and clean up the results | asquared31415 | -20/+25 | |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -4/+8 | |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -1/+2 | |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -1/+1 | |
| 2023-01-11 | Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errors | Michael Goulet | -2/+10 | |
| Tweak E0277 `&`-removal suggestions Fix #64068, fix #84837. | ||||
| 2023-01-11 | Account for type params | Esteban Küber | -2/+10 | |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -9/+27 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+808 | |
