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
2017-01-01
MIR/Trans - Fix DST field borrow hack
John Hodge
2
-46
/
+24
2017-01-01
Codegen C - Handle function pointers cast to raw pointers in literals
John Hodge
1
-2
/
+18
2017-01-01
Codegen C - Array destructor fix
John Hodge
1
-1
/
+1
2017-01-01
Codegen C - A couple more intrinsics
John Hodge
1
-0
/
+9
2017-01-01
Trans Enumerate - Hack around provided associated functions not being ↵
John Hodge
2
-8
/
+13
monomorphised
2017-01-01
Codegen C - Fix some end-of-nonvoid errors from clang
John Hodge
1
-1
/
+2
2017-01-01
Trans Enumerate - Unions
John Hodge
1
-1
/
+16
2017-01-01
Codegen C - Unions
John Hodge
1
-14
/
+119
2016-12-31
MIR Dump - Clean string printing
John Hodge
3
-7
/
+38
2016-12-31
MIR Optimise - Fiddling with RValue propagation
John Hodge
1
-16
/
+22
2016-12-31
MIR Optimise - Structure for rvalue replacements
John Hodge
3
-36
/
+146
2016-12-31
MIR Optimise - Move call output to after assignment propagation
John Hodge
1
-54
/
+55
2016-12-31
MIR Optimise - Allow assignment elimination with variables
John Hodge
3
-17
/
+66
2016-12-31
MIR Optimisations - Avoid a potential mis-optimise
John Hodge
1
-47
/
+55
2016-12-31
MIR Optimisation - Function return values
John Hodge
1
-58
/
+135
2016-12-31
Trans Enumerate - Ensure that main/start have types enumerated
John Hodge
1
-8
/
+2
2016-12-31
Codegen C - Replace span-based BUG/TODOs with MIR-based ones
John Hodge
1
-19
/
+18
2016-12-31
Codegen C - Better error message for TODO
John Hodge
1
-1
/
+1
2016-12-31
HIR Typecheck - Apply ivars in union literals
John Hodge
1
-0
/
+4
2016-12-31
Codegen C - More intrinsics and erased type handling
John Hodge
1
-22
/
+98
2016-12-31
MIR - Fix a bit of invalid MIR
John Hodge
5
-9
/
+31
2016-12-31
Expand Derive - Hack around getting a trait object to a [T]
John Hodge
2
-4
/
+6
2016-12-31
Codegen C - Handling for erased types
John Hodge
2
-8
/
+37
2016-12-31
HIR Bind - Apply bind to erased types
John Hodge
1
-0
/
+3
2016-12-31
Codegen C - More complete unsized type handling
John Hodge
1
-29
/
+49
2016-12-31
Trans - Efficiency cleanups
John Hodge
5
-67
/
+71
2016-12-30
MIR - Misc fixes
John Hodge
3
-6
/
+8
2016-12-30
HIR Typecheck Static - Expand associated when doing auto trait searches
John Hodge
1
-2
/
+4
2016-12-30
MIR Cleanup - Associated consants
John Hodge
1
-0
/
+41
2016-12-30
Trans Enumerate - Fix missed functions
John Hodge
1
-3
/
+13
2016-12-30
Trans Enumerate - Refactor to remove deep recursion
John Hodge
1
-108
/
+141
2016-12-30
Trans - Fiddling
John Hodge
3
-11
/
+15
2016-12-30
Trans C - Extra intrinsics
John Hodge
1
-0
/
+46
2016-12-30
Trans C - Move intrinsics to a function
John Hodge
1
-216
/
+221
2016-12-30
Trans Enumerate - EAT in enums
John Hodge
1
-3
/
+7
2016-12-30
HIR - Hack in more specialisation rules
John Hodge
1
-7
/
+51
2016-12-30
Trans C - Little fixes
John Hodge
1
-14
/
+33
2016-12-29
MIR Cleanup - Derefence FnMut/Fn for fn points
John Hodge
2
-2
/
+6
2016-12-29
MIR Optimise - Better cleaning of useless assignments
John Hodge
1
-24
/
+102
2016-12-29
MIR Opt - Partial dead temporary eliminaton
John Hodge
5
-17
/
+429
2016-12-29
Codegen C - (minor) Assert that Call::Value is a function
John Hodge
1
-0
/
+1
2016-12-29
MIR - Inline assembly in MIR
John Hodge
10
-6
/
+105
2016-12-29
HIR - asm! node
John Hodge
9
-1
/
+104
2016-12-28
AST - Add asm! as an AST node
John Hodge
7
-4
/
+182
2016-12-28
Lex - Fix newline handling (possible off-by-one, but no off-by-heaps)
John Hodge
1
-9
/
+7
2016-12-28
MIR Gen - Handle diverging calls fully
John Hodge
3
-3
/
+11
2016-12-28
MIR Gen - Track exit states of loops
John Hodge
3
-183
/
+211
2016-12-28
MIR Gen - Spaces removed, misc thinking
John Hodge
4
-17
/
+20
2016-12-28
MIR Gen - Clean up split arm logic a little by using std::map
John Hodge
2
-59
/
+56
2016-12-27
MIR - Disable validation so travis build will pass
John Hodge
3
-5
/
+7
[next]