summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-11-29Implement cargo:rustc-flagsIgor Pashev1-3/+5
2019-11-27solaris: O_DIRECTORY may be undefinedIgor Pashev1-0/+4
2019-11-27solaris: determine path to minicargoIgor Pashev1-0/+6
2019-11-27Add Solaris targets (amd64)Igor Pashev1-0/+7
2019-11-26mir_opt_test - Add tests for SingleSetAndUse (includes one that caused bad co...John Hodge2-2/+87
2019-11-24mir_opt_test - More basic test casesJohn Hodge5-4/+112
2019-11-24mir_opt_test - Const propagation test, extra parsingJohn Hodge2-3/+103
2019-11-24mir_opt_test - All terminators implemented, more simple test casesJohn Hodge3-32/+243
2019-11-24tools - Add an experimental (and very incomplete) MIR optimisation testerJohn Hodge4-0/+611
2019-11-23Standalone MIRI - Extended windows FFI support, works for "hello, world"John Hodge4-1/+213
2019-11-16TOML Parser - Handle newlines before close of an arrayJohn Hodge1-0/+4
2019-11-09Standalone MIRI - Tweaks on windowsJohn Hodge4-7/+30
2019-11-03minicargo - Hack in workspace support (for `[patch]`)John Hodge5-1/+135
2019-11-03Minicargo - Better output for failed commandsJohn Hodge1-5/+14
2019-11-02Fix typo 'depencency' to 'dependency'Elichai Turkel1-1/+1
2019-11-02Add support for crates renamingElichai Turkel1-0/+5
2019-11-02standalone_miri - Notes and experimental (unused) implementation of abstract ...John Hodge3-0/+215
2019-10-29minicargo - Fixes to build script support for winapiJohn Hodge3-14/+25
2019-10-27minicargo - Fix Cargo.toml interpreting error with MSVC libcurlJohn Hodge2-10/+15
2019-10-26Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29John Hodge7-56/+154
2019-10-26All - Compilation fixes on VS2015 (constructors, warnings, missing files, cla...John Hodge5-7/+17
2019-10-26minicargo - Set `RUSTC` env var to path to mrustcJohn Hodge1-0/+3
2019-10-20testrunner - Support 'skip-codegen'John Hodge1-1/+17
2019-10-19testrunner - Add mode to only rebuild failing testsJohn Hodge1-15/+29
2019-10-10Minicargo Manifest - Tweaked binary source file logicJohn Hodge1-2/+7
2019-08-24minicargo - Allow specifying features on command lineJohn Hodge1-0/+16
2019-08-19Stanalone MIRI - Track frame counts (easier to step back across calls)John Hodge3-10/+24
2019-08-18Standalone MIRI - Correct handling of function typesJohn Hodge5-48/+118
2019-08-17Standalone MIRI - Refactor Value to allow one relocation inlineJohn Hodge4-244/+274
2019-08-17Standalone MIRI - SwitchValue stringJohn Hodge1-6/+25
2019-08-16Standalone MIRI - More u128, general improvements in running a proc macroJohn Hodge3-14/+244
2019-08-14Standalone MIRI - Start on u128/i128 support ideasJohn Hodge2-0/+36
2019-08-14Standalone MIRI - Instruction countingJohn Hodge2-2/+5
2019-08-09Standalone MIRI - More thread hackeryJohn Hodge3-2/+9
2019-08-08Standalone MIRI - Downgrade an error based on observed patternsJohn Hodge3-5/+14
2019-08-08Standalone MIRI - Fix size of allocationsJohn Hodge3-42/+41
2019-08-07Standalone MIRI - Panic catching, more TODOs removedJohn Hodge1-6/+29
2019-08-07Standalone MIRI - Tweaked panic handlingJohn Hodge2-5/+13
2019-08-07Standalone MIRI - Rough panic supportJohn Hodge2-7/+39
2019-08-06Standalone MIRI - Multithreading hacksJohn Hodge3-13/+85
2019-08-05Standalone MIRI - Hacky thread handling (run in-place)John Hodge1-4/+34
2019-08-05Standalone MIRI - Various improvementsJohn Hodge8-32/+236
2019-08-04Standalone MIRI - Fix write_bytes countJohn Hodge1-3/+5
2019-08-04Standalone MIRI - Tweak handling of relocation comparisonsJohn Hodge1-10/+44
2019-08-04Standalone MIRI - More pointer fixesJohn Hodge2-5/+14
2019-08-04Standalone MIRI - Properly tagged FFI pointersJohn Hodge3-11/+21
2019-08-04Standalone MIRI - Fix OOB write caused by storing too much in a value inlineJohn Hodge1-10/+7
2019-08-04Standalone MIRI - Restructure so `0` is never a valid pointer valueJohn Hodge5-80/+93
2019-08-04Standalone MIRI - General improvementsJohn Hodge3-8/+121
2019-08-04Standalone MIRI - isatty (and move fcntl)John Hodge1-42/+50