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
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
middle
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 ↵
John Hodge
1
-1
/
+25
impl)
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
2016-08-12
MIR Gen - Handle false branch of if diverging
John Hodge
1
-2
/
+5
2016-08-11
MIR - Split match logic into another file
John Hodge
1
-911
/
+108
2016-08-11
MIR - Work on _Unsize, requires changing coercion code to emit Unsize op higher
John Hodge
1
-1
/
+29
2016-08-11
MIR - Boolean operators (&& and ||) and char literals
John Hodge
1
-6
/
+37
2016-08-11
MIR - Match handle multi-pattern arms
John Hodge
1
-11
/
+13
2016-08-11
HIR - Store path to closure object for MIR generation
John Hodge
1
-5
/
+28
2016-08-11
MIR - Match rule default other way too, comment about known codegen fail
John Hodge
1
-3
/
+29
2016-08-11
MIR - Cleanup of match
John Hodge
1
-24
/
+33
2016-08-11
All - Clang warning fixes
John Hodge
1
-34
/
+85
2016-08-10
MIR - Handling of diverging statements
John Hodge
1
-7
/
+17
2016-08-10
MIR - Propagate defaults to child nodes in match tree, reorganise code
John Hodge
1
-200
/
+355
2016-08-10
MIR - Tuple variant codegen present, but broken
John Hodge
1
-2
/
+58
[prev]
[next]