summaryrefslogtreecommitdiff
path: root/src/trans
AgeCommit message (Collapse)AuthorFilesLines
2017-08-20Codegen C - Fix a few bugs with MSVC modeJohn Hodge1-3/+27
2017-08-20Codegen C - Rough support for msvc inline assemblyJohn Hodge1-79/+137
2017-08-19Codegen C - U8 MSVC atomicsJohn Hodge1-0/+4
2017-08-18Trans - VTable unsizing in statics, emit vtables before staticsJohn Hodge3-13/+29
2017-07-25HIR Typecheck - Refactor of markings to keep more informationJohn Hodge1-56/+65
2017-07-16All - Upgrade to rustc 1.19.0 beta (2017-07-08)John Hodge4-5/+207
2017-07-14Codegen C - Attempt at fixing crash associated with non-ZST ZSTsJohn Hodge1-24/+60
2017-07-14Codegen C - Optionally add an unused/dummy field to unit-like typesJohn Hodge1-21/+86
2017-07-09Codegen C - Fix use of removed (empty) variantsJohn Hodge1-14/+25
2017-07-09Trans Target - Re-enable AtomicU8John Hodge1-1/+1
2017-07-09Codegen C - Possible fix for gcc codegen.John Hodge1-32/+27
2017-07-09Codegen C - MSVC hackery.John Hodge1-2/+25
2017-07-09Codegen C - Fix UBJohn Hodge1-1/+1
2017-07-09All - Fix compilation on gccJohn Hodge1-0/+7
2017-07-09Codegen C - Fix ABI for winapi functions, plan for overriding type ↵John Hodge1-1/+6
representations in extern protos
2017-07-09Codegen C - Fix cross-compiler alignofJohn Hodge1-17/+11
2017-07-08Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)John Hodge2-124/+602
2017-07-07Codegen C - Rough support for MSVC compatible codeJohn Hodge (bugs)1-40/+107
2017-07-07Trans - Hackery to run MSVCJohn Hodge (bugs)3-18/+134
2017-07-06Misc - Minor MSVC fixesJohn Hodge (bugs)1-1/+1
2017-07-06Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge (bugs)7-657/+1304
# Conflicts: # src/trans/codegen_c.cpp
2017-07-06Codegen C - Very basic start on backend modesJohn Hodge (bugs)1-6/+13
2017-07-06MIR - Add (but don't use) a SwitchValue terminatorJohn Hodge4-1/+30
2017-07-02Codegen C - Fix indenting in destructorsJohn Hodge1-25/+22
2017-07-02Codegen C - (minor) Comment before enum definitionsJohn Hodge1-0/+1
2017-06-22Codegen C - First pass at structured C output (generated, but not compiled)John Hodge3-94/+584
2017-06-18Trans - Starting work on multiple targetsJohn Hodge3-494/+653
2017-06-16MIR - Unify temporaries and variablesJohn Hodge3-53/+28
2017-06-15Codegen C - Fix float precision, disable test broken by fixed precisionJohn Hodge1-18/+14
2017-06-11Codegen C - Fix -INFINITYJohn Hodge1-1/+1
2017-06-11Codegen C - Make all drop glue staticJohn Hodge1-6/+6
2017-06-04Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge (bugs)4-17/+56
2017-06-04Trans - Emit monomorphised/inlined functions as `static`John Hodge4-12/+27
2017-06-02Codegen C - Return value from mainJohn Hodge1-2/+2
2017-05-26Codegen C - Handle signed bswapJohn Hodge1-1/+7
2017-05-15Codegen C - Fix some edge cases with floats, add newer intrinsicsJohn Hodge1-2/+20
2017-05-14Visual Studio compile fixesJohn Hodge (bugs)1-0/+1
2017-05-13Trans Codegen - Fill item path when monomorphisingJohn Hodge1-4/+6
2017-05-05Trans - Fix broken code from bad mergeJohn Hodge1-2/+2
2017-05-05Codegen C - volatile_load/storeJohn Hodge1-0/+7
2017-05-05Trans Monomorph - asm!John Hodge1-3/+15
2017-05-01HIR - Rough support for enum variant values (trans only, no consteval)John Hodge1-29/+62
2017-04-29Trans Codegen - Remove unneeded todoJohn Hodge1-1/+0
2017-04-29Trans - Better needs_drop intrinsicJohn Hodge1-4/+4
2017-04-22MIR - Add ScopeEnd statement to indicate where a value will no longer be usedJohn Hodge3-2/+16
2017-04-16Codegen C - Fix incorrect escaped valuesJohn Hodge1-3/+5
2017-04-13Codegen C - Fix precedence error in 64/128 bit ctzJohn Hodge1-2/+2
2017-04-13All - Add rough support for #[test] (runs basic tests)John Hodge2-0/+2
2017-03-26Trans - Handle drop of unsized objectsJohn Hodge2-9/+65
2017-03-12Trans Codegen - Enable optimisation after monomorphJohn Hodge1-2/+1