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-11-21
Quirk - You can cast &[T;n] to *const T
John Hodge
1
-1
/
+11
2016-11-21
HIR Typecheck Expr - Coerce integers to literals
John Hodge
1
-6
/
+19
2016-11-21
HIR Typecheck Expr - Eliminate ivar possibilities that don't fit known bounds
John Hodge
1
-5
/
+52
2016-11-20
MIR Gen Match - Box pattern support
John Hodge
1
-1
/
+32
2016-11-20
HIR Expand Reborrow - Reborrow in tuple and array literal
John Hodge
1
-0
/
+12
2016-11-20
HIR Expand Closures - Reborrow &mut variables
John Hodge
1
-2
/
+10
2016-11-20
HIR Serialise - Save/Load erased type list
John Hodge
2
-0
/
+2
2016-11-20
HIR Expand Closures - Handle box patterns (simply)
John Hodge
1
-1
/
+1
2016-11-20
HIR Expr - Pass span to visit_pattern
John Hodge
4
-27
/
+31
2016-11-20
Parse - Allow TOK_EOF at the end of statement lines (for macros)
John Hodge
1
-1
/
+3
2016-11-20
HIR Serialise - Fix serialisation of ErasedType
John Hodge
2
-3
/
+9
2016-11-20
MIR+HIR Validation - Expand associated types in return type
John Hodge
2
-27
/
+16
2016-11-20
HIR Typecheck Expr - Better detection for magic params
John Hodge
2
-29
/
+3
2016-11-20
HIR Typecheck Expr - Print (some of) the rules when there's leftovers
John Hodge
1
-1
/
+31
2016-11-20
HIR Typecheck Expr - Hack around quirk where a cast can be a type hint
John Hodge
1
-0
/
+2
2016-11-20
MIR Gen - Treat a loop as a split scope
John Hodge
1
-4
/
+5
2016-11-20
HIR From AST - Shortcut arrays with integer literal sizes
John Hodge
1
-4
/
+14
2016-11-20
HIR - Allow arrays with unknown sizes to be cloned
John Hodge
1
-2
/
+4
2016-11-20
MIR - Union support hacked up
John Hodge
9
-36
/
+114
2016-11-20
MIR Gen - Roughed union support
John Hodge
2
-3
/
+23
2016-11-19
HIR - Union handling
John Hodge
12
-16
/
+176
2016-11-19
HIR - Add Union type path binding
John Hodge
9
-3
/
+81
2016-11-19
Resolve Absolute - Add missing union handling
John Hodge
1
-0
/
+4
2016-11-19
Parse - Fix error in parsing unions
John Hodge
1
-2
/
+2
2016-11-19
Rust source update, fix a few parse issues
John Hodge
2
-1
/
+4
2016-11-19
HIR Serialis - Support ErasedType
John Hodge
1
-1
/
+6
2016-11-19
MIR Gen Match - Fix bad type for string in simple
John Hodge
1
-2
/
+2
2016-11-19
MIR Validate - Replace ErasedType instances in checked return type
John Hodge
1
-1
/
+17
2016-11-19
MIR Check - Monomorphise types from enums
John Hodge
1
-0
/
+2
2016-11-19
Derive Decodable - Add _ arm to enum decoding
John Hodge
1
-0
/
+18
2016-11-19
MIR Gen Match - HACK: Allow duplicate terminals (ranges)
John Hodge
1
-3
/
+2
2016-11-19
MIR Gen Match - Rough Slice and SplitSlice support
John Hodge
2
-23
/
+110
2016-11-19
MIR Gen Match - Handle StructValue
John Hodge
1
-0
/
+3
2016-11-19
MIR Gen - Expand associated types after monomorph
John Hodge
2
-5
/
+13
2016-11-19
MIR Gen - Bugcheck on Unbound paths
John Hodge
1
-1
/
+2
2016-11-19
MIR Gen Match - Don't unify a node unless the paths match
John Hodge
1
-10
/
+11
2016-11-19
MIR Gen Match - Sanity check in node merge
John Hodge
1
-32
/
+107
2016-11-19
MIR Gen Match - Some hackarounds
John Hodge
3
-9
/
+44
2016-11-18
HIR Expand ErasedType - Replace non-local erased types in return types
John Hodge
3
-48
/
+155
2016-11-18
HIR Expand ErasedTypes - Visit result types
John Hodge
1
-0
/
+7
2016-11-18
HIR Typecheck Validate - Expand ErasedType in callee returns
John Hodge
1
-2
/
+22
2016-11-18
HIR Expand - Erased types replacment
John Hodge
3
-0
/
+147
2016-11-18
HIR Expand Closures - Fix types in args/return types
John Hodge
1
-0
/
+4
2016-11-18
HIR Typecheck - Expand associated types in function pointers
John Hodge
3
-1
/
+7
2016-11-18
HIR Typecheck Static - Convert a fuzzy into a concrete in EAT
John Hodge
1
-2
/
+19
2016-11-18
HIR Typecheck Validate - Fix some small bugs, start on ErasedType support
John Hodge
3
-32
/
+60
2016-11-18
HIR - Clean up ExprPtr a little and add erased type types
John Hodge
2
-37
/
+64
2016-11-18
HIR Typecheck Common - Fix visit_ty_with__path
John Hodge
1
-4
/
+3
2016-11-18
HIR Expand Closures - Replace closure types in root node result
John Hodge
1
-0
/
+1
2016-11-17
HIR Typecheck Static - impls from ErasedType
John Hodge
1
-0
/
+30
[prev]
[next]