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-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
2016-12-18
MIR Gen - Prevent returned values from being dropped
John Hodge
3
-18
/
+164
2016-12-18
Trans C - Extra intrinsics and destructor fix
John Hodge
1
-2
/
+43
2016-12-18
Trans Enumerate - Expand associated when enumerating types
John Hodge
1
-2
/
+5
2016-12-18
HIR Annotate Usage - Only need shared access to deref a raw pointer
John Hodge
1
-0
/
+5
2016-12-18
HIR Typecheck - Fix some deficiencies in static typecheck
John Hodge
3
-13
/
+31
2016-12-18
Trans - Enumerate drop impls (broken)
John Hodge
4
-211
/
+303
2016-12-18
HIR Markings - Store presense of a Drop impl
John Hodge
5
-0
/
+15
2016-12-18
MIR Gen - Ensure that function return values are dropped
John Hodge
3
-27
/
+42
2016-12-18
Trans C - Rough destructors
John Hodge
2
-2
/
+166
2016-12-18
HIR - Move VTable construction to codegen
John Hodge
8
-1
/
+94
2016-12-18
Trans Enumerate - Allow enum tuple variant constructors as functions
John Hodge
1
-0
/
+5
2016-12-18
HIR Reborrow - Handle reborrow inside _Unize
John Hodge
1
-0
/
+4
2016-12-17
MIR Cleanup - Handle enum constants
John Hodge
1
-1
/
+32
2016-12-17
MIR Const Eval - Handle field accesses
John Hodge
1
-35
/
+60
2016-12-17
Trans C - Fix ordering in memcpy/memmove
John Hodge
1
-5
/
+12
2016-12-17
Main - Set arch to x86_64
John Hodge
1
-1
/
+1
2016-12-17
MIR Gen - Unlink return block from diverging functions (enables better ↵
John Hodge
1
-1
/
+17
optimisations)
2016-12-17
MIR Optimisation and efficiency tweaks
John Hodge
2
-3
/
+79
2016-12-17
Trans C - Handle bool inverting
John Hodge
1
-1
/
+14
2016-12-17
HIR Deserialise - Fix bad decoding of signed 64-bit values
John Hodge
1
-1
/
+1
[prev]
[next]