Age | Commit message (Expand) | Author | Files | Lines |
2015-03-26 | Warning cleanup | John Hodge | 1 | -0/+6 |
2015-03-26 | Cleaning up rust source output | John Hodge | 1 | -1/+1 |
2015-03-25 | Wildcard imports in Path::resolve, associated types in ast_iterate | John Hodge | 1 | -1/+13 |
2015-03-25 | HACK - Handle the case of core::iter::order importing core::ord, but also def... | John Hodge | 1 | -1/+1 |
2015-03-24 | resolve "if let", remove tiny bit of typecheck in path lookup | John Hodge | 1 | -8/+8 |
2015-03-24 | Slow bugfixes | John Hodge | 1 | -1/+8 |
2015-03-24 | Wildcard path resolution possibily working | John Hodge | 1 | -14/+35 |
2015-03-23 | Move item lookup from AST::Path to AST::Module | John Hodge | 1 | -188/+134 |
2015-03-22 | Wildcard lookups in convert resolve, use processing of anon modules | John Hodge | 1 | -0/+1 |
2015-03-22 | Clean up local path resolution, add internal 'str' type | John Hodge | 1 | -0/+25 |
2015-03-22 | Hack in UFCS <Type as Trait> syntax | John Hodge | 1 | -0/+6 |
2015-03-21 | Planning resolve for local modules | John Hodge | 1 | -1/+1 |
2015-03-21 | Misc (warning suppression, planning trait methods in resolve) | John Hodge | 1 | -0/+2 |
2015-03-21 | Move wildcard use to Path::resolve, add 'bool' type | John Hodge | 1 | -13/+52 |
2015-03-17 | Replace Enum variant inner type | John Hodge | 1 | -1/+1 |
2015-03-07 | Prettier printing | John Hodge | 1 | -1/+2 |
2015-03-06 | Bugfixes exposed by fixing formatted output | John Hodge | 1 | -10/+28 |
2015-01-25 | Hacked in dumping as rust | John Hodge (sonata) | 1 | -2/+23 |
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 |