Age | Commit message (Expand) | Author | Files | Lines |
2015-01-21 | Type propagation coming along | John Hodge (sonata) | 1 | -1/+1 |
2015-01-20 | Fiddling with type resoltion, spotted a hole in path resolve | John Hodge (sonata) | 1 | -1/+3 |
2015-01-18 | Generic param checks passing | John Hodge (sonata) | 1 | -0/+10 |
2015-01-18 | Up to requiring checks for trait implementations | John Hodge (sonata) | 1 | -1/+1 |
2015-01-18 | Added support for associated types in impl blocks | John Hodge (sonata) | 1 | -0/+4 |
2015-01-18 | Added pretty type printing, non-expr typecheck correctly fails on too many pa... | John Hodge (sonata) | 1 | -0/+30 |
2015-01-17 | Clean up hanlding of generic params | John Hodge (sonata) | 1 | -2/+1 |
2015-01-17 | Disabled generic handling in Path::resolve (leave for typecheck pass) | John Hodge (sonata) | 1 | -12/+12 |
2015-01-17 | Trait serialise | John Hodge (sonata) | 1 | -3/+24 |
2015-01-17 | Deserialise working, need to annotate loaded crates with crate ID | John Hodge (sonata) | 1 | -0/+2 |
2015-01-17 | Adding deserialise, partially working | John Hodge (sonata) | 1 | -0/+15 |
2015-01-15 | Type alias bound to path, considering removing std hack and implementing AST ... | John Hodge (sonata) | 1 | -1/+8 |
2015-01-15 | Type aliases added (AST only, no parse yet), need to handle lookups | John Hodge (sonata) | 1 | -0/+15 |
2015-01-14 | Path bind to struct (removed todo that wasn't needed in that location) | John Hodge (sonata) | 1 | -1/+12 |
2015-01-12 | Path resolution working in one function (types still to come, need AST rep) | John Hodge (sonata) | 1 | -1/+24 |
2015-01-12 | Added statics, fix minor quirk in resolve handling | John Hodge (sonata) | 1 | -0/+2 |
2015-01-11 | Tag paths with base crate, restructure ast.cpp into three files | John Hodge (sonata) | 1 | -0/+237 |