Age | Commit message (Expand) | Author | Files | Lines |
2015-03-13 | Various other features for libcore, now on to loops | John Hodge | 1 | -19/+46 |
2015-03-13 | Const items in expressions, attributes in impl blocks | John Hodge | 1 | -0/+10 |
2015-03-12 | Float parsing, module-level macro expansion | John Hodge | 1 | -40/+122 |
2015-03-10 | Rework macro handling to support correct repetitions | John Hodge | 1 | -29/+171 |
2015-03-09 | Parse updates | John Hodge | 1 | -5/+32 |
2015-03-08 | Cleanup to pattern handling | John Hodge | 1 | -1/+1 |
2015-03-08 | Correct parsing of macro expansion template. | John Hodge | 1 | -1/+23 |
2015-03-08 | Macro definitions now being used | John Hodge | 1 | -3/+5 |
2015-03-08 | Macro parsing, saving, and evaluating | John Hodge | 1 | -27/+134 |
2015-03-07 | Added file+line reporting to error messages | John Hodge | 1 | -19/+102 |
2015-01-25 | Hacked in dumping as rust | John Hodge (sonata) | 1 | -9/+13 |
2015-01-20 | Fixed handling of "empty" enum variants (type to unit, not empty tuple) | John Hodge (sonata) | 1 | -2/+6 |
2015-01-18 | Added support for associated types in impl blocks | John Hodge (sonata) | 1 | -0/+7 |
2015-01-17 | Clean up hanlding of generic params | John Hodge (sonata) | 1 | -12/+11 |
2015-01-17 | Deserialise working, need to annotate loaded crates with crate ID | John Hodge (sonata) | 1 | -0/+1 |
2015-01-16 | Added associated type reference parse, and tuple value parse | John Hodge (sonata) | 1 | -9/+110 |
2015-01-15 | Working on parsing 'std' from a file (instead of hardcoding) | John Hodge (sonata) | 1 | -9/+124 |
2015-01-14 | Local type resolution added, framework for local use statements | John Hodge (sonata) | 1 | -1/+1 |
2015-01-12 | TypeRef fleshed out | John Hodge (sonata) | 1 | -1/+1 |
2015-01-11 | It broke (working on correct path resolution) | John Hodge (sonata) | 1 | -11/+11 |
2015-01-04 | Hacking up 'use' resolution (needs work to handle recursion) | John Hodge (sonata) | 1 | -3/+4 |
2015-01-02 | Adding in support for std, parsing now broken due to TODO early in process | John Hodge (sonata) | 1 | -14/+127 |
2014-12-30 | Rework expressions so they can be iterated (and actually save data) | John Hodge (sonata) | 1 | -1/+1 |
2014-12-23 | Move source files to src/ folder | John Hodge (sonata) | 1 | -0/+609 |