index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_conv
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+3
2016-09-12
Resolve UFCS - Make a missing method defintion an error again
John Hodge
1
-1
/
+1
2016-09-12
Resolve UFCS - HACK: Let unknown UFCS paths remain as UfcsUnknown if they ↵
John Hodge
1
-1
/
+3
can't be resolved here
2016-09-12
Resolve UFCS - (minor) Debug messages and commenting
John Hodge
1
-5
/
+7
2016-09-03
HIR Bind - HACK: Run over extern crates too
John Hodge
1
-0
/
+5
2016-09-03
HIR Const Eval - Minimal working MIR consteval
John Hodge
1
-8
/
+22
2016-09-03
HIR Const Eval - More structure to MIR execution support
John Hodge
1
-3
/
+20
2016-09-03
HIR - Convert Literal::BorrowOf to use a full path
John Hodge
1
-1
/
+1
2016-09-03
HIR Const Eval - Rough structure for MIR eval
John Hodge
1
-1
/
+173
2016-09-02
HIR Const Eval - Restructure to allow MIR execution
John Hodge
1
-47
/
+66
2016-09-01
HIR Const Eval - Support fn pointers
John Hodge
1
-17
/
+20
2016-09-01
HIR Const Eval - Restructure item lookup to make handling fn pointers easier
John Hodge
1
-61
/
+78
2016-09-01
HIR Const Eval - Extern crate support
John Hodge
1
-3
/
+8
2016-09-01
HIR - Look for impls in extern crates
John Hodge
1
-7
/
+5
2016-09-01
HIR Conv - Fix case where crate name was ignored
John Hodge
1
-1
/
+8
2016-09-01
Resolve - Misc fixes
John Hodge
1
-2
/
+7
2016-09-01
HIR Conv Expand - Clean up duplicated code
John Hodge
1
-24
/
+3
2016-08-26
Const Eval - Evaluate enum values
John Hodge
1
-0
/
+12
2016-08-20
HIR - Support &[...] in constant evaluation (hacky)
John Hodge
1
-9
/
+61
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ↵
John Hodge
1
-20
/
+0
middle
2016-08-14
HIR - Move borrow ops to their own node type
John Hodge
1
-4
/
+3
2016-08-14
HIR Const Eval - Fix UniOp falling through
John Hodge
1
-1
/
+13
2016-08-13
HIR Bind - Pattern values
John Hodge
1
-5
/
+15
2016-08-12
HIR Patterns - Support binding Value::Named to targets
John Hodge
1
-70
/
+91
2016-08-11
All - Clang warning fixes
John Hodge
3
-4
/
+4
2016-08-10
HIR - Add EnumValue variant to Pattern
John Hodge
1
-0
/
+72
2016-08-06
HIR Conv - Fix bad trait args in UFCS trait selection
John Hodge
1
-3
/
+32
2016-08-01
HIR - Path reporting in iteration
John Hodge
2
-9
/
+9
2016-08-01
HIR - Include specialisable marker in impls
John Hodge
1
-2
/
+2
2016-07-17
HIR - Fix bad trait path creation
John Hodge
1
-2
/
+3
2016-07-17
HIR Typecheck - Ivars in earlier passes
John Hodge
1
-3
/
+4
2016-07-17
HIR,HIR Typecheck - Simplify associated type bounds, add type replacements
John Hodge
1
-0
/
+8
2016-07-16
HIR Typecheck - HACK: Correct trait type selection with evil
John Hodge
2
-35
/
+27
2016-07-15
HIR Typecheck - (BROKEN) Fixing trait selection for associated types
John Hodge
1
-16
/
+13
2016-07-14
HIR - Working on better outer typecheck and resolution
John Hodge
1
-9
/
+35
2016-06-26
HIR Typecheck - Support function pointers to methods
John Hodge
1
-0
/
+6
2016-06-13
HIR - Fix type parameter counts during bind
John Hodge
1
-0
/
+30
2016-06-13
HIR - Fix name resolution of `Type::method` to search inherent then traits
John Hodge
2
-48
/
+80
2016-06-12
HIR - Trait scoping fixes
John Hodge
1
-2
/
+8
2016-06-11
HIR - Move associated type bounds to TraitPath
John Hodge
1
-2
/
+2
2016-06-11
HIR - Trait objects only have on data trait, fix propagation of marker flag
John Hodge
1
-3
/
+1
2016-06-11
HIR Typecheck - Constants
John Hodge
1
-0
/
+3
2016-06-08
HIR - Move tuple struct/enum construtors to their on HIR node
John Hodge
1
-0
/
+3
- This makes typeck of those invocations easier
2016-06-06
HIR Const Eval - Evaluate in function/method calls
John Hodge
1
-0
/
+9
2016-06-06
HIR Typecheck - Rough inclusion of function calls in typeck
John Hodge
1
-31
/
+1
2016-06-05
Resolve - UFCS resolution expanded to handle `Self` and params
John Hodge
2
-68
/
+154
2016-06-05
HIR - Spanned expressions, fixed sections of resolve
John Hodge
1
-58
/
+130
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
4
-5
/
+5
2016-06-04
HIR Typeck - More work on it
John Hodge
1
-5
/
+25
2016-06-04
Compilation fixes (clang and different gcc version)
John Hodge
4
-4
/
+4
[prev]
[next]