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-22
HIR Typecheck - Expand assocated types in outer typecheck
John Hodge
2
-49
/
+26
2016-11-22
MIR Gen - (minor) Better error message for invalid result type from literal
John Hodge
1
-0
/
+1
2016-11-22
HIR Expand Closures - Better expand of closure types in captures
John Hodge
1
-1
/
+2
2016-11-22
HIR Typecheck Expressions - Avoid inferring literal ivars to non-literals
John Hodge
1
-0
/
+35
2016-11-22
HIR Serialise - Slightly better debugging
John Hodge
1
-3
/
+3
2016-11-22
macro_rules! - Handle cases where :ident and :expr appear in the same position
John Hodge
1
-2
/
+89
2016-11-22
HIR Typecheck - Function to *const u8
John Hodge
2
-2
/
+2
2016-11-22
HIR Typecheck Validate - Auto trait searching in static
John Hodge
2
-16
/
+237
2016-11-21
HIR Typecheck Static - Auto trait search
John Hodge
1
-8
/
+15
2016-11-21
HIR Typecheck Expr - Look up methods and trait impls for associated types in ↵
John Hodge
1
-16
/
+109
trait definiton where clause
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
[next]