]> git.proxmox.com Git - cargo.git/log
cargo.git
10 years agoUpdate docopt to fix -- option parsing
Alex Crichton [Sun, 31 Aug 2014 20:22:09 +0000 (13:22 -0700)]
Update docopt to fix -- option parsing

Closes #492

10 years agoDon't use bundled fonts
Alex Crichton [Tue, 2 Sep 2014 17:30:20 +0000 (10:30 -0700)]
Don't use bundled fonts

10 years agoauto merge of #487 : Insanity133/cargo/patch-2, r=alexcrichton
bors [Sat, 30 Aug 2014 02:44:07 +0000 (02:44 +0000)]
auto merge of #487 : Insanity133/cargo/patch-2, r=alexcrichton

This is a fixed version of PR #478 on the gh-pages branch.

10 years agoFix a minor typo
Severen Redwood [Sat, 30 Aug 2014 02:07:25 +0000 (14:07 +1200)]
Fix a minor typo

10 years agoauto merge of #485 : alexcrichton/cargo/fix-for-rustc-master, r=alexcrichton
bors [Fri, 29 Aug 2014 19:04:34 +0000 (19:04 +0000)]
auto merge of #485 : alexcrichton/cargo/fix-for-rustc-master, r=alexcrichton

Extending #479 to use a `'static` shell instead of a `'a` shell.

10 years agoUpdate git2
Alex Crichton [Fri, 29 Aug 2014 19:02:28 +0000 (12:02 -0700)]
Update git2

This updates git2-rs to not use pkg-config on windows.

Closes #472

10 years agoBe compatible with the stdlib for now ('static shell)
Alex Crichton [Fri, 29 Aug 2014 19:00:15 +0000 (12:00 -0700)]
Be compatible with the stdlib for now ('static shell)

10 years agoRefresh Cargo.lock
Brian Koropoff [Fri, 29 Aug 2014 15:25:57 +0000 (08:25 -0700)]
Refresh Cargo.lock

This brings in versions of upstream components with build break fixes

10 years agoFix build breakage due to generalized type parameter and object bounds
Brian Koropoff [Fri, 29 Aug 2014 06:36:28 +0000 (23:36 -0700)]
Fix build breakage due to generalized type parameter and object bounds

It is worth noting that cargo was actually creating trait boxes
that contain non-static references, so I couldn't just put 'static
everywhere to appease rustc.

10 years agoFix deprecated method/function warnings with rustc master
Brian Koropoff [Fri, 29 Aug 2014 06:35:47 +0000 (23:35 -0700)]
Fix deprecated method/function warnings with rustc master

10 years agoauto merge of #416 : alexcrichton/cargo/dox, r=wycats
bors [Thu, 28 Aug 2014 19:32:37 +0000 (19:32 +0000)]
auto merge of #416 : alexcrichton/cargo/dox, r=wycats

Closes #414

10 years agoauto merge of #465 : alexcrichton/cargo/update-git2, r=wycats
bors [Thu, 28 Aug 2014 18:28:57 +0000 (18:28 +0000)]
auto merge of #465 : alexcrichton/cargo/update-git2, r=wycats

It turned out most of the methods in libgit2 don't actually require a Signature
structure, they're all mostly optional. This commit updates to this version of
libgit2 where the arguments are all optional.

Closes #463

10 years agoUpdate the git2 dependency
Alex Crichton [Thu, 28 Aug 2014 18:10:10 +0000 (11:10 -0700)]
Update the git2 dependency

It turned out most of the methods in libgit2 don't actually require a Signature
structure, they're all mostly optional. This commit updates to this version of
libgit2 where the arguments are all optional.

10 years agoauto merge of #459 : alexcrichton/cargo/update-git, r=wycats
bors [Thu, 28 Aug 2014 15:05:29 +0000 (15:05 +0000)]
auto merge of #459 : alexcrichton/cargo/update-git, r=wycats

An explanation can be found in the commit I made to git2-rs [1]. This is the
first step towards dealing with #457.

[1]: https://github.com/alexcrichton/git2-rs/commit/16142ef9

10 years agoLink to openssl statically for nightlies
Alex Crichton [Thu, 28 Aug 2014 04:26:34 +0000 (21:26 -0700)]
Link to openssl statically for nightlies

An explanation can be found in the commit I made to git2-rs [1]. This is the
first step towards dealing with #457.

[1]: https://github.com/alexcrichton/git2-rs/commit/16142ef9

10 years agoauto merge of #453 : dotdash/cargo/glob, r=alexcrichton
bors [Wed, 27 Aug 2014 15:18:20 +0000 (15:18 +0000)]
auto merge of #453 : dotdash/cargo/glob, r=alexcrichton

The glob crate that comes with rust itself has been deprecated.

10 years agoauto merge of #455 : alexcrichton/cargo/cargo-run, r=alexcrichton
bors [Wed, 27 Aug 2014 15:11:08 +0000 (15:11 +0000)]
auto merge of #455 : alexcrichton/cargo/cargo-run, r=alexcrichton

Just some minor test fixes.

10 years agoFix cargo-run rebasings and tests
Alex Crichton [Wed, 27 Aug 2014 15:01:26 +0000 (08:01 -0700)]
Fix cargo-run rebasings and tests

Closes #443

10 years agoMerge remote-tracking branch 'cmr/master'
Alex Crichton [Wed, 27 Aug 2014 15:04:38 +0000 (08:04 -0700)]
Merge remote-tracking branch 'cmr/master'

Conflicts:
src/cargo/ops/cargo_run.rs
tests/test_cargo_run.rs

10 years agoFix building with current rust by using rust-lang/glob
Björn Steinbrink [Wed, 27 Aug 2014 10:49:11 +0000 (12:49 +0200)]
Fix building with current rust by using rust-lang/glob

The glob crate that comes with rust itself has been deprecated.

10 years agoauto merge of #452 : alexcrichton/cargo/fix-nightly-linux, r=alexcrichton
bors [Wed, 27 Aug 2014 06:29:02 +0000 (06:29 +0000)]
auto merge of #452 : alexcrichton/cargo/fix-nightly-linux, r=alexcrichton

The linux nightly failed and hopefully this will fix it.

10 years agoBump the git2 dep
Alex Crichton [Wed, 27 Aug 2014 05:50:10 +0000 (22:50 -0700)]
Bump the git2 dep

The linux nightly failed and hopefully this will fix it.

10 years agoauto merge of #446 : alexcrichton/cargo/libgit2-again, r=brson
bors [Wed, 27 Aug 2014 05:38:17 +0000 (05:38 +0000)]
auto merge of #446 : alexcrichton/cargo/libgit2-again, r=brson

I applied https://github.com/libgit2/libgit2/pull/2414 to a [local branch](https://github.com/alexcrichton/libgit2/tree/mingw-w64-winhttp) and then fixed the build for mingw-w64. The tests pass fine on mingw and I've used https successfully on windows with libgit2 on cargo now.

10 years agoRoll back git2 a bit to fix tests
Alex Crichton [Wed, 27 Aug 2014 05:23:01 +0000 (22:23 -0700)]
Roll back git2 a bit to fix tests

10 years agoUpdate git2-rs with mingw support
Alex Crichton [Tue, 26 Aug 2014 18:31:28 +0000 (11:31 -0700)]
Update git2-rs with mingw support

An upstream PR for libgit2 was applied locally, modified to build, and then
git2-rs was updated to use this small for of libgit2. This adds https support
via winhttp on mingw for windows users.

10 years agoRevert "Revert "Use libgit2 for driving git instead of the CLI""
Alex Crichton [Tue, 26 Aug 2014 17:36:11 +0000 (10:36 -0700)]
Revert "Revert "Use libgit2 for driving git instead of the CLI""

This reverts commit 04440bb035082d4163f2211af447b8d67e077ccb.

Conflicts:
src/cargo/sources/git/utils.rs

10 years agoauto merge of #444 : alexcrichton/cargo/issue-54, r=brson
bors [Wed, 27 Aug 2014 02:51:45 +0000 (02:51 +0000)]
auto merge of #444 : alexcrichton/cargo/issue-54, r=brson

This generates errors for malformed semver versions during the decoding process
rather than later in the convertion to a package id. This also cuts down on the
large number of derived traits to only what's necessary.

Closes #54

10 years agoDisable travis on all branches but master
Alex Crichton [Wed, 27 Aug 2014 02:49:57 +0000 (19:49 -0700)]
Disable travis on all branches but master

10 years agoauto merge of #441 : EduardoBautista/cargo/fix-inconsistencies, r=alexcrichton
bors [Wed, 27 Aug 2014 02:36:21 +0000 (02:36 +0000)]
auto merge of #441 : EduardoBautista/cargo/fix-inconsistencies, r=alexcrichton

The guide appeared to be inconsistent with its use of "0.1.0" and "0.0.1" so I decided to change all version numbers to "0.0.1".

10 years agoauto merge of #423 : alexcrichton/cargo/cargo-package, r=brson
bors [Wed, 27 Aug 2014 02:17:17 +0000 (02:17 +0000)]
auto merge of #423 : alexcrichton/cargo/cargo-package, r=brson

This command will assemble the current package into a tarball ready for
uploading to the cargo registry. Currently no further verification is done
beyond packaging the local repository into a tarball, but in the future this
could execute other operations such as api stability tools.

10 years agoImplement cargo-package
Alex Crichton [Fri, 18 Jul 2014 15:40:45 +0000 (08:40 -0700)]
Implement cargo-package

This command will assemble the current package into a tarball ready for
uploading to the cargo registry. Currently no further verification is done
beyond packaging the local repository into a tarball, but in the future this
could execute other operations such as api stability tools.

10 years agoauto merge of #435 : alexcrichton/cargo/issue-431, r=brson
bors [Wed, 27 Aug 2014 02:00:57 +0000 (02:00 +0000)]
auto merge of #435 : alexcrichton/cargo/issue-431, r=brson

This option is used to disable the --test flag to rustc for a test or benchmark
target in order to signal that the binary already knows how to run the testing
infrastructure.

The test/benchmark is still compiled and run as usual, and the exit code is
expected to reflect the result of the test/benchmark.

Closes #431

10 years agoHelp debug a flaky windows test
Alex Crichton [Wed, 27 Aug 2014 01:58:58 +0000 (18:58 -0700)]
Help debug a flaky windows test

10 years agoAdd a `harness` manifest option
Alex Crichton [Mon, 25 Aug 2014 12:54:47 +0000 (05:54 -0700)]
Add a `harness` manifest option

This option is used to disable the --test flag to rustc for a test or benchmark
target in order to signal that the binary already knows how to run the testing
infrastructure.

The test/benchmark is still compiled and run as usual, and the exit code is
expected to reflect the result of the test/benchmark.

Closes #431

10 years agoauto merge of #420 : alexcrichton/cargo/issue-393-2, r=brson
bors [Wed, 27 Aug 2014 01:40:01 +0000 (01:40 +0000)]
auto merge of #420 : alexcrichton/cargo/issue-393-2, r=brson

This commit removes all distributed executables except for `cargo`. All
builtin subcommands are implemented through library calls, and the fallback
methods are retained to maintain extensability through new subcommands.

Closes #393

10 years agoRemove all subcommand executables
Alex Crichton [Thu, 21 Aug 2014 16:24:34 +0000 (09:24 -0700)]
Remove all subcommand executables

This commit removes all distributed executables except for `cargo`. All
builtin subcommands are implemented through library calls, and the fallback
methods are retained to maintain extensability through new subcommands.

Closes #393

10 years agoauto merge of #421 : alexcrichton/cargo/issue-418, r=wycats
bors [Wed, 27 Aug 2014 01:13:22 +0000 (01:13 +0000)]
auto merge of #421 : alexcrichton/cargo/issue-418, r=wycats

10 years agoauto merge of #419 : alexcrichton/cargo/issue-406, r=brson
bors [Wed, 27 Aug 2014 01:04:59 +0000 (01:04 +0000)]
auto merge of #419 : alexcrichton/cargo/issue-406, r=brson

This allows tests to be built, but not run.

Closes #406

10 years agoFix `cargo run` for renamed bin targets
Alex Crichton [Fri, 22 Aug 2014 16:53:56 +0000 (09:53 -0700)]
Fix `cargo run` for renamed bin targets

10 years agoAdd a --no-run option to `cargo test`
Alex Crichton [Thu, 21 Aug 2014 21:09:27 +0000 (14:09 -0700)]
Add a --no-run option to `cargo test`

This allows tests to be built, but not run.

10 years agoauto merge of #450 : alexcrichton/cargo/fix-cargo, r=alexcrichton
bors [Wed, 27 Aug 2014 00:24:01 +0000 (00:24 +0000)]
auto merge of #450 : alexcrichton/cargo/fix-cargo, r=alexcrichton

10 years agoFix a flaky test while the compiler is changing
Alex Crichton [Wed, 27 Aug 2014 00:21:45 +0000 (17:21 -0700)]
Fix a flaky test while the compiler is changing

10 years agoPrint out the rustc version before each build
Alex Crichton [Wed, 27 Aug 2014 00:21:15 +0000 (17:21 -0700)]
Print out the rustc version before each build

10 years agoFix building with current rust
Björn Steinbrink [Tue, 26 Aug 2014 18:55:39 +0000 (20:55 +0200)]
Fix building with current rust

10 years agoDecode directly into a semver::Version
Alex Crichton [Tue, 26 Aug 2014 15:45:33 +0000 (08:45 -0700)]
Decode directly into a semver::Version

This generates errors for malformed semver versions during the decoding process
rather than later in the convertion to a package id. This also cuts down on the
large number of derived traits to only what's necessary.

Closes #54

10 years agoUse "0.0.1" instead of "0.1.0" for version numbers
Eduardo Bautista [Mon, 25 Aug 2014 22:21:16 +0000 (17:21 -0500)]
Use "0.0.1" instead of "0.1.0" for version numbers

10 years agocargo-run: support target and release the same as cargo-build
Corey Richardson [Mon, 25 Aug 2014 14:51:13 +0000 (10:51 -0400)]
cargo-run: support target and release the same as cargo-build

10 years agoauto merge of #434 : alexcrichton/cargo/issue-433, r=huonw
bors [Mon, 25 Aug 2014 13:44:11 +0000 (13:44 +0000)]
auto merge of #434 : alexcrichton/cargo/issue-433, r=huonw

All subprocesses will now be invoked with CARGO_MANIFEST_DIR pointing at the root of the
source directory that they are working on (compiling). This commit also
reorganizes the version environment variables to use the new infrastructure.

Closes #433

10 years agoAdd a new CARGO_MANIFEST_DIR environment variable
Alex Crichton [Mon, 25 Aug 2014 12:40:47 +0000 (05:40 -0700)]
Add a new CARGO_MANIFEST_DIR environment variable

All subprocesses will now be invoked with CARGO_MANIFEST_DIR pointing at the
root of the source directory that they are working on (compiling). This commit
also reorganizes the version environment variables to use the new
infrastructure.

Closes #433

10 years agoauto merge of #430 : aochagavia/cargo/mod, r=alexcrichton
bors [Sun, 24 Aug 2014 20:59:09 +0000 (20:59 +0000)]
auto merge of #430 : aochagavia/cargo/mod, r=alexcrichton

Example:

```
use std::fmt;
use std::fmt::Show;
```

becomes

```
use std::fmt::{mod, Show};
```

10 years agoUse `mod` where possible
Adolfo Ochagavía [Sat, 23 Aug 2014 19:06:04 +0000 (21:06 +0200)]
Use `mod` where possible

Example:

```
use std::fmt;
use std::fmt::Show;
```

becomes

```
use std::fmt::{mod, Show};
```

10 years agoauto merge of #428 : garrison/cargo/patch-3, r=alexcrichton
bors [Sat, 23 Aug 2014 18:29:10 +0000 (18:29 +0000)]
auto merge of #428 : garrison/cargo/patch-3, r=alexcrichton

travis-ci now supports "language: rust", which eliminates the need to call rustup.sh in .travis.yml. See http://www.reddit.com/r/rust/comments/2ecocp/travis_ci_supports_rust/ for details.

This is the same change as #425, but on the master branch in guide.md, not guide.html.

10 years agoUpdate guide.md to use "language: rust" in .travis.yml
Jim Garrison [Sat, 23 Aug 2014 18:18:03 +0000 (11:18 -0700)]
Update guide.md to use "language: rust" in .travis.yml

travis-ci now supports "language: rust", which eliminates the need to call rustup.sh in .travis.yml. See http://www.reddit.com/r/rust/comments/2ecocp/travis_ci_supports_rust/ for details.

10 years agoBeef up some various documentation
Alex Crichton [Thu, 21 Aug 2014 18:34:05 +0000 (11:34 -0700)]
Beef up some various documentation

10 years agoauto merge of #415 : alexcrichton/cargo/in-tree-docs, r=wycats
bors [Thu, 21 Aug 2014 17:20:50 +0000 (17:20 +0000)]
auto merge of #415 : alexcrichton/cargo/in-tree-docs, r=wycats

There's a bunch of travis config now to rebuild the website whenever something is merged into master.

10 years agoAdd all docs in-tree
Alex Crichton [Thu, 21 Aug 2014 16:54:53 +0000 (09:54 -0700)]
Add all docs in-tree

10 years agoauto merge of #410 : alexcrichton/cargo/fix-doctest-with-dep, r=wycats
bors [Wed, 20 Aug 2014 18:29:03 +0000 (18:29 +0000)]
auto merge of #410 : alexcrichton/cargo/fix-doctest-with-dep, r=wycats

The movement of tests to the main `target` directory forgot to update a spot
where rustdoc used a -L flag.

Closes #411

10 years agoauto merge of #412 : ScriptDevil/cargo/default-help, r=alexcrichton
bors [Wed, 20 Aug 2014 17:44:04 +0000 (17:44 +0000)]
auto merge of #412 : ScriptDevil/cargo/default-help, r=alexcrichton

Most modern command line utilities print usage/help when invoked without any arguments.

cargo (prior to this patch) defaults to saying "no such subcommand" when invoked without arguments.
> $ cargo
> No such subcommand

With this patch, it will instead print the help message
> $ cargo
> Rust's package manager
>
> Usage:
> ...

10 years agoPrint help message if cargo is invoked with no arguments
Ashok Gautham [Wed, 20 Aug 2014 17:04:39 +0000 (22:34 +0530)]
Print help message if cargo is invoked with no arguments

10 years agoFix doc tests for libs with deps
Alex Crichton [Tue, 19 Aug 2014 20:10:55 +0000 (13:10 -0700)]
Fix doc tests for libs with deps

The movement of tests to the main `target` directory forgot to update a spot
where rustdoc used a -L flag.

10 years agoauto merge of #409 : alexcrichton/cargo/snapshots, r=alexcrichton
bors [Tue, 19 Aug 2014 19:55:37 +0000 (19:55 +0000)]
auto merge of #409 : alexcrichton/cargo/snapshots, r=alexcrichton

10 years agoRegister new snapshots
Alex Crichton [Tue, 19 Aug 2014 19:52:41 +0000 (12:52 -0700)]
Register new snapshots

10 years agoauto merge of #408 : alexcrichton/cargo/fix-master, r=alexcrichton
bors [Tue, 19 Aug 2014 18:54:07 +0000 (18:54 +0000)]
auto merge of #408 : alexcrichton/cargo/fix-master, r=alexcrichton

10 years agoFix some flaky tests on the buildbots
Alex Crichton [Tue, 19 Aug 2014 18:51:02 +0000 (11:51 -0700)]
Fix some flaky tests on the buildbots

10 years agoauto merge of #390 : alexcrichton/cargo/revert-libgit2, r=wycats
bors [Tue, 19 Aug 2014 16:21:40 +0000 (16:21 +0000)]
auto merge of #390 : alexcrichton/cargo/revert-libgit2, r=wycats

It has been discovered that the windows builders aren't building a libgit2 with support for SSL, so cloning https repos on windows is broken with libgit2. It doesn't look easy to sort out, so in the meantime this PR reverts the switch to libgit2 and adds @wycats's fixes from the related PR.

10 years agoSyncs submodules after remote update (closes #370)
Tim Carey-Smith [Fri, 15 Aug 2014 22:12:14 +0000 (15:12 -0700)]
Syncs submodules after remote update (closes #370)

Previously, the Git code avoided cloning a local copy of the local
database for a repository if the repo already existed (and instead tried
to fetch). However, fetching does not sync and reinitialize submodules,
which would require more work.

To avoid this problem, and possibly other subtle updating issues in the
future, the code now wipes the local clone whenever it detects that the
HEAD of a particular branch has changed. This avoids subtle
inconsistencies between fresh clones and updates.

Note: This only affects local-to-local clones. It does not initiate any
new network activity. It may require some additional disk usage, but
only when a remote fetch that was already happening discovers new
commits on the checked-out branch.

10 years agoRevert "Use libgit2 for driving git instead of the CLI"
Alex Crichton [Sun, 17 Aug 2014 07:10:23 +0000 (00:10 -0700)]
Revert "Use libgit2 for driving git instead of the CLI"

This reverts commit 3cd82ed7a191c4adb954704e9396368863eccddf.

Conflicts:
src/cargo/sources/git/utils.rs

10 years agoauto merge of #384 : alexcrichton/cargo/issue-379, r=wycats
bors [Tue, 19 Aug 2014 06:49:09 +0000 (06:49 +0000)]
auto merge of #384 : alexcrichton/cargo/issue-379, r=wycats

Mainly targeted at incremental build times.

10 years agoMake a timing test a little less flaky
Alex Crichton [Tue, 19 Aug 2014 05:51:14 +0000 (22:51 -0700)]
Make a timing test a little less flaky

10 years agoAllow updating transitive deps
Alex Crichton [Sat, 16 Aug 2014 01:25:12 +0000 (18:25 -0700)]
Allow updating transitive deps

Previously `cargo update foo` would only update the package `foo` if it were a
direct dependency of the local package. This meant that to update a transitive
dependency you would have to update the top-level dependency.

This commit adds the ability to update any dependency by name, regardless of
where it is in the dependency graph. This commit is a bit lossy in terms of
behavior. We are guaranteed that the set of immediate dependencies for any one
package have unique names, but not for the entire package graph. This means that
when you invoke `cargo update foo` it could possibly update two packages named
`foo`.

I believe this behavior to be acceptable for now and we can add a more stringent
update syntax later (something like `cargo update --namespace foo bar`). I
believe we'll always want this CLI usage, however.

10 years agoPreserve $OUT_DIR across rebuilds
Alex Crichton [Sat, 16 Aug 2014 01:15:13 +0000 (18:15 -0700)]
Preserve $OUT_DIR across rebuilds

The original choice for completely destroying $OUT_DIR was to focus on
repeatable builds to ensure that stale items in $OUT_DIR don't affect later
compilations. This commit moves this responsibility from cargo to the build
command itself.

Build commands are now responsible for cleaning out old artifacts and ensuring
that when invoked the state of $OUT_DIR is as it would be if it started with an
empty $OUT_DIR. This will allow for very long build commands based on `make` to
have a much faster incremental build time as they won't have to rebuild
everything when updated.

This can cause non-repeatable builds with build commands if stale artifacts are
never removed (but still used in the rust compilation step), but this will now
be considered a bug in the build command rather than for cargo itself.

Closes #382

10 years agoAdd an exclude key to the manifest
Alex Crichton [Sat, 16 Aug 2014 00:57:16 +0000 (17:57 -0700)]
Add an exclude key to the manifest

This key is used to help determine the set of input files for a package. The
normal method (via walking or git ls-files) is filtered via all the patterns
provided in `exclude` of the project section.

The toml key is a string array corresponding to a set of glob patterns according
to the syntax of libglob (provided in the standard distribution). The set of
files normally found will be filtered by each pattern, and if any pattern
matches then the path is excluded.

This will later on be used for `cargo package` when generating a tarball to get
uploaded.

10 years agoFactor in .gitignore for build cmd freshness
Alex Crichton [Sat, 16 Aug 2014 00:40:08 +0000 (17:40 -0700)]
Factor in .gitignore for build cmd freshness

When testing the freshness of a build command, the fingerprint of an entire
package is generated. The current method of fingerprinting a path source is to
just stat() the entire tree and look at mtimes. This works fine when the build
command places *all* output in the build directory.

Some systems, like autotools, place *most* output in the build directory and
some output in the source directory, however (see spidermonkey). In this case
the coarse-grained "consider all files in a directory as input" is too painful
for the build command as the package will forever be rebuilt.

This commit adds support for filtering the list of files in a directory
considered to be part of a package by using `git ls-files`. This git-specific
logic can be extended to other VCSs when cargo grows support for them.

Closes #379

10 years agoauto merge of #401 : alexcrichton/cargo/issue-348, r=wycats
bors [Tue, 19 Aug 2014 06:32:54 +0000 (06:32 +0000)]
auto merge of #401 : alexcrichton/cargo/issue-348, r=wycats

This commit changes the hash of Profile to only take into account
flags/variables that affect the actual output file itself (as opposed to its
location), and then changes cargo {test, build, doc} to all use the same
directory of output (in order to share deps).

This will cause a `cargo build` to remove all of the tests generated by `cargo
test`, but it speeds up the cycle of `cargo test` followed by a `cargo build` by
not needing to rebuild all dependencies.

Additionally, `cargo bench` now shares the same directory as
`cargo build --release` for the same reasons as above.

Closes #348

10 years agoDon't build docs/tests into separate dirs
Alex Crichton [Tue, 19 Aug 2014 04:38:04 +0000 (21:38 -0700)]
Don't build docs/tests into separate dirs

This commit changes the hash of Profile to only take into account
flags/variables that affect the actual output file itself (as opposed to its
location), and then changes cargo {test, build, doc} to all use the same
directory of output (in order to share deps).

This will cause a `cargo build` to remove all of the tests generated by `cargo
test`, but it speeds up the cycle of `cargo test` followed by a `cargo build` by
not needing to rebuild all dependencies.

Additionally, `cargo bench` now shares the same directory as
`cargo build --release` for the same reasons as above.

Closes #348

10 years agoauto merge of #389 : alexcrichton/cargo/dev-dependency-lockfile, r=wycats
bors [Tue, 19 Aug 2014 05:56:43 +0000 (05:56 +0000)]
auto merge of #389 : alexcrichton/cargo/dev-dependency-lockfile, r=wycats

Previously an invocation of `cargo build` would generate a lockfile *without*
dev dependencies, but an invocation of `cargo test` would generate a lockfile
*with* dependencies. This causes odd problems and diffs with the lockfile.

This commit switches the resolve-to-be-a-lockfile to using all dependencies of a
package, while the resolve-to-be-compiled continues to use just the dependencies
needed for the current build.

10 years agoauto merge of #375 : wycats/cargo/doc-fewer-things, r=alexcrichton
bors [Tue, 19 Aug 2014 05:14:53 +0000 (05:14 +0000)]
auto merge of #375 : wycats/cargo/doc-fewer-things, r=alexcrichton

10 years agoauto merge of #402 : alexcrichton/cargo/import-rename, r=alexcrichton
bors [Tue, 19 Aug 2014 05:02:35 +0000 (05:02 +0000)]
auto merge of #402 : alexcrichton/cargo/import-rename, r=alexcrichton

10 years agoMore import renaming fallout
Alex Crichton [Tue, 19 Aug 2014 04:54:12 +0000 (21:54 -0700)]
More import renaming fallout

10 years agoauto merge of #399 : lucidd/cargo/master, r=alexcrichton
bors [Tue, 19 Aug 2014 00:14:11 +0000 (00:14 +0000)]
auto merge of #399 : lucidd/cargo/master, r=alexcrichton

10 years agoChange all uses of `use foo = bar` to `use bar as foo`
Kevin Walter [Mon, 18 Aug 2014 23:54:41 +0000 (01:54 +0200)]
Change all uses of `use foo = bar` to `use bar as foo`

10 years agoauto merge of #394 : colindean/cargo/fix-readme, r=alexcrichton
bors [Mon, 18 Aug 2014 16:14:13 +0000 (16:14 +0000)]
auto merge of #394 : colindean/cargo/fix-readme, r=alexcrichton

When a $ is present, it prevents someone from easily copying and pasting the whole block.

10 years agoauto merge of #395 : bkoropoff/cargo/import-shadow, r=alexcrichton
bors [Mon, 18 Aug 2014 04:44:14 +0000 (04:44 +0000)]
auto merge of #395 : bkoropoff/cargo/import-shadow, r=alexcrichton

- Update toml-rs to version without import shadowing errors
- Fix some import shadowing errors in the tests

10 years agoFix import shadowing errors in tests
Brian Koropoff [Mon, 18 Aug 2014 01:34:50 +0000 (18:34 -0700)]
Fix import shadowing errors in tests

10 years agoUpgrade to latest toml-rs
Brian Koropoff [Mon, 18 Aug 2014 01:33:51 +0000 (18:33 -0700)]
Upgrade to latest toml-rs

This version has a fix for an import shadowing error

10 years agoRemove $ from lines in readme to improve copyability
Colin Dean [Sun, 17 Aug 2014 22:58:07 +0000 (18:58 -0400)]
Remove $ from lines in readme to improve copyability

When a $ is present, it prevents someone from easily copying and
pasting the whole block.

10 years agoAlways generate a lockfile with dev-dependencies
Alex Crichton [Sun, 17 Aug 2014 05:38:32 +0000 (22:38 -0700)]
Always generate a lockfile with dev-dependencies

Previously an invocation of `cargo build` would generate a lockfile *without*
dev dependencies, but an invocation of `cargo test` would generate a lockfile
*with* dependencies. This causes odd problems and diffs with the lockfile.

This commit switches the resolve-to-be-a-lockfile to using all dependencies of a
package, while the resolve-to-be-compiled continues to use just the dependencies
needed for the current build.

10 years agoauto merge of #388 : alexcrichton/cargo/fix-cross-builds, r=burningtree
bors [Sun, 17 Aug 2014 05:19:23 +0000 (05:19 +0000)]
auto merge of #388 : alexcrichton/cargo/fix-cross-builds, r=burningtree

0c834d7b accidentally broke this by favoring rustc's target triple over the
actual target triple.

10 years agoIf --target is specified, pass that to build commands
Alex Crichton [Sun, 17 Aug 2014 05:10:36 +0000 (22:10 -0700)]
If --target is specified, pass that to build commands

0c834d7b accidentally broke this by favoring rustc's target triple over the
actual target triple.

10 years agoauto merge of #367 : alexcrichton/cargo/git2-rs, r=wycats
bors [Sat, 16 Aug 2014 23:18:45 +0000 (23:18 +0000)]
auto merge of #367 : alexcrichton/cargo/git2-rs, r=wycats

In general relying on external programs is dicey and tricky as they're very
different across systems in both how they're used as well as what versions
you'll find. Instead of binding to the least common denominator of CLI, we can
code against an exact version of libgit2.

This introduces a build-time dependency on cmake which libgit2 requires to build
itself, which is unfortunate, but thankfully it's only a build time dep. The
build process for libgit2 also automatically detects as many system libraries as
possible to use (if available), falling back to bundled versions if not
available. I have currently not figured how to control this, so the link-config
package is used to build libgit2 which requires that pkg-config be installed to
build cargo as well.

Closes #138

10 years agoRun cargo off the main thread.
Alex Crichton [Sat, 16 Aug 2014 22:00:38 +0000 (15:00 -0700)]
Run cargo off the main thread.

On windows the main thread suffers the same fate as rustdoc (as linked in the
comments), and hence needs to run off the main thread for now.

10 years agoRegister new snapshots
Alex Crichton [Sat, 16 Aug 2014 20:00:46 +0000 (13:00 -0700)]
Register new snapshots

10 years agoAdd submodule test from #381
Alex Crichton [Sat, 16 Aug 2014 18:20:47 +0000 (11:20 -0700)]
Add submodule test from #381

10 years agoUse libgit2 for driving git instead of the CLI
Alex Crichton [Wed, 6 Aug 2014 15:01:17 +0000 (08:01 -0700)]
Use libgit2 for driving git instead of the CLI

In general relying on external programs is dicey and tricky as they're very
different across systems in both how they're used as well as what versions
you'll find. Instead of binding to the least common denominator of CLI, we can
code against an exact version of libgit2.

This introduces a build-time dependency on cmake which libgit2 requires to build
itself, which is unfortunate, but thankfully it's only a build time dep. The
build process for libgit2 also automatically detects as many system libraries as
possible to use (if available), falling back to bundled versions if not
available. I have currently not figured how to control this, so the link-config
package is used to build libgit2 which requires that pkg-config be installed to
build cargo as well.

Closes #138

10 years agoauto merge of #386 : alexcrichton/cargo/target-always-present, r=wycats
bors [Sat, 16 Aug 2014 19:44:14 +0000 (19:44 +0000)]
auto merge of #386 : alexcrichton/cargo/target-always-present, r=wycats

10 years agoEnsure TARGET is always present for build commands
Alex Crichton [Sat, 16 Aug 2014 19:27:31 +0000 (12:27 -0700)]
Ensure TARGET is always present for build commands

10 years agoauto merge of #372 : jauhien/cargo/master, r=alexcrichton
bors [Sat, 16 Aug 2014 18:01:25 +0000 (18:01 +0000)]
auto merge of #372 : jauhien/cargo/master, r=alexcrichton

- splitn arguments order
- hasmap indexing

Closes #371

10 years agostatic.rust-lang.org may be stale again?
Alex Crichton [Sat, 16 Aug 2014 17:59:52 +0000 (10:59 -0700)]
static.rust-lang.org may be stale again?

10 years agoFix code to be compilable with latest rustc:
Jauhien Piatlicki [Thu, 14 Aug 2014 18:07:05 +0000 (20:07 +0200)]
Fix code to be compilable with latest rustc:
- splitn arguments order

Closes #371

10 years agoMove back to static.rust-lang.org
Alex Crichton [Fri, 15 Aug 2014 06:16:18 +0000 (23:16 -0700)]
Move back to static.rust-lang.org

The mac bots have been fixed