index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-06-09
HIR - Save and use paths to #[lang] items
John Hodge
5
-35
/
+29
2016-06-08
HIR Typecheck - Handle `Self` when looking up associated types
John Hodge
1
-6
/
+12
2016-06-08
HIR Typecheck - Runs fully over libcore, no validation yet
John Hodge
3
-9
/
+22
2016-06-08
HIR - Lower associated type bounds, use those in typeck
John Hodge
6
-86
/
+256
2016-06-08
HIR Typecheck - Starting work on Fn* traits
John Hodge
4
-3
/
+33
2016-06-08
HIR Typecheck - Search supertraits in generic search
John Hodge
2
-6
/
+35
2016-06-08
HIR Typecheck - Propagate through tuple literals
John Hodge
1
-0
/
+9
2016-06-08
HIR - Move tuple struct/enum construtors to their on HIR node
John Hodge
5
-6
/
+139
- This makes typeck of those invocations easier
2016-06-08
Commenting
John Hodge
2
-2
/
+5
2016-06-08
Expand format_args! - Parse and (partially) emit
John Hodge
4
-94
/
+411
2016-06-08
HIR Typecheck - Type parameters in method/function execution
John Hodge
4
-25
/
+50
2016-06-08
Resolve - Fix generic binding indexes
John Hodge
2
-5
/
+36
2016-06-08
HIR Typecheck - Rough checking of bounds when searching for UFCS
John Hodge
4
-35
/
+132
2016-06-07
HIR Typecheck - Rough handling of casts
John Hodge
2
-3
/
+103
2016-06-07
HIR Typecheck - (minor) Commenting
John Hodge
1
-2
/
+3
2016-06-07
HIR Typecheck - Successful inferrence of literals (no i32 default yet)
John Hodge
3
-13
/
+179
2016-06-07
HIR - Add literal annotation to TypeRef::Data::Infer
John Hodge
4
-25
/
+127
2016-06-07
HIR Typecheck - Binary operator overloads
John Hodge
7
-29
/
+169
2016-06-07
HIR Typecheck - apply_equality for TraitObject
John Hodge
1
-23
/
+26
2016-06-07
HIR Typecheck - Inherent function lookup
John Hodge
3
-7
/
+64
2016-06-07
HIR Typecheck - Coerce returned values
John Hodge
1
-11
/
+26
2016-06-07
HIR Expr - Rename m_val to m_value, add visitor for pointers
John Hodge
3
-54
/
+57
2016-06-06
HIR - BorrowType on pointer, allow pointer coerce
John Hodge
5
-14
/
+37
2016-06-06
HIR Typecheck - Cache calculation of visit_call
John Hodge
1
-82
/
+81
2016-06-06
HIR Typecheck - Expand associated types returned from methods
John Hodge
6
-32
/
+246
2016-06-06
HIR Typecheck - Checking and use of UFCS methods
John Hodge
1
-31
/
+108
2016-06-06
HIR - Maintain trait list, use it for method lookup
John Hodge
4
-54
/
+145
2016-06-06
HIR Const Eval - Evaluate in function/method calls
John Hodge
1
-0
/
+9
2016-06-06
HIR Typecheck - Method resolution partially done
John Hodge
3
-5
/
+75
2016-06-06
HIR Typecheck - Method calls being planned, fixed resolution of Generic types
John Hodge
6
-33
/
+110
2016-06-06
HIR Typecheck - Monomorphisation cleanup
John Hodge
2
-23
/
+96
2016-06-06
HIR Typecheck - Rough inclusion of function calls in typeck
John Hodge
4
-127
/
+436
2016-06-06
HIR Typecheck - Change marking
John Hodge
1
-1
/
+28
2016-06-05
HIR Type check - Add check to ensure that all is inferred
John Hodge
1
-6
/
+129
2016-06-05
HIR Typecheck - Look up impls of Unsize (hackily)
John Hodge
1
-9
/
+60
2016-06-05
Resolve - UFCS resolution expanded to handle `Self` and params
John Hodge
9
-106
/
+313
2016-06-05
HIR - Spanned expressions, fixed sections of resolve
John Hodge
8
-218
/
+394
2016-06-05
HIR Typecheck - Set var type during enum
John Hodge
1
-0
/
+10
2016-06-05
Resolve - Replace `Self` when known
John Hodge
4
-24
/
+36
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
16
-77
/
+247
2016-06-04
HIR Typeck - More work on it
John Hodge
4
-76
/
+145
2016-06-04
Compilation fixes (clang and different gcc version)
John Hodge
20
-63
/
+57
2016-06-04
HIR Typeck - Add slice unsize, breaks due to inferrence order
John Hodge
6
-14
/
+102
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
10
-27
/
+97
2016-06-04
HIR Typeck - Notes on coercions
John Hodge
1
-0
/
+3
2016-06-04
HIR Typeck - Coming along, close to needing coercions
John Hodge
9
-18
/
+289
2016-06-03
HIR - Working on type inference, very incomplete
John Hodge
4
-25
/
+212
2016-05-29
HIR Conv - De-duplicate code
John Hodge
1
-47
/
+36
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
11
-13
/
+168
2016-05-29
HIR Typecheck - Expression inference coming along
John Hodge
7
-99
/
+373
[next]