Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-11-23 | Resolve UFCS - Move all "Outer" logic to resolve_ufcs.cpp, and switch to usin... | John Hodge | 1 | -0/+1 |
2019-10-22 | HIR Const Eval - Ensure that requisite items are constevaled before attemptin... | John Hodge | 1 | -0/+5 |
2019-01-12 | HIR Typecheck Outer - Duplicate the "Resolve UFCS" pass to use simpler logic ... | John Hodge | 1 | -0/+1 |
2018-06-04 | All - Ensure that all files have a header comment, remove some dead code | John Hodge | 1 | -0/+5 |
2016-11-25 | HIR - Shift markings to their own pass, store in crate metadata. | John Hodge | 1 | -1/+2 |
2016-05-29 | HIR - Add binding pointers to TypeRef and Pattern | John Hodge | 1 | -0/+1 |
2016-05-27 | HIR Conv - Constant evaluation pass running (fully?) | John Hodge | 1 | -0/+1 |
2016-05-24 | HIR Lower - Lower impl blocks | John Hodge | 1 | -0/+1 |
2016-05-23 | HIR - Add type alias replacement. Other related changes below | John Hodge | 1 | -0/+9 |