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 (
Expand
)
Author
Files
Lines
2019-06-08
MIR Gen - Fix clobbering of value state when fields are reassigned
John Hodge
1
-19
/
+13
2019-06-08
MIR Gen - Casts move
John Hodge
1
-1
/
+1
2019-06-02
MIR - Refactor LValue to reduce size and linked-list-ness (seems to have had ...
John Hodge
1
-318
/
+279
2019-04-28
MIR Gen - Support `match` in a `match` guard arm
John Hodge
1
-6
/
+45
2019-04-25
MIR - Reduce size of LValue::Static by putting the HIR::Path behind a pointer
John Hodge
1
-4
/
+4
2018-12-29
Misc MIR generation fixes
John Hodge
1
-1
/
+5
2018-12-27
Lower MIR - Match ergonomics (and a little bit of cleanup/fixes).
John Hodge
1
-0
/
+2
2018-09-22
All - Generate MIR for constant evaluation (has too many const_cast calls, bu...
John Hodge
1
-0
/
+1
2017-11-26
HIR/MIR - Error checking for assigning into ! (as opposed to from !)
John Hodge
1
-5
/
+21
2017-11-21
MIR Gen - Fix use-after-move when partially moved in one arm and optionally m...
John Hodge
1
-1
/
+16
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
1
-31
/
+12
2017-09-08
MIR Gen - Fix box drop flags
John Hodge
1
-19
/
+3
2017-07-06
MIR Gen - Reset drop flags on entry to a loop (instead of after use)
John Hodge
1
-16
/
+20
2017-07-02
MIR Gen - Make mutating state (other than the if condition) within a match gu...
John Hodge
1
-0
/
+25
2017-07-02
MIR Gen - Track states for arguments (and directly use arguments where possible)
John Hodge
1
-80
/
+145
2017-06-23
MIR Gen - Disable argument replacement until argument states are tracked fully
John Hodge
1
-3
/
+15
2017-06-22
MIR Gen - Remove arguments that are just assigned from arguments
John Hodge
1
-0
/
+10
2017-06-16
MIR optimise - Fix a few little bugs
John Hodge
1
-2
/
+4
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-373
/
+170
2017-06-10
MIR Gen - Fix incorrect codegen due to defaulting to 0 not ~0
John Hodge
1
-2
/
+2
2017-06-04
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-32
/
+60
2017-06-03
HIR Typecheck - Validate traits after typecheck
John Hodge
1
-0
/
+2
2017-05-15
MIR Gen - Don't emit drop for union values
John Hodge
1
-0
/
+7
2017-05-15
MIR - Handle Union field access
John Hodge
1
-32
/
+51
2017-05-14
Visual Studio compile fixes
John Hodge (bugs)
1
-1
/
+1
2017-05-12
MIR - Fixed optimisation and scopring issues
John Hodge
1
-4
/
+10
2017-05-08
MIR Gen - Fix incorrect scoping of temporaries in expression part of a block
John Hodge
1
-30
/
+159
2017-04-28
MIR Gen - Reset all drop flags to defaults after use
John Hodge
1
-1
/
+15
2017-04-28
MIR Gen - MakeDst moves both values
John Hodge
1
-1
/
+1
2017-04-22
MIR Gen - Common lvalue for if
John Hodge
1
-0
/
+3
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
1
-15
/
+24
2017-04-17
MIR Gen - Handle MovedOut
John Hodge
1
-5
/
+67
2017-04-16
MIR Gen - Handle move out of unions
John Hodge
1
-36
/
+69
2017-04-16
MIR Gen - Refactor value tracking to split move-out and destructure
John Hodge
1
-295
/
+526
2017-03-25
MIR Gen - Fix a slight bug in borrow promotion, validate during `Lower MIR`
John Hodge
1
-6
/
+39
2017-03-18
MIR Gen - Fix scoping of values in let bindings
John Hodge
1
-16
/
+66
2017-03-18
MIR Gen - Extend lifetimes of variables borrowed in let bindings
John Hodge
1
-1
/
+3
2017-03-16
MIR Gen - Fix incorrect scoping of temporaries
John Hodge
1
-62
/
+84
2017-03-04
MIR Gen - Patch around edge case where an arm can end up with the drop flag i...
John Hodge
1
-3
/
+5
2017-03-02
MIR Gen - Reset drop flags to defaults after use
John Hodge
1
-0
/
+12
2017-02-25
MIR Gen - Use MIR::Param (and associated changes)
John Hodge
1
-0
/
+23
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
1
-1
/
+1
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-16
/
+25
2017-02-12
MIR Gen - Alter handling of scopes to support diverging expressions
John Hodge
1
-10
/
+11
2017-02-04
MIR Gen - Tweak to handle `foo(break)`
John Hodge
1
-1
/
+5
2017-01-23
MIR Gen - Fix incorrect handling of split scopes in loops
John Hodge
1
-16
/
+55
2017-01-22
MIR Builder - Drop flags for Partial
John Hodge
1
-1
/
+9
2017-01-22
MIR Optimise - Untested temporary and BB unification
John Hodge
1
-1
/
+2
2017-01-21
MIR Gen - Fix drop generation
John Hodge
1
-43
/
+98
2017-01-21
MIR Gen - Partial value states
John Hodge
1
-69
/
+150
[next]