index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_conv
/
resolve_ufcs.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-11
All - Clang warning fixes
John Hodge
1
-1
/
+1
2016-08-06
HIR Conv - Fix bad trait args in UFCS trait selection
John Hodge
1
-3
/
+32
2016-08-01
HIR - Path reporting in iteration
John Hodge
1
-7
/
+7
2016-07-17
HIR - Fix bad trait path creation
John Hodge
1
-2
/
+3
2016-07-17
HIR Typecheck - Ivars in earlier passes
John Hodge
1
-3
/
+4
2016-07-16
HIR Typecheck - HACK: Correct trait type selection with evil
John Hodge
1
-34
/
+26
2016-07-15
HIR Typecheck - (BROKEN) Fixing trait selection for associated types
John Hodge
1
-16
/
+13
2016-06-26
HIR Typecheck - Support function pointers to methods
John Hodge
1
-0
/
+6
2016-06-13
HIR - Fix name resolution of `Type::method` to search inherent then traits
John Hodge
1
-45
/
+74
2016-06-12
HIR - Trait scoping fixes
John Hodge
1
-2
/
+8
2016-06-11
HIR - Move associated type bounds to TraitPath
John Hodge
1
-2
/
+2
2016-06-06
HIR Typecheck - Rough inclusion of function calls in typeck
John Hodge
1
-31
/
+1
2016-06-05
Resolve - UFCS resolution expanded to handle `Self` and params
John Hodge
1
-66
/
+152
2016-06-05
HIR - Spanned expressions, fixed sections of resolve
John Hodge
1
-58
/
+130
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
1
-1
/
+1
2016-06-04
Compilation fixes (clang and different gcc version)
John Hodge
1
-1
/
+1
2016-05-28
HIR TypeCheck - Initial work on a module-level pass (no inferrence)
John Hodge
1
-0
/
+2
2016-05-27
HIR Conv - Constant evaluation pass running (fully?)
John Hodge
1
-0
/
+217