index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-12-31
Codegen C - More complete unsized type handling
John Hodge
1
-29
/
+49
2016-12-31
Trans - Efficiency cleanups
John Hodge
5
-67
/
+71
2016-12-30
MIR - Misc fixes
John Hodge
3
-6
/
+8
2016-12-30
HIR Typecheck Static - Expand associated when doing auto trait searches
John Hodge
1
-2
/
+4
2016-12-30
MIR Cleanup - Associated consants
John Hodge
1
-0
/
+41
2016-12-30
Trans Enumerate - Fix missed functions
John Hodge
1
-3
/
+13
2016-12-30
Trans Enumerate - Refactor to remove deep recursion
John Hodge
1
-108
/
+141
2016-12-30
Makefile - Another rustc dep
John Hodge
1
-1
/
+1
2016-12-30
Makefile - rustc deps
John Hodge
1
-0
/
+5
2016-12-30
Trans - Fiddling
John Hodge
3
-11
/
+15
2016-12-30
Trans C - Extra intrinsics
John Hodge
1
-0
/
+46
2016-12-30
Trans C - Move intrinsics to a function
John Hodge
1
-216
/
+221
2016-12-30
Trans Enumerate - EAT in enums
John Hodge
1
-3
/
+7
2016-12-30
HIR - Hack in more specialisation rules
John Hodge
1
-7
/
+51
2016-12-30
README - Update
John Hodge
1
-5
/
+5
2016-12-30
Trans C - Little fixes
John Hodge
1
-14
/
+33
2016-12-29
MIR Cleanup - Derefence FnMut/Fn for fn points
John Hodge
2
-2
/
+6
2016-12-29
MIR Optimise - Better cleaning of useless assignments
John Hodge
1
-24
/
+102
2016-12-29
MIR Opt - Partial dead temporary eliminaton
John Hodge
5
-17
/
+429
2016-12-29
Codegen C - (minor) Assert that Call::Value is a function
John Hodge
1
-0
/
+1
2016-12-29
Makefile - Generate full code for rust tests
John Hodge
1
-3
/
+3
2016-12-29
MIR - Inline assembly in MIR
John Hodge
10
-6
/
+105
2016-12-29
HIR - asm! node
John Hodge
9
-1
/
+104
2016-12-28
AST - Add asm! as an AST node
John Hodge
7
-4
/
+182
2016-12-28
Lex - Fix newline handling (possible off-by-one, but no off-by-heaps)
John Hodge
1
-9
/
+7
2016-12-28
Merge pull request #15 from ubsan/sed-fix
John Hodge (Mutabah)
1
-1
/
+4
Fix sed to work across unices
2016-12-28
MIR Gen - Handle diverging calls fully
John Hodge
3
-3
/
+11
2016-12-28
MIR Gen - Track exit states of loops
John Hodge
3
-183
/
+211
2016-12-28
MIR Gen - Spaces removed, misc thinking
John Hodge
4
-17
/
+20
2016-12-28
MIR Gen - Clean up split arm logic a little by using std::map
John Hodge
2
-59
/
+56
2016-12-27
MIR - Disable validation so travis build will pass
John Hodge
3
-5
/
+7
2016-12-27
MIR Gen - Add support for capturing rest of slice patterns
John Hodge
3
-12
/
+62
2016-12-27
MIR Check - Prevent excessive memory usage
John Hodge
1
-6
/
+22
2016-12-27
MIR Gen - Misc fixes
John Hodge
3
-27
/
+60
2016-12-26
Fix sed to work across unices
ubsan
1
-1
/
+4
2016-12-27
lvimrc - Hilighting of trailing spaces
John Hodge
1
-0
/
+3
2016-12-27
MIR Gen - Better handling of split scopes (optional init)
John Hodge
4
-161
/
+194
2016-12-27
HIR Typecheck Expr - Propagate coercions applied to blocks to the inside of ↵
John Hodge
1
-17
/
+50
the block
2016-12-25
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
156
-9967
/
+9958
2016-12-25
Merge pull request #11 from ubsan/whitespace-fix
John Hodge (Mutabah)
156
-9967
/
+9959
No more tears!
2016-12-25
MIR Gen - Misc fixes for drop order quirks
John Hodge
3
-2
/
+12
2016-12-24
No more tears!
ubsan
156
-9967
/
+9959
No more DOS line endings or trailing whitespace either
2016-12-24
MIR Gen - Fix some bugs exposed by extended validation
John Hodge
4
-5
/
+28
2016-12-24
MIR Check - VarState past switch
John Hodge
1
-1
/
+4
2016-12-24
MIR Gen - Fix double-drop of InnerMoved variables
John Hodge
1
-0
/
+1
2016-12-24
HIR/MIR Dump - Minor fixes
John Hodge
2
-2
/
+11
2016-12-24
Trans C - Box drops (deep and shallow)
John Hodge
1
-16
/
+57
2016-12-24
Trans - Generate Box destructors
John Hodge
4
-4
/
+34
2016-12-24
Trans C - Fix some bad atomics
John Hodge
1
-0
/
+8
2016-12-24
MIR Gen - Raise values from LValue::Deref
John Hodge
1
-0
/
+6
[next]