index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_typeck
/
expr_visit.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
HIR - Correct enum repr types
John Hodge
1
-2
/
+1
2019-10-26
All - Compilation fixes on VS2015 (constructors, warnings, missing files, cla...
John Hodge
1
-0
/
+7
2019-06-22
HIR - Planning for removal of evil pointers (but not today)
John Hodge
1
-0
/
+77
2019-04-25
HIR - Add more complete privacy handling (allowing for autoderef to skip priv...
John Hodge
1
-4
/
+4
2018-09-22
All - Generate MIR for constant evaluation (has too many const_cast calls, bu...
John Hodge
1
-2
/
+7
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-0
/
+5
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
1
-10
/
+13
2016-12-24
No more tears!
ubsan
1
-12
/
+12
2016-12-11
HIR Const Eval - Split into two passes to have correct types in literals
John Hodge
1
-0
/
+1
2016-10-29
HIR Types - Store array size expr as a shared_ptr to allow cloning
John Hodge
1
-1
/
+1
2016-10-15
HIR - Rough support for associated consts
John Hodge
1
-1
/
+1
2016-08-26
HIR - Remove None variant for TraitValueItem, add literal for Enum Value
John Hodge
1
-1
/
+1
2016-08-11
All - Clang warning fixes
John Hodge
1
-1
/
+1
2016-08-01
HIR - Path reporting in iteration
John Hodge
1
-6
/
+10
2016-07-14
HIR Typecheck - Traits are imported within trait impls
John Hodge
1
-0
/
+2
2016-07-12
HIR Typecheck - Don't attempt to typecheck nullptr array sizes
John Hodge
1
-1
/
+3
2016-07-10
HIR Typecheck - Change default type of enums to isize
John Hodge
1
-1
/
+1
2016-07-03
HIR Typecheck CS - Starting work on run
John Hodge
1
-2
/
+2
2016-07-03
HIR Typecheck - Allow easy selection of CS
John Hodge
1
-0
/
+139