cargo/tests
Alex Crichton eebbfa0286 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
2014-08-26 08:47:02 -07:00
..
fixtures Initial commit 2014-03-04 15:22:44 -08:00
support Make a timing test a little less flaky 2014-08-18 23:47:57 -07:00
check-style.sh Prepare for buildbot automation 2014-06-26 20:25:30 -07:00
test_cargo.rs Make a timing test a little less flaky 2014-08-18 23:47:57 -07:00
test_cargo_bench.rs Don't build docs/tests into separate dirs 2014-08-18 23:16:13 -07:00
test_cargo_clean.rs Fix cargo clean when not in the root dir 2014-08-10 21:01:59 -07:00
test_cargo_compile.rs Decode directly into a semver::Version 2014-08-26 08:47:02 -07:00
test_cargo_compile_git_deps.rs Syncs submodules after remote update (closes #370) 2014-08-19 09:10:15 -07:00
test_cargo_compile_path_deps.rs Don't build docs/tests into separate dirs 2014-08-18 23:16:13 -07:00
test_cargo_compile_plugins.rs Deprecated [[lib]] in favor of [lib] 2014-08-13 23:10:16 -07:00
test_cargo_cross_compile.rs Don't build docs/tests into separate dirs 2014-08-18 23:16:13 -07:00
test_cargo_doc.rs Remove Location, use Url everywhere 2014-08-06 17:09:24 -07:00
test_cargo_freshness.rs Remove Location, use Url everywhere 2014-08-06 17:09:24 -07:00
test_cargo_generate_lockfile.rs Update rust-url with a contained bugfix 2014-08-06 17:12:30 -07:00
test_cargo_new.rs Move from hammer to docopt for option parsing 2014-07-28 13:37:19 -07:00
test_cargo_run.rs Deprecated [[lib]] in favor of [lib] 2014-08-13 23:10:16 -07:00
test_cargo_test.rs Fix doc tests for libs with deps 2014-08-19 13:13:13 -07:00
test_cargo_version.rs Robustly run binaries and tests after compilation 2014-08-06 18:46:23 -07:00
test_shell.rs Fix inferred name of src/main.rs 2014-07-16 18:44:30 -07:00
tests.rs wip: Add cargo-bench, which runs benchmarks at --opt-level=3 2014-08-14 08:14:34 -07:00