index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
Age
Commit message (
Collapse
)
Author
Files
Lines
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
MIR - Inline assembly in MIR
John Hodge
7
-6
/
+83
2016-12-29
HIR - asm! node
John Hodge
1
-0
/
+6
2016-12-28
MIR Gen - Handle diverging calls fully
John Hodge
2
-0
/
+8
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
2
-2
/
+4
2016-12-27
MIR Gen - Add support for capturing rest of slice patterns
John Hodge
2
-2
/
+48
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-25
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
15
-616
/
+616
2016-12-25
MIR Gen - Misc fixes for drop order quirks
John Hodge
3
-2
/
+12
2016-12-24
No more tears!
ubsan
15
-615
/
+615
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
1
-1
/
+10
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
1
-0
/
+2
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-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
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
MIR Gen - Ensure that function return values are dropped
John Hodge
3
-27
/
+42
2016-12-18
HIR - Move VTable construction to codegen
John Hodge
1
-0
/
+2
2016-12-17
MIR Cleanup - Handle enum constants
John Hodge
1
-1
/
+32
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-16
MIR - Fix unsizing between trait objects
John Hodge
2
-3
/
+10
2016-12-15
HIR - Linkage anntation (un-populated)
John Hodge
1
-1
/
+1
2016-12-14
Consteval - Re-enabled full first-pass consteval
John Hodge
8
-197
/
+184
2016-12-13
MIR Cleanup - De/Re-structure Box when calling a Box virtual function
John Hodge
1
-5
/
+78
2016-12-11
HIR Const Eval - Split into two passes to have correct types in literals
John Hodge
2
-1
/
+29
2016-12-11
Trans - Intrinsics (partially complete)
John Hodge
4
-8
/
+31
2016-12-11
MIR Cleanup - Hackily handle borrowing a DST from within a type
John Hodge
2
-7
/
+47
2016-12-10
MIR Match Gen - Fix incorrect arms chosen
John Hodge
2
-3
/
+3
2016-12-10
MIR Cleanup - Constant arrays
John Hodge
1
-87
/
+190
2016-12-10
MIR Cleanup - BorrowOf support
John Hodge
3
-21
/
+43
2016-12-10
HIR ConstEval - Do basic type inferrence so created statics have correct types
John Hodge
1
-0
/
+4
2016-12-10
MIR Cleanup - Convert fn() calls to by-value
John Hodge
1
-0
/
+22
[next]