summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-02-25MIR Optimise - Remove no-op assignmentsJohn Hodge1-0/+51
2018-02-25Standalone MIRI - __rust_allocate, slice derefJohn Hodge1-2/+34
2018-02-25Standalone MIR - Better drop handling, RValue::Struct, RValue::SizedArray, ...John Hodge6-41/+123
2018-02-25minicargo - Fix bug with parallel builds and sanity checkJohn Hodge1-1/+2
2018-02-25HIR Typecheck - Fix case where inferrence stalls when there's a `T = ↵John Hodge2-17/+77
<T>::Assoc bound` and unsizing, should fix #62
2018-02-24Standalone MIRI + Codegen MMIR - Drop supportJohn Hodge5-100/+145
2018-02-24testrunner - Shut up msvcJohn Hodge1-0/+1
2018-02-24testrunner - Add -v flag to increment debug spamJohn Hodge1-0/+3
2018-02-24Testrunner - Some hacky changes to make it less verboseJohn Hodge1-14/+34
2018-02-24macro_rules - Allow macros for :typeJohn Hodge2-2/+10
2018-02-24Expand - Fix #61, not expanding paths in typesJohn Hodge2-1/+19
2018-02-24Parse - Handle `use *;`, fixes #60John Hodge2-1/+3
2018-02-24Notes - Fiddling with variadic generic designJohn Hodge1-10/+24
2018-02-24Tests - Add a test that checks the inliner behavior around Copy valuesJohn Hodge1-0/+16
2018-02-24macro_rules - Fix #59 and add tests for various macro quirksJohn Hodge2-1/+37
2018-02-24Notes - Working on an idea for variadic generics (all levels)John Hodge1-0/+101
2018-02-23Standalone MIRI - Slice derefs, pointer comparisons, uni-ops, intrinsics, ↵John Hodge5-108/+379
strings
2018-02-21Merge pull request #58 from ibara/masterJohn Hodge (Mutabah)3-0/+44
Add OpenBSD support.
2018-02-21Travis CI - Set CXX compiler for local_tests (to be able to build testrunner)John Hodge1-1/+1
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-21Move local tests to use the test runnerJohn Hodge3-7/+6
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 Hodge3-19/+174
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-18Minicargo - Don't abort on unrecognised manifest keysJohn Hodge1-2/+3
2018-02-18Standalone MIRI - Wrap an external function.John Hodge1-3/+27
2018-02-18Standalone MIRI - Add a function trace wrapper (with indent)John Hodge2-0/+54
2018-02-18Standalone MIRI (and mmir codegen) - Support external functionsJohn Hodge3-3/+47
2018-02-18Standalone MIRI - "atomic_store" intrinsic, Terminator::Switch, handle ! localsJohn Hodge4-18/+162
2018-02-18MIR Gen - Store enum path with params in RValue::VariantJohn Hodge1-8/+8
2018-02-17Standalone MIRI - Refactor Value/Allocation handling to allow deref to work.John Hodge7-318/+459
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 Hodge12-93/+605
2018-02-12minicargo - Fix error when compiling cargoJohn Hodge1-0/+3
2018-02-12Codegen MMIR - Fix compilation error on linuxJohn Hodge1-3/+9
2018-02-11Standalone MIRI - Working borrow (for now)John Hodge3-10/+20
2018-02-11Codegen MMIR - Fix some minor architecture issuesJohn Hodge3-10/+17
2018-02-11Standalone MIRI - Implementation sprint, statics in process.John Hodge10-45/+766
2018-02-11Testrunner - Allow cherry-picking testsJohn Hodge1-2/+9
2018-02-11Codegen C - Fix warnings due to incorrect signs of enum variantsJohn Hodge1-34/+41
2018-02-11Merge pull request #52 from thepowersgang/common_layoutJohn Hodge (Mutabah)29-572/+2527
Merge "common_layout" branch
2018-02-11Merge branch 'master' into common_layoutJohn Hodge (Mutabah)3-30/+165
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-10minicargo - Add parser for cfg() in target-specific options.John Hodge3-31/+166
2018-02-04Trans - Fixes to edge cases with enum variantsJohn Hodge2-5/+19