summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-08-05Typecheck Expr - Infer smart pointer typeJohn Hodge1-0/+30
2017-07-25HIR Typecheck - Refactor of markings to keep more informationJohn Hodge10-165/+233
2017-07-20HIR Typecheck - Little refactors to allow re-adding coercions for rawptr ↵John Hodge1-21/+27
coercions
2017-07-17Parse - Allow :expr in attributesJohn Hodge1-2/+20
2017-07-16AST - Attributes on struct literal entriesJohn Hodge8-42/+56
2017-07-16HIR Typecheck - Refactor method name resolution (slower, but more correct)John Hodge3-305/+329
2017-07-16AST - Little tweaks for upgraded test sourceJohn Hodge3-6/+50
2017-07-16All - Upgrade to rustc 1.19.0 beta (2017-07-08)John Hodge18-85/+608
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-09HIR Deserialise - Remove another place where ordering is assumedJohn Hodge1-4/+10
2017-07-09Trans Target - Re-enable AtomicU8John Hodge1-1/+1
2017-07-09Resolve - Better debugging and assertJohn Hodge1-1/+9
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 Hodge2-1/+8
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-09HIR Serialise - (incomplete) Fixes for function orderingJohn Hodge3-34/+43
2017-07-08Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)John Hodge6-131/+628
2017-07-07Codegen C - Rough support for MSVC compatible codeJohn Hodge (bugs)1-40/+107
2017-07-07Trans - Hackery to run MSVCJohn Hodge (bugs)4-19/+158
2017-07-06All - Some little tweaks for windows portJohn Hodge3-403/+412
2017-07-06Misc - Minor MSVC fixesJohn Hodge (bugs)2-3/+3
2017-07-06Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge (bugs)66-2264/+3369
# 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 Hodge14-166/+259
2017-07-06MIR Helpers - Expand associated types in monomorpised function typesJohn Hodge1-1/+3
2017-07-06MIR Gen - Reset drop flags on entry to a loop (instead of after use)John Hodge3-17/+30
2017-07-02Codegen C - Fix indenting in destructorsJohn Hodge1-25/+22
2017-07-02MIR Gen - Make mutating state (other than the if condition) within a match ↵John Hodge3-1/+33
guard an error
2017-07-02Codegen C - (minor) Comment before enum definitionsJohn Hodge1-0/+1
2017-07-02main - Use skewer case, not snakeJohn Hodge1-1/+1
2017-07-02MIR Optimise - Store params and Copy args earlyJohn Hodge2-22/+40
2017-07-02MIR Gen - Track states for arguments (and directly use arguments where possible)John Hodge4-95/+181
2017-06-25MIR Helpers - Add a shortcut to check if a LValue is CopyJohn Hodge2-0/+6
2017-06-25MIR Optimise - Support minimal optimisiationsJohn Hodge3-22/+342
2017-06-23MIR Gen - Disable argument replacement until argument states are tracked fullyJohn Hodge2-3/+18
2017-06-22MIR Gen - Remove arguments that are just assigned from argumentsJohn Hodge2-0/+15
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 Hodge5-511/+657
2017-06-18MIR Optimise - (minor) Comment on sortJohn Hodge1-0/+1
2017-06-17MIR Optimise - Sort BBs into approximate program flowJohn Hodge2-1/+117
2017-06-16MIR optimise - Fix a few little bugsJohn Hodge3-22/+80
2017-06-16MIR - Unify temporaries and variablesJohn Hodge21-944/+521
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