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-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
2016-08-20
TODO - Remove completed item
John Hodge
1
-1
/
+0
2016-08-20
Travis - Try clang
John Hodge
1
-0
/
+1
2016-08-20
Travis - Disable sudo, turn of -Werror
John Hodge
2
-1
/
+7
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
Travis Config - Disable libcore test, but keep rust tests
John Hodge
1
-1
/
+1
2016-08-20
MIR Dump - Rough dump pass, exposes junk data somewhere
John Hodge
5
-2
/
+393
2016-08-20
HIR Dump - Initial support, verbose but complete
John Hodge
6
-9
/
+655
2016-08-20
MIR Gen Match - Handle char patterns in simple
John Hodge
1
-2
/
+24
2016-08-20
HIR - Support &[...] in constant evaluation (hacky)
John Hodge
3
-9
/
+68
2016-08-19
Main - Load the debug map
John Hodge
1
-0
/
+1
2016-08-19
HIR Typecheck - Fix case where an ivar would refer to itself
John Hodge
2
-24
/
+31
2016-08-19
Common - Useful helper for some of the typecheck changes
John Hodge
1
-1
/
+24
2016-08-19
HIR Typecheck - Fix bug in recursion checking
John Hodge
1
-1
/
+2
2016-08-19
AST - Support ! as a real type
John Hodge
8
-27
/
+50
[next]