summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-02-24Parse - Handle `use *;`, fixes #60John Hodge1-0/+3
2018-02-24macro_rules - Fix #59 and add tests for various macro quirksJohn Hodge1-1/+4
2018-02-21Merge pull request #58 from ibara/masterJohn Hodge (Mutabah)3-0/+44
Add OpenBSD support.
2018-02-21macro_rules - Handle macros in :itemJohn Hodge1-1/+49
2018-02-21Expand - Run expansion on trait paths in impl blocks (fixes #56)John Hodge1-1/+1
2018-02-19Add OpenBSD support.Brian Callahan3-0/+44
2018-02-19Codegen C - Fix bad attempt at making MSVC workJohn Hodge1-8/+5
2018-02-18Standalone MIRI - Implement BinOp comparisons and Terminator::IfJohn Hodge1-2/+2
2018-02-18MIR Optimise - Some work on const propagationJohn Hodge1-22/+77
2018-02-18MIR Optimise - Constant-propagate known enum variants.John Hodge1-3/+48
2018-02-18Codegen C - Still trying to make MSVC workJohn Hodge1-4/+24
2018-02-18Standalone MIRI (and mmir codegen) - Support external functionsJohn Hodge1-0/+24
2018-02-18MIR Gen - Store enum path with params in RValue::VariantJohn Hodge1-8/+8
2018-02-16MIR Optimise - (minor) Note about switch consteval eliminationJohn Hodge1-0/+12
2018-02-16Standalone MIRI - Hacking along, hit a blocker that will need some refactor.John Hodge1-6/+17
2018-02-12Codegen MMIR - Fix compilation error on linuxJohn Hodge1-3/+9
2018-02-11Codegen MMIR - Fix some minor architecture issuesJohn Hodge3-10/+17
2018-02-11Standalone MIRI - Implementation sprint, statics in process.John Hodge1-3/+271
2018-02-11Codegen C - Fix warnings due to incorrect signs of enum variantsJohn Hodge1-34/+41
2018-02-11Codegen C - Fix some minor issuesJohn Hodge1-11/+11
2018-02-10Trans - Fix mismatches between mrustc's sizings and C's sizingsJohn Hodge4-25/+115
2018-02-04Trans - Fixes to edge cases with enum variantsJohn Hodge2-5/+19
2018-02-04Codegen C - Avoid ICE with gcc 5.4.0 (ubuntu), clean up some warningsJohn Hodge1-5/+6
2018-02-04Target - Fix incorrect array size calculationJohn Hodge1-7/+7
2018-02-04Trans - mingw32 target attempt (still being worked on)John Hodge5-69/+262
2018-02-01Codegen C - Minor fixes from target structure layoutJohn Hodge2-67/+78
2018-01-28standalone_miri - Up to attempting to run `hello`John Hodge1-7/+6
2018-01-28All - mingw32 compilation changesJohn Hodge1-3/+3
2018-01-28Codegen MMIR - More implementation workJohn Hodge1-17/+75
2018-01-27Trans - Add "backend" for monomorphised MIRJohn Hodge8-4/+792
2018-01-27Trans - Move struct/enum layout calculation to target.cppJohn Hodge3-371/+714
2018-01-24MSVC - Fiddling about trying to make C code compileJohn Hodge1-4/+65
2018-01-24standalone_miri - New side-tool to attempt to execute pre-monomorphised MIRJohn Hodge2-1/+2
2018-01-21Main - Add very crude depfile supportJohn Hodge3-22/+45
2018-01-21HIR Serialise - Remove debug printJohn Hodge1-1/+0
2018-01-20HIR Serilise - Don't save remote lang itemsJohn Hodge2-3/+18
2018-01-20MIR Optimise - Only run UnifyTemporaries once, add a new tuple-breaking passJohn Hodge2-29/+207
2018-01-19main - Some more --helpJohn Hodge1-2/+6
2018-01-17main - --help and a few other tweaksJohn Hodge1-34/+99
2018-01-17Codegen C - Switch back to using $CC or gccJohn Hodge1-3/+6
2018-01-17Span - Remove debug print when making an empty span (Can cause segfault on ↵John Hodge1-1/+1
startup)
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-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-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 Hodge3-24/+2
2018-01-14LoadCrates - Better error reportingJohn Hodge1-7/+9
2018-01-13Trans - Add compiler triple/arch to the target specJohn Hodge3-11/+12