| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-08 | Rollup merge of #108884 - compiler-errors:tweak-illegal-copy-impl-message, ↵ | Matthias Krüger | -5/+5 | |
| r=WaffleLapkin Tweak illegal `Copy` impl message The phrase "may not" can both mean "is not able to" and "possibly does not". Disambiguate this by just using "cannot". ``@Lokathor`` expressed being annoyed by this [here](https://twitter.com/Lokathor/status/1633200313544089602?s=20). Also drive-by fix for this extremely noisy message: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=6a37275bc810f7846bfe191845b7d11d. r? diagnostics | ||||
| 2023-03-08 | Suppress copy impl error when post-normalized type references errors | Michael Goulet | -0/+25 | |
| 2023-03-08 | may not => cannot | Michael Goulet | -5/+5 | |
| 2023-03-06 | Bless the remaining ui tests | Mu42 | -4/+36 | |
| 2023-02-13 | Tighter spans for bad inherent impl types | Michael Goulet | -4/+4 | |
| 2023-02-03 | Disallow impl autotrait for trait object | David Tolnay | -26/+104 | |
| 2023-01-19 | Don't treat closures from other crates as local | Oli Scherer | -2/+8 | |
| 2023-01-12 | Point at impl self type for impl wf obligations | Michael Goulet | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+4386 | |
