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 (
Collapse
)
Author
Files
Lines
2017-07-06
MIR Gen - Reset drop flags on entry to a loop (instead of after use)
John Hodge
1
-0
/
+3
2017-07-02
MIR Gen - Make mutating state (other than the if condition) within a match ↵
John Hodge
1
-0
/
+6
guard an error
2017-07-02
MIR Gen - Track states for arguments (and directly use arguments where possible)
John Hodge
1
-4
/
+11
2017-06-23
MIR Gen - Disable argument replacement until argument states are tracked fully
John Hodge
1
-0
/
+3
2017-06-22
MIR Gen - Remove arguments that are just assigned from arguments
John Hodge
1
-0
/
+5
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-24
/
+17
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-5
/
+56
# Conflicts: # src/common.hpp # src/hir/deserialise.cpp # src/hir_typeck/static.cpp # src/mir/from_hir.cpp # src/mir/from_hir.hpp # src/mir/from_hir_match.cpp # src/mir/helpers.hpp # src/mir/mir_builder.cpp
2017-05-08
MIR Gen - Fix incorrect scoping of temporaries in expression part of a block
John Hodge
1
-0
/
+7
2017-04-28
MIR Gen - Reset all drop flags to defaults after use
John Hodge
1
-0
/
+1
2017-04-22
MIR Gen - Common lvalue for if
John Hodge
1
-0
/
+17
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-0
/
+2
2017-04-16
MIR Gen - Refactor value tracking to split move-out and destructure
John Hodge
1
-3
/
+21
2017-03-18
MIR Gen - Fix scoping of values in let bindings
John Hodge
1
-3
/
+3
2017-03-18
MIR Gen - Extend lifetimes of variables borrowed in let bindings
John Hodge
1
-0
/
+5
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-1
/
+1
2017-02-25
MIR Gen - Use MIR::Param (and associated changes)
John Hodge
1
-0
/
+2
2017-02-04
MIR Gen - Tweak to handle `foo(break)`
John Hodge
1
-1
/
+1
2017-01-21
MIR Gen - Fix drop generation
John Hodge
1
-3
/
+7
2017-01-21
MIR Gen - Partial value states
John Hodge
1
-4
/
+6
2017-01-20
MIR - Merging of drop flags
John Hodge
1
-2
/
+3
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-27
/
+30
2017-01-02
MIR - Remove Deref from inputs to RValue::DstMeta/DstPtr
John Hodge
1
-0
/
+3
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
No more DOS line endings or trailing whitespace either
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
Diverge
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 ↵
John Hodge
1
-1
/
+1
(defended against)
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
[next]