~patreosek/ubuntu/+source/cargo:upstream

Last commit made on 2018-10-02
Get this branch:
git clone -b upstream https://git.launchpad.net/~patreosek/ubuntu/+source/cargo
Only Patrik Coch can upload to this branch. If you are Patrik Coch please log in for upload directions.

Branch merges

Branch information

Name:
upstream
Repository:
lp:~patreosek/ubuntu/+source/cargo

Recent commits

c77be84... by Vasudev Kamath <email address hidden>

New upstream version 0.30.0

836c94a... by Vasudev Kamath <email address hidden>

New upstream version 0.29.0

524a578... by bors <email address hidden>

Auto merge of #5867 - ehuss:test-example-help, r=alexcrichton

Fix test --example docs.

As part of #5464 I forgot to update the help text.

Closes #5177

2c90715... by Eric Huss <email address hidden>

Fix test --example docs.

As part of #5464 I forgot to update the help text.

Closes #5177

582f0cd... by bors <email address hidden>

Auto merge of #5865 - alexcrichton:vendor-openssl, r=matklad

Add a feature to build a vendored OpenSSL

This will be enabled through rust-lang/rust to ensure that for dist builds we
can build a Cargo with a vendored OpenSSL

585c7d4... by Alex Crichton <email address hidden>

Add a feature to build a vendored OpenSSL

This will be enabled through rust-lang/rust to ensure that for dist builds we
can build a Cargo with a vendored OpenSSL

b424882... by bors <email address hidden>

Auto merge of #5861 - alexcrichton:build-script-edition, r=ehuss

Fix the edition build scripts are compiled with

Previously build scripts were accidentally and unconditionally compiled with the
2015 edition, but they should instead use the edition of the `[package]` itself.

Closes #5860

152eca5... by Alex Crichton <email address hidden>

Fix the edition build scripts are compiled with

Previously build scripts were accidentally and unconditionally compiled with the
2015 edition, but they should instead use the edition of the `[package]` itself.

Closes #5860

135ef53... by bors <email address hidden>

Auto merge of #5852 - dwijnand:exit-code-0, r=alexcrichton

Default test support's Execs to exit code 0

Refs #5742

67c4796... by bors <email address hidden>

Auto merge of #5859 - jeizsm:master, r=alexcrichton

check target env in test when use targets

Hello. It also should check for target vendor but it's still unstable for some reason https://github.com/rust-lang/rust/issues/29718