summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-15BNF - Hacked around >> to > translationJohn Hodge2-4/+20
2015-04-15BNF - Now parses sample down to '>>' -> '>' '>' decompositionJohn Hodge3-15/+84
2015-04-06Committing before shelving for a bit, this makes my head hurtJohn Hodge1-29/+51
2015-04-06Work on resolving UFCS paths, infinite loop bug in resolveJohn Hodge10-61/+169
2015-04-06(Oops) forgot the file for #[lang] supportJohn Hodge1-0/+80
2015-04-06TwiddleJohn Hodge2-15/+29
2015-04-05Suport for #[lang], start work on resolving UFCS pathsJohn Hodge13-67/+213
2015-04-05Move handling of wildcard trait destructure to TypeRefJohn Hodge4-79/+106
2015-04-05(minor) TODO with thinkings about Self and boundsJohn Hodge1-0/+2
2015-04-05Replace 'Self' at resolve-time, with special case for boundsJohn Hodge4-8/+33
2015-04-05Convert invocations of find_impl, to use the bool versionJohn Hodge2-6/+5
2015-04-05Tag params with source, rewrite find_impl to return booleanJohn Hodge6-19/+78
2015-04-04Lexer - Handle integer suffixesJohn Hodge1-11/+29
2015-04-04Hacked in parsing of HRLsJohn Hodge2-0/+30
2015-04-04Working on BNF a little more, ughJohn Hodge3-61/+255
2015-04-04Handle 'self::' paths, fix macro name resolution, fix handling of 'use ::'John Hodge3-20/+47
2015-04-04Add structure to check for impls on type paramsJohn Hodge2-6/+28
2015-04-04(Minor) commenting on procedure for generic trait checkingJohn Hodge1-1/+16
2015-04-04Further work on handling wildcard traitsJohn Hodge4-34/+58
2015-04-04Fixed incorrect resolution order for params in typecheck_paramsJohn Hodge1-3/+6
2015-04-04Partial auto-determining of wildcard trait implsJohn Hodge2-12/+65
2015-04-03Added partial support for #[derive()]John Hodge11-6/+283
- Supports Debug on struct, and assumes compiling in libcore (for now)
2015-04-03(minor) Note desire to remove unnessesary copy of vectorJohn Hodge1-0/+1
2015-04-03Save #[] attrs with item, ready for post-processing derive()John Hodge10-208/+230
2015-04-02Hacked up handling of Sized (handled VERY similar to other .. traits)John Hodge4-14/+53
2015-04-02BNF - Coming along, freezing for nowJohn Hodge4-16/+102
2015-04-01Hacking up a BNF grammarJohn Hodge3-0/+160
2015-04-01More work on wildcard implsJohn Hodge10-107/+176
2015-03-31Root-level typecheck now up to requiring SizedJohn Hodge6-57/+107
2015-03-31Replace arguments in paths, and fix edge case in resolve where types were ↵John Hodge5-12/+45
not resolved if added as defaults
2015-03-31Add Copy impls (hacky), and parameter count checking/extendingJohn Hodge6-18/+69
2015-03-31Partial comparisons of types/paths to speed up impl searchesJohn Hodge6-3/+78
2015-03-31Fully convert trait name in 'impl' to be a AST:PathJohn Hodge9-23/+44
2015-03-30Add ordering to TypeRef and Path (to generalise operator== and operator<John Hodge5-23/+105
2015-03-30Handling of 'Self' in param typecheckJohn Hodge2-11/+27
2015-03-29Handling for 'T::method()' (where T is a type param)John Hodge5-16/+40
2015-03-29Minor tweaks to handle libcore updateJohn Hodge5-3/+42
2015-03-29Twiddling root-level typecheckJohn Hodge8-88/+145
2015-03-27Split type and lifetime parameters apartJohn Hodge7-96/+73
2015-03-27Fix minor issues in path resolving (bindings incorrect in places)John Hodge4-1/+13
2015-03-27Rework paths bindings to be a separate (printable) structure, add -WerrorJohn Hodge11-220/+272
2015-03-26Silly tpg, that's not markdownJohn Hodge1-4/+8
2015-03-26Comment headers and readme updateJohn Hodge8-14/+77
2015-03-26Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge1-1/+1
2015-03-26Split out AST pattern codeJohn Hodge3-108/+124
2015-03-26Integer literal output, signed pattern hackeryJohn Hodge2-21/+35
2015-03-26Merge pull request #1 from GuillaumeGomez/patch-1John Hodge1-1/+1
Update README.md with spelling fix
2015-03-26Update README.mdGuillaume Gomez1-1/+1
2015-03-26Remove the ASSOCIATED type (now handled by the UFCS path type)John Hodge6-50/+28
2015-03-26Warning cleanupJohn Hodge2-0/+34