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
2017-10-01
Resolve UFCS - Disable checking in type aliases
John Hodge
1
-0
/
+7
2017-08-31
HIR Resolve UFCS - Fix assertion failure (allow false return)
John Hodge
1
-1
/
+5
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
1
-1
/
+30
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-4
/
+4
2017-01-14
HIR Resolve UFCS - Fix broken logic from parent trait refactor
John Hodge
1
-93
/
+114
2017-01-14
HIR - Build up a flattened list of parent traits early to save time later
John Hodge
1
-0
/
+1
2016-12-24
No more tears!
ubsan
1
-38
/
+38
2016-11-16
HIR Typecheck Static - Fuzzy matched returned (fixes bad From impl selection)
John Hodge
1
-10
/
+11
2016-11-05
HIR Resolve UFCS - Tweak handling of Self in trait impls
John Hodge
1
-36
/
+42
2016-10-30
HIR Resolve UFCS - Handle `Self` in trait impls
John Hodge
1
-4
/
+18
2016-10-30
HIR Resolve UFCS - Self and default params
John Hodge
1
-4
/
+23
2016-10-29
HIR Resolve UFCS - (minor) Better message when bad generic is encountered
John Hodge
1
-1
/
+1
2016-10-23
HIR Resolve UFCS - Search current trait for asociated items, cleanup
John Hodge
1
-63
/
+87
2016-10-22
HIR Resolve UFCS - Fix trait path selection
John Hodge
1
-8
/
+27
2016-10-22
HIR Resolve UFCS - Populate trait params
John Hodge
1
-1
/
+16
2016-10-22
HIR Conv - Bind UFCS paths in patterns
John Hodge
1
-0
/
+60
2016-10-21
HIR Resolve UFCS - Visit patterns
John Hodge
1
-0
/
+11
2016-10-21
HIR - Associated constant typecheck and MIR support
John Hodge
1
-1
/
+5
2016-09-12
Resolve UFCS - Make a missing method defintion an error again
John Hodge
1
-1
/
+1
2016-09-12
Resolve UFCS - HACK: Let unknown UFCS paths remain as UfcsUnknown if they can...
John Hodge
1
-1
/
+3
2016-09-12
Resolve UFCS - (minor) Debug messages and commenting
John Hodge
1
-5
/
+7
2016-09-01
HIR - Look for impls in extern crates
John Hodge
1
-7
/
+5
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