| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -361/+0 | |
| 2022-12-14 | Rollup merge of #105595 - TaKO8Ki:suggest-dereferencing-receiver-argument, ↵ | Matthias Krüger | -0/+43 | |
| r=compiler-errors Suggest dereferencing receiver arguments properly Fixes #105429 | ||||
| 2022-12-14 | suggest dereferencing receiver arguments properly | Takayuki Maeda | -0/+43 | |
| fix a stderr | ||||
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being ↵ | Oli Scherer | -6/+0 | |
| available | ||||
| 2022-08-20 | Rollup merge of #100796 - TaKO8Ki:remove-unnecessary-string-searching, ↵ | Matthias Krüger | -12/+18 | |
| r=compiler-errors Refactor: remove unnecessary string searchings This patch removes unnecessary string searchings for checking if function arguments have `&` and `&mut`. | ||||
| 2022-08-20 | remove unnecessary string searchings | Takayuki Maeda | -12/+18 | |
| remove unnecessary string searchings for checking if function arguments have `&` and `&mut` | ||||
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -3/+3 | |
| 2022-04-04 | Remove hack, fix fmt and tests | Esteban Kuber | -2/+0 | |
| 2022-04-04 | Suggest dereferncing when possible in E0277, fix #87437 | Esteban Kuber | -3/+55 | |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -2/+1 | |
| When encountering an unsatisfied trait bound, if there are no other suggestions, mention all the types that *do* implement that trait: ``` error[E0277]: the trait bound `f32: Foo` is not satisfied --> $DIR/impl_wf.rs:22:6 | LL | impl Baz<f32> for f32 { } | ^^^^^^^^ the trait `Foo` is not implemented for `f32` | = help: the following other types implement trait `Foo`: Option<T> i32 str note: required by a bound in `Baz` --> $DIR/impl_wf.rs:18:31 | LL | trait Baz<U: ?Sized> where U: Foo { } | ^^^ required by this bound in `Baz` ``` Mention implementers of traits in `ImplObligation`s. Do not mention other `impl`s for closures, ranges and `?`. | ||||
| 2022-02-14 | further update `fuzzy_match_tys` | lcnr | -4/+0 | |
| 2022-02-14 | fuzzify `fuzzy_match_tys` | lcnr | -0/+6 | |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -13/+18 | |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -13/+22 | |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -1/+1 | |
| 2021-02-09 | Organize trait test files | Bram van den Heuvel | -0/+253 | |
