summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-31Codegen C - More complete unsized type handlingJohn Hodge1-29/+49
2016-12-31Trans - Efficiency cleanupsJohn Hodge5-67/+71
2016-12-30MIR - Misc fixesJohn Hodge3-6/+8
2016-12-30HIR Typecheck Static - Expand associated when doing auto trait searchesJohn Hodge1-2/+4
2016-12-30MIR Cleanup - Associated consantsJohn Hodge1-0/+41
2016-12-30Trans Enumerate - Fix missed functionsJohn Hodge1-3/+13
2016-12-30Trans Enumerate - Refactor to remove deep recursionJohn Hodge1-108/+141
2016-12-30Makefile - Another rustc depJohn Hodge1-1/+1
2016-12-30Makefile - rustc depsJohn Hodge1-0/+5
2016-12-30Trans - FiddlingJohn Hodge3-11/+15
2016-12-30Trans C - Extra intrinsicsJohn Hodge1-0/+46
2016-12-30Trans C - Move intrinsics to a functionJohn Hodge1-216/+221
2016-12-30Trans Enumerate - EAT in enumsJohn Hodge1-3/+7
2016-12-30HIR - Hack in more specialisation rulesJohn Hodge1-7/+51
2016-12-30README - UpdateJohn Hodge1-5/+5
2016-12-30Trans C - Little fixesJohn Hodge1-14/+33
2016-12-29MIR Cleanup - Derefence FnMut/Fn for fn pointsJohn Hodge2-2/+6
2016-12-29MIR Optimise - Better cleaning of useless assignmentsJohn Hodge1-24/+102
2016-12-29MIR Opt - Partial dead temporary eliminatonJohn Hodge5-17/+429
2016-12-29Codegen C - (minor) Assert that Call::Value is a functionJohn Hodge1-0/+1
2016-12-29Makefile - Generate full code for rust testsJohn Hodge1-3/+3
2016-12-29MIR - Inline assembly in MIRJohn Hodge10-6/+105
2016-12-29HIR - asm! nodeJohn Hodge9-1/+104
2016-12-28AST - Add asm! as an AST nodeJohn Hodge7-4/+182
2016-12-28Lex - Fix newline handling (possible off-by-one, but no off-by-heaps)John Hodge1-9/+7
2016-12-28Merge pull request #15 from ubsan/sed-fixJohn Hodge (Mutabah)1-1/+4
Fix sed to work across unices
2016-12-28MIR Gen - Handle diverging calls fullyJohn Hodge3-3/+11
2016-12-28MIR Gen - Track exit states of loopsJohn Hodge3-183/+211
2016-12-28MIR Gen - Spaces removed, misc thinkingJohn Hodge4-17/+20
2016-12-28MIR Gen - Clean up split arm logic a little by using std::mapJohn Hodge2-59/+56
2016-12-27MIR - Disable validation so travis build will passJohn Hodge3-5/+7
2016-12-27MIR Gen - Add support for capturing rest of slice patternsJohn Hodge3-12/+62
2016-12-27MIR Check - Prevent excessive memory usageJohn Hodge1-6/+22
2016-12-27MIR Gen - Misc fixesJohn Hodge3-27/+60
2016-12-26Fix sed to work across unicesubsan1-1/+4
2016-12-27lvimrc - Hilighting of trailing spacesJohn Hodge1-0/+3
2016-12-27MIR Gen - Better handling of split scopes (optional init)John Hodge4-161/+194
2016-12-27HIR Typecheck Expr - Propagate coercions applied to blocks to the inside of ↵John Hodge1-17/+50
the block
2016-12-25Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge156-9967/+9958
2016-12-25Merge pull request #11 from ubsan/whitespace-fixJohn Hodge (Mutabah)156-9967/+9959
No more tears!
2016-12-25MIR Gen - Misc fixes for drop order quirksJohn Hodge3-2/+12
2016-12-24No more tears!ubsan156-9967/+9959
No more DOS line endings or trailing whitespace either
2016-12-24MIR Gen - Fix some bugs exposed by extended validationJohn Hodge4-5/+28
2016-12-24MIR Check - VarState past switchJohn Hodge1-1/+4
2016-12-24MIR Gen - Fix double-drop of InnerMoved variablesJohn Hodge1-0/+1
2016-12-24HIR/MIR Dump - Minor fixesJohn Hodge2-2/+11
2016-12-24Trans C - Box drops (deep and shallow)John Hodge1-16/+57
2016-12-24Trans - Generate Box destructorsJohn Hodge4-4/+34
2016-12-24Trans C - Fix some bad atomicsJohn Hodge1-0/+8
2016-12-24MIR Gen - Raise values from LValue::DerefJohn Hodge1-0/+6