summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-23Cleanup and new syntaxJohn Hodge1-31/+63
2015-06-04Rework path handling and resolve to better handle SelfJohn Hodge1-1/+1
2015-04-03Added partial support for #[derive()]John Hodge1-0/+1
2015-04-03Save #[] attrs with item, ready for post-processing derive()John Hodge1-0/+5
2015-03-29Twiddling root-level typecheckJohn Hodge1-1/+1
2015-03-27Fix minor issues in path resolving (bindings incorrect in places)John Hodge1-1/+2
2015-03-27Rework paths bindings to be a separate (printable) structure, add -WerrorJohn Hodge1-65/+90
2015-03-26Comment headers and readme updateJohn Hodge1-2/+6
2015-03-22Clean up local path resolution, add internal 'str' typeJohn Hodge1-0/+2
2015-03-21Fix minor lexing and dump issuesJohn Hodge1-13/+15
2015-03-06Bugfixes exposed by fixing formatted outputJohn Hodge1-1/+22
2015-01-25Hacked in dumping as rustJohn Hodge (sonata)1-2/+10
2015-01-18Starting on (framework) for in-function inferrenceJohn Hodge (sonata)1-0/+1
2015-01-18Added pretty type printing, non-expr typecheck correctly fails on too many pa...John Hodge (sonata)1-3/+5
2015-01-17Notes on typecheck passJohn Hodge (sonata)1-0/+6
2015-01-17Deserialise working, need to annotate loaded crates with crate IDJohn Hodge (sonata)1-2/+2
2015-01-17Adding deserialise, partially workingJohn Hodge (sonata)1-0/+2
2015-01-15Working on parsing 'std' from a file (instead of hardcoding)John Hodge (sonata)1-1/+70
2015-01-14Local type resolution added, framework for local use statementsJohn Hodge (sonata)1-2/+3
2015-01-11Add hacky text output of ASTJohn Hodge (sonata)1-0/+5
2014-12-23Compilation fixes, add makefileJohn Hodge (sonata)1-1/+1
2014-12-23Move source files to src/ folderJohn Hodge (sonata)1-0/+34