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-25
HACK - Assume that unknown-sized arrays compare equal
John Hodge
1
-1
/
+4
2016-08-25
AST - Move receiver marking to HIR conversion (post resolution)
John Hodge
3
-75
/
+28
2016-08-25
Parse - What an interesting feature
John Hodge
2
-0
/
+82
2016-08-24
AST - More defensive `self: Box<Self>` code
John Hodge
1
-0
/
+3
2016-08-24
AST - Hackily support `self: Box` syntax
John Hodge
3
-3
/
+17
2016-08-24
Misc - Clean up, add a `time` hack to Makefile
John Hodge
1
-1
/
+0
2016-08-24
MIR Gen - Handle StructConstant and StructConstructor items
John Hodge
1
-2
/
+9
2016-08-24
HIR - (minor) Fix incorrect message when a value item can't be found
John Hodge
1
-1
/
+1
2016-08-24
HIR From AST - Fix emitting tuple/value constructors for named-field structs
John Hodge
1
-1
/
+1
2016-08-24
HIR Expand Closures - Fix mangling of destructured arguments
John Hodge
1
-4
/
+3
2016-08-24
HIR - Fix bad clone function for GenericParams
John Hodge
1
-2
/
+2
2016-08-24
HIR Expand Closures - Bind closure type
John Hodge
2
-26
/
+40
2016-08-24
MIR Gen - Use argument types
John Hodge
4
-6
/
+11
2016-08-24
HIR Expand Reborrow - Handle return value reborrowing, reborrow inside block
John Hodge
1
-21
/
+24
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
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
[prev]
[next]