| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-05 | Remove the usage of the LengthAtMost32 trait | Roman Proskuryakov | -143/+0 | |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or ↵ | Oliver Scherer | -14/+14 | |
| propagation | ||||
| 2020-03-01 | Fix use of `has_infer_types` | Matthew Jasper | -14/+14 | |
| * Add a new method `has_infer_types_or_consts` that's used instead most of the time, since there's generally no reason to only consider types. * Remove use of `has_closure_types`, because closures are no longer implicitly linked to the `InferCtxt`. | ||||
| 2020-01-16 | review comments | Esteban Küber | -7/+7 | |
| 2020-01-16 | When trait bounds are missing for return values, point at them | Esteban Küber | -0/+21 | |
| 2019-10-24 | Add UI tests for `array::IntoIter` impls | Lukas Kalbertodt | -0/+122 | |
| This it to make sure traits are implemented for arrays with length 32 and below, while they are not implemented for >= 33. | ||||
