summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-23minicargo - Fix syntax errorJohn Hodge1-1/+1
2017-08-23HIR Typecheck - Specialiation deep overlap checks, little impl param ↵John Hodge5-10/+181
determining fix
2017-08-23Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge12-28/+170
2017-08-22minicargo - Handle libraries in build script, add libstd/libunwind script filesJohn Hodge3-1/+14
2017-08-22Typecheck/MIR - Some missing EAT invocationsJohn Hodge2-4/+15
2017-08-22Resolve Use - (minor) Diagnostics fix when module cannot be foundJohn Hodge1-1/+4
2017-08-22Expand - Handle windows paths in `include!`John Hodge1-4/+11
2017-08-22Expand - allow #![no_std] or #![no_core] to be repeatedJohn Hodge1-3/+3
2017-08-22minicargo - Timestamp checking fixes, target default nameJohn Hodge3-14/+78
2017-08-22minicargo - MSVC timestamps, argument for build script override dirJohn Hodge3-11/+55
2017-08-21Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge11-280/+494
2017-08-21minicargo - Rough support for build scripts (override file only)John Hodge8-36/+141
2017-08-21minicargo - move path code to its own fileJohn Hodge8-248/+294
2017-08-21minicargo - Build script planningJohn Hodge2-24/+82
2017-08-21Makefile - Add library directoryJohn Hodge1-0/+1
2017-08-21minicargo - Fix build orderingJohn Hodge1-5/+10
2017-08-20Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge22-272/+1036
2017-08-20minicargo - Makefile and posix_spawnJohn Hodge6-12/+64
2017-08-20minicargo - Build script planningJohn Hodge2-0/+32
2017-08-20HIR From AST - i128/u128John Hodge1-0/+2
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