summaryrefslogtreecommitdiff
path: root/tools/minicargo
AgeCommit message (Collapse)AuthorFilesLines
2017-08-31minicargo - Features and build scripts (draft)John Hodge5-30/+169
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
2017-08-24minicargo build - Fix exit detectionJohn Hodge1-2/+7
2017-08-24minicargo - Move some of the build code aboutJohn Hodge3-98/+107
2017-08-24minicargo - Some extended debugging (and a fix to optional deps)John Hodge2-4/+10
2017-08-24minicargo Makefile - Fix depfilesJohn Hodge1-1/+1
2017-08-24minicargo toml - Handle empty sectionsJohn Hodge1-6/+2
2017-08-24minicargo manifest - Little tweaks, including automatic build.rs detectionJohn Hodge2-53/+127
2017-08-24minicargo debug - Support indentingJohn Hodge2-5/+45
2017-08-24minicargo repository - Load from vendor dir (Windows untested)John Hodge1-0/+74
2017-08-24minicargo Makefile - Enable optimisation and debugJohn Hodge1-2/+2
2017-08-24minicargo manifest - Version parsing/checking, extra keysJohn Hodge2-15/+179
2017-08-24minicargo toml parser - Fix some edge cases exposed by rustc vendor dirJohn Hodge2-24/+106
2017-08-23minicargo - Fix syntax errorJohn Hodge1-1/+1
2017-08-22minicargo - Handle libraries in build script, add libstd/libunwind script filesJohn Hodge1-1/+8
2017-08-22minicargo - Timestamp checking fixes, target default nameJohn Hodge2-14/+77
2017-08-22minicargo - MSVC timestamps, argument for build script override dirJohn Hodge2-11/+53
2017-08-21minicargo - Rough support for build scripts (override file only)John Hodge7-36/+138
2017-08-21minicargo - move path code to its own fileJohn Hodge6-248/+286
2017-08-21minicargo - Build script planningJohn Hodge2-24/+82
2017-08-21minicargo - Fix build orderingJohn Hodge1-5/+10
2017-08-20minicargo - Makefile and posix_spawnJohn Hodge6-12/+64
2017-08-20minicargo - Build script planningJohn Hodge2-0/+32
2017-08-20minicargo - Dependency loadingJohn Hodge9-42/+499
2017-08-20Minicargo - Move build invocations to build.cppJohn Hodge4-58/+148
2017-08-19minicargo - Output redirection (windows)John Hodge4-9/+33
2017-08-19minicargo - Draft implementation, spawns mrustc on windowsJohn Hodge8-7/+1111
2017-07-22minicargo - Start on a low-featured clone of cargo for mrustcJohn Hodge2-0/+121