Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-23 | Resolve UFCS - Move all "Outer" logic to resolve_ufcs.cpp, and switch to ↵ | John Hodge | 1 | -0/+1 | |
using that instead (also includes changes to align the two files) | |||||
2019-10-22 | HIR Const Eval - Ensure that requisite items are constevaled before ↵ | John Hodge | 1 | -0/+5 | |
attempting downstream | |||||
2019-01-12 | HIR Typecheck Outer - Duplicate the "Resolve UFCS" pass to use simpler logic ↵ | John Hodge | 1 | -0/+1 | |
for outer context | |||||
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 | |
- Added pretty printing for HIR paths and types - Added a sub-pass to resolve/index that makes all index paths point at the actual item (no imports involved) - Split up some contents of main_bindings.hpp |