| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-20 | Move tests for missing trait bounds to their own directory | Esteban Kuber | -11/+0 | |
| 2021-11-20 | Suggest constraining `fn` type params when appropriate | Esteban Kuber | -0/+3 | |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -1/+1 | |
| Fixes #76267 When there is a single applicable method candidate, but its trait bounds are not satisfied, we avoid saying that the method is "not found". Insted, we update the error message to directly mention which bounds are not satisfied, rather than mentioning them in a note. | ||||
| 2019-02-13 | Relax some Hash bounds on HashMap<K, V, S> and HashSet<T, S> | Anthony Ramine | -3/+4 | |
| Notably, hash iterators don't require any trait bounds to be iterated. | ||||
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -0/+2 | |
| Fix a number of uncovered deficiencies in diagnostics | ||||
| 2018-12-12 | Deduplicate unsatisfied trait bounds | Esteban Küber | -0/+5 | |
