index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
from_hir.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-29
MIR - Inline assembly in MIR
John Hodge
1
-0
/
+2
2016-12-28
MIR Gen - Track exit states of loops
John Hodge
1
-1
/
+3
2016-12-28
MIR Gen - Spaces removed, misc thinking
John Hodge
1
-9
/
+10
2016-12-28
MIR Gen - Clean up split arm logic a little by using std::map
John Hodge
1
-5
/
+23
2016-12-27
MIR Gen - Better handling of split scopes (optional init)
John Hodge
1
-2
/
+2
2016-12-24
No more tears!
ubsan
1
-27
/
+27
2016-12-23
MIR Gen - Track split state for temporaries (incomplete)
John Hodge
1
-2
/
+5
2016-12-18
MIR Gen - Prevent returned values from being dropped
John Hodge
1
-0
/
+4
2016-12-18
MIR Gen - Ensure that function return values are dropped
John Hodge
1
-0
/
+3
2016-11-05
MIR Gen - Drop InnerMoved early for cleaner logic
John Hodge
1
-4
/
+8
2016-10-08
HIR+MIR - Correct handling of diverging loops
John Hodge
1
-1
/
+1
2016-10-07
MIR Gen - Destructure array patterns
John Hodge
1
-0
/
+1
2016-09-24
MIR Gen - Support zero-arm matches - Since they can never be reached, emit a ...
John Hodge
1
-0
/
+1
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+1
2016-09-07
MIR Gen - Hacky shallow drop support (doesn't support being conditional)
John Hodge
1
-0
/
+5
2016-09-07
MIR Gen - Cleaner Box support, start on move-out structure
John Hodge
1
-0
/
+5
2016-09-06
MIR Gen - Rough support for Box
John Hodge
1
-0
/
+3
2016-08-24
MIR Gen - Use argument types
John Hodge
1
-1
/
+2
2016-08-24
MIR Gen - Move variable states to function state (instead of scope)
John Hodge
1
-4
/
+2
2016-08-24
MIR Gen - Further span propagation
John Hodge
1
-5
/
+6
2016-08-23
MIR Gen - More span propagation
John Hodge
1
-1
/
+1
2016-08-23
MIR Gen - Span information in assign/drop
John Hodge
1
-5
/
+19
2016-08-23
HIR Typecheck - Require span for type_is_copy
John Hodge
1
-2
/
+2
2016-08-23
MIR - Add a `Const` entry to the MIR::Constant to refer to a named constant
John Hodge
1
-0
/
+2
2016-08-21
MIR Gen Match - Fix bug where a block would get magled by condition code (def...
John Hodge
1
-1
/
+1
2016-08-21
MIR Gen - Mark values used in calls as moved
John Hodge
1
-2
/
+2
2016-08-21
MIR Gen - Include Copy checking
John Hodge
1
-1
/
+6
2016-08-21
MIR Gen - Rework to have proper drop scopes (INCOMPLETE)
John Hodge
1
-21
/
+48
2016-08-20
MIR Gen - Draft drop insertion
John Hodge
1
-1
/
+75
2016-08-12
MIR Gen Match - Unify match arm codegen (patterns separate)
John Hodge
1
-1
/
+3
2016-08-11
MIR - Split match logic into another file
John Hodge
1
-0
/
+62