Age | Commit message (Expand) | Author | Files | Lines |
2015-04-01 | More work on wildcard impls | John Hodge | 1 | -1/+1 |
2015-03-29 | Handling for 'T::method()' (where T is a type param) | John Hodge | 1 | -1/+2 |
2015-03-29 | Minor tweaks to handle libcore update | John Hodge | 1 | -0/+19 |
2015-03-26 | Comment headers and readme update | John Hodge | 1 | -0/+10 |
2015-03-25 | Add flag for irrefutable matches, prevents arguments from being resolved | John Hodge | 1 | -8/+13 |
2015-03-25 | Macros updated with concat!, stringify!, and $crate | John Hodge | 1 | -0/+20 |
2015-03-22 | Hack in UFCS <Type as Trait> syntax | John Hodge | 1 | -2/+22 |
2015-03-21 | Planning resolve for local modules | John Hodge | 1 | -2/+1 |
2015-03-21 | Add && => & & split in expr | John Hodge | 1 | -0/+3 |
2015-03-21 | Split pattern parsing out of expr.cpp | John Hodge | 1 | -248/+0 |
2015-03-21 | Rework macro handling to (hopefully) correctly handle nested repetions | John Hodge | 1 | -13/+41 |
2015-03-20 | Lifetime bounds, pattern fragments, nested modules | John Hodge | 1 | -0/+9 |
2015-03-19 | Struct patterns, return with no semicolon | John Hodge | 1 | -5/+5 |
2015-03-19 | Convert patterns over to tagged unions | John Hodge | 1 | -2/+2 |
2015-03-19 | EVIL tagged union hackjob | John Hodge | 1 | -1/+45 |
2015-03-18 | super path in expr, byte literals, while disallow struct, todo struct match | John Hodge | 1 | -3/+16 |
2015-03-18 | Local macros, fixed array literals | John Hodge | 1 | -13/+46 |
2015-03-18 | '..' pattern, fix macro arg lookup comparison function | John Hodge | 1 | -2/+2 |
2015-03-18 | Array literals, op-equals parsing, super in path, blocks | John Hodge | 1 | -134/+133 |
2015-03-17 | Block fn-s, parse (but no AST) for array literals | John Hodge | 1 | -0/+44 |
2015-03-17 | Fix handling of struct literals and for loops | John Hodge | 1 | -3/+7 |
2015-03-17 | Rework handling of blocks, add sub-modules | John Hodge | 1 | -125/+285 |
2015-03-17 | Replace Enum variant inner type | John Hodge | 1 | -0/+36 |
2015-03-15 | Rework type params, add ! "type" | John Hodge | 1 | -1/+6 |
2015-03-14 | Fixed macros, added range syntax and other tweaks | John Hodge | 1 | -200/+282 |
2015-03-13 | Various other features for libcore, now on to loops | John Hodge | 1 | -18/+27 |
2015-03-13 | Const items in expressions, attributes in impl blocks | John Hodge | 1 | -2/+11 |
2015-03-12 | Float parsing, module-level macro expansion | John Hodge | 1 | -11/+46 |
2015-03-10 | Rework macro handling to support correct repetitions | John Hodge | 1 | -6/+23 |
2015-03-09 | Parse updates | John Hodge | 1 | -35/+60 |
2015-03-09 | Fixed patterns, bool literals | John Hodge | 1 | -7/+15 |
2015-03-08 | Cleanup to pattern handling | John Hodge | 1 | -45/+54 |
2015-03-08 | Correct parsing of macro expansion template. | John Hodge | 1 | -6/+6 |
2015-03-08 | Macro definitions now being used | John Hodge | 1 | -15/+121 |
2015-03-08 | Macro parsing, saving, and evaluating | John Hodge | 1 | -26/+46 |
2015-03-07 | Added file+line reporting to error messages | John Hodge | 1 | -3/+3 |
2015-03-07 | Prettier printing | John Hodge | 1 | -4/+10 |
2015-01-25 | Hacked in dumping as rust | John Hodge (sonata) | 1 | -18/+31 |
2015-01-22 | Corrected pattern handling (a bit) | John Hodge (sonata) | 1 | -15/+81 |
2015-01-22 | Minor tweaks to pattern parsing (needs rework) | John Hodge (sonata) | 1 | -0/+15 |
2015-01-19 | Slow work on typecheck/propagate structure | John Hodge (sonata) | 1 | -2/+9 |
2015-01-16 | Added associated type reference parse, and tuple value parse | John Hodge (sonata) | 1 | -1/+12 |
2015-01-15 | Type alias bound to path, considering removing std hack and implementing AST ... | John Hodge (sonata) | 1 | -5/+2 |
2015-01-05 | Parser - Handle methods correctly | John Hodge (sonata) | 1 | -10/+17 |
2015-01-05 | Implementing path lookup (bottom level of resolve) | John Hodge (sonata) | 1 | -1/+7 |
2015-01-02 | Adding in support for std, parsing now broken due to TODO early in process | John Hodge (sonata) | 1 | -3/+3 |
2015-01-01 | Name resolve framework coming along | John Hodge (sonata) | 1 | -6/+5 |
2014-12-30 | Rework expressions so they can be iterated (and actually save data) | John Hodge (sonata) | 1 | -73/+74 |
2014-12-23 | Move source files to src/ folder | John Hodge (sonata) | 1 | -0/+631 |