summaryrefslogtreecommitdiff
path: root/src/parse/types.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-22Restructure macro expansion to correctly fit rustc's modelJohn Hodge1-9/+28
2015-03-26Remove the ASSOCIATED type (now handled by the UFCS path type)John Hodge1-1/+6
2015-03-22Clean up local path resolution, add internal 'str' typeJohn Hodge1-0/+5
2015-03-22Parsing "Composite" DSTs (Trait + Trait2 + Trait3)John Hodge1-5/+23
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-21Rework macro handling to (hopefully) correctly handle nested repetionsJohn Hodge1-1/+3
2015-03-20Split parse/root.cpp upJohn Hodge1-0/+221