index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-12-30
Trans Enumerate - Refactor to remove deep recursion
John Hodge
1
-108
/
+141
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
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
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
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-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
142
-9739
/
+9738
2016-12-25
MIR Gen - Misc fixes for drop order quirks
John Hodge
3
-2
/
+12
2016-12-24
No more tears!
ubsan
142
-9739
/
+9739
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
2016-12-24
MIR Gen - Better scoping for single-arm matches
John Hodge
1
-5
/
+19
2016-12-24
HIR Expand Closures - Handle closures called from other closures
John Hodge
3
-8
/
+33
2016-12-23
MIR Gen - Shortcut in `let` handling to remove a useless temporary
John Hodge
1
-4
/
+10
2016-12-23
MIR Gen - Track split state for temporaries (incomplete)
John Hodge
4
-72
/
+239
2016-12-23
HIR Expand Closures - Place move closure handling to before upwards propagation
John Hodge
2
-11
/
+17
2016-12-22
MIR Gen - (minor) Span in destructor
John Hodge
1
-2
/
+1
2016-12-21
MIR Check - Extended validation based on value state
John Hodge
1
-7
/
+151
2016-12-21
MIR Gen Match - Drop temporaries from match arms within the arm
John Hodge
1
-2
/
+7
2016-12-21
MIR Gen Match - Correct types for bytestring comparison
John Hodge
1
-2
/
+4
2016-12-18
MIR Check - Structure for checking variable validity
John Hodge
1
-1
/
+124
2016-12-18
Trans C - Reduce size of generated code a little
John Hodge
1
-9
/
+13
2016-12-18
HIR - Move closures
John Hodge
7
-13
/
+26
2016-12-18
Trans C - Emit `->` instead of `(*val).`
John Hodge
1
-2
/
+2
2016-12-18
MIR Gen - Tweak block handling to reduce bugs
John Hodge
1
-27
/
+19
[prev]
[next]