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 (
Expand
)
Author
Files
Lines
2016-10-01
HIR - Store and use annotations for CoerceUnsized (and prepare markings for o...
John Hodge
1
-2
/
+48
2016-09-28
HIR Const Eval - Support enums in constant UnitVariant
John Hodge
1
-11
/
+22
2016-09-28
HIR - Support Variant literals
John Hodge
1
-4
/
+36
2016-09-28
Const Eval - Don't attempt to evaluate extern statics
John Hodge
1
-3
/
+7
2016-09-28
Const Eval - Allow pointer casts
John Hodge
1
-0
/
+10
2016-09-28
Const Eval - Support unit structs
John Hodge
1
-37
/
+46
2016-09-28
Const Eval - Rough MIR casts
John Hodge
1
-1
/
+39
2016-09-28
Const Eval - Fix dumb bug in call
John Hodge
1
-4
/
+5
2016-09-28
Resolve Absolute - Fix incorrect lookup mode for MaybeBind
John Hodge
1
-1
/
+1
2016-09-28
HIR Conv Type Aliases - Handle parameters (hackily, same as rustc)
John Hodge
1
-2
/
+22
2016-09-27
HIR Expand Type - Recursively expand aliases
John Hodge
1
-2
/
+19
2016-09-25
HIR - Hacky consteval fixes
John Hodge
1
-7
/
+37
2016-09-23
HIR Bind - Perform bind+fixup for _PathValue
John Hodge
1
-0
/
+5
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 can...
John Hodge
1
-1
/
+3
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
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
[next]