Age | Commit message (Expand) | Author | Files | Lines |
2016-06-04 | Compilation fixes (clang and different gcc version) | John Hodge | 1 | -1/+1 |
2016-06-04 | Byte string literals in AST, infrastructure for coercions | John Hodge | 1 | -0/+8 |
2016-05-25 | Parse - Use interpolated macro fragments instead of captured TTs | John Hodge | 1 | -25/+137 |
2016-05-18 | All - Fix up a bunch of -Wextra warnings | John Hodge | 1 | -5/+6 |
2016-04-30 | Parser - Handle '?', '...', and 'default fn` | John Hodge | 1 | -0/+6 |
2016-03-17 | Expand - #[lang] extension | John Hodge | 1 | -2/+2 |
2016-03-15 | Expand - More attribute handling | John Hodge | 1 | -1/+1 |
2016-02-27 | Parse/expr - Support `in PLACE { val }` syntax | John Hodge | 1 | -0/+2 |
2016-02-25 | Heaps more parse fixes against the rustc tests | John Hodge | 1 | -6/+10 |
2016-02-18 | (semibroken) Defer macro expansion | John Hodge | 1 | -2/+8 |
2015-08-23 | Cleanup and new syntax | John Hodge | 1 | -35/+0 |
2015-03-26 | Cleaning up rust source output | John Hodge | 1 | -0/+1 |
2015-03-22 | Hack in UFCS <Type as Trait> syntax | John Hodge | 1 | -1/+0 |
2015-03-18 | Local macros, fixed array literals | John Hodge | 1 | -2/+0 |
2015-03-18 | Array literals, op-equals parsing, super in path, blocks | John Hodge | 1 | -0/+20 |
2015-03-17 | Replace Enum variant inner type | John Hodge | 1 | -0/+18 |
2015-03-15 | Rework type params, add ! "type" | John Hodge | 1 | -1/+3 |
2015-03-14 | Fixed macros, added range syntax and other tweaks | John Hodge | 1 | -4/+116 |
2015-03-13 | Const items in expressions, attributes in impl blocks | John Hodge | 1 | -0/+14 |
2015-03-10 | Rework macro handling to support correct repetitions | John Hodge | 1 | -2/+16 |
2015-03-09 | Parse updates | John Hodge | 1 | -4/+48 |
2015-03-09 | Fixed patterns, bool literals | John Hodge | 1 | -4/+15 |
2015-03-08 | Cleanup to pattern handling | John Hodge | 1 | -0/+4 |
2015-03-08 | Correct parsing of macro expansion template. | John Hodge | 1 | -0/+43 |
2015-03-08 | Macro parsing, saving, and evaluating | John Hodge | 1 | -0/+6 |
2015-03-06 | Bugfixes exposed by fixing formatted output | John Hodge | 1 | -56/+55 |
2015-01-25 | Hacked in dumping as rust | John Hodge (sonata) | 1 | -73/+105 |
2015-01-21 | Type propagation coming along | John Hodge (sonata) | 1 | -0/+14 |
2015-01-19 | Slow work on typecheck/propagate structure | John Hodge (sonata) | 1 | -2/+120 |
2015-01-17 | Trait serialise | John Hodge (sonata) | 1 | -2/+19 |
2015-01-17 | Adding deserialise, partially working | John Hodge (sonata) | 1 | -1/+123 |
2015-01-16 | Added associated type reference parse, and tuple value parse | John Hodge (sonata) | 1 | -0/+4 |
2015-01-11 | Tag paths with base crate, restructure ast.cpp into three files | John Hodge (sonata) | 1 | -0/+81 |