Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-06-11 | HIR - Move associated type bounds to TraitPath | John Hodge | 1 | -2/+2 |
2016-06-06 | HIR Typecheck - Rough inclusion of function calls in typeck | John Hodge | 1 | -31/+1 |
2016-06-05 | Resolve - UFCS resolution expanded to handle `Self` and params | John Hodge | 1 | -66/+152 |
2016-06-05 | HIR - Spanned expressions, fixed sections of resolve | John Hodge | 1 | -58/+130 |
2016-06-04 | Resolve - Fix variable resolution and pattern binding | John Hodge | 1 | -1/+1 |
2016-06-04 | Compilation fixes (clang and different gcc version) | John Hodge | 1 | -1/+1 |
2016-05-28 | HIR TypeCheck - Initial work on a module-level pass (no inferrence) | John Hodge | 1 | -0/+2 |
2016-05-27 | HIR Conv - Constant evaluation pass running (fully?) | John Hodge | 1 | -0/+217 |