]> git.proxmox.com Git - cargo.git/history - tests
New upstream version 0.63.1
[cargo.git] / tests /
2022-10-15 Fabian GrünbichlerNew upstream version 0.63.1
2022-07-01 borsAuto merge of #10806 - ehuss:bump-cargo-util-stable...
2022-06-30 borsAuto merge of #10785 - ehuss:fix-dead_code-diag, r...
2022-06-30 Eric HussIgnore invalid_target_empty test.
2022-05-27 borsAuto merge of #10707 - ehuss:beta-backport, r=weihanglo
2022-05-27 borsAuto merge of #10677 - likzn:fix_publish_p, r=ehuss
2022-05-12 borsAuto merge of #10659 - Muscraft:prestabilization-inheri...
2022-05-12 borsAuto merge of #10658 - epage:fix, r=ehuss
2022-05-11 borsAuto merge of #10660 - ehuss:fix-no_cross_doctests...
2022-05-11 Eric HussFix no_cross_doctests race condition.
2022-05-11 borsAuto merge of #10650 - epage:install, r=ehuss
2022-05-10 borsAuto merge of #10649 - Muscraft:fix-typos, r=epage
2022-05-10 borsAuto merge of #10597 - epage:yank, r=ehuss
2022-05-10 Scott Schaferfix typos found by the `typos-cli` crate
2022-05-10 borsAuto merge of #10646 - koic:use_rust_2021_prelude,...
2022-05-10 borsAuto merge of #10594 - weihanglo:issue-10560, r=ehuss
2022-05-10 Koichi ITOUse the traits added to the Rust 2021 Edition prelude
2022-05-10 Weihang Lotest: pass `--target` to `rustdoc` even if specified...
2022-05-07 borsAuto merge of #10281 - Gnurfos:depinfo_relative, r...
2022-05-07 borsAuto merge of #10639 - catandcoder:master, r=ehuss
2022-05-07 cuishuangfix some typos
2022-05-07 borsAuto merge of #10638 - Muscraft:move-snapshot-tests...
2022-05-07 Scott Schafermove all `snapshot/init/` tests to `testsuite/init/`
2022-05-07 Scott Schafermove all `snapshot/cargo_add/` tests to `testsuite...
2022-05-06 borsAuto merge of #10566 - Urgau:check-cfg-improvements...
2022-05-06 Loïc BRANSTETTRe-enable check-cfg tests under windows with a custom...
2022-05-06 Loïc BRANSTETTMove check cfg tests to their own module
2022-05-06 Loïc BRANSTETTConvert the testsuite to use the new -Zcheck-cfg flag...
2022-05-06 borsAuto merge of #10142 - jyn514:bin-private-link, r=ehuss
2022-05-06 borsAuto merge of #10582 - epage:pkgid, r=ehuss
2022-05-06 borsAuto merge of #10631 - Muscraft:move-snapshot-tests...
2022-05-06 Scott Schafermove a `snapshot/add/` test into `testsuite/cargo_add...
2022-05-05 borsAuto merge of #10605 - yoav-lavi:patch-1, r=ehuss
2022-05-04 borsAuto merge of #10629 - Muscraft:reorganize-snapshot...
2022-05-04 Scott Schaferremove tests/snapshots/copy.sh and tests/snapshots...
2022-05-04 Scott Schaferreorganize `snapshot` tests for `init` to better work...
2022-05-04 Scott Schaferreorganize `snapshot` tests for `cargo-add` to better...
2022-05-04 borsAuto merge of #10129 - jyn514:fetch-build-std, r=weihanglo
2022-05-04 Joshua NelsonAdd support for `-Zbuild-std` to `cargo fetch`
2022-05-04 Joshua NelsonWhen documenting private items in a binary, ignore...
2022-05-04 borsAuto merge of #10620 - weihanglo:snapbox-cargo-init...
2022-05-03 Weihang LoNote that `.git` folder cannot be tracked under a git...
2022-05-03 Weihang LoUse snapbox assertion instead of old `Project::cargo`
2022-05-03 Weihang LoMake test fixture `rustfmt.toml` syntatically correct
2022-05-03 Weihang LoRename .gitkeep to .keep
2022-05-02 Weihang LoAdd `[EXE]` substitution in snapshots
2022-05-02 Weihang LoMigrate tests of `cargo-init` to snapbox
2022-04-29 borsAuto merge of #10581 - epage:snapbox, r=ehuss
2022-04-28 Ed Pagefeat(test-support): Make multi-argument strings avaialb...
2022-04-28 Ed Pagefeat(test-support): Make it easy to launch cargo
2022-04-28 Ed Pagefeat(test-support): Expose test-env setup
2022-04-28 Ed Pagefeat(test-support): Expose `masquerade_as_nightly_cargo...
2022-04-28 Ed Pagefeat(test-support): Share `Project::from_template`...
2022-04-28 Ed Pagefeat(test-support): Allow reusing snapbox assertions
2022-04-28 Ed Pagerefactor(test-support): Use snapbox to look up binaries
2022-04-28 Ed Pagefeat(install): Support `foo@version` like cargo-add
2022-04-28 borsAuto merge of #10606 - Muscraft:cargo-add-support,...
2022-04-27 borsAuto merge of #10603 - epage:toml, r=ehuss
2022-04-27 Scott SchaferSupport overwriting a `foo.workspace = true` with a...
2022-04-27 Scott SchaferError if any invalid keys are defined when inheriting...
2022-04-27 Scott SchaferDetect `cargo add foo` will inherit a workspace dependency
2022-04-27 Scott Schafer Show the merged set of activated features to the user...
2022-04-27 Scott SchaferAllow running `cargo add foo` when a `foo.workspace...
2022-04-27 borsAuto merge of #10553 - sourcefrog:cachedir, r=weihanglo
2022-04-25 Martin PoolRemove redundant assertions
2022-04-25 Martin PoolTest CACHEDIR.TAG is created in an existing registry
2022-04-25 Martin PoolTest creation of .cargo/registry/CACHEDIR.TAG
2022-04-25 Martin PoolTest .cargo/git/CACHEDIR.TAG is created
2022-04-24 borsAuto merge of #10575 - epage:version, r=weihanglo
2022-04-21 borsAuto merge of #10580 - jonhoo:restrict-config-cli,...
2022-04-20 borsAuto merge of #10579 - arlosi:git-length, r=ehuss
2022-04-20 borsAuto merge of #10584 - Muscraft:rfc2906-part9, r=epage
2022-04-20 Scott SchaferPrefer `dependency.workspace = true` to `dependency...
2022-04-20 Scott SchaferPrefer `field.workspace = true` to `field = { workspace...
2022-04-19 Ed Pagefeat(yank): Support `foo@version` like cargo-add
2022-04-19 Ed Pagefix(yank): Use '--version' like install
2022-04-19 Ed PageExtend pkgid syntax with `@` support
2022-04-19 Jon GjengsetDisallow setting registry tokens with --config
2022-04-18 borsAuto merge of #10492 - hi-rustin:rustin-patch-timings...
2022-04-18 borsAuto merge of #10472 - epage:add, r=ehuss
2022-04-14 borsAuto merge of #10565 - Muscraft:rfc2906-part7, r=epage
2022-04-13 Scott SchaferPart 7 of RFC2906 - Add support for inheriting `exclude...
2022-04-13 borsAuto merge of #10564 - Muscraft:rfc2906-part6, r=epage
2022-04-13 Scott SchaferPart 6 of RFC2906 - Switch the inheritance source from...
2022-04-13 borsAuto merge of #10563 - Muscraft:rfc2906-part5, r=epage
2022-04-13 Scott SchaferPart 5 of RFC2906 - Add support for inheriting `rust...
2022-04-12 borsAuto merge of #10486 - Urgau:check-cfg-well-known,...
2022-04-11 borsAuto merge of #10551 - jeremyBanks:Cargo.toml.orig...
2022-04-11 Ed Pagetest(add): Import cargo-add tests
2022-04-11 borsAuto merge of #10546 - weihanglo:issue-10381-rustc...
2022-04-10 Weihang Lotest: make tests compatible when force using argfile
2022-04-10 borsAuto merge of #10236 - theo-lw:master, r=weihanglo
2022-04-09 borsAuto merge of #10549 - willcrichton:fix-issue-10535...
2022-04-09 Jeremy BanksAdd test to confirm that Cargo.toml.orig files are...
2022-04-08 Will CrichtonEnsure host units don't depend on Docscrape units,...
2022-04-08 borsAuto merge of #10548 - Muscraft:rfc2906-part4, r=epage
2022-04-08 Scott SchaferPart 4 of RFC2906 - Add support for inheriting `readme`
2022-04-08 borsAuto merge of #10538 - Muscraft:rfc2906-part3, r=epage
2022-04-07 Scott SchaferPart 3 of RFC2906 - Add support for inheriting `license...
2022-04-05 borsAuto merge of #10517 - Muscraft:rfc2906-part2, r=epage
next