summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-05-20AST - Refactor lifetime/HRB handlingJohn Hodge17-165/+376
2018-05-20TestRunner - Don't pass -L when there's no dependenciesJohn Hodge1-0/+13
2018-05-20Parse - Cleanup TODOsJohn Hodge5-36/+39
2018-05-20AST - Rename MetaItem and MetaItems to Attribute and AttributeListJohn Hodge29-259/+295
2018-05-20Minicargo - Quieten build outputJohn Hodge5-13/+40
2018-05-20General TODO cleanupJohn Hodge3-37/+63
2018-05-20Standalone MIRI - A few comment notesJohn Hodge1-1/+3
2018-05-19Standalone MIRI - Clean up more direct uses of TypeRef.wrappersJohn Hodge1-96/+111
2018-05-19Standalone MIRI - Remove direct uses of TypeRef.wrappersJohn Hodge6-183/+186
2018-05-19Standalone MIRI - Use some more helpersJohn Hodge7-85/+117
2018-05-19Standalone MIRI - Better logging (can redirect to a file, leaving stdout for ↵John Hodge8-94/+148
the program)
2018-05-19Standalone MIRI - Pass argv to the targetJohn Hodge4-8/+79
2018-05-18Standalone MIRI - Range limit on FFI pointersJohn Hodge2-2/+3
2018-05-16Standalone MIRI - Split interpreter into its own fileJohn Hodge4-2365/+2387
2018-05-15Standalone MIRI - Split AllocationPtr into AllocationHandle and RelocationPtrJohn Hodge4-218/+280
2018-05-13Standalone MIRI - Refactor to remove linkage of host and VM stackJohn Hodge1-1127/+1263
2018-05-13Codegen MMIR - Fix main return typeJohn Hodge1-2/+9
2018-05-13Standalone MIRI - Working hello.rsJohn Hodge2-3/+36
2018-05-13Standalone MIRI - Shallow drops and better tracingJohn Hodge4-32/+109
2018-05-13Standalone MIRI - Misc cleanupsJohn Hodge1-10/+18
2018-05-13Standalone MIRI - memrchr and better null checkingJohn Hodge2-0/+25
2018-05-13Standalone MIRI - Create allocations for static dataJohn Hodge1-2/+5
2018-05-13Standalone MIRI - Better vtable handling, fix to offset with null pointersJohn Hodge4-58/+65
2018-05-13Standalone MIRI - Atomic add, catch_panicJohn Hodge1-22/+72
2018-05-13Codegen MMIR - Struct constructorsJohn Hodge1-1/+38
2018-05-12Trans - Support NonZero optimisation for BoxJohn Hodge2-0/+14
2018-05-12Standalone MIRI - TLS and some other messing aboutJohn Hodge4-57/+228
2018-05-12Standalone MIRI - Fiddling aroundJohn Hodge2-6/+11
2018-05-12MIR Cleanup - Remove cast of PhantomDataJohn Hodge1-8/+2
2018-05-12Codegen MMIR - Emit vtables (only partially complete)John Hodge1-38/+104
2018-05-12Standalone MIRI - Better handling of staticsJohn Hodge2-10/+32
2018-05-12Standalone MIRI - Get type for statics, add some pthread_* FFI stubsJohn Hodge3-22/+50
2018-05-12Standalone MIRI - De-duplicate some value codeJohn Hodge2-81/+133
2018-05-12Standalone Miri - More implementation workJohn Hodge2-9/+43
2018-05-12minicargo.mk - Support building MMIR (and script to do so)John Hodge2-14/+35
2018-05-12Standalone Miri - Linux build supportJohn Hodge7-4/+101
2018-05-11Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge6-250/+390
2018-05-06All - Fiddling with docsJohn Hodge3-40/+39
2018-05-05DocsJohn Hodge2-0/+64
2018-05-05Target - Minor fixes to target.toml file loading (should work now)John Hodge3-24/+82
2018-05-05MIR Optimise - Reorder code a bit for easier readingJohn Hodge1-225/+240
2018-05-05MIR Optimise - Short-circuit fail CommonStatements to hopefully avoid ↵John Hodge1-1/+4
excessive runtime
2018-04-25minicargo - Re-run build script if output is missingJohn Hodge1-2/+3
2018-04-25HIR Dump - (minor), fix formatting of enumsJohn Hodge1-1/+2
2018-04-25Fix #72 - Use-after-free of a string in HIR loweringJohn Hodge1-1/+2
2018-04-07Merge pull request #71 from jirutka/aarch64John Hodge (Mutabah)2-2/+25
Add targets aarch64-linux-gnu and aarch64-unknown-openbsd
2018-04-02Add targets aarch64-linux-gnu and aarch64-unknown-openbsdJakub Jirutka1-0/+23
2018-04-02Fix aarch64 triplet from arm64-* to aarch64-*Jakub Jirutka1-2/+2
ARM's 64-bit ISA introduced in ARMv8-A is called "aarch64" by most projects, including Rust and GCC. Better to avoid more confusions.
2018-04-01Merge branch 'dev' of https://github.com/thepowersgang/mrustc into devJohn Hodge0-0/+0
2018-04-01Testrunner - Include depfiles in cleanJohn Hodge1-1/+1