index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
minicargo
/
build.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-27
solaris: O_DIRECTORY may be undefined
Igor Pashev
1
-0
/
+4
2019-11-27
solaris: determine path to minicargo
Igor Pashev
1
-0
/
+6
2019-11-03
Minicargo - Better output for failed commands
John Hodge
1
-5
/
+14
2019-10-29
minicargo - Fixes to build script support for winapi
John Hodge
1
-7
/
+8
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
1
-22
/
+54
2019-10-26
minicargo - Set `RUSTC` env var to path to mrustc
John Hodge
1
-0
/
+3
2019-07-20
minicargo - Hackily support dylib building (env var to turn it on)
John Hodge
1
-4
/
+7
2019-06-29
All - Working dylib support (not used yet, needs rpath/absolute)
John Hodge
1
-0
/
+1
2019-06-29
Trans - Rework to potentially support dynamic libraries
John Hodge
1
-2
/
+2
2019-06-20
minicargo - Improved test support
John Hodge
1
-5
/
+18
2019-06-16
Minicargo - Support for main unit test targets
John Hodge
1
-1
/
+1
2019-06-09
minicargo - Support for integration tests
John Hodge
1
-8
/
+40
2019-05-18
minicargo - Very rough planning for dylibs
John Hodge
1
-6
/
+22
2019-05-12
minicargo - dependency file support, planning for dylibs
John Hodge
1
-5
/
+136
2019-02-23
minicargo - Fix infinite printing in build script error reporting if an over-...
John Hodge
1
-7
/
+13
2019-02-23
Merge branch 'master' of ssh://github.com/thepowersgang/mrustc
John Hodge
1
-19
/
+29
2019-02-23
minicargo - Improved error reporting for failed build scripts
John Hodge
1
-3
/
+19
2019-01-20
minicargo - Rough build progress counter
John Hodge
1
-3
/
+9
2019-01-19
minicargo - Include a rough progress counter in build reports
John Hodge
1
-14
/
+27
2019-01-01
minicargo - Hack in a environment variable used by backtrace-sys
John Hodge
1
-0
/
+2
2018-12-22
Minicargo - Fix #98 by moving chdir into `spawn_process` (and protect it with...
John Hodge
1
-19
/
+29
2018-09-09
Msvc compile fixes
John Hodge
1
-1
/
+1
2018-08-04
Minicargo - Always print called processes
John Hodge
1
-7
/
+25
2018-06-27
Consistent preprocessor indentation in Builder constructor
Greg V
1
-8
/
+8
2018-06-27
Add FreeBSD and DragonFly targets
Greg V
1
-0
/
+11
2018-06-03
All - Move host target auto-detection to be common between compiler and minic...
John Hodge
1
-12
/
+2
2018-06-03
minicargo - Rough OSX support
John Hodge
1
-4
/
+29
2018-06-02
Minicargo - Tweaked error reporting
John Hodge
1
-2
/
+2
2018-04-25
minicargo - Re-run build script if output is missing
John Hodge
1
-2
/
+3
2018-03-30
Minicargo - Turn on debug_assertions when in debug mode
John Hodge
1
-1
/
+1
2018-03-26
netbsd/amd64 support
Maya Rashish
1
-0
/
+3
2018-02-25
minicargo - Fix bug with parallel builds and sanity check
John Hodge
1
-1
/
+2
2018-01-28
All - mingw32 compilation changes
John Hodge
1
-5
/
+37
2018-01-28
minicargo - Flag to enable mmir codegen
John Hodge
1
-0
/
+5
2018-01-14
minicargo - Fix incorrect dependent calculation, use-after-free string
John Hodge
1
-3
/
+33
2018-01-14
minicargo - Fix msvc compile warnings
John Hodge
1
-2
/
+2
2018-01-14
minicargo - Fix use-after-free in output directory, terminate build on job fa...
John Hodge
1
-1
/
+6
2018-01-13
Codegen - Support writing the build command to a file (instead of running it)
John Hodge
1
-0
/
+4
2018-01-07
minicargo - Add --target option for (incomplete) cross-compilation
John Hodge
1
-220
/
+181
2018-01-07
Minicargo - Clean up now-dead code
John Hodge
1
-137
/
+1
2018-01-06
Minicargo - Parallel build support
John Hodge
1
-0
/
+359
2017-11-19
minicargo - Fix handling of binaries
John Hodge
1
-0
/
+9
2017-11-18
minicargo - (minor) print location of build log when build fails
John Hodge
1
-0
/
+1
2017-11-18
minicargo - Allow skipping of compiler as a dependency
John Hodge
1
-2
/
+2
2017-11-18
minicargo - Set CARGO_PACKAGE_VER_*
John Hodge
1
-0
/
+6
2017-11-18
minicargo - Handle `[package]links=foo` (crudely)
John Hodge
1
-0
/
+24
2017-11-12
All - proc_macro support through to attempting to run them
John Hodge
1
-2
/
+3
2017-10-14
minicargo - Reduce logspam a little
John Hodge
1
-3
/
+3
2017-10-01
minicargo - Pass OUT_DIR to build
John Hodge
1
-0
/
+2
2017-09-24
minicargo - Specify crate version tags
John Hodge
1
-6
/
+51
[next]