| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-12-23 | Move tests | Caio | -11/+0 | |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 | |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -1/+1 | |
| :sparkles: | ||||
| 2020-12-26 | update tests | Bastian Kauschke | -5/+5 | |
| 2020-02-02 | Do not suggest duplicate bounds | Yuki Okushi | -4/+0 | |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -1/+1 | |
| 2019-07-18 | Suggest trait bound on type parameter when it is unconstrained | Esteban Küber | -3/+5 | |
| Given ``` mented on Jan 26, 2015 • trait Foo { fn method(&self) {} } fn call_method<T>(x: &T) { x.method() } ``` suggest constraining `T` with `Foo`. | ||||
| 2019-03-23 | Tweak spans for E0599 | Esteban Küber | -3/+1 | |
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -2/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+13 | |
