summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24minicargo debug - Support indentingJohn Hodge2-5/+45
2017-08-24Script overrides - Add 2017-07-08 to the correct locationJohn Hodge1-3/+0
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 Hodge8-36/+141
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