index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_expand
/
ufcs_everything.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-09
Fix use of hard tabs
John Hodge
1
-3
/
+3
2017-06-04
All - Compile and run fixes in MSVC
John Hodge (bugs)
1
-2
/
+4
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-1
/
+3
2017-04-30
HIR Expand - Fix typo in UFCS Everything
John Hodge
1
-1
/
+1
2017-04-13
MIR Gen - Do value raising for deref operator overloads
John Hodge
1
-0
/
+2
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-10
/
+6
2016-12-24
No more tears!
ubsan
1
-77
/
+77
2016-10-29
HIR Types - Store array size expr as a shared_ptr to allow cloning
John Hodge
1
-1
/
+1
2016-10-05
HIR Expand Calls - Expand _Deref for generics
John Hodge
1
-1
/
+6
2016-09-06
HIR Expand UFCS - HACK: Don't desugar derefs of Box
John Hodge
1
-1
/
+12
2016-09-04
HIR - Restructure _Unsize handling to operate on pointers
John Hodge
1
-1
/
+43
2016-08-26
HIR - Remove None variant for TraitValueItem, add literal for Enum Value
John Hodge
1
-1
/
+1
2016-08-17
HIR - Correct closure desugaring (leads to two equivalent types)
John Hodge
1
-2
/
+6
2016-08-15
HIR Expand - Move borrow for CallValue into expand to correct impl selection
John Hodge
1
-13
/
+21
2016-08-15
HIR Typecheck Validate - Extra checks and fixes exposed by them
John Hodge
1
-9
/
+15
2016-08-14
HIR Expand - Work on doing Deref desugar
John Hodge
1
-0
/
+71
2016-08-14
HIR - Move borrow ops to their own node type
John Hodge
1
-17
/
+4
2016-08-14
HIR Expand Calls - Add Index desugar
John Hodge
1
-1
/
+50
2016-08-14
HIR Expand - Partial _Index expansion, requires extra annotation
John Hodge
1
-0
/
+33
2016-08-14
HIR Expand - Replace _UniOp overloads with calls
John Hodge
1
-0
/
+80
2016-08-13
HIR Expand - Replace assign and boolean operator overloads with calls
John Hodge
1
-2
/
+280
2016-08-11
All - Clang warning fixes
John Hodge
1
-3
/
+5
2016-08-08
HIR Expand UFCS - (minor) Remove unneeded commented code
John Hodge
1
-2
/
+0
2016-08-08
HIR Expand UFCS - Pass that replaces all call types with path-based calls
John Hodge
1
-0
/
+242