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-11-26
HIR/MIR - Error checking for assigning into ! (as opposed to from !)
John Hodge
1
-3
/
+4
2017-11-25
MIR Gen - Comment about cast bug
John Hodge
1
-0
/
+2
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
1
-67
/
+136
2017-10-29
HIR Typecheck - Allow casting function pointers to *const i8
John Hodge
1
-1
/
+1
2017-09-22
Trans - Little fixes for MSVC 32-bit
John Hodge
1
-1
/
+9
2017-09-04
MIR Gen - Partial support for trailing slice patterns
John Hodge
1
-14
/
+24
2017-09-04
All - Placement new (<-) syntax
John Hodge
1
-13
/
+24
2017-09-02
MIR Lower - Handle `break value`
John Hodge
1
-2
/
+28
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
1
-5
/
+5
2017-07-06
MIR Gen - Reset drop flags on entry to a loop (instead of after use)
John Hodge
1
-1
/
+7
2017-07-02
MIR Gen - Track states for arguments (and directly use arguments where possible)
John Hodge
1
-2
/
+9
2017-06-16
MIR - Unify temporaries and variables
John Hodge
1
-13
/
+13
2017-06-04
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-4
/
+25
2017-05-26
HIR Typecheck - Handle struct syntax for unit structs
John Hodge
1
-0
/
+8
2017-05-15
MIR Gen - Handle drop_in_place being a lang item
John Hodge
1
-4
/
+17
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-83
/
+244
# 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-12
MIR From HIR - Fix scoping of temporaries in loops
John Hodge
1
-1
/
+3
2017-05-12
MIR - Fixed optimisation and scopring issues
John Hodge
1
-4
/
+4
2017-05-08
MIR Gen - Fix incorrect scoping of temporaries in expression part of a block
John Hodge
1
-6
/
+16
2017-05-07
HIR - Replace m_yeilds_final_value with a node
John Hodge
1
-63
/
+56
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
[next]