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-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
2016-06-06
HIR - BorrowType on pointer, allow pointer coerce
John Hodge
4
-12
/
+13
2016-06-06
HIR Typecheck - Expand associated types returned from methods
John Hodge
5
-16
/
+109
2016-06-06
HIR - Maintain trait list, use it for method lookup
John Hodge
2
-1
/
+8
2016-06-06
HIR Typecheck - Method resolution partially done
John Hodge
2
-0
/
+28
2016-06-06
HIR Typecheck - Method calls being planned, fixed resolution of Generic types
John Hodge
2
-4
/
+19
2016-06-06
HIR Typecheck - Monomorphisation cleanup
John Hodge
1
-0
/
+3
2016-06-06
HIR Typecheck - Rough inclusion of function calls in typeck
John Hodge
2
-0
/
+124
2016-06-05
Resolve - UFCS resolution expanded to handle `Self` and params
John Hodge
5
-30
/
+151
2016-06-05
HIR - Spanned expressions, fixed sections of resolve
John Hodge
4
-109
/
+136
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
4
-14
/
+12
2016-06-04
HIR Typeck - More work on it
John Hodge
2
-1
/
+18
2016-06-04
Compilation fixes (clang and different gcc version)
John Hodge
4
-9
/
+20
2016-06-04
HIR Typeck - Add slice unsize, breaks due to inferrence order
John Hodge
4
-10
/
+47
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
3
-0
/
+19
[prev]
[next]