index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
minicargo
/
manifest.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-29
Implement cargo:rustc-flags
Igor Pashev
1
-3
/
+5
2019-11-03
minicargo - Hack in workspace support (for `[patch]`)
John Hodge
1
-1
/
+17
2019-11-02
Fix typo 'depencency' to 'dependency'
Elichai Turkel
1
-1
/
+1
2019-11-02
Add support for crates renaming
Elichai Turkel
1
-0
/
+5
2019-10-27
minicargo - Fix Cargo.toml interpreting error with MSVC libcurl
John Hodge
1
-9
/
+14
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
1
-1
/
+5
2019-10-10
Minicargo Manifest - Tweaked binary source file logic
John Hodge
1
-2
/
+7
2019-06-23
minicargo - Handle pre-release tags in version specifiers
John Hodge
1
-1
/
+12
2019-06-20
minicargo - Improved test support
John Hodge
1
-1
/
+11
2019-06-16
Minicargo - Support for main unit test targets
John Hodge
1
-1
/
+12
2019-06-09
minicargo - Support for integration tests
John Hodge
1
-27
/
+52
2019-05-12
minicargo - dependency file support, planning for dylibs
John Hodge
1
-1
/
+20
2019-01-27
Minicargo - Tweaks for building cargo
John Hodge
1
-2
/
+15
2019-01-15
Minicargo - Auto-detect bin targets (fixes #101)
John Hodge
1
-0
/
+14
2018-12-30
minicargo - Cleanup and planning for better `cfg()` handing
John Hodge
1
-169
/
+6
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-1
/
+6
2018-06-03
All - Move host target auto-detection to be common between compiler and minic...
John Hodge
1
-1
/
+1
2018-03-26
netbsd/amd64 support
Maya Rashish
1
-0
/
+4
2018-03-17
minicargo - Handle wildcard dependencies
John Hodge
1
-4
/
+43
2018-02-18
Minicargo - Don't abort on unrecognised manifest keys
John Hodge
1
-2
/
+3
2018-02-12
minicargo - Fix error when compiling cargo
John Hodge
1
-0
/
+3
2018-02-10
minicargo - Add parser for cfg() in target-specific options.
John Hodge
1
-28
/
+161
2018-01-14
MSVC compile fixes
John Hodge
1
-0
/
+1
2017-12-20
minicargo - Attempt to fix crash on travis (use after free)
John Hodge
1
-1
/
+1
2017-11-19
minicargo - Fix handling of binaries
John Hodge
1
-0
/
+18
2017-11-18
minicargo - Handle `[package]links=foo` (crudely)
John Hodge
1
-2
/
+19
2017-10-29
Minicargo - Activate default features even when it's not the first init
John Hodge
1
-3
/
+7
2017-10-14
minicargo - Reduce logspam a little
John Hodge
1
-0
/
+3
2017-09-23
minicargo - Don't do a repo lookup unless a version is specified
John Hodge
1
-1
/
+1
2017-09-23
Minicargo - Look in the repo before path dependencies
John Hodge
1
-14
/
+11
2017-09-23
minicargo - Some defensive handling of bad manifests
John Hodge
1
-1
/
+6
2017-09-23
Merge branch 'master' of ssh://github.com/thepowersgang/mrustc
John Hodge
1
-4
/
+21
2017-09-23
Minicargo - Support optional build-dependencies
John Hodge
1
-5
/
+20
2017-09-23
minicargo - Configurable output directory, fix assertion with an exception
John Hodge
1
-1
/
+3
2017-09-22
minicargo - Compile fixes for windows
John Hodge
1
-0
/
+1
2017-09-09
minicargo - Features required for cargo
John Hodge
1
-13
/
+140
2017-09-08
minicargo - Build binaries
John Hodge
1
-0
/
+5
2017-09-06
minicargo - Handle recursive features
John Hodge
1
-7
/
+19
2017-09-03
minicargo - If path isn't valid, load from repo
John Hodge
1
-13
/
+23
2017-08-31
minicargo - Build scripts working (mostly)
John Hodge
1
-7
/
+37
2017-08-31
minicargo - Only load build script deps wehn override not active
John Hodge
1
-7
/
+6
2017-08-31
minicargo - Features and build scripts (draft)
John Hodge
1
-8
/
+100
2017-08-24
minicargo manifest - Basic support for implicit lib
John Hodge
1
-1
/
+15
2017-08-24
minicargo manifest - Little tweaks, including automatic build.rs detection
John Hodge
1
-53
/
+112
2017-08-24
minicargo manifest - Version parsing/checking, extra keys
John Hodge
1
-8
/
+117
2017-08-22
minicargo - Handle libraries in build script, add libstd/libunwind script files
John Hodge
1
-1
/
+8
2017-08-22
minicargo - Timestamp checking fixes, target default name
John Hodge
1
-0
/
+8
2017-08-21
minicargo - Rough support for build scripts (override file only)
John Hodge
1
-0
/
+60
2017-08-21
minicargo - move path code to its own file
John Hodge
1
-1
/
+1
2017-08-20
minicargo - Makefile and posix_spawn
John Hodge
1
-1
/
+5
[next]