summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2017-12-20minicargo - Attempt to fix crash on travis (use after free)John Hodge1-1/+1
2017-12-09minicargo - Cleaner debugJohn Hodge4-26/+78
2017-11-25testrunner - Ignore any empty compiler flagsJohn Hodge1-2/+5
2017-11-25testrunner - Sort tests before runningJohn Hodge1-10/+13
2017-11-19minicargo - Fix handling of binariesJohn Hodge3-1/+28
2017-11-19testrunner - Correct handle of compiler args, some known failuresJohn Hodge1-2/+15
2017-11-19testrunner - Handle requested compiler argsJohn Hodge1-27/+41
2017-11-19testrunner - Fiddling along, can run a few testsJohn Hodge1-19/+6
2017-11-19TestRunner - Build on linux, add some useful featuresJohn Hodge2-17/+249
2017-11-18minicargo - (minor) print location of build log when build failsJohn Hodge1-0/+1
2017-11-18minicargo - Allow skipping of compiler as a dependencyJohn Hodge1-2/+2
2017-11-18minicargo - Set CARGO_PACKAGE_VER_*John Hodge1-0/+6
2017-11-18minicargo - Handle `[package]links=foo` (crudely)John Hodge4-2/+54
2017-11-12All - proc_macro support through to attempting to run themJohn Hodge1-2/+3
2017-10-29Minicargo - Activate default features even when it's not the first initJohn Hodge1-3/+7
2017-10-14minicargo - Reduce logspam a littleJohn Hodge3-5/+8
2017-10-01minicargo - Pass OUT_DIR to buildJohn Hodge1-0/+2
2017-09-24minicargo - Specify crate version tagsJohn Hodge2-6/+52
2017-09-23minicargo - Don't do a repo lookup unless a version is specifiedJohn Hodge1-1/+1
2017-09-23Minicargo - Look in the repo before path dependenciesJohn Hodge1-14/+11
2017-09-23minicargo - Some defensive handling of bad manifestsJohn Hodge1-1/+6
2017-09-23testrunner - Fiddling aroundJohn Hodge1-4/+7
2017-09-23Merge branch 'master' of ssh://github.com/thepowersgang/mrustcJohn Hodge6-42/+127
2017-09-23Minicargo - Support optional build-dependenciesJohn Hodge3-6/+25
2017-09-23minicargo - Disable debug in toml parserJohn Hodge2-3/+10
2017-09-23minicargo - Support library directoriesJohn Hodge2-3/+13
2017-09-23minicargo - Configurable output directory, fix assertion with an exceptionJohn Hodge4-33/+82
2017-09-22testrunner - Move running of tests to enumerationJohn Hodge1-19/+17
2017-09-22minicargo - Compile fixes for windowsJohn Hodge2-1/+8
2017-09-22Windows compile fixesJohn Hodge1-1/+2
2017-09-22Tools - Add draft testrunnerJohn Hodge2-0/+313
2017-09-21Include <functional>equal-l21-0/+1
2017-09-10minicargo - Fixes to StringListJohn Hodge1-5/+32
2017-09-09minicargo - Features required for cargoJohn Hodge3-17/+170
2017-09-09minicargo - Enable optimisationJohn Hodge1-1/+8
2017-09-08minicargo - Build binariesJohn Hodge3-3/+42
2017-09-07minicargo - return non-zero when build failsJohn Hodge3-5/+13
2017-09-06minicargo - Handle recursive featuresJohn Hodge1-7/+19
2017-09-03minicargo - Feature flag --cfgJohn Hodge2-1/+6
2017-09-03minicargo - If path isn't valid, load from repoJohn Hodge1-13/+23
2017-09-03minicargo - Auto-detect path to mrustcJohn Hodge2-20/+32
2017-09-02minicargo - Clean up warnings on MSVCJohn Hodge2-2/+2
2017-08-31Misc - Windows compile fixesJohn Hodge2-0/+6
2017-08-31minicargo - Windows compilation fixesJohn Hodge2-1/+18
2017-08-31minicargo - Build scripts working (mostly)John Hodge7-38/+265
2017-08-31minicargo - Only load build script deps wehn override not activeJohn Hodge3-11/+12
2017-08-31minicargo - Features and build scripts (draft)John Hodge5-30/+169
2017-08-31minicargo - Add script to build full libstd using minicargoJohn Hodge1-0/+13
2017-08-24minicargo build - Print mrustc command in a copyable formatJohn Hodge1-1/+6
2017-08-24minicargo manifest - Basic support for implicit libJohn Hodge1-1/+15