index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
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
5
-0
/
+196
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
3
-285
/
+296
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
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
2
-32
/
+166
2016-08-21
MIR Gen Match - (minor) Note a TODO
John Hodge
1
-0
/
+1
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
4
-7
/
+108
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
2
-652
/
+663
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
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
2
-6
/
+35
2016-08-20
MIR Gen - Add logging
John Hodge
3
-0
/
+50
2016-08-20
Debug - Reduce amount of debug spam
John Hodge
2
-2
/
+14
2016-08-20
MIR Dump - Rough dump pass, exposes junk data somewhere
John Hodge
4
-2
/
+392
2016-08-20
HIR Dump - Initial support, verbose but complete
John Hodge
5
-9
/
+654
[next]