| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -55/+55 | |
| A subset of places referred to 'super-trait', so this changes them to all use 'supertrait'. This matches 'supertype' and some other usages. An exception is 'auto-trait' which is consistently used in that manner. | ||||
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -8/+15 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -3/+3 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -1/+1 | |
| 2021-05-26 | Lint against non-camelCase trait alias names | Smitty | -0/+18 | |
| Type aliases are linted as such, so (unstable) trait aliases should be treated the same way. | ||||
| 2021-04-23 | Auto merge of #83729 - JohnTitor:issue-43913, r=estebank | bors | -0/+40 | |
| Add a suggestion when using a type alias instead of trait alias Fixes #43913 r? `@estebank` | ||||
| 2021-04-06 | Do not ICE when closure is involved in TAIT | Esteban Küber | -0/+36 | |
| Fix #83613. | ||||
| 2021-04-01 | Add a suggestion when using a type alias instead of trait alias | Yuki Okushi | -0/+40 | |
| 2021-02-09 | Organize trait test files | Bram van den Heuvel | -0/+1933 | |
