index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-01-29
Trans Codegen - Fix emision of enum literals
John Hodge
2
-0
/
+13
2017-01-29
Trans - Only emit typeid if needed
John Hodge
5
-6
/
+25
2017-01-29
Codegen C - repr(C/u*) enums
John Hodge
1
-0
/
+26
2017-01-29
MIR Optimise - Fix tripping on unconditional recursion
John Hodge
3
-154
/
+209
2017-01-29
MIR Optimise - Inline inherent
John Hodge
1
-1
/
+24
2017-01-28
MIR Optimise - Run cleanup after inlining (as it triggers monomorph)
John Hodge
1
-26
/
+46
2017-01-28
MIR Optimise - Inlining of UfcsKnown functions
John Hodge
1
-1
/
+77
2017-01-28
HIR Typecheck Static - Asociated type bounds from bounded associated types
John Hodge
1
-3
/
+17
2017-01-28
MIR Optimise - EAT during inlining
John Hodge
1
-26
/
+69
2017-01-28
MIR Optimise - Inlining implemented
John Hodge
1
-13
/
+268
2017-01-26
Makefile - Tweak for rust_os
John Hodge
1
-2
/
+5
2017-01-26
MIR Optimise - Start on inlining support
John Hodge
1
-1
/
+86
2017-01-26
MIR Optimise - Fiddling
John Hodge
2
-13
/
+77
2017-01-26
HIR Typecheck - Fix quirks from rust_os
John Hodge
3
-2
/
+22
2017-01-25
TravisCI - No gdb, not needed anyway
John Hodge
1
-1
/
+1
2017-01-25
HIR Typecheck - Box autoderef quirk fixes
John Hodge
2
-24
/
+62
2017-01-24
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
2
-17
/
+56
2017-01-23
MIR Gen - Fix incorrect handling of split scopes in loops
John Hodge
1
-16
/
+55
2017-01-23
HIR Expand Erased Types - Fix segfault due to uninitialised value
John Hodge
1
-1
/
+1
2017-01-22
Travis CI - Enabling debug, take two
John Hodge
1
-1
/
+1
2017-01-22
Main - Move second MIR validation to after saveback
John Hodge
1
-3
/
+3
2017-01-22
MIR Optimise - Validate before GC
John Hodge
1
-0
/
+2
2017-01-22
MIR Builder - Drop flags for Partial
John Hodge
1
-1
/
+9
2017-01-22
MIR From HIR - Fix non-moved &muts in `box` handling
John Hodge
1
-0
/
+2
2017-01-22
MIR Check - Calls move values
John Hodge
1
-1
/
+1
2017-01-22
MIR Check - Get DST type for generic structs
John Hodge
1
-3
/
+35
2017-01-22
Makefile - (minor) header print for hello world test
John Hodge
1
-0
/
+4
2017-01-22
Main - Run validation after optimisation
John Hodge
1
-0
/
+4
2017-01-22
MIR Check - Fix bug in handling of marker-only TraitObject's
John Hodge
1
-27
/
+36
2017-01-22
MIR Optimise - Fixed replacement of unified temporaries
John Hodge
4
-12
/
+21
2017-01-22
Trans - #[start] attribute
John Hodge
3
-16
/
+55
2017-01-22
Travis CI - Enable gdb to help debug a travis-only segfault
John Hodge
1
-1
/
+1
2017-01-22
MIR Optimise - Reverse propagation of assignments
John Hodge
1
-12
/
+93
2017-01-22
MIR Optimise - Untested temporary and BB unification
John Hodge
5
-122
/
+777
2017-01-21
Static Typecheck - Remove debug
John Hodge
1
-1
/
+0
2017-01-21
MIR Dump - Include statics
John Hodge
1
-0
/
+24
2017-01-21
Typecheck Static - Cache Copy lookups
John Hodge
2
-2
/
+24
2017-01-21
Trans/Expand - #[main] attribute
John Hodge
5
-20
/
+28
2017-01-21
Makefile - Fix llvmdeps hack
John Hodge
1
-0
/
+1
2017-01-21
MIR Gen - Fix drop generation
John Hodge
2
-46
/
+105
2017-01-21
MIR Gen - Partial value states
John Hodge
2
-73
/
+156
2017-01-20
MIR Gen - Invalid->Optional
John Hodge
1
-3
/
+11
2017-01-20
MIR - Merging of drop flags
John Hodge
6
-14
/
+51
2017-01-20
HIR Serialise - Drop flags
John Hodge
2
-2
/
+11
2017-01-20
Codegen - Drop flags
John Hodge
2
-7
/
+25
2017-01-20
MIR Gen - Fix temporary drops in split scopes
John Hodge
2
-2
/
+18
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
13
-378
/
+445
2017-01-15
Makefile - Disable build script support (until it works)
John Hodge
1
-0
/
+5
2017-01-15
Expand include! - Support for absolute paths
John Hodge
2
-2
/
+5
2017-01-15
Codegen C - Basic NonZero option Optimisation (borrows and function pointers ↵
John Hodge
1
-107
/
+302
only)
[prev]
[next]