summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2019-07-19Standaline MIRI - Report errors to stderr as well as the logJohn Hodge2-6/+24
2019-07-14standalone_miri - Fix after MIR refactorJohn Hodge8-189/+256
2019-06-29All - Working dylib support (not used yet, needs rpath/absolute)John Hodge1-0/+1
2019-06-29Trans - Rework to potentially support dynamic librariesJohn Hodge1-2/+2
2019-06-23minicargo - Handle pre-release tags in version specifiersJohn Hodge1-1/+12
2019-06-23dump_hirfile - Updates for new trait organisation, extra dumpingJohn Hodge1-20/+67
2019-06-20minicargo - Improved test supportJohn Hodge2-6/+29
2019-06-16Minicargo - Support for main unit test targetsJohn Hodge2-2/+13
2019-06-09minicargo - Support for integration testsJohn Hodge7-41/+129
2019-06-09testrunner - Timeout support, don't make "success" file until test completesJohn Hodge1-10/+46
2019-06-04dump_hirfile - Compile fixes for RcString changeJohn Hodge1-5/+10
2019-05-18minicargo - Very rough planning for dylibsJohn Hodge1-6/+22
2019-05-15standalone_miri - Fiddling for 1.29 support (not working yet)John Hodge3-28/+70
2019-05-15standalone_miri - Fix for MIR changes, fiddling with FFIJohn Hodge6-34/+95
2019-05-12minicargo - dependency file support, planning for dylibsJohn Hodge3-6/+165
2019-05-11dump_hirfile - Extend to dump function MIRJohn Hodge2-6/+153
2019-03-23Tools - add a hacky crate metadata dump tool (macros only currently)John Hodge2-0/+184
2019-01-27Minicargo - Tweaks for building cargoJohn Hodge3-3/+33
2019-01-20minicargo - Rough build progress counterJohn Hodge1-3/+9
2019-01-19minicargo - Include a rough progress counter in build reportsJohn Hodge1-14/+27
2019-01-01minicargo - Hack in a environment variable used by backtrace-sysJohn Hodge1-0/+2
2018-12-30Common TOML - Allow EOF right after a lineJohn Hodge1-2/+1
2018-12-30minicargo - Cleanup and planning for better `cfg()` handingJohn Hodge4-170/+278
2018-09-30Merge pull request #84 from thepowersgang/ondemand-generationJohn Hodge (Mutabah)1-9/+2
Generate MIR when required for constant evaluation
2018-09-22Testrunner - Remove debuginfo (smaller output)John Hodge1-9/+2
2018-09-09Msvc compile fixesJohn Hodge5-19/+34
2018-08-04Minicargo - Always print called processesJohn Hodge1-7/+25
2018-06-27Consistent preprocessor indentation in Builder constructorGreg V1-8/+8
That one '# ifdef __linux__' was sticking out
2018-06-27Add FreeBSD and DragonFly targetsGreg V2-0/+27
Also adjust macOS comment. FreeBSD also uses clang and lld (current dev version even uses lld as /usr/bin/ld), function-sections/gc-sections are very well supported. It's probably a Mach-O issue on Macs.
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge20-32/+151
2018-06-03Toml - Slightly better commentingJohn Hodge1-1/+5
2018-06-03Standalone MIRI - Fix parse errors from mrustc changes, add recursion limitJohn Hodge7-12/+82
2018-06-03All - Move host target auto-detection to be common between compiler and ↵John Hodge3-13/+69
minicargo
2018-06-03Testrunner - Fix compilation on OSX, add optimisation and debuginfoJohn Hodge1-1/+15
2018-06-03minicargo - Rough OSX supportJohn Hodge1-4/+29
2018-06-02Minicargo - Tweaked error reportingJohn Hodge1-2/+2
2018-05-20TestRunner - Don't pass -L when there's no dependenciesJohn Hodge1-0/+13
2018-05-20Minicargo - Quieten build outputJohn Hodge4-6/+33
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 Hodge6-84/+114
2018-05-19Standalone MIRI - Better logging (can redirect to a file, leaving stdout for ↵John Hodge7-93/+147
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-13Standalone MIRI - Working hello.rsJohn Hodge2-3/+36
2018-05-13Standalone MIRI - Shallow drops and better tracingJohn Hodge4-32/+109