-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Clean package perf improvements #13818
Merged
bors
merged 8 commits into
rust-lang:master
from
osiewicz:clean-package-perf-improvements
May 2, 2024
Merged
Clean package perf improvements #13818
bors
merged 8 commits into
rust-lang:master
from
osiewicz:clean-package-perf-improvements
May 2, 2024
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4c83ee - Browse repository at this point
Copy the full SHA d4c83eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c685ab - Browse repository at this point
Copy the full SHA 9c685abView commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c770700 - Browse repository at this point
Copy the full SHA c770700View commit details
Commits on Apr 29, 2024
-
Treat calls to rm_rf_prefix_list as idempotent
Starting with this commit we deduplicate calls to rm_rf_prefix_list by crate name and not by directory; this can lead to more calls to rm_rf_prefix_list (especially in presence of multiple -p arguments), but it is also more transparent in terms of progress reporting (we're just storing away whether a given directory + glob pair has already been removed)
Configuration menu - View commit details
-
Copy full SHA for d33ef8f - Browse repository at this point
Copy the full SHA d33ef8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 634dca4 - Browse repository at this point
Copy the full SHA 634dca4View commit details
Commits on May 2, 2024
-
Update src/cargo/ops/cargo_clean.rs
Change Rc<str> to &str Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a49a2b9 - Browse repository at this point
Copy the full SHA a49a2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 574d086 - Browse repository at this point
Copy the full SHA 574d086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1139e - Browse repository at this point
Copy the full SHA 9c1139eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.