index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-11-14
HIR Typecheck Expr - Tweak to block diverge logic
John Hodge
1
-4
/
+5
2016-11-14
HIR Typecheck Expr - ErasedType return checking
John Hodge
3
-46
/
+143
2016-11-13
HIR Typecheck - Slow work on ErasedType
John Hodge
2
-30
/
+103
2016-11-12
HIR Typecheck Expr - Coercion point in rhs of binops
John Hodge
2
-4
/
+16
2016-11-11
HIR - Tweak ErasedType for implementation
John Hodge
8
-49
/
+107
2016-11-10
HIR Typecheck Exprs - Search for impls in ErasedType
John Hodge
1
-0
/
+73
2016-11-10
HIR Typecheck Expr - Expand some TODOs of ErasedType
John Hodge
1
-20
/
+66
2016-11-09
HIR Typecheck Expr - Restrict ivar guesses to pick the most compatible
John Hodge
1
-0
/
+47
2016-11-09
HIR+Parse - Fix some ErasedTypes bugs before hitting the TODOs
John Hodge
3
-40
/
+15
2016-11-09
HIR Typecheck Expr - Treat an unbound type path as an ivar when searching ↵
John Hodge
2
-0
/
+7
for fields
2016-11-09
HIR Type Compare - Compare size in MTGF
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-08
Resolve Absolute - (minor) Remove defunct comments
John Hodge
1
-4
/
+0
2016-11-08
Resolve Absolute - Handle crate-root paths, fix an edge-case bug
John Hodge
1
-2
/
+16
2016-11-08
Resolve Use - Handle imports of a crate root
John Hodge
1
-0
/
+2
2016-11-07
Expand - Handle another rustc internal macro
John Hodge
1
-0
/
+9
2016-11-07
AST Expr - Handle some null nodes in printing
John Hodge
1
-5
/
+14
2016-11-07
HIR Gen - Extract #[macro_export] macros from deep within the tree
John Hodge
3
-22
/
+41
2016-11-07
MIR Gen Match - Fix DTN clone
John Hodge
1
-0
/
+2
2016-11-07
HIR Const Eval - Mask down unsigned integers
John Hodge
1
-1
/
+108
2016-11-07
MIR Gen Match - Refactor range insertion
John Hodge
1
-40
/
+52
2016-11-06
MIR Gen Match - Handle cases where different-typed nodes are merged
John Hodge
1
-14
/
+28
2016-11-06
Makefile - more rustc deps
John Hodge
1
-1
/
+2
2016-11-06
HIR Typecheck Static - Deeper search for Copy bounds
John Hodge
3
-11
/
+12
2016-11-06
HIR Consteval - Fix edge case where array inner wasn't expanded correctly
John Hodge
1
-4
/
+2
2016-11-06
HIR Typecheck Static - Expand associated after getting type from impl
John Hodge
1
-0
/
+1
2016-11-06
HIR Typecheck Static - UfcsKnown bound lookup
John Hodge
2
-2
/
+56
2016-11-06
HIR Typecheck Static - Search bounds in find_named_trait_in_trait
John Hodge
1
-11
/
+41
2016-11-06
HIR Typecheck Expr - Don't call callback if params failed to match
John Hodge
1
-15
/
+15
2016-11-06
HIR Typecheck Expr - Recursive bounds for Copy
John Hodge
2
-5
/
+30
2016-11-06
HIR Typecheck Expr - Fix leaking of a placeholder param
John Hodge
4
-6
/
+21
2016-11-06
HIR Typecheck Expr - Deep search for traits on associated types
John Hodge
1
-9
/
+21
2016-11-05
HIR Resolve UFCS - Tweak handling of Self in trait impls
John Hodge
1
-36
/
+42
2016-11-05
Expand - add #[test] handler that removes all tests
John Hodge
2
-0
/
+28
2016-11-05
Makefile - More rustc deps
John Hodge
1
-1
/
+2
2016-11-05
HIR Typecheck Expr - Fuzzy impls in Unsize
John Hodge
1
-3
/
+9
2016-11-05
Parse patterns - Handle :expr fragments
John Hodge
1
-0
/
+23
2016-11-05
MIR Gen - Fix invalidated LValue in box move hack
John Hodge
2
-2
/
+2
2016-11-05
MIR Gen Match - Refactor simple match to operate straight off the ruleset
John Hodge
1
-369
/
+268
2016-11-05
MIR Gen Match - struct tuples in Simple
John Hodge
1
-1
/
+17
2016-11-05
MIR Gen - Empty match statements
John Hodge
2
-6
/
+24
2016-11-05
HIR Serialise - Better errors
John Hodge
1
-4
/
+4
2016-11-05
Makefile - Fix dependency for librustc_error
John Hodge
1
-1
/
+1
2016-11-05
HIR Expand Reborrow - Reborrow in struct literals
John Hodge
1
-0
/
+13
2016-11-05
MIR Gen - Move Box out of non-variable slots into a temp for inner move
John Hodge
1
-1
/
+5
2016-11-05
MIR Gen Match - Rough handling for matching on !
John Hodge
1
-11
/
+27
2016-11-05
MIR Gen Match - StructTuple pattern
John Hodge
1
-4
/
+13
2016-11-05
MIR Gen - Drop InnerMoved early for cleaner logic
John Hodge
4
-10
/
+41
2016-11-04
MIR Gen - (minor) Split a large TU_MATCH to improve compiler debug
John Hodge
1
-3
/
+11
[prev]
[next]