index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mir
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-10-07
MIR Gen Match - Only sort patterns when there's multiple
John Hodge
1
-20
/
+29
2016-10-07
MIR Gen Match - Struct patterns
John Hodge
1
-3
/
+22
2016-10-07
MIR Gen - Handle no-op casts
John Hodge
1
-2
/
+7
2016-10-07
MIR Gen Match - Signed integer branch generation
John Hodge
1
-0
/
+62
2016-10-07
MIR Gen Match - Signed integer values
John Hodge
1
-46
/
+65
2016-10-07
MIR From HIR Match - Array patterns
John Hodge
1
-2
/
+35
2016-10-07
MIR From HIR - Enum variant _PathValue support hacked in
John Hodge
1
-0
/
+18
2016-10-03
HIR+AST - Handle bytestring patterns
John Hodge
1
-0
/
+1
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-25
MIR Gen Match - Support floating point matches
John Hodge
1
-68
/
+257
2016-09-25
MIR - (minor) commenting
John Hodge
1
-0
/
+2
2016-09-24
MIR Gen - Support zero-arm matches - Since they can never be reached, emit a ↵
John Hodge
3
-1
/
+24
Diverge
2016-09-24
MIR Gen Match - Refactor decision tree code to support sorted rulesets
John Hodge
1
-204
/
+376
2016-09-24
MIR Gen Match - Any over tuple structs
John Hodge
1
-7
/
+29
2016-09-24
MIR Gen Match - Fix edge case where DTN simplify didn't work
John Hodge
1
-0
/
+8
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
2
-0
/
+131
2016-09-08
MIR Gen Match - Support char ranges in Simple
John Hodge
1
-1
/
+16
2016-09-07
MIR Gen - Hacky shallow drop support (doesn't support being conditional)
John Hodge
2
-6
/
+58
2016-09-07
MIR Gen - Cleaner Box support, start on move-out structure
John Hodge
3
-23
/
+79
2016-09-06
MIR Gen - Rough support for Box
John Hodge
3
-3
/
+49
2016-09-04
HIR - Restructure _Unsize handling to operate on pointers
John Hodge
1
-41
/
+53
2016-08-27
HIR (De)serialise - Working deserialise
John Hodge
2
-0
/
+44
2016-08-26
HIR - Remove None variant for TraitValueItem, add literal for Enum Value
John Hodge
2
-5
/
+2
2016-08-26
HIR Serialise - Only serialise MIR if present
John Hodge
1
-0
/
+2
2016-08-26
HIR Serialise - MIR serialisation in progress
John Hodge
1
-0
/
+2
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
3
-5
/
+8
2016-08-24
MIR Gen - Move variable states to function state (instead of scope)
John Hodge
3
-28
/
+23
2016-08-24
MIR Gen - Further span propagation
John Hodge
3
-29
/
+32
2016-08-24
MIR Gen - Trait methods in PathValue
John Hodge
1
-1
/
+20
2016-08-24
MIR Gen - Expand associated after monomorphisation
John Hodge
1
-3
/
+5
2016-08-23
MIR Gen - More span propagation
John Hodge
2
-14
/
+11
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
4
-102
/
+131
2016-08-23
HIR Typecheck - Require span for type_is_copy
John Hodge
3
-41
/
+44
2016-08-23
MIR - Add a `Const` entry to the MIR::Constant to refer to a named constant
John Hodge
7
-13
/
+110
2016-08-23
MIR Gen - Field access with_val_type
John Hodge
1
-2
/
+31
2016-08-22
HIR Typecheck - Split monomorphise_* into a separate header
John Hodge
2
-2
/
+2
2016-08-22
MIR Gen - (minor) Log failing lvalue when &move required
John Hodge
1
-1
/
+1
2016-08-22
MIR Gen - (minor) Print type of defined variable
John Hodge
1
-1
/
+1
2016-08-22
MIR Gen - Move and drop detection improved
John Hodge
2
-32
/
+166
2016-08-21
MIR Gen Match - (minor) Note a TODO
John Hodge
1
-0
/
+1
2016-08-21
MIR Gen Match - Fix bug where a block would get magled by condition code ↵
John Hodge
3
-14
/
+21
(defended against)
2016-08-21
MIR Gen Match - Fix un-terminated blocks in DecisionTree
John Hodge
1
-1
/
+11
2016-08-21
MIR Check - Check for `Invalid` terminators
John Hodge
2
-11
/
+77
- `Invalid` indicates the block wasn't ended during generation
2016-08-21
MIR Dump - Remove arg patterns from arguments
John Hodge
1
-2
/
+5
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
3
-6
/
+105
[prev]
[next]