-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Update cargo #130632
Update cargo #130632
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
@bors r+ rollup=never p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (c0838c8): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 1.2%)This 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.
CyclesResults (primary -2.6%, secondary 5.9%)This 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 767.337s -> 768.11s (0.10%) |
16 commits in a9a418d1a22f29e7dfd034e3b93f15657e608a29..eaee77dc1584be45949b75e4c4c9a841605e3a4b
2024-09-15 19:13:12 +0000 to 2024-09-19 21:10:23 +0000
--target
completions (fix(complete): Harden--target
completions cargo#14564)cargo help <TAB>
(feat: Add custom completer forcargo help <TAB>
cargo#14557)cargo build --example=<TAB>
(feat: Add custom completer forcargo build --example=<TAB>
cargo#14531)shell.note
to print the note (refactor(info): Use theshell.note
to print the note cargo#14554)cargo info
command in thecargo search
result (Suggestcargo info
command in thecargo search
result cargo#14537)cargo -Z <TAB>
(feat: Add custom completer forcargo -Z <TAB>
cargo#14536)r? ghost