index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-08-24
MIR Gen - Trait methods in PathValue
John Hodge
1
-1
/
+20
2016-08-24
HIR Typecheck Expr - Fix trait selection for CallValue
John Hodge
1
-21
/
+26
2016-08-24
MIR Gen - Expand associated after monomorphisation
John Hodge
1
-3
/
+5
2016-08-24
HIR Typecheck - Add impl specialisation support to static, fix spelling error
John Hodge
5
-12
/
+31
2016-08-24
HIR Typecheck Static - Move actual logic of expand_associated_types into a ↵
John Hodge
2
-185
/
+193
helper (better errors)
2016-08-24
Expand Derive - Fix move out of borrow
John Hodge
1
-15
/
+21
2016-08-24
HIR Expand - Add a reborrow pass (inserts &mut* on by-value &mut
John Hodge
6
-0
/
+197
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
9
-159
/
+187
2016-08-23
HIR Typecheck - Bettern Copy handling in static
John Hodge
2
-2
/
+25
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-23
HIR Typecheck - Fixed method resolution, better Copy detection
John Hodge
3
-40
/
+113
2016-08-23
AST - Fix uninitialised receiver type
John Hodge
1
-0
/
+1
2016-08-22
HIR Typecheck CS - (minor) Cleanup
John Hodge
1
-11
/
+4
2016-08-22
AST+HIR - Save decoded receiver type for methods
John Hodge
10
-54
/
+109
2016-08-22
HIR Typcheck - Move common code to its own file
John Hodge
4
-286
/
+297
2016-08-22
HIR Typecheck - Split monomorphise_* into a separate header
John Hodge
6
-32
/
+54
2016-08-22
HIR Typecheck - Clean up a few TODOs
John Hodge
1
-10
/
+17
2016-08-22
README - Spelling fix pass
John Hodge
1
-3
/
+3
2016-08-22
README - Updated readme with new progress and subtly changed goals
John Hodge
2
-10
/
+8
2016-08-22
MIR Gen - (minor) Log failing lvalue when &move required
John Hodge
1
-1
/
+1
2016-08-22
HIT Typecheck - Fix apply to apply variables
John Hodge
1
-9
/
+23
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
3
-32
/
+167
2016-08-21
Notes - Add a TODO item
John Hodge
1
-1
/
+1
2016-08-21
MIR Gen Match - (minor) Note a TODO
John Hodge
1
-0
/
+1
2016-08-21
Notes MIR - Validation and optimisation notes
John Hodge
1
-0
/
+18
2016-08-21
HIR Typecheck - Full Copy checking
John Hodge
1
-3
/
+23
2016-08-21
HIR Typecheck Static - Extended Copy checking
John Hodge
1
-1
/
+18
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
5
-7
/
+109
2016-08-21
Travis - back to gcc
John Hodge
1
-1
/
+0
2016-08-21
Travis - Switch to trusty which hopefully has a compatible compiler
John Hodge
1
-1
/
+4
2016-08-21
main - (minor) Different name for HIR dump, plan on MIR opt
John Hodge
1
-1
/
+8
2016-08-21
MIR Gen - Mark values used in calls as moved
John Hodge
2
-3
/
+5
2016-08-21
MIR Gen - Include Copy checking
John Hodge
3
-19
/
+138
2016-08-21
MIR Gen - Move `MirBuilder` class to its own file
John Hodge
3
-653
/
+664
2016-08-21
MIR Dump - Clean up output
John Hodge
1
-6
/
+24
2016-08-21
HIR Dump - Fix printing of closures (that don't contain a block)
John Hodge
1
-1
/
+15
2016-08-21
HIR Expand - Fix closure conversion
John Hodge
3
-8
/
+93
2016-08-21
MIR Gen - Rework to have proper drop scopes (INCOMPLETE)
John Hodge
3
-133
/
+587
2016-08-20
MIR Gen - Draft drop insertion
John Hodge
3
-52
/
+376
2016-08-20
AST - Remove unused AST serialisation code
John Hodge
18
-902
/
+53
[next]