summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-20Codegen C - Fix a few bugs with MSVC modeJohn Hodge1-3/+27
2017-08-20Misc - Visual studio cleanupsJohn Hodge4-85/+101
2017-08-20Load Crates - Search passed library directories for cratesJohn Hodge3-6/+31
2017-08-20minicargo - Dependency loadingJohn Hodge11-42/+507
2017-08-20Resolve - Lookup glob of external enumJohn Hodge1-1/+9
2017-08-20Makefile - Update rules a littleJohn Hodge1-5/+11
2017-08-20Minicargo - Move build invocations to build.cppJohn Hodge4-58/+148
2017-08-20Codegen C - Rough support for msvc inline assemblyJohn Hodge1-79/+137
2017-08-19Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge18-29/+1380
2017-08-19Codegen C - U8 MSVC atomicsJohn Hodge1-0/+4
2017-08-19Parse - Disable debug accidentally left enabledJohn Hodge2-3/+3
2017-08-19minicargo - Output redirection (windows)John Hodge4-9/+33
2017-08-19Lex - Fix duplication of final token in file.John Hodge2-13/+38
2017-08-19HIR Typecheck - Work around VS quirks with macros.John Hodge1-8/+11
2017-08-19minicargo - Draft implementation, spawns mrustc on windowsJohn Hodge12-8/+1299
2017-08-19vsproject - Update for makefile changesJohn Hodge2-0/+4
2017-08-19Parse Expr - Handle EOF after return/continue/breakJohn Hodge1-0/+2
2017-08-18HIR Typecheck - Fix Unsize bound checksJohn Hodge2-74/+117
2017-08-18Makefile - Add use_std flag for liblogJohn Hodge1-0/+1
2017-08-18HIR Serialise - Don't store value of staticsJohn Hodge2-2/+2
2017-08-18Trans - VTable unsizing in statics, emit vtables before staticsJohn Hodge3-13/+29
2017-08-18HIR Typecheck - Refactor coerce/unsize handlingJohn Hodge4-571/+584
2017-08-05HIR Markings - Restructure CoerceUnsize markings to allow full determinationJohn Hodge1-11/+119
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-22minicargo - Start on a low-featured clone of cargo for mrustcJohn Hodge2-0/+121
2017-07-20HIR Typecheck - Little refactors to allow re-adding coercions for rawptr ↵John Hodge1-21/+27
coercions
2017-07-17Update patchJohn Hodge1-5/+5
2017-07-17Makefile - Updates to allow compilation of rustc (incomplete)John Hodge1-6/+14
2017-07-17Parse - Allow :expr in attributesJohn Hodge1-2/+20
2017-07-16AST - Attributes on struct literal entriesJohn Hodge8-42/+56
2017-07-16Makefile - Tiny fixesJohn Hodge1-0/+7
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 Hodge20-87/+612
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 Hodge2-11/+40
2017-07-09Codegen C - Fix UBJohn Hodge1-1/+1
2017-07-09VSProject - nmake file for building hello-world testJohn Hodge2-0/+47
2017-07-09All - Fix compilation on gccJohn Hodge3-3/+16
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