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 (
Expand
)
Author
Files
Lines
2016-10-07
MIR From HIR - Enum variant _PathValue support hacked in
John Hodge
1
-0
/
+18
2016-10-01
(minor) Add TODO regarding by-borrow closure captures
John Hodge
1
-0
/
+1
2016-09-27
HIR Typecheck - Support casting all integers to pointers
John Hodge
1
-1
/
+13
2016-09-25
MIR Gen - Fix bad monomorph call
John Hodge
1
-2
/
+23
2016-09-24
MIR Gen - Support zero-arm matches - Since they can never be reached, emit a ...
John Hodge
1
-1
/
+4
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+130
2016-09-07
MIR Gen - Cleaner Box support, start on move-out structure
John Hodge
1
-10
/
+4
2016-09-06
MIR Gen - Rough support for Box
John Hodge
1
-3
/
+21
2016-09-04
HIR - Restructure _Unsize handling to operate on pointers
John Hodge
1
-41
/
+53
2016-08-26
HIR - Remove None variant for TraitValueItem, add literal for Enum Value
John Hodge
1
-4
/
+1
2016-08-24
MIR Gen - Handle StructConstant and StructConstructor items
John Hodge
1
-2
/
+9
2016-08-24
MIR Gen - Use argument types
John Hodge
1
-2
/
+2
2016-08-24
MIR Gen - Move variable states to function state (instead of scope)
John Hodge
1
-4
/
+3
2016-08-24
MIR Gen - Further span propagation
John Hodge
1
-1
/
+3
2016-08-24
MIR Gen - Trait methods in PathValue
John Hodge
1
-1
/
+20
2016-08-23
MIR Gen - Emit code for PathValue pointing to a UfcsInherent
John Hodge
1
-1
/
+19
2016-08-23
MIR Gen - Span information in assign/drop
John Hodge
1
-58
/
+61
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
-6
/
+69
2016-08-22
HIR Typecheck - Split monomorphise_* into a separate header
John Hodge
1
-1
/
+1
2016-08-22
MIR Gen - Move and drop detection improved
John Hodge
1
-1
/
+1
2016-08-21
MIR Gen - Fix incorrect argument LValues
John Hodge
1
-0
/
+1
2016-08-21
MIR Validate - Stub MIR validation pass
John Hodge
1
-6
/
+2
2016-08-21
MIR Gen - Mark values used in calls as moved
John Hodge
1
-1
/
+3
2016-08-21
MIR Gen - Include Copy checking
John Hodge
1
-13
/
+31
2016-08-21
MIR Gen - Move `MirBuilder` class to its own file
John Hodge
1
-652
/
+0
2016-08-21
MIR Gen - Rework to have proper drop scopes (INCOMPLETE)
John Hodge
1
-75
/
+496
2016-08-20
MIR Gen - Draft drop insertion
John Hodge
1
-43
/
+280
2016-08-20
MIR Gen - Emit trailing return value
John Hodge
1
-0
/
+10
2016-08-20
MIR Gen - Fix codegen issue with use of moved LValue
John Hodge
1
-3
/
+3
2016-08-20
MIR Gen - Add logging
John Hodge
1
-0
/
+5
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
1
-1
/
+3
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ...
John Hodge
1
-6
/
+1
2016-08-17
MIR Gen - Planning for inserting drops
John Hodge
1
-1
/
+9
2016-08-17
MIR Gen - Some sanity checks on casts (incomplete)
John Hodge
1
-6
/
+93
2016-08-17
HIR - Correct closure desugaring (leads to two equivalent types)
John Hodge
1
-1
/
+32
2016-08-14
HIR - Move borrow ops to their own node type
John Hodge
1
-6
/
+12
2016-08-14
HIR Typecheck - Move _Unsize back to operating on lvalues (not on &-ptrs)
John Hodge
1
-10
/
+3
2016-08-14
MIR Gen - Defensive checks on _Index
John Hodge
1
-4
/
+17
2016-08-14
MIR Gen - Defensive programming around operators
John Hodge
1
-15
/
+73
2016-08-14
HIR Expand Closures - Store local binding types
John Hodge
1
-1
/
+2
2016-08-13
MIR Gen - Handle unsizing to slices (with hack for libcore's FixedSizeArray i...
John Hodge
1
-1
/
+25
2016-08-13
MIR Gen - Handle loops that diverge
John Hodge
1
-1
/
+13
2016-08-13
MIR Gen - Destructure enum struct patterns
John Hodge
1
-1
/
+8
2016-08-13
MIR Gen - Unify and sanity-check binary operators (including assignments)
John Hodge
1
-78
/
+115
2016-08-13
MIR Gen - Correct bounds for assignment operator overloads
John Hodge
1
-18
/
+60
2016-08-13
MIR Gen - Better error when types mismatch in assignment
John Hodge
1
-6
/
+8
2016-08-13
MIR Gen - Destructure struct patterns
John Hodge
1
-1
/
+9
2016-08-12
HIR Patterns - Support binding Value::Named to targets
John Hodge
1
-0
/
+2
2016-08-12
MIR Gen Match - Unify match arm codegen (patterns separate)
John Hodge
1
-5
/
+13
[next]