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 (
Collapse
)
Author
Files
Lines
2016-09-25
HIR - Hacky consteval fixes
John Hodge
1
-7
/
+37
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+3
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-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-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
- 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-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
[prev]