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-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
2016-06-04
HIR Typeck - Add slice unsize, breaks due to inferrence order
John Hodge
1
-0
/
+7
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
1
-2
/
+1
2016-05-29
HIR Conv - De-duplicate code
John Hodge
1
-47
/
+36
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
1
-0
/
+30
2016-05-29
HIR Typecheck - Expression inference coming along
John Hodge
1
-0
/
+15
2016-05-29
Resolve - Fix glob imports of enums yeilding bad paths
John Hodge
1
-1
/
+1
2016-05-29
HIR - Add binding pointers to TypeRef and Pattern
John Hodge
3
-1
/
+264
2016-05-28
HIR TypeCheck - Initial work on a module-level pass (no inferrence)
John Hodge
2
-0
/
+4
2016-05-27
HIR Conv - Constant evaluation pass running (fully?)
John Hodge
4
-24
/
+498
2016-05-26
HIR Const Eval - libcore types done, onwards to `const` items
John Hodge
1
-21
/
+155
2016-05-26
HIR Cosnt Eval - Initial work, hits TODOs
John Hodge
1
-1
/
+183
2016-05-24
HIR Expand Type - Convert to use a generic HIR visitor
John Hodge
1
-216
/
+65
2016-05-24
HIR Lower - Lower impl blocks
John Hodge
3
-0
/
+12
2016-05-23
HIR - Add type alias replacement. Other related changes below
John Hodge
2
-0
/
+297
- Added pretty printing for HIR paths and types - Added a sub-pass to resolve/index that makes all index paths point at the actual item (no imports involved) - Split up some contents of main_bindings.hpp