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-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
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
1
-0
/
+27
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
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
2016-11-04
MIR Gen Match - Fix inifnite recursion in enum handling
John Hodge
1
-1
/
+6
2016-11-04
HIR Typecheck - Bind paths in StructLiteral
John Hodge
2
-1
/
+12
2016-11-04
HIR Annotate - Only borrow struct cosntructor base values when no fields are ↵
John Hodge
5
-3
/
+47
moved
2016-11-04
HIR Expand - Struct constructor base values don't always move
John Hodge
1
-3
/
+7
2016-11-03
Expand derive - Fix Decodable/Encodable implementations
John Hodge
1
-4
/
+4
2016-11-03
HIR Typecheck Expr - EVIL HACK: Allow deref of Box and then borrow when ↵
John Hodge
2
-7
/
+48
searching for methods
2016-11-03
HIR Typecheck Expr - Slightly better handling of Box receivers
John Hodge
2
-12
/
+44
2016-11-03
Parse Expr - Slight tweak to handling of ;
John Hodge
1
-1
/
+8
2016-11-03
Parse/TTStream - Fix minor bug with empty tts
John Hodge
1
-1
/
+3
2016-11-03
Expand - Type macros, note about bug with local mods and macro_rules!
John Hodge
1
-1
/
+10
[next]