summaryrefslogtreecommitdiff
path: root/src/parse
AgeCommit message (Collapse)AuthorFilesLines
2015-03-25Macros updated with concat!, stringify!, and $crateJohn Hodge5-1/+201
2015-03-25Fix pattern handling (not using Parse_Pattern for & patterns, inverted check ↵John Hodge1-2/+3
for & pattern iterate)
2015-03-22Clean up local path resolution, add internal 'str' typeJohn Hodge1-0/+5
2015-03-22Parsing "Composite" DSTs (Trait + Trait2 + Trait3)John Hodge2-5/+25
2015-03-22Hack in UFCS <Type as Trait> syntaxJohn Hodge1-2/+22
2015-03-21Planning resolve for local modulesJohn Hodge1-2/+1
2015-03-21(minor) Commenting on ! in Parse_TypeJohn Hodge1-2/+3
2015-03-21Move wildcard use to Path::resolve, add 'bool' typeJohn Hodge1-0/+1
2015-03-21Fix minor lexing and dump issuesJohn Hodge1-2/+2
2015-03-21Add && => & & split in exprJohn Hodge1-0/+3
2015-03-21Split pattern parsing out of expr.cppJohn Hodge3-248/+268
2015-03-21Rework macro handling to (hopefully) correctly handle nested repetionsJohn Hodge6-20/+74
2015-03-20Split parse/root.cpp upJohn Hodge4-357/+425
2015-03-20Lifetime bounds, pattern fragments, nested modulesJohn Hodge3-16/+28
2015-03-19Struct patterns, return with no semicolonJohn Hodge1-5/+5
2015-03-19Convert patterns over to tagged unionsJohn Hodge1-2/+2
2015-03-19EVIL tagged union hackjobJohn Hodge1-1/+45
2015-03-18super path in expr, byte literals, while disallow struct, todo struct matchJohn Hodge3-4/+34
2015-03-18Local macros, fixed array literalsJohn Hodge3-18/+54
2015-03-18'..' pattern, fix macro arg lookup comparison functionJohn Hodge2-50/+81
2015-03-18Array literals, op-equals parsing, super in path, blocksJohn Hodge4-138/+146
2015-03-17Block fn-s, parse (but no AST) for array literalsJohn Hodge3-0/+48
2015-03-17Fix handling of struct literals and for loopsJohn Hodge1-3/+7
2015-03-17Rework handling of blocks, add sub-modulesJohn Hodge7-286/+474
2015-03-17Hack in hex character literalsJohn Hodge2-2/+20
2015-03-17Clean up handling of TokenTrees, allowing empty but valid TTsJohn Hodge3-2/+13
2015-03-17Replace Enum variant inner typeJohn Hodge3-30/+133
2015-03-15Rework type params, add ! "type"John Hodge2-98/+215
2015-03-15Extern blocks and rework to function parsing (uses LR(3))John Hodge1-53/+87
2015-03-15Function typesJohn Hodge1-7/+79
2015-03-14Fixed macros, added range syntax and other tweaksJohn Hodge8-225/+380
2015-03-13Various other features for libcore, now on to loopsJohn Hodge7-40/+123
2015-03-13Const items in expressions, attributes in impl blocksJohn Hodge3-6/+29
2015-03-12Float parsing, module-level macro expansionJohn Hodge5-55/+310
2015-03-10Rework macro handling to support correct repetitionsJohn Hodge3-37/+196
2015-03-09Parse updatesJohn Hodge5-40/+127
2015-03-09Fixed patterns, bool literalsJohn Hodge1-7/+15
2015-03-08Cleanup to pattern handlingJohn Hodge4-46/+58
2015-03-08Correct parsing of macro expansion template.John Hodge2-7/+29
2015-03-08Macro definitions now being usedJohn Hodge3-20/+129
2015-03-08Macro parsing, saving, and evaluatingJohn Hodge8-345/+367
2015-03-07Added file+line reporting to error messagesJohn Hodge10-234/+362
2015-03-07Prettier printingJohn Hodge1-4/+10
2015-03-06Bugfixes exposed by fixing formatted outputJohn Hodge1-649/+650
2015-01-25Hacked in dumping as rustJohn Hodge (sonata)2-27/+44
2015-01-22Corrected pattern handling (a bit)John Hodge (sonata)3-15/+83
2015-01-22Minor tweaks to pattern parsing (needs rework)John Hodge (sonata)1-0/+15
2015-01-20Fixed handling of "empty" enum variants (type to unit, not empty tuple)John Hodge (sonata)1-2/+6
2015-01-19Slow work on typecheck/propagate structureJohn Hodge (sonata)1-2/+9
2015-01-18Added support for associated types in impl blocksJohn Hodge (sonata)1-0/+7