summaryrefslogtreecommitdiff
path: root/tools/minicargo/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-03minicargo - Hack in workspace support (for `[patch]`)John Hodge1-0/+99
2019-10-26Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29John Hodge1-2/+2
2019-08-24minicargo - Allow specifying features on command lineJohn Hodge1-0/+16
2019-06-09minicargo - Support for integration testsJohn Hodge1-1/+12
2018-11-24minicargo - (minor) #include <> to ""John Hodge1-2/+2
2018-09-09Msvc compile fixesJohn Hodge1-0/+1
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-1/+2
2018-05-20Minicargo - Quieten build outputJohn Hodge1-5/+23
2018-02-11Merge branch 'master' into common_layoutJohn Hodge (Mutabah)1-0/+3
2018-02-10minicargo - Add parser for cfg() in target-specific options.John Hodge1-1/+4
2018-01-28minicargo - Flag to enable mmir codegenJohn Hodge1-1/+24
2018-01-07minicargo - Add --target option for (incomplete) cross-compilationJohn Hodge1-2/+13
2018-01-07Minicargo - Clean up now-dead codeJohn Hodge1-1/+2
2018-01-06Minicargo - Parallel build supportJohn Hodge1-8/+41
2017-12-09minicargo - Cleaner debugJohn Hodge1-25/+14
2017-09-23Minicargo - Support optional build-dependenciesJohn Hodge1-1/+1
2017-09-23minicargo - Support library directoriesJohn Hodge1-1/+1
2017-09-23minicargo - Configurable output directory, fix assertion with an exceptionJohn Hodge1-13/+55
2017-09-07minicargo - return non-zero when build failsJohn Hodge1-1/+9
2017-08-31minicargo - Only load build script deps wehn override not activeJohn Hodge1-2/+4
2017-08-31minicargo - Features and build scripts (draft)John Hodge1-0/+1
2017-08-24minicargo - Move some of the build code aboutJohn Hodge1-4/+3
2017-08-24minicargo debug - Support indentingJohn Hodge1-3/+26
2017-08-22minicargo - MSVC timestamps, argument for build script override dirJohn Hodge1-3/+10
2017-08-20minicargo - Dependency loadingJohn Hodge1-10/+29
2017-08-19minicargo - Output redirection (windows)John Hodge1-1/+2
2017-08-19minicargo - Draft implementation, spawns mrustc on windowsJohn Hodge1-7/+35
2017-07-22minicargo - Start on a low-featured clone of cargo for mrustcJohn Hodge1-0/+85