summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
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-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
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-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