Age | Commit message (Expand) | Author | Files | Lines |
2015-03-09 | Parse updates | John Hodge | 1 | -8/+23 |
2015-03-08 | Macro parsing, saving, and evaluating | John Hodge | 1 | -23/+132 |
2015-01-25 | Hacked in dumping as rust | John Hodge (sonata) | 1 | -6/+187 |
2015-01-23 | Autoderef on method lookup, further provements to method lookup | John Hodge (sonata) | 1 | -3/+20 |
2015-01-22 | (minor) Comment update | John Hodge (sonata) | 1 | -0/+1 |
2015-01-22 | Added bounds to _ types, propagating type params further (and replacing when ... | John Hodge (sonata) | 1 | -0/+5 |
2015-01-21 | Type propagation coming along | John Hodge (sonata) | 1 | -0/+52 |
2015-01-18 | Up to requiring checks for trait implementations | John Hodge (sonata) | 1 | -3/+4 |
2015-01-18 | Added support for associated types in impl blocks | John Hodge (sonata) | 1 | -1/+2 |
2015-01-17 | Refactor resolve.cpp AST iterating into common function | John Hodge (sonata) | 1 | -2/+6 |
2015-01-17 | Clean up hanlding of generic params | John Hodge (sonata) | 1 | -97/+23 |
2015-01-17 | Trait serialise | John Hodge (sonata) | 1 | -0/+2 |
2015-01-17 | Adding deserialise, partially working | John Hodge (sonata) | 1 | -10/+148 |
2015-01-16 | Added associated type reference parse, and tuple value parse | John Hodge (sonata) | 1 | -0/+6 |
2015-01-15 | Working on parsing 'std' from a file (instead of hardcoding) | John Hodge (sonata) | 1 | -8/+8 |
2015-01-15 | Type alias bound to path, considering removing std hack and implementing AST ... | John Hodge (sonata) | 1 | -11/+26 |
2015-01-15 | Type aliases added (AST only, no parse yet), need to handle lookups | John Hodge (sonata) | 1 | -1/+30 |
2015-01-14 | Local type resolution added, framework for local use statements | John Hodge (sonata) | 1 | -14/+22 |
2015-01-12 | Added statics, fix minor quirk in resolve handling | John Hodge (sonata) | 1 | -12/+17 |
2015-01-11 | Tag paths with base crate, restructure ast.cpp into three files | John Hodge (sonata) | 1 | -309/+29 |
2015-01-11 | Add hacky text output of AST | John Hodge (sonata) | 1 | -1/+70 |
2015-01-11 | It broke (working on correct path resolution) | John Hodge (sonata) | 1 | -22/+172 |
2015-01-05 | Parser - Handle methods correctly | John Hodge (sonata) | 1 | -0/+4 |
2015-01-05 | Implementing path lookup (bottom level of resolve) | John Hodge (sonata) | 1 | -0/+32 |
2015-01-04 | Hacking up 'use' resolution (needs work to handle recursion) | John Hodge (sonata) | 1 | -1/+24 |
2015-01-02 | Adding in support for std, parsing now broken due to TODO early in process | John Hodge (sonata) | 1 | -4/+44 |
2015-01-01 | Name resolve framework coming along | John Hodge (sonata) | 1 | -68/+24 |
2014-12-30 | Rework expressions so they can be iterated (and actually save data) | John Hodge (sonata) | 1 | -10/+92 |
2014-12-23 | Move source files to src/ folder | John Hodge (sonata) | 1 | -0/+138 |