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-12-11
Trans - statics and literals
John Hodge
4
-10
/
+83
2016-12-11
Trans C - A few extra intrinsics, fix atomic cxchg
John Hodge
1
-3
/
+27
2016-12-11
Trans - Intrinsics (partially complete)
John Hodge
11
-14
/
+186
2016-12-11
MIR Cleanup - Hackily handle borrowing a DST from within a type
John Hodge
3
-9
/
+49
2016-12-10
Trans - Slight handling of DST structs
John Hodge
4
-15
/
+103
2016-12-10
Trans Codegen - Ensure that vtable types are generated if the TraitObject is ↵
John Hodge
1
-2
/
+23
referenced
2016-12-10
MIR Match Gen - Fix incorrect arms chosen
John Hodge
3
-4
/
+4
2016-12-10
MIR Cleanup - Constant arrays
John Hodge
3
-87
/
+231
2016-12-10
HIR Dump - Cleaner output of literals
John Hodge
1
-0
/
+8
2016-12-10
HIR Typecheck - Applied inferred literal suffixes
John Hodge
1
-0
/
+19
2016-12-10
MIR Cleanup - BorrowOf support
John Hodge
3
-21
/
+43
2016-12-10
HIR ConstEval - Do basic type inferrence so created statics have correct types
John Hodge
4
-37
/
+174
2016-12-10
Trans Mangle - Handle - in ABIs
John Hodge
1
-1
/
+3
2016-12-10
Trans Enumerate - Emit start language item too
John Hodge
1
-6
/
+25
2016-12-10
MIR Cleanup - Convert fn() calls to by-value
John Hodge
2
-1
/
+23
2016-12-10
MIR - Add rough optimisations
John Hodge
5
-0
/
+225
2016-12-10
MIR Cleanup - Hacky inner deref of Box
John Hodge
1
-11
/
+43
2016-12-10
MIR - More CoerceUnsized/Unsize hackery
John Hodge
2
-53
/
+162
2016-12-10
MIR Cleanup - Logging and lvalue structure
John Hodge
1
-0
/
+100
2016-12-10
MIR - Cast PhandomData fields when doing CoerceUnsized
John Hodge
4
-8
/
+59
2016-12-10
Trans - Monomorphise static types
John Hodge
1
-2
/
+9
2016-12-10
HIR->MIR - Destructuring CoerceUnsized
John Hodge
7
-78
/
+393
2016-12-08
MIR Cleanup - Start on cast conversion, add support for &[T;n] constants
John Hodge
1
-0
/
+43
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
13
-153
/
+186
2016-12-07
Trans C - Rough Box special-casing
John Hodge
4
-28
/
+28
2016-12-07
MIR VTable - Fix incorrect vtable name
John Hodge
3
-3
/
+6
2016-12-07
HIR VTables - Handle traits with duplicate method names form different ↵
John Hodge
6
-123
/
+213
sub-traits
2016-12-05
Trans C - Hacking along, down to under a screenful of errors
John Hodge
3
-17
/
+77
2016-12-05
MIR Cleanup - Replace constants
John Hodge
1
-1
/
+101
2016-12-04
HIR Expand VTables - (HACK) Ignore associated types that aren't known (for now)
John Hodge
1
-2
/
+2
2016-12-04
Trans C - Small fix to handling of arrays
John Hodge
1
-16
/
+17
2016-12-04
MIR Cleanup - Extract data pointer when calling vtable methods
John Hodge
1
-3
/
+7
2016-12-04
MIR Gen - Fix vtable types
John Hodge
1
-2
/
+16
2016-12-04
HIR - Construct vtables
John Hodge
8
-11
/
+77
2016-12-04
MIR - Move vtable conversion to its own pass
John Hodge
8
-359
/
+186
2016-12-04
Trans C - Set union tag
John Hodge
1
-0
/
+7
2016-12-04
Trans Mangle - Escape # elsewhere in names
John Hodge
1
-4
/
+12
2016-12-04
Trans C - DstMeta and DstPtr can only be called on DST pointers
John Hodge
1
-2
/
+4
2016-12-04
Trans C - Statics
John Hodge
2
-3
/
+64
2016-12-04
Trans C - Array initialisation
John Hodge
1
-10
/
+19
2016-12-04
Trans - Fix incorrect MIR monomorphisation
John Hodge
1
-1
/
+1
2016-12-04
Main - Suppress debug for "Trans Codegen" pass
John Hodge
1
-1
/
+1
2016-12-04
Trans C - Handle pointers to arrays better
John Hodge
1
-24
/
+20
2016-12-04
MIR - Add a variant index to RValue::Struct
John Hodge
6
-0
/
+42
2016-12-04
Trans C - Fix handling of arrays (darn spiral rule)
John Hodge
1
-27
/
+32
2016-12-04
MIR - Escape special characters in debug print
John Hodge
1
-1
/
+8
2016-12-04
Trans C - Handle indexing slices
John Hodge
1
-1
/
+14
2016-12-04
Trans C - Annotation comments on variables
John Hodge
1
-2
/
+6
2016-12-04
Trans C - Some special cases
John Hodge
3
-4
/
+345
2016-12-04
Trans C - Handle literals cleaner
John Hodge
1
-26
/
+74
[next]