index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
Age
Commit message (
Collapse
)
Author
Files
Lines
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
3
-6
/
+54
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-07-05
HIR Typecheck CS - Value pattern types, fixed ivar adding
John Hodge
1
-1
/
+1
2016-07-03
HIR Typecheck - CS - Method trait list
John Hodge
1
-1
/
+4
2016-07-02
HIR Typecheck - Unified Struct/Enum data structures, CS coming along
John Hodge
3
-11
/
+23
2016-07-02
HIR - CS Typecheck work, Store 'is_struct' flag in StructLiteral node
John Hodge
2
-6
/
+9
2016-06-26
HIR Typecheck - Fn type handling
John Hodge
1
-0
/
+2
2016-06-26
HIR Typecheck - Fuzzy impl matching to allow selection of += impl for usize
John Hodge
3
-28
/
+56
2016-06-26
HIR Typecheck - Comment on inferrence qurik
John Hodge
1
-0
/
+1
2016-06-26
HIR Typecheck - Hacking to pieces
John Hodge
1
-0
/
+56
2016-06-24
HIR Typecheck - Trait object impl blocks
John Hodge
1
-24
/
+40
2016-06-13
HIR Typecheck - Search for Deref impl in * operator
John Hodge
1
-1
/
+1
2016-06-12
HIR - Trait scoping fixes
John Hodge
7
-30
/
+59
2016-06-12
HIR Typecheck - Rework handling of trait impl searching
John Hodge
4
-21
/
+21
2016-06-12
HIR Typecheck - Assign ops minor fix
John Hodge
1
-0
/
+1
2016-06-12
HIR Typecheck - Restructure handling of primtives in BinOp
John Hodge
1
-1
/
+6
2016-06-11
HIR Typecheck - Fix pattern propagation
John Hodge
1
-0
/
+3
2016-06-11
HIR Typecheck - Fields working
John Hodge
2
-12
/
+20
2016-06-11
HIR - Move associated type bounds to TraitPath
John Hodge
10
-68
/
+119
2016-06-11
HIR Typecheck - Fixes for `trait Int: Add<Self>`
John Hodge
1
-3
/
+17
2016-06-11
HIR Typecheck - autoderef arrays to slices, don't check method if unknown
John Hodge
2
-0
/
+9
2016-06-11
HIR - (cleanup) Make method to handle creating new array types
John Hodge
2
-5
/
+8
2016-06-11
HIR - Trait objects only have on data trait, fix propagation of marker flag
John Hodge
4
-14
/
+27
2016-06-11
HIR Typecheck - Trait object comparison/manipulation
John Hodge
4
-24
/
+34
2016-06-11
HIR Typecheck - Constants
John Hodge
4
-4
/
+69
2016-06-10
HIR Typecheck - Tweaking, progress is being made
John Hodge
1
-11
/
+13
2016-06-10
HIR Typecheck - Fixed resolution when a trait impl's argument hits an ↵
John Hodge
1
-1
/
+2
unresolved ivar
2016-06-10
HIR Typecheck - Rework ops traits handling a bit
John Hodge
2
-16
/
+66
2016-06-10
HIR Typecheck - Hack up closure inferrence from Fn* traits
John Hodge
3
-4
/
+27
2016-06-09
HIR - Add closure type
John Hodge
4
-1
/
+43
2016-06-09
HIR Typecheck - Replace associated types with known bounds (IntoIter)
John Hodge
4
-43
/
+103
2016-06-09
HIR Typecheck - Plan: Use associated type bounds to expand further
John Hodge
1
-2
/
+2
2016-06-09
All - Hack up support for useful associated type bounds
John Hodge
2
-16
/
+64
2016-06-09
HIR Typecheck - struct literals
John Hodge
1
-0
/
+3
2016-06-09
HIR - Save and use paths to #[lang] items
John Hodge
3
-26
/
+14
2016-06-08
HIR Typecheck - Runs fully over libcore, no validation yet
John Hodge
2
-2
/
+10
2016-06-08
HIR - Lower associated type bounds, use those in typeck
John Hodge
2
-4
/
+41
2016-06-08
HIR Typecheck - Starting work on Fn* traits
John Hodge
1
-0
/
+4
2016-06-08
HIR Typecheck - Search supertraits in generic search
John Hodge
1
-0
/
+1
2016-06-08
HIR - Move tuple struct/enum construtors to their on HIR node
John Hodge
3
-4
/
+45
- This makes typeck of those invocations easier
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
3
-15
/
+57
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
2
-0
/
+147
2016-06-07
HIR - Add literal annotation to TypeRef::Data::Infer
John Hodge
3
-1
/
+25
2016-06-07
HIR Typecheck - Binary operator overloads
John Hodge
5
-7
/
+73
2016-06-07
HIR Typecheck - Inherent function lookup
John Hodge
2
-2
/
+15
2016-06-07
HIR Expr - Rename m_val to m_value, add visitor for pointers
John Hodge
2
-49
/
+50
[prev]
[next]