summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2019-08-04Standalone MIRI - `read` FFIJohn Hodge3-3/+47
2019-08-04Standalone MIRI - More FFI open+fcntlJohn Hodge1-0/+61
2019-08-03Standalone MIRI - u8/u16 arithmaticJohn Hodge1-0/+20
2019-08-03Standalone MIRI - discriminant_valueJohn Hodge3-11/+60
2019-08-03standalone miri - stat, errno, char castsJohn Hodge3-61/+90
2019-08-03Standalone MIRI - SwitcValue, slice drops, char cast, ...John Hodge2-27/+148
2019-08-03Standalone miri - General fixes trying to get a test runningJohn Hodge4-40/+90
2019-08-03Standalone miri - Fix handling of `str` derefJohn Hodge1-1/+3
2019-08-03standalone_miri - Misc tweaksJohn Hodge1-2/+8
2019-07-21standalone_miri - Improved logging, fix incorrect offset when getting ↵John Hodge2-17/+28
relocations (1.29 hello is working)
2019-07-20standalone_miri - Improved logging for allocation tagsJohn Hodge3-7/+16
2019-07-20testrunner - Less hard-coded optionsJohn Hodge1-7/+27
2019-07-20minicargo - Hackily support dylib building (env var to turn it on)John Hodge1-4/+7
2019-07-20dump_hirfile - Fix publicity handlingJohn Hodge1-2/+2
2019-07-20Standalone MIRI - Name tags on allocationsJohn Hodge6-11/+25
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-02-23minicargo - Fix infinite printing in build script error reporting if an ↵John Hodge1-7/+13
over-long line is hit.
2019-02-23Merge branch 'master' of ssh://github.com/thepowersgang/mrustcJohn Hodge4-19/+59
2019-02-23minicargo - Improved error reporting for failed build scriptsJohn Hodge1-3/+19
2019-01-27Minicargo - Tweaks for building cargoJohn Hodge3-3/+33
2019-01-22targets: Add x86_64 and arm targets for HaikuAlexander von Gluck IV1-0/+9
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-15Minicargo - Auto-detect bin targets (fixes #101)John Hodge1-0/+14
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-12-22Minicargo - Fix #98 by moving chdir into `spawn_process` (and protect it ↵John Hodge2-19/+36
with a lock)
2018-12-15Targets - Add alignment to the target specs, along with a saveback test.John Hodge2-31/+75
2018-11-24minicargo - (minor) #include <> to ""John Hodge1-2/+2
2018-11-24standalone_miri - Fix MSVC ice and clean up some warningsJohn Hodge2-7/+7
2018-11-14Trans - Add initial support for m68kJohn Paul Adrian Glaubitz1-0/+2
2018-11-04Standalone MIRI - Fix some warnings/todosJohn Hodge2-3/+3
2018-10-21Standalone MIRI - Compilation fixes for 32-bit msvcJohn Hodge2-4/+9