Skip to content

Issues: rust-lang/cargo

Dependency Dashboard
#13256 opened Jan 6, 2024 by renovate bot
Open
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

Taskbar progress reporting via ANSI codes A-build-execution Area: anything dealing with executing the compiler A-configuration Area: cargo config files and env vars A-console-output Area: Terminal output, colors, progress bar, etc. A-documenting-cargo-itself Area: Cargo's documentation disposition-merge FCP with intent to merge proposed-final-comment-period An FCP proposal has started, but not yet signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#14615 opened Sep 29, 2024 by Gordon01 Loading…
3 of 4 tasks
Reduce --verbose output of --check-cfg args A-build-execution Area: anything dealing with executing the compiler A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#13941 opened May 21, 2024 by Urgau
Cargo and rustc are using different tones of red for errors on the terminal A-console-output Area: Terminal output, colors, progress bar, etc. C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#12740 opened Sep 26, 2023 by RalfJung
Green Console after ctrl + c A-console-output Area: Terminal output, colors, progress bar, etc. C-bug Category: bug O-windows OS: Windows S-needs-team-input Status: Needs input from team on whether/how to proceed.
#11471 opened Dec 11, 2022 by Intubun
Use ANSI codes to report progress A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#11432 opened Nov 28, 2022 by albertlarsan68
Different error output style A-console-output Area: Terminal output, colors, progress bar, etc. A-diagnostics Area: Error and warning messages generated by Cargo itself. C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#11364 opened Nov 12, 2022 by ShenMian
Support PAGER like git A-cli-help Area: built-in command-line help A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#11213 opened Oct 11, 2022 by epage
Cargo display color codes on terminals (TERM) without color support A-console-output Area: Terminal output, colors, progress bar, etc. C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#11211 opened Oct 11, 2022 by amarao
UX improvement: Enable --no-capture with --verbose. A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-test S-needs-team-input Status: Needs input from team on whether/how to proceed.
#10777 opened Jun 20, 2022 by EvanCarroll
cargo add: Show features that were explicitly enabled A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-add S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#10681 opened May 20, 2022 by Aloso
Long command names overflow in cargo --list A-console-output Area: Terminal output, colors, progress bar, etc. C-bug Category: bug Command-list S-triage Status: This issue is waiting on initial triage.
#9651 opened Jul 5, 2021 by heisen-li
Cargo is insufficiently verbose about debug builds being slow A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-build Command-run S-triage Status: This issue is waiting on initial triage.
#9446 opened May 1, 2021 by Lokathor
[git2-curl] The progress bar won't appear when using libcurl as git2 backend A-console-output Area: Terminal output, colors, progress bar, etc. A-git Area: anything dealing with git C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#9444 opened May 1, 2021 by weihanglo
Cargo doesn't clear line when progress bars force-enabled A-console-output Area: Terminal output, colors, progress bar, etc. C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#9155 opened Feb 9, 2021 by joshtriplett
Inconsistent status messages when running cargo doc A-console-output Area: Terminal output, colors, progress bar, etc. C-bug Category: bug Command-doc S-triage Status: This issue is waiting on initial triage.
#9076 opened Jan 14, 2021 by ehuss
Cargo doesn't respect --color or CARGO_TERM_COLOR for help text and errors from clap A-console-output Area: Terminal output, colors, progress bar, etc. C-bug Category: bug S-needs-team-input Status: Needs input from team on whether/how to proceed.
#9012 opened Dec 23, 2020 by mchernyavsky
Better associate rustc diagnostics to crate A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#8977 opened Dec 15, 2020 by dtolnay
Console output should better reflect the build process A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#8889 opened Nov 24, 2020 by nnethercote
Collect warnings for path dependencies into one message printed at the end A-console-output Area: Terminal output, colors, progress bar, etc. A-diagnostics Area: Error and warning messages generated by Cargo itself. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#8749 opened Oct 3, 2020 by jyn514
Ability to suppress "Finished dev target" and "Running <path>" lines without hiding progress indicators A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-team-input Status: Needs input from team on whether/how to proceed.
#8743 opened Sep 29, 2020 by 5225225
cargo-tree: Change dedupe indicator. A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-tree S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#8106 opened Apr 14, 2020 by ehuss
--message-format short cannot be specified in .cargo/config file A-configuration Area: cargo config files and env vars A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#7930 opened Feb 25, 2020 by Lokathor
Confusing output when checking crate with build script (?) A-console-output Area: Terminal output, colors, progress bar, etc. C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#7921 opened Feb 22, 2020 by RalfJung
Feature request: visual indication of proc-macro transitive dependencies A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-tree S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#7854 opened Feb 2, 2020 by inodentry
cargo login shows passwords in plain text A-console-output Area: Terminal output, colors, progress bar, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-login S-needs-team-input Status: Needs input from team on whether/how to proceed.
#7813 opened Jan 18, 2020 by jyn514
ProTip! Add no:assignee to see everything that’s not assigned.