Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-08-01 | HIR - Conversion and typecheck fixes for 1.29 | John Hodge | 1 | -1/+2 |
2016-12-24 | No more tears! | ubsan | 1 | -7/+7 |
2016-10-31 | All - Rough support for `union` (data structure present in all stages) | John Hodge | 1 | -0/+1 |
2016-10-22 | HIR - Allow (partial) TraitObject with no data trait, better logging of ItemPath | John Hodge | 1 | -0/+9 |
2016-08-17 | HIR Visitor - Include type/paths visit functions in Expr | John Hodge | 1 | -0/+1 |
2016-08-01 | HIR - Path reporting in iteration | John Hodge | 1 | -49/+8 |
2016-06-12 | HIR - Trait scoping fixes | John Hodge | 1 | -1/+2 |
2016-06-11 | HIR - Move associated type bounds to TraitPath | John Hodge | 1 | -0/+1 |
2016-06-05 | Resolve - UFCS resolution expanded to handle `Self` and params | John Hodge | 1 | -8/+48 |
2016-05-28 | HIR TypeCheck - Initial work on a module-level pass (no inferrence) | John Hodge | 1 | -2/+4 |
2016-05-27 | HIR Conv - Constant evaluation pass running (fully?) | John Hodge | 1 | -2/+6 |
2016-05-24 | HIR Expand Type - Convert to use a generic HIR visitor | John Hodge | 1 | -0/+46 |