index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
/
from_hir.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-05-06
MIR Gen - Fix incorrect scoping of for loop values
John Hodge
1
-0
/
+4
2017-05-05
MIR Gen - HACK: Don't check for Unsize impl
John Hodge
1
-2
/
+3
2017-04-22
MIR Gen - Common lvalue for if
John Hodge
1
-1
/
+1
2017-04-13
MIR Gen - Do value raising for deref operator overloads
John Hodge
1
-3
/
+59
2017-03-25
MIR Gen - Fix a slight bug in borrow promotion, validate during `Lower MIR`
John Hodge
1
-5
/
+10
2017-03-18
MIR Gen - Fix scoping of values in let bindings
John Hodge
1
-12
/
+8
2017-03-18
MIR Gen - Extend lifetimes of variables borrowed in let bindings
John Hodge
1
-19
/
+61
2017-03-16
MIR Gen - Fix incorrect scoping of temporaries
John Hodge
1
-3
/
+22
2017-03-12
MIR Gen - Fix Use-after-free when let borrows a temporary
John Hodge
1
-0
/
+13
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-8
/
+5
2017-03-04
MIR Gen - Use MIR::Param for binops
John Hodge
1
-10
/
+21
2017-03-02
MIR Gen - More Param usage
John Hodge
1
-7
/
+16
2017-02-25
MIR Gen - Use MIR::Param (and associated changes)
John Hodge
1
-9
/
+17
2017-02-23
MIR Gen - Some more Param uses
John Hodge
1
-2
/
+2
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-13
/
+16
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
1
-22
/
+23
2017-02-12
MIR Gen - Alter handling of scopes to support diverging expressions
John Hodge
1
-13
/
+11
2017-02-11
MIR Gen - Fix short-circuiting && and ||
John Hodge
1
-36
/
+52
2017-02-04
MIR Gen - Tweak to handle `foo(break)`
John Hodge
1
-2
/
+5
2017-01-30
MIR Gen - Don't emit `If` terminator if known true/false
John Hodge
1
-0
/
+12
2017-01-22
MIR From HIR - Fix non-moved &muts in `box` handling
John Hodge
1
-0
/
+2
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
1
-2
/
+2
2017-01-15
MIR Gen - Short-circuiting ifs
John Hodge
1
-13
/
+56
2017-01-08
All - i128/u182 support, typecheck and parse fixes
John Hodge
1
-0
/
+3
2017-01-02
MIR - Remove Deref from inputs to RValue::DstMeta/DstPtr
John Hodge
1
-5
/
+3
2017-01-02
MIR Gen - (minor) Remove dead code
John Hodge
1
-29
/
+2
2016-12-31
MIR - Fix a bit of invalid MIR
John Hodge
1
-1
/
+1
2016-12-30
MIR - Misc fixes
John Hodge
1
-4
/
+2
2016-12-29
MIR - Inline assembly in MIR
John Hodge
1
-1
/
+16
2016-12-29
HIR - asm! node
John Hodge
1
-0
/
+6
2016-12-28
MIR Gen - Handle diverging calls fully
John Hodge
1
-0
/
+6
2016-12-28
MIR Gen - Track exit states of loops
John Hodge
1
-4
/
+2
2016-12-28
MIR Gen - Spaces removed, misc thinking
John Hodge
1
-3
/
+5
2016-12-27
MIR - Disable validation so travis build will pass
John Hodge
1
-0
/
+2
2016-12-27
MIR Gen - Add support for capturing rest of slice patterns
John Hodge
1
-2
/
+46
2016-12-27
MIR Gen - Misc fixes
John Hodge
1
-1
/
+13
2016-12-27
MIR Gen - Better handling of split scopes (optional init)
John Hodge
1
-4
/
+4
2016-12-25
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-156
/
+156
2016-12-25
MIR Gen - Misc fixes for drop order quirks
John Hodge
1
-1
/
+5
2016-12-24
No more tears!
ubsan
1
-155
/
+155
No more DOS line endings or trailing whitespace either
2016-12-24
MIR Gen - Fix some bugs exposed by extended validation
John Hodge
1
-1
/
+7
2016-12-24
MIR Gen - Better scoping for single-arm matches
John Hodge
1
-5
/
+19
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
1
-16
/
+11
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
1
-1
/
+6
2016-12-18
MIR Gen - Ensure that function return values are dropped
John Hodge
1
-0
/
+2
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
1
-2
/
+18
2016-12-16
MIR - Fix unsizing between trait objects
John Hodge
1
-0
/
+4
[prev]
[next]