index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
mir_builder.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-12-27
MIR Gen - Better handling of split scopes (optional init)
John Hodge
1
-153
/
+182
2016-12-25
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-49
/
+49
2016-12-25
MIR Gen - Misc fixes for drop order quirks
John Hodge
1
-0
/
+6
2016-12-24
No more tears!
ubsan
1
-49
/
+49
No more DOS line endings or trailing whitespace either
2016-12-24
MIR Gen - Fix some bugs exposed by extended validation
John Hodge
1
-2
/
+5
2016-12-24
MIR Gen - Fix double-drop of InnerMoved variables
John Hodge
1
-0
/
+1
2016-12-24
MIR Gen - Raise values from LValue::Deref
John Hodge
1
-0
/
+6
2016-12-23
MIR Gen - Track split state for temporaries (incomplete)
John Hodge
1
-52
/
+104
2016-12-22
MIR Gen - (minor) Span in destructor
John Hodge
1
-2
/
+1
2016-12-18
MIR Gen - Prevent returned values from being dropped
John Hodge
1
-17
/
+154
2016-12-18
MIR Gen - Ensure that function return values are dropped
John Hodge
1
-27
/
+37
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-2
/
+7
2016-11-26
HIR Annotate - Fix annotation on CallValue arguments
John Hodge
1
-1
/
+1
2016-11-20
MIR Gen - Treat a loop as a split scope
John Hodge
1
-4
/
+5
2016-11-20
MIR - Union support hacked up
John Hodge
1
-0
/
+3
2016-11-19
MIR Gen - Expand associated types after monomorph
John Hodge
1
-1
/
+3
2016-11-19
MIR Gen - Bugcheck on Unbound paths
John Hodge
1
-1
/
+2
2016-11-06
HIR Typecheck Static - Deeper search for Copy bounds
John Hodge
1
-0
/
+1
2016-11-05
MIR Gen - Fix invalidated LValue in box move hack
John Hodge
1
-1
/
+1
2016-11-05
MIR Gen - Empty match statements
John Hodge
1
-4
/
+4
2016-11-05
MIR Gen - Move Box out of non-variable slots into a temp for inner move
John Hodge
1
-1
/
+5
2016-11-05
MIR Gen - Drop InnerMoved early for cleaner logic
John Hodge
1
-3
/
+30
2016-11-04
MIR Gen - (minor) Split a large TU_MATCH to improve compiler debug
John Hodge
1
-3
/
+11
2016-10-31
AST - Delete some dead code, remove some warnings on GCC6
John Hodge
1
-2
/
+7
2016-10-08
HIR+MIR - Correct handling of diverging loops
John Hodge
1
-4
/
+7
2016-10-07
MIR Gen - Destructure array patterns
John Hodge
1
-0
/
+6
2016-09-24
MIR Gen - Support zero-arm matches - Since they can never be reached, emit a ↵
John Hodge
1
-0
/
+19
Diverge
2016-09-07
MIR Gen - Hacky shallow drop support (doesn't support being conditional)
John Hodge
1
-6
/
+53
2016-09-07
MIR Gen - Cleaner Box support, start on move-out structure
John Hodge
1
-13
/
+70
2016-09-06
MIR Gen - Rough support for Box
John Hodge
1
-0
/
+25
2016-08-24
MIR Gen - Use argument types
John Hodge
1
-2
/
+4
2016-08-24
MIR Gen - Move variable states to function state (instead of scope)
John Hodge
1
-20
/
+18
2016-08-24
MIR Gen - Further span propagation
John Hodge
1
-23
/
+23
2016-08-24
MIR Gen - Expand associated after monomorphisation
John Hodge
1
-3
/
+5
2016-08-23
MIR Gen - More span propagation
John Hodge
1
-13
/
+10
2016-08-23
MIR Gen - Span information in assign/drop
John Hodge
1
-20
/
+32
2016-08-23
HIR Typecheck - Require span for type_is_copy
John Hodge
1
-37
/
+40
2016-08-23
MIR - Add a `Const` entry to the MIR::Constant to refer to a named constant
John Hodge
1
-4
/
+23
2016-08-23
MIR Gen - Field access with_val_type
John Hodge
1
-2
/
+31
2016-08-22
MIR Gen - (minor) Log failing lvalue when &move required
John Hodge
1
-1
/
+1
2016-08-22
MIR Gen - (minor) Print type of defined variable
John Hodge
1
-1
/
+1
2016-08-22
MIR Gen - Move and drop detection improved
John Hodge
1
-31
/
+165
2016-08-21
MIR Gen Match - Fix bug where a block would get magled by condition code ↵
John Hodge
1
-4
/
+6
(defended against)
2016-08-21
MIR Gen - Include Copy checking
John Hodge
1
-5
/
+101
2016-08-21
MIR Gen - Move `MirBuilder` class to its own file
John Hodge
1
-0
/
+663
[prev]