| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-05-29 | Fix ICE with struct ctors and const generics. | David Wood | -0/+10 | |
| This commit fixes a ICE where struct constructors were resulting in an ICE with const generics. Previously, a `match` in `type_of` did not have an arm for the `DefKind::Ctor` resolutions and therefore would assume that the type did not have generics. | ||||
