summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-14MIR Optimise - Prevent infinite recrusion in inliningJohn Hodge1-0/+15
2018-01-14Codegen C - Add forgotten 'break' to avoid emitting msvc code on gccJohn Hodge1-0/+1
2018-01-14minicargo - Fix incorrect dependent calculation, use-after-free stringJohn Hodge1-3/+33
2018-01-14MIR Optimise - Dead assignment removal (minimally tested)John Hodge1-0/+58
2018-01-14MIR Optimise - Move common statements across gotosJohn Hodge3-0/+107
2018-01-14minicargo - Fix msvc compile warningsJohn Hodge2-3/+3
2018-01-14MIR Codegen C - Continued work with MSVC codegen (still not working)John Hodge1-72/+190
2018-01-14MIR Optimise - Add attempt at optimising out calls to atomic wrappersJohn Hodge1-0/+9
2018-01-14MSVC compile fixesJohn Hodge7-25/+13
2018-01-14Makefile - Remove useless library directoryJohn Hodge1-3/+3
2018-01-14LoadCrates - Better error reportingJohn Hodge1-7/+9
2018-01-14minicargo - Fix use-after-free in output directory, terminate build on job ↵John Hodge1-1/+6
failure
2018-01-13Trans - Add compiler triple/arch to the target specJohn Hodge3-11/+12
2018-01-13Codegen - Support writing the build command to a file (instead of running it)John Hodge5-7/+48
2018-01-13TestRunner - Add option --fail-fast for stop on first test failureJakub Jirutka1-3/+19
2018-01-13TestRunner - Keep going and exit 1 if some tests failedJakub Jirutka1-3/+11
2018-01-07Trans - Arch name is "arm" not "arm32"John Hodge1-1/+1
2018-01-07minicargo - Add --target option for (incomplete) cross-compilationJohn Hodge4-247/+330
2018-01-07Trans - Draft ARM32 supportJohn Hodge3-9/+42
2018-01-07Travis CI - Disable cargo for nowJohn Hodge1-2/+2
2018-01-07Makefile - Fix bad targetJohn Hodge1-1/+1
2018-01-07Notes - Update todo listJohn Hodge1-10/+0
2018-01-07Minicargo - Clean up now-dead codeJohn Hodge2-138/+3
2018-01-07Makefile - Fix invalid dependency of target rust_testsJakub Jirutka1-1/+1
2018-01-07Makefile - Fix missing TEST_DEPS' taskJakub Jirutka1-1/+1
2018-01-06Minicargo - Parallel build supportJohn Hodge6-15/+432
2018-01-06Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge1-1/+1
2018-01-06main - fix incorrect type deduction with some gcc versionsWilliam Pitcock1-1/+1
GCC 6.4 on Alpine incorrectly deduces the type returned from ::std::strchr(const char *, char) as 'char *', instead of 'const char *', which causes the wrong constructor to be used. Closes #32.
2018-01-01Codegen C - Remove hacky null pointer referenceJohn Hodge1-15/+26
2017-12-31Codegen - Remove need for `-z muldefs`John Hodge4-17/+100
2017-12-30README - Update dependencies list, fixes #40John Hodge1-0/+2
2017-12-30Codegen C - Remove dead code, fix warning with mainJohn Hodge1-91/+1
2017-12-30Makefile - Strip out all old test codeJohn Hodge1-500/+40
2017-12-30MIR From HIR (match) - Change assertion to match actual conditionsJohn Hodge1-1/+1
2017-12-30Typecheck Expr - (minor) Logging wrapper when checking completeness, catches ↵John Hodge1-0/+1
infinite recursion
2017-12-30format_args! - Set source module when parsing expressionsJohn Hodge1-0/+1
2017-12-30main - Slightly better error reportingJohn Hodge1-0/+2
2017-12-30testrunner - Handle ignored tests, odd spacing, and print the countsJohn Hodge1-5/+31
2017-12-30macro_rules - Fix a few edge casesJohn Hodge2-5/+52
2017-12-30tests - Update failing listJohn Hodge1-4/+211
2017-12-29Fix enums with `repr(u64)`Adam Chodorowski2-2/+2
2017-12-26Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge1-1/+1
2017-12-26MIR Optimise - Fix sligt bugsJohn Hodge1-3/+12
2017-12-25Fix FMTequal-l21-1/+1
2017-12-24README - Little updatesJohn Hodge1-11/+39
2017-12-24Travis CI - Remove valgrind call, try to debug another failureJohn Hodge1-1/+1
2017-12-24README - Slight restructure and progress updateJohn Hodge1-16/+17
2017-12-23Notes - More ideas for optimisationsJohn Hodge1-0/+16
2017-12-20minicargo - Attempt to fix crash on travis (use after free)John Hodge1-1/+1
2017-12-20Travis - Testing crashJohn Hodge1-0/+1