summaryrefslogtreecommitdiff
path: root/src/hir/hir.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-06-12HIR - Trait scoping fixesJohn Hodge1-0/+10
2016-06-11HIR Typecheck - autoderef arrays to slices, don't check method if unknownJohn Hodge1-0/+6
2016-06-10HIR Typecheck - Tweaking, progress is being madeJohn Hodge1-11/+13
2016-06-10HIR Typecheck - Fixed resolution when a trait impl's argument hits an ↵John Hodge1-1/+2
unresolved ivar
2016-06-09HIR - Add closure typeJohn Hodge1-0/+4
2016-06-09HIR - Save and use paths to #[lang] itemsJohn Hodge1-26/+5
2016-06-08HIR Typecheck - Runs fully over libcore, no validation yetJohn Hodge1-2/+6
2016-06-08HIR Typecheck - Starting work on Fn* traitsJohn Hodge1-0/+4
2016-06-07HIR Typecheck - Binary operator overloadsJohn Hodge1-2/+14
2016-06-07HIR Typecheck - Inherent function lookupJohn Hodge1-1/+13
2016-06-06HIR - BorrowType on pointer, allow pointer coerceJohn Hodge1-1/+1
2016-06-06HIR Typecheck - Expand associated types returned from methodsJohn Hodge1-13/+32
2016-06-06HIR - Maintain trait list, use it for method lookupJohn Hodge1-1/+2
2016-06-06HIR Typecheck - Rough inclusion of function calls in typeckJohn Hodge1-0/+114
2016-05-29HIR - Add binding pointers to TypeRef and PatternJohn Hodge1-2/+2
2016-05-29HIR Typecheck - FiddlingJohn Hodge1-1/+10
2016-05-27HIR Conv - Constant evaluation pass running (fully?)John Hodge1-0/+102
2016-05-26HIR Cosnt Eval - Initial work, hits TODOsJohn Hodge1-0/+30