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-10-07
MIR Gen - Destructure array patterns
John Hodge
4
-7
/
+69
2016-10-07
MIR Gen Match - (Simple) Handle enum variants with no sub-patterns
John Hodge
1
-0
/
+7
2016-10-07
MIR Gen Match - Only sort patterns when there's multiple
John Hodge
1
-20
/
+29
2016-10-07
MIR Gen Match - Struct patterns
John Hodge
1
-3
/
+22
2016-10-07
MIR Gen - Handle no-op casts
John Hodge
1
-2
/
+7
2016-10-07
MIR Gen Match - Signed integer branch generation
John Hodge
1
-0
/
+62
2016-10-07
MIR Gen Match - Signed integer values
John Hodge
1
-46
/
+65
2016-10-07
MIR From HIR Match - Array patterns
John Hodge
1
-2
/
+35
2016-10-07
MIR From HIR - Enum variant _PathValue support hacked in
John Hodge
1
-0
/
+18
2016-10-07
HIR Typecheck Expr - Use bounds from traits for opaque associated types
John Hodge
4
-1
/
+101
2016-10-07
HIR Typecheck Static - Expand associated types in monomorphised bound types, ↵
John Hodge
1
-1
/
+4
allow ivars
2016-10-07
HIR Typecheck Common - Reduce spammyness of monomorphise_type
John Hodge
1
-15
/
+23
2016-10-07
HIR Typecheck Expr - (minor) Fiddling with find_named_trait_in_trait
John Hodge
1
-3
/
+7
2016-10-07
HIR Typecheck Expr - TraitObject supertraits in expand_associated_types
John Hodge
1
-0
/
+27
2016-10-06
HIR Typecheck Expr - Expand ivars in patterns, fix pattern types, expand ↵
John Hodge
1
-25
/
+45
ivars in TraitObject type bounds
2016-10-06
main - Dump the HIR before typecheck validation pass
John Hodge
1
-5
/
+4
2016-10-06
Parse - Save unsafety for function pointer types
John Hodge
4
-12
/
+18
2016-10-05
HIR Typecheck Validate - Allow vardic functions
John Hodge
1
-1
/
+5
2016-10-05
HIR Dump - Avoid parens in a few cases
John Hodge
1
-6
/
+22
2016-10-05
HIR Typecheck Validate - Allow no-op casts
John Hodge
1
-0
/
+6
2016-10-05
HIR Typecheck Static - TraitObject trait lookup
John Hodge
1
-1
/
+47
2016-10-05
HIR Expand Closures - Propagate value usage for replaced variables
John Hodge
1
-0
/
+1
2016-10-05
HIR Expand Calls - Expand _Deref for generics
John Hodge
1
-1
/
+6
2016-10-05
Expand derive - Hash (and enable error when an unexpected trait is seen)
John Hodge
1
-1
/
+156
2016-10-05
Expand derive - Default
John Hodge
1
-2
/
+79
2016-10-05
Resolve+Typecheck - Fix trait default parameters
John Hodge
4
-90
/
+153
2016-10-03
HIR - Hack: Treat impl placeholder generics as ivars in match_test_generics_fuzz
John Hodge
2
-0
/
+16
2016-10-03
Expand/derive - Ord
John Hodge
1
-1
/
+258
2016-10-03
HIR Typecheck Expr - Add bounds from impl blocks as rules
John Hodge
1
-2
/
+5
2016-10-03
HIR Typecheck Expr - Add inferrence default of `Box<data_ty>` for Emplace
John Hodge
1
-0
/
+13
2016-10-03
HIR Typecheck Expr - Fix incorrect param for Unsize<> between arrays and slices
John Hodge
1
-1
/
+2
2016-10-03
HIR Typecheck Expr - Allow borrow coercions when a downgrade reborrow happens
John Hodge
1
-9
/
+13
2016-10-03
HIR Typecheck Expr - Link ivars through unsizing coercions
John Hodge
1
-3
/
+26
2016-10-03
Parse - Fix bad datatype for negative numbers
John Hodge
2
-6
/
+4
2016-10-03
HIR Typecheck Expr - Fix param counts on enum var constructor values
John Hodge
1
-0
/
+1
2016-10-03
HIR+AST - Handle bytestring patterns
John Hodge
9
-2
/
+22
2016-10-02
Expand - Derive PartialOrd
John Hodge
2
-27
/
+295
2016-10-02
AST - Store the mutability of & patterns
John Hodge
3
-12
/
+14
2016-10-02
HIR Typecheck Expr - Handle use of slice/array patterns with arrays
John Hodge
1
-9
/
+117
2016-10-02
HIR Typecheck Expr - Bind Self type in UfcsInherent call, fix trait param ↵
John Hodge
1
-35
/
+31
count in UfcsKnown
2016-10-02
HIR Typecheck Expr - Handle Self in trait_contains_method
John Hodge
2
-7
/
+18
2016-10-02
HIR Typecheck Expr - (minor) Update comments
John Hodge
1
-2
/
+2
2016-10-01
HIR - Store and use annotations for CoerceUnsized (and prepare markings for ↵
John Hodge
7
-11
/
+134
other traits)
2016-10-01
HIR Typecheck Expr - (minor) Clean up lang item lookup in find_trait_impls
John Hodge
1
-15
/
+19
2016-10-01
AST Dump - Include binding index in patterns
John Hodge
1
-1
/
+3
2016-10-01
Resolve Absolute - Fix closure args not being scoped to the closure
John Hodge
1
-0
/
+5
2016-10-01
HIR Typecheck Expr - Better TraitObject trait searching, _CallValue extended
John Hodge
2
-19
/
+64
2016-10-01
(minor) Add TODO regarding by-borrow closure captures
John Hodge
2
-0
/
+2
2016-10-01
HIR Typecheck Expr - Handle posibly-diverging loop blocks correctly
John Hodge
4
-9
/
+36
2016-10-01
HIR Type - Handle lhs ivar in match_test_generics_fuzz
John Hodge
1
-1
/
+43
[prev]
[next]