Age | Commit message (Expand) | Author | Files | Lines |
2015-03-25 | Macros updated with concat!, stringify!, and $crate | John Hodge | 1 | -0/+147 |
2015-03-21 | Fix minor lexing and dump issues | John Hodge | 1 | -2/+2 |
2015-03-21 | Rework macro handling to (hopefully) correctly handle nested repetions | John Hodge | 1 | -1/+18 |
2015-03-18 | super path in expr, byte literals, while disallow struct, todo struct match | John Hodge | 1 | -1/+17 |
2015-03-18 | Array literals, op-equals parsing, super in path, blocks | John Hodge | 1 | -0/+3 |
2015-03-17 | Rework handling of blocks, add sub-modules | John Hodge | 1 | -19/+69 |
2015-03-17 | Hack in hex character literals | John Hodge | 1 | -2/+12 |
2015-03-17 | Clean up handling of TokenTrees, allowing empty but valid TTs | John Hodge | 1 | -1/+1 |
2015-03-14 | Fixed macros, added range syntax and other tweaks | John Hodge | 1 | -2/+11 |
2015-03-13 | Various other features for libcore, now on to loops | John Hodge | 1 | -3/+42 |
2015-03-12 | Float parsing, module-level macro expansion | John Hodge | 1 | -4/+128 |
2015-03-08 | Cleanup to pattern handling | John Hodge | 1 | -0/+1 |
2015-03-08 | Macro parsing, saving, and evaluating | John Hodge | 1 | -137/+39 |
2015-03-07 | Added file+line reporting to error messages | John Hodge | 1 | -1/+13 |
2015-03-06 | Bugfixes exposed by fixing formatted output | John Hodge | 1 | -649/+650 |
2015-01-22 | Corrected pattern handling (a bit) | John Hodge (sonata) | 1 | -0/+1 |
2015-01-15 | Working on parsing 'std' from a file (instead of hardcoding) | John Hodge (sonata) | 1 | -1/+1 |
2015-01-02 | Adding in support for std, parsing now broken due to TODO early in process | John Hodge (sonata) | 1 | -0/+1 |
2014-12-23 | Move source files to src/ folder | John Hodge (sonata) | 1 | -0/+650 |