summaryrefslogtreecommitdiff
path: root/src/hir/type.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-10HIR Typecheck - Hack up closure inferrence from Fn* traitsJohn Hodge1-1/+10
2016-06-09HIR - Add closure typeJohn Hodge1-0/+26
2016-06-09HIR Typecheck - Replace associated types with known bounds (IntoIter)John Hodge1-35/+2
2016-06-08HIR Typecheck - Runs fully over libcore, no validation yetJohn Hodge1-0/+4
2016-06-08HIR Typecheck - Type parameters in method/function executionJohn Hodge1-1/+1
2016-06-08HIR Typecheck - Rough checking of bounds when searching for UFCSJohn Hodge1-11/+53
2016-06-07HIR Typecheck - Rough handling of castsJohn Hodge1-2/+49
2016-06-07HIR Typecheck - Successful inferrence of literals (no i32 default yet)John Hodge1-0/+139
2016-06-07HIR - Add literal annotation to TypeRef::Data::InferJohn Hodge1-1/+11
2016-06-06HIR - BorrowType on pointer, allow pointer coerceJohn Hodge1-7/+7
2016-06-06HIR Typecheck - Expand associated types returned from methodsJohn Hodge1-0/+49
2016-06-05Resolve - UFCS resolution expanded to handle `Self` and paramsJohn Hodge1-0/+72
2016-06-04HIR Typeck - More work on itJohn Hodge1-1/+7
2016-06-04HIR Typeck - Add slice unsize, breaks due to inferrence orderJohn Hodge1-5/+8
2016-06-04HIR Typeck - Coming along, close to needing coercionsJohn Hodge1-2/+7
2016-06-03HIR - Working on type inference, very incompleteJohn Hodge1-0/+1
2016-05-29HIR - Add binding pointers to TypeRef and PatternJohn Hodge1-3/+25
2016-05-26HIR Cosnt Eval - Initial work, hits TODOsJohn Hodge1-0/+8
2016-05-23HIR - Add type alias replacement. Other related changes belowJohn Hodge1-0/+144
2016-05-14HIR TypesJohn Hodge1-5/+0
2016-05-14HIR - Boilerplate code, compilesJohn Hodge1-0/+12