index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_conv
/
constant_evaluation.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-20
HIR - Support &[...] in constant evaluation (hacky)
John Hodge
1
-9
/
+61
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-11
All - Clang warning fixes
John Hodge
1
-2
/
+2
2016-08-01
HIR - Path reporting in iteration
John Hodge
1
-2
/
+2
2016-08-01
HIR - Include specialisable marker in impls
John Hodge
1
-2
/
+2
2016-06-13
HIR - Fix name resolution of `Type::method` to search inherent then traits
John Hodge
1
-3
/
+6
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
2016-06-06
HIR Const Eval - Evaluate in function/method calls
John Hodge
1
-0
/
+9
2016-06-05
Resolve - UFCS resolution expanded to handle `Self` and params
John Hodge
1
-2
/
+2
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
1
-2
/
+2
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
1
-1
/
+1
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-27
HIR Conv - Constant evaluation pass running (fully?)
John Hodge
1
-23
/
+279
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 Lower - Lower impl blocks
John Hodge
1
-0
/
+10