index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-06-26
HIR Typecheck - Fuzzy impl matching to allow selection of += impl for usize
John Hodge
5
-44
/
+87
2016-06-26
HIR Typecheck - Comment on inferrence qurik
John Hodge
1
-0
/
+1
2016-06-26
HIR Typecheck - Hacking to pieces
John Hodge
4
-15
/
+86
2016-06-25
HIR Typecheck - Propagate types during enum pass. Fix ! handling
John Hodge
2
-10
/
+48
2016-06-24
HIR Typecheck - Add change marking when new ivar is added
John Hodge
2
-1
/
+2
2016-06-24
HIR Typecheck - Handling of `impl Trait {}` blocks properly
John Hodge
5
-10
/
+65
2016-06-24
HIR Typecheck - Trait object impl blocks
John Hodge
3
-25
/
+155
2016-06-24
HIR Typecheck - Equate return type before arguments (hacks around failure)
John Hodge
1
-159
/
+184
2016-06-24
TypeCheck - minor cleanup and stubbed CoerceUnsized
John Hodge
4
-14
/
+138
2016-06-13
Add licence (MIT)
John Hodge
1
-0
/
+25
2016-06-13
Update README with current progress
John Hodge
1
-3
/
+5
2016-06-13
HIR - Fix type parameter counts during bind
John Hodge
2
-0
/
+33
2016-06-13
HIR Typecheck - Search for Deref impl in * operator
John Hodge
2
-1
/
+17
2016-06-13
HIR Typecheck - Handle monomorphising field types
John Hodge
1
-2
/
+16
2016-06-13
HIR Typecheck - Handle generics when searching for BinOp impls
John Hodge
1
-7
/
+34
2016-06-13
HIR - Fix name resolution of `Type::method` to search inherent then traits
John Hodge
4
-53
/
+85
2016-06-13
HIR Typecheck - Rough deref coercions
John Hodge
1
-2
/
+41
2016-06-12
HIR Typecheck - Don't assume 'prim <<= prim' is has both equal
John Hodge
2
-4
/
+5
2016-06-12
HIR Typecheck - TODO cleanup
John Hodge
1
-3
/
+11
2016-06-12
HIR - Trait scoping fixes
John Hodge
11
-39
/
+117
2016-06-12
HIR Typecheck - Defer `if` inferrence until iteration, fixes mismatched branches
John Hodge
2
-10
/
+10
2016-06-12
HIR Typecheck - &mut -> & reborrow
John Hodge
1
-0
/
+19
2016-06-12
Parse - Don't stick a () after return/break/continue
John Hodge
1
-0
/
+15
2016-06-12
HIR Typecheck - Rework handling of trait impl searching
John Hodge
7
-276
/
+384
2016-06-12
HIR Typecheck - Fix edge case where monomorph was used on local type
John Hodge
2
-6
/
+25
2016-06-12
HIR Typecheck - Infer index type if only one option
John Hodge
1
-2
/
+16
2016-06-12
HIR Typecheck - Work around monomorph failure when part of associated type
John Hodge
2
-22
/
+114
2016-06-12
Parse - Fix incorrect handling of trailing semicolons
John Hodge
3
-42
/
+21
2016-06-12
HIR Typecheck - Assign ops minor fix
John Hodge
2
-2
/
+22
2016-06-12
HIR Typecheck - Get types from unit variants
John Hodge
2
-39
/
+82
2016-06-12
HIR Typecheck - Rough index operator support
John Hodge
3
-46
/
+86
2016-06-12
Resolve - Fix variable scoping
John Hodge
2
-8
/
+35
2016-06-12
HIR Typecheck - Restructure handling of primtives in BinOp
John Hodge
3
-79
/
+152
2016-06-11
HIR Typecheck - Insert i32/f64 defaults
John Hodge
3
-1
/
+28
2016-06-11
HIR Typecheck - Call function types
John Hodge
1
-1
/
+3
2016-06-11
HIR Typecheck - Fix pattern propagation
John Hodge
3
-39
/
+82
2016-06-11
Parse - Fix parsing of parens in types
John Hodge
1
-10
/
+5
2016-06-11
HIR Typecheck - Fields working
John Hodge
4
-14
/
+27
2016-06-11
HIR Typecheck - Start work on field types
John Hodge
3
-1
/
+151
2016-06-11
HIR Typecheck - Function types
John Hodge
1
-3
/
+18
2016-06-11
HIR - Move associated type bounds to TraitPath
John Hodge
15
-113
/
+309
2016-06-11
HIR Typecheck - Fixes for `trait Int: Add<Self>`
John Hodge
7
-29
/
+128
2016-06-11
HIR Typecheck - autoderef arrays to slices, don't check method if unknown
John Hodge
5
-4
/
+33
2016-06-11
HIR - (cleanup) Make method to handle creating new array types
John Hodge
3
-6
/
+9
2016-06-11
HIR Typecheck - Unsize to trait objects
John Hodge
2
-4
/
+54
2016-06-11
HIR - Trait objects only have on data trait, fix propagation of marker flag
John Hodge
9
-30
/
+60
2016-06-11
HIR Typecheck - Trait object comparison/manipulation
John Hodge
5
-26
/
+44
2016-06-11
HIR Typecheck - Search methods inside &-ptrs before on the &-ptr
John Hodge
2
-102
/
+129
2016-06-11
HIR Typecheck - Constants
John Hodge
8
-7
/
+126
2016-06-10
HIR Typecheck - Tweaking, progress is being made
John Hodge
3
-30
/
+39
[next]