-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rollup of 7 pull requests #105876
Rollup of 7 pull requests #105876
Conversation
- Remove setup special-casing in Flags::parse
I really liked this structure that dtolney brought up in rust-lang#105316, so wanted to put it in the docs to help others use it.
This removes another python search from bootstrap.
… r=jyn514 Fix `x setup -h -v` should work r? `@jyn514` I have to convert profile to path and back in order to remove special-casing in bootstrap. I also check for `dry_run` so that `config.toml` and/ or `.git/hooks/pre-push` will not be created if `--dry-run` is specified. Please help me see if this is ok, thanks alot!
…obDegen Remove dead code after destination propagation Fixes rust-lang#105428. cc `@JakobDegen`
Make the x tool use the x and x.ps1 scripts This removes another python search from bootstrap. r? `@jyn514`
…rrors remove redundant clone
…r=the8472 Another `as_chunks` example I really liked this structure that dtolney brought up in rust-lang#105316, so wanted to put it in the docs to help others use it.
avoid .into() conversion to identical types
…erence, r=oli-obk don't destuct references just to reborrow
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 37efc81072 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (d0dc9ef): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
x setup -h -v
should work #96584 (Fixx setup -h -v
should work)as_chunks
example #105858 (Anotheras_chunks
example)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup