index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_conv
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-12-10
Trans - Slight handling of DST structs
John Hodge
1
-0
/
+13
2016-12-10
HIR ConstEval - Do basic type inferrence so created statics have correct types
John Hodge
1
-35
/
+164
2016-12-10
MIR - More CoerceUnsized/Unsize hackery
John Hodge
1
-2
/
+35
2016-12-10
HIR->MIR - Destructuring CoerceUnsized
John Hodge
1
-2
/
+78
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
2
-10
/
+16
2016-12-04
HIR Bind - MIR Cast types
John Hodge
1
-0
/
+1
2016-12-04
HIR Bind - Visit MIR types.
John Hodge
1
-0
/
+4
2016-12-03
MIR - Create a CallPath terminator
John Hodge
2
-7
/
+9
2016-12-03
HIR/Trans - Bind items in external MIR, use StaticTraitResolve in trans
John Hodge
1
-0
/
+133
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-1
/
+6
2016-11-25
HIR - Shift markings to their own pass, store in crate metadata.
John Hodge
3
-44
/
+88
2016-11-25
HIR Bind - Visit all generic paths
John Hodge
1
-0
/
+5
2016-11-25
HIR Expand Type Aliases - Visi generic paths
John Hodge
1
-0
/
+4
2016-11-23
HIR Expand TypeAlias - Fix small gap
John Hodge
1
-0
/
+6
2016-11-20
MIR - Union support hacked up
John Hodge
1
-0
/
+3
2016-11-19
HIR - Union handling
John Hodge
1
-0
/
+4
2016-11-19
HIR - Add Union type path binding
John Hodge
2
-0
/
+11
2016-11-16
HIR Typecheck Static - Fuzzy matched returned (fixes bad From impl selection)
John Hodge
1
-10
/
+11
2016-11-16
HIR Typcheck - Hackily hndle default parameters
John Hodge
1
-0
/
+3
2016-11-08
HIR Const Eval - Fields on structs
John Hodge
1
-1
/
+34
2016-11-08
HIR Const Eval - MIR Constant::Const
John Hodge
1
-1
/
+6
2016-11-07
HIR Const Eval - Mask down unsigned integers
John Hodge
1
-1
/
+108
2016-11-06
HIR Consteval - Fix edge case where array inner wasn't expanded correctly
John Hodge
1
-4
/
+2
2016-11-05
HIR Resolve UFCS - Tweak handling of Self in trait impls
John Hodge
1
-36
/
+42
2016-11-04
HIR Typecheck - Bind paths in StructLiteral
John Hodge
1
-0
/
+11
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
1
-0
/
+2
2016-10-30
HIR Const Eval - Field accesses in constants (requires type info)
John Hodge
1
-16
/
+74
2016-10-30
HIR Resolve UFCS - Handle `Self` in trait impls
John Hodge
1
-4
/
+18
2016-10-30
HIR Resolve UFCS - Self and default params
John Hodge
1
-4
/
+23
2016-10-29
HIR Resolve UFCS - (minor) Better message when bad generic is encountered
John Hodge
1
-1
/
+1
2016-10-29
HIR Types - Store array size expr as a shared_ptr to allow cloning
John Hodge
1
-3
/
+5
2016-10-29
HIR Const Eval - Rough associated constant lookup
John Hodge
1
-2
/
+33
2016-10-28
HIR Expand Type Aliases - Allow missing params in expression context
John Hodge
1
-10
/
+22
2016-10-28
HIR - Allow TypeAlias paths in _StructLiteral
John Hodge
1
-6
/
+21
2016-10-27
HIR - Support type aliases in struct patterns
John Hodge
2
-31
/
+115
2016-10-23
HIR Resolve UFCS - Search current trait for asociated items, cleanup
John Hodge
1
-63
/
+87
2016-10-22
HIR Resolve UFCS - Fix trait path selection
John Hodge
1
-8
/
+27
2016-10-22
HIR Const Eval - Rough MIR binop support
John Hodge
1
-2
/
+51
2016-10-22
HIR Const Eval - (minor) comment about MIR cast op
John Hodge
1
-0
/
+1
2016-10-22
HIR Resolve UFCS - Populate trait params
John Hodge
1
-1
/
+16
2016-10-22
HIR Conv - Bind UFCS paths in patterns
John Hodge
2
-12
/
+64
2016-10-21
HIR Bind - Add TODO for binding associated constants in pattern values
John Hodge
1
-4
/
+12
2016-10-21
HIR Resolve UFCS - Visit patterns
John Hodge
1
-0
/
+11
2016-10-21
HIR Const Eval - Support associated constants, fix bug where default EntPtr ↵
John Hodge
1
-10
/
+20
wasn't NotFound
2016-10-21
HIR - Associated constant typecheck and MIR support
John Hodge
2
-1
/
+8
2016-10-19
HIR Const Eval - Allow indexing
John Hodge
1
-3
/
+18
2016-10-15
HIR - Rough support for associated consts
John Hodge
1
-4
/
+6
2016-10-10
HIR Bind - Bind defaulted path params
John Hodge
1
-3
/
+5
2016-10-01
HIR - Store and use annotations for CoerceUnsized (and prepare markings for ↵
John Hodge
1
-2
/
+48
other traits)
2016-09-28
HIR Const Eval - Support enums in constant UnitVariant
John Hodge
1
-11
/
+22
[prev]
[next]