index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
type.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-17
HIR - Correct closure desugaring (leads to two equivalent types)
John Hodge
1
-3
/
+8
2016-08-06
HIR - Fix pointer equality in TypeRef::operator==
John Hodge
1
-1
/
+1
2016-08-01
HIR Typecheck - Altered ! handling to be an ivar type, fix fuzzy matches in e...
John Hodge
1
-0
/
+4
2016-07-19
HIR - Very rough impl specialisation support in outer typeck
John Hodge
1
-0
/
+68
2016-07-17
HIR - Allow sorting of types and paths
John Hodge
1
-0
/
+88
2016-07-14
HIR - Working on better outer typecheck and resolution
John Hodge
1
-2
/
+18
2016-07-12
HIR Typecheck - Handle more complex impl bindings
John Hodge
1
-8
/
+6
2016-07-12
HIR Types - Support returning match state from match generic callback
John Hodge
1
-3
/
+1
2016-07-09
HIR Typecheck CS - Distinguish between "direction" of possible ivar values.
John Hodge
1
-1
/
+2
2016-07-07
HIR Type - Mark the same ivar as being the Equal
John Hodge
1
-0
/
+5
2016-07-07
HIR Typecheck CS - Working `let v: usize = !0;`
John Hodge
1
-5
/
+7
2016-07-07
HIR Typecheck CS - Closure handling in equate_types and type.cpp
John Hodge
1
-2
/
+24
2016-07-06
HIR Typecheck CS - Struct member monomorphise
John Hodge
1
-1
/
+41
2016-06-26
HIR Typecheck - Fuzzy impl matching to allow selection of += impl for usize
John Hodge
1
-28
/
+41
2016-06-13
HIR Typecheck - Search for Deref impl in * operator
John Hodge
1
-1
/
+1
2016-06-12
HIR Typecheck - Rework handling of trait impl searching
John Hodge
1
-7
/
+7
2016-06-12
HIR Typecheck - Restructure handling of primtives in BinOp
John Hodge
1
-1
/
+6
2016-06-11
HIR Typecheck - Fields working
John Hodge
1
-11
/
+16
2016-06-11
HIR - Move associated type bounds to TraitPath
John Hodge
1
-1
/
+1
2016-06-11
HIR - Trait objects only have on data trait, fix propagation of marker flag
John Hodge
1
-11
/
+14
2016-06-11
HIR Typecheck - Trait object comparison/manipulation
John Hodge
1
-22
/
+12
2016-06-10
HIR Typecheck - Rework ops traits handling a bit
John Hodge
1
-15
/
+61
2016-06-10
HIR Typecheck - Hack up closure inferrence from Fn* traits
John Hodge
1
-1
/
+10
2016-06-09
HIR - Add closure type
John Hodge
1
-0
/
+26
2016-06-09
HIR Typecheck - Replace associated types with known bounds (IntoIter)
John Hodge
1
-35
/
+2
2016-06-08
HIR Typecheck - Runs fully over libcore, no validation yet
John Hodge
1
-0
/
+4
2016-06-08
HIR Typecheck - Type parameters in method/function execution
John Hodge
1
-1
/
+1
2016-06-08
HIR Typecheck - Rough checking of bounds when searching for UFCS
John Hodge
1
-11
/
+53
2016-06-07
HIR Typecheck - Rough handling of casts
John Hodge
1
-2
/
+49
2016-06-07
HIR Typecheck - Successful inferrence of literals (no i32 default yet)
John Hodge
1
-0
/
+139
2016-06-07
HIR - Add literal annotation to TypeRef::Data::Infer
John Hodge
1
-1
/
+11
2016-06-06
HIR - BorrowType on pointer, allow pointer coerce
John Hodge
1
-7
/
+7
2016-06-06
HIR Typecheck - Expand associated types returned from methods
John Hodge
1
-0
/
+49
2016-06-05
Resolve - UFCS resolution expanded to handle `Self` and params
John Hodge
1
-0
/
+72
2016-06-04
HIR Typeck - More work on it
John Hodge
1
-1
/
+7
2016-06-04
HIR Typeck - Add slice unsize, breaks due to inferrence order
John Hodge
1
-5
/
+8
2016-06-04
HIR Typeck - Coming along, close to needing coercions
John Hodge
1
-2
/
+7
2016-06-03
HIR - Working on type inference, very incomplete
John Hodge
1
-0
/
+1
2016-05-29
HIR - Add binding pointers to TypeRef and Pattern
John Hodge
1
-3
/
+25
2016-05-26
HIR Cosnt Eval - Initial work, hits TODOs
John Hodge
1
-0
/
+8
2016-05-23
HIR - Add type alias replacement. Other related changes below
John Hodge
1
-0
/
+144
2016-05-14
HIR Types
John Hodge
1
-5
/
+0
2016-05-14
HIR - Boilerplate code, compiles
John Hodge
1
-0
/
+12