| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-05 | Bump mir-opt-level from 3 to 4 in tests | Santiago Pastorino | -1/+1 | |
| 2020-08-10 | polymorphize: constrain unevaluated const handling | David Wood | -0/+14 | |
| This commit constrains the support added for handling unevaluated consts in polymorphization (introduced in #75260) by: - Skipping associated constants as this causes cycle errors. - Skipping promoted constants when they contain `Self` as this ensures `T` is used in constants of the form `<Self as Foo<T>>`. Signed-off-by: David Wood <david@davidtw.co> | ||||
