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-18
HIR - Clean up ExprPtr a little and add erased type types
John Hodge
2
-37
/
+64
2016-11-18
HIR Typecheck Common - Fix visit_ty_with__path
John Hodge
1
-4
/
+3
2016-11-18
HIR Expand Closures - Replace closure types in root node result
John Hodge
1
-0
/
+1
2016-11-17
HIR Typecheck Static - impls from ErasedType
John Hodge
1
-0
/
+30
2016-11-17
HIR Annotate - Handle SplitSlice and SplitTuple patterns
John Hodge
1
-15
/
+35
2016-11-17
HIR Typecheck Static - Copy for ErasedType
John Hodge
1
-1
/
+7
2016-11-17
HIR Typecheck - Support Self in impl monomorphisation
John Hodge
2
-2
/
+17
2016-11-17
Resolve - Fix scoping of `if let` bindings
John Hodge
1
-2
/
+3
2016-11-17
HIR Typecheck Expr - Handle revisit in SplitSlice
John Hodge
1
-19
/
+55
2016-11-17
HIR - Fix bad handling of split slice patterns
John Hodge
3
-4
/
+6
2016-11-17
HIR Typecheck Expr - Extend Opaque=fuzzy hack
John Hodge
2
-3
/
+8
2016-11-17
HIR Typecheck Expr - Stop autoderef method search when unbound UFCS is hit
John Hodge
1
-4
/
+7
2016-11-17
HIR Typecheck Expr - Reduce log spam in librustc
John Hodge
1
-19
/
+37
2016-11-17
HIR Typecheck Expr - Search supertraits for TraitObject and ErasedType ↵
John Hodge
1
-50
/
+26
method searching
2016-11-17
HIR Typecheck Expr - Update method selection
John Hodge
3
-67
/
+59
2016-11-16
HIR Typecheck Expr - Cleanup
John Hodge
1
-31
/
+21
2016-11-16
HIR Typcheck Expr - Prune `coerce_from` list down to bottom type
John Hodge
1
-1
/
+33
2016-11-16
HIR Typecheck Expr - Avoid taking too many guesses in a single pass
John Hodge
1
-2
/
+9
2016-11-16
HIR Typecheck Expr - Remove some useless error checking
John Hodge
1
-100
/
+43
2016-11-16
HIR Typcheck Expr - Remove types that unsize to other types in the ↵
John Hodge
1
-14
/
+45
possibility list
2016-11-16
HIR Typecheck Expr - Refactor possibility code
John Hodge
1
-92
/
+164
2016-11-16
HIR Typecheck Expr - Emit an assoc bound for fuzzy impl selection
John Hodge
1
-2
/
+2
- Fixes errors where one of the fetched types contains a placeholder.
2016-11-16
HIR Typecheck Expr - Refactor monomorphise_type_needed so the inner code can ↵
John Hodge
3
-90
/
+107
be used for a bugcheck.
2016-11-16
HIR Typecheck Expr - Don't assert if impl params aren't known (just fill ↵
John Hodge
1
-3
/
+7
them with new ivars)
2016-11-16
HIR - Don't print crate name when searching for inherent impls
John Hodge
1
-1
/
+2
2016-11-16
HIR Typecheck Expr - Fix inferrence losing ! marker
John Hodge
2
-3
/
+24
2016-11-16
HIR Typecheck Static - Fuzzy matched returned (fixes bad From impl selection)
John Hodge
6
-34
/
+47
2016-11-16
HIR Typcheck - Hackily hndle default parameters
John Hodge
2
-3
/
+41
2016-11-15
HIR Typecheck Expr - Minor tweaks for better bug messages
John Hodge
2
-16
/
+10
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
1
-4
/
+11
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
[next]