index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_typeck
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-28
HIR Typecheck Static - Asociated type bounds from bounded associated types
John Hodge
1
-3
/
+17
2017-01-26
HIR Typecheck - Fix quirks from rust_os
John Hodge
2
-1
/
+17
2017-01-25
HIR Typecheck - Box autoderef quirk fixes
John Hodge
2
-24
/
+62
2017-01-21
Static Typecheck - Remove debug
John Hodge
1
-1
/
+0
2017-01-21
Typecheck Static - Cache Copy lookups
John Hodge
2
-2
/
+24
2017-01-14
HIR - Build up a flattened list of parent traits early to save time later
John Hodge
5
-148
/
+105
2017-01-08
HIR Typecheck - Fixes, rustc compiles again
John Hodge
2
-7
/
+13
2017-01-08
HIR Typecheck Expr - Tweak
John Hodge
1
-1
/
+16
2017-01-08
All - i128/u182 support, typecheck and parse fixes
John Hodge
5
-7
/
+62
2017-01-07
HIR Typecheck Expr - Handle coercing to trait objects with foreign associated...
John Hodge
1
-3
/
+12
2017-01-03
HIR Typecheck Expr - Expand associated types in visited paths
John Hodge
1
-0
/
+23
2016-12-31
HIR Typecheck - Apply ivars in union literals
John Hodge
1
-0
/
+4
2016-12-30
HIR Typecheck Static - Expand associated when doing auto trait searches
John Hodge
1
-2
/
+4
2016-12-29
HIR - asm! node
John Hodge
2
-0
/
+36
2016-12-27
HIR Typecheck Expr - Propagate coercions applied to blocks to the inside of t...
John Hodge
1
-17
/
+50
2016-12-24
No more tears!
ubsan
13
-967
/
+967
2016-12-18
HIR Typecheck - Fix some deficiencies in static typecheck
John Hodge
3
-13
/
+31
2016-12-18
HIR Markings - Store presense of a Drop impl
John Hodge
1
-0
/
+2
2016-12-11
HIR Const Eval - Split into two passes to have correct types in literals
John Hodge
3
-0
/
+36
2016-12-10
HIR Typecheck - Applied inferred literal suffixes
John Hodge
1
-0
/
+19
2016-12-10
MIR Cleanup - Convert fn() calls to by-value
John Hodge
1
-1
/
+1
2016-12-10
MIR - Cast PhandomData fields when doing CoerceUnsized
John Hodge
2
-0
/
+21
2016-12-10
HIR->MIR - Destructuring CoerceUnsized
John Hodge
1
-3
/
+3
2016-12-07
Trans C - Rough Box special-casing
John Hodge
2
-0
/
+23
2016-12-03
HIR Typecheck - Fix un-expanded ivar
John Hodge
1
-0
/
+3
2016-12-03
Trans Enumerate - Handle places where monomorph lead to dynamic dispatch
John Hodge
1
-37
/
+18
2016-12-03
HIR/Trans - Bind items in external MIR, use StaticTraitResolve in trans
John Hodge
2
-5
/
+95
2016-12-03
HIR/MIR - Vtable generation working well
John Hodge
1
-1
/
+2
2016-12-03
HIR/MIR - VTable work
John Hodge
2
-3
/
+1
2016-12-01
Trans - Enumeration work structured out, vtables hacked in
John Hodge
2
-3
/
+5
2016-11-27
Trans - Initial rough up (untested) of enumeration
John Hodge
1
-0
/
+1
2016-11-27
HIR - Move impl parameters from node to the path
John Hodge
2
-6
/
+5
2016-11-27
HIR Typecheck Expr - Performance fix
John Hodge
1
-3
/
+1
2016-11-27
HIR Typecheck Expr - Reorder some revisit registrations for efficiency
John Hodge
1
-9
/
+9
2016-11-27
HIR Typecheck Expr - Don't take guesses if an ivar was aliased
John Hodge
1
-1
/
+1
2016-11-27
HIR Typecheck Expr - Shadow ivars impacted by ivar guesses
John Hodge
1
-29
/
+45
2016-11-27
HIR Typecheck Expressions - Remove hack and start cleaning up typecheck errors
John Hodge
1
-27
/
+43
2016-11-25
HIR Typecheck Expressions - Merge non-coercable options
John Hodge
1
-4
/
+0
2016-11-25
HIR - Shift markings to their own pass, store in crate metadata.
John Hodge
1
-1
/
+35
2016-11-25
HIR Bind - Visit all generic paths
John Hodge
1
-0
/
+3
2016-11-24
HIR Typecheck Expr - Defer unsize to TraitObject if there are magic parameters
John Hodge
1
-0
/
+5
2016-11-24
HIR Typecheck Expr - Allow inner coerce in match value
John Hodge
1
-2
/
+3
2016-11-24
HIR Typecheck Expressions - Coercions of safe to unsafe function pointers
John Hodge
2
-5
/
+28
2016-11-23
HIR Typecheck Expr - Unify redefinitions of bindings
John Hodge
1
-6
/
+12
2016-11-23
HIR Typecheck Expr - Search for trait methods on all types
John Hodge
1
-54
/
+54
2016-11-23
HIR Typecheck Expressions - Eliminate impossible target types
John Hodge
1
-17
/
+44
2016-11-23
HIR Typecheck Expressions - Another ivar guess rule
John Hodge
1
-1
/
+31
2016-11-23
HIR - More complete SplitTuple pattern handling
John Hodge
1
-1
/
+56
2016-11-22
HIR Typecheck Expr - Fix dumb SplitTuple bug
John Hodge
1
-1
/
+1
2016-11-22
HIR Typecheck Expr - Construct a fake TraitObject for Unsize magic
John Hodge
1
-8
/
+25
[next]