Skip to content

Pull requests: rust-lang/cargo

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

refactor(fingerprint): Track the intent for each use of UnitHash A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-layout Area: target output directory layout, naming, and organization Command-test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14826 by epage was merged Nov 16, 2024 Loading… 1.84.0
cargo test --help: clarify --tests and --benches A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation Command-bench Command-build Command-check Command-fix Command-rustc Command-rustdoc Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14675 by RalfJung was merged Oct 12, 2024 Loading… 1.84.0
Migrate Cargo's &Option<T> into Option<&T> A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars A-credential-provider Area: credential provider for storing and retreiving credentials A-dependency-resolution Area: dependency resolution and the resolver A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-interacts-with-crates.io Area: interaction with registries A-manifest Area: Cargo.toml issues A-profiles Area: profiles A-registries Area: registries A-testing-cargo-itself Area: cargo's tests A-timings Area: timings A-workspaces Area: workspaces Command-fix Command-package Command-publish Command-test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14609 by nyurik was closed Oct 2, 2024 Loading…
Add location information in patch error messages A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-completions Area: shell completions A-configuration Area: cargo config files and env vars A-console-output Area: Terminal output, colors, progress bar, etc. A-dependency-resolution Area: dependency resolution and the resolver A-documenting-cargo-itself Area: Cargo's documentation A-environment-variables Area: environment variables A-future-incompat Area: future incompatible reporting A-git Area: anything dealing with git A-home Area: the `home` crate A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-interacts-with-crates.io Area: interaction with registries A-layout Area: target output directory layout, naming, and organization A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-semver Area: semver specifications, version matching, etc. A-sparse-registry Area: http sparse registries A-testing-cargo-itself Area: cargo's tests A-timings Area: timings A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-add Command-bench Command-build Command-check Command-clean Command-doc Command-fetch Command-fix Command-generate-lockfile Command-info Command-metadata Command-package Command-pkgid Command-publish Command-remove Command-run Command-rustc Command-rustdoc Command-test Command-tree Command-update Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14473 by antoniospg was closed Sep 8, 2024 Loading…
fix: doctest respects Cargo's color options A-interacts-with-crates.io Area: interaction with registries Command-info Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14425 by ShashiSugrim was merged Aug 20, 2024 Loading… 1.82.0
fix(env): cargo:rerun-if-env-changed doesn't work with env configuration A-cfg-expr Area: Platform cfg expressions A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-configuration Area: cargo config files and env vars A-dependency-resolution Area: dependency resolution and the resolver A-documenting-cargo-itself Area: Cargo's documentation A-features2 Area: issues specifically related to the v2 feature resolver A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-layout Area: target output directory layout, naming, and organization A-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-testing-cargo-itself Area: cargo's tests A-workspaces Area: workspaces Command-add Command-bench Command-build Command-clean Command-fetch Command-fix Command-install Command-metadata Command-package Command-remove Command-test Command-tree Command-update Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14027 by heisen-li was closed Jun 13, 2024 Loading…
fix: using --release/debug and --profile together becomes an error A-cli Area: Command-line interface, option parsing, etc. Command-bench Command-clean Command-install Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13971 by heisen-li was merged Jun 9, 2024 Loading… 1.81.0
Recategorize cargo test's --doc flag under "Target Selection" A-cli Area: Command-line interface, option parsing, etc. Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13756 by dtolnay was merged Apr 15, 2024 Loading… 1.79.0
feat(resolve): Fallback to 'rustc -V' for MSRV resolving A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-workspaces Area: workspaces Command-add Command-bench Command-build Command-check Command-doc Command-fix Command-generate-lockfile Command-run Command-rustc Command-rustdoc Command-test Command-update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13743 by epage was merged Apr 12, 2024 Loading… 1.79.0
feat(cli): Add --ignore-rust-version to update/generate-lockfile A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-workspaces Area: workspaces Command-add Command-bench Command-build Command-check Command-doc Command-fix Command-generate-lockfile Command-run Command-rustc Command-rustdoc Command-test Command-update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13742 by epage was merged Apr 12, 2024 Loading… 1.79.0
fix(help): Generalize --ignore-rust-version A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-workspaces Area: workspaces Command-add Command-bench Command-build Command-check Command-doc Command-fix Command-run Command-rustc Command-rustdoc Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13741 by epage was merged Apr 12, 2024 Loading… 1.79.0
Apply -Zpanic-abort-tests to doctests too Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13388 by Nemo157 was merged Feb 2, 2024 Loading… 1.78.0
Clarify the function of the test options A-cli Area: Command-line interface, option parsing, etc. Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13236 by heisen-li was merged Jan 12, 2024 Loading… 1.77.0
fix(cli): Clarify --test is for targets, not test functions A-cli Area: Command-line interface, option parsing, etc. A-workspaces Area: workspaces Command-bench Command-build Command-check Command-fix Command-rustc Command-rustdoc Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12915 by epage was merged Nov 3, 2023 Loading… 1.75.0
feat: inherit jobserver from env for all kinds of runner A-build-execution Area: anything dealing with executing the compiler Command-run Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12776 by weihanglo was merged Jan 20, 2024 Loading… 1.77.0
fix(lints): Doctest extraction should respect [lints] Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12501 by epage was merged Aug 14, 2023 Loading… 1.73.0
Print environment variables for cargo run in extra verbose mode Command-run Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12498 by Kobzol was merged Aug 17, 2023 Loading… 1.73.0
feat: remove --keep-going from cargo test/bench A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-completions Area: shell completions A-documenting-cargo-itself Area: Cargo's documentation Command-bench Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12478 by weihanglo was merged Aug 13, 2023 Loading… 1.73.0
prompt the use of --nocapture flag if cargo test process is terminated via a signal. A-diagnostics Area: Error and warning messages generated by Cargo itself. Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12463 by stupendoussuperpowers was merged Aug 10, 2023 Loading… 1.73.0
Clarify in --help that cargo test --all-targets excludes doctests A-cli Area: Command-line interface, option parsing, etc. Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12422 by obi1kenobi was merged Jul 31, 2023 Loading… 1.73.0
Enable doctest-in-workspace by default A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-unstable Area: nightly unstable support Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12221 by Swatinem was merged Jun 17, 2023 Loading… 1.72.0
ProTip! Add no:assignee to see everything that’s not assigned.