-
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
Rollup of 5 pull requests #119190
Rollup of 5 pull requests #119190
Conversation
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
In config.toml we use `rust-analyzer-proc-macro-srv` for building `rust-analyzer-proc-macro-srv`, however, when we attempt to build it from the terminal, this cannot be used because we need to use the actual path, which is `proc-macro-srv-cli`. Remapping should end this confusion with improving the development experience. Signed-off-by: onur-ozkan <work@onurozkan.dev>
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
…lbini Add release notes for 1.75.0 cc `@rust-lang/release` r? `@Mark-Simulacrum`
…ulacrum don't build `rust-analyzer-proc-macro-srv` on def config Should be very easy to understand when reviewing commit-by-commit. Blocker for rust-lang#118861
Simple modification of `non_lifetime_binders`'s diagnostic information to adapt to type binders fixes rust-lang#119067 Replace diagnostic information "lifetime bounds cannot be used in this context" to "bounds cannot be used in this context". ```rust #![allow(incomplete_features)] #![feature(non_lifetime_binders)] trait Trait {} trait Trait2 where for <T: Trait> ():{} //~^ ERROR bounds cannot be used in this context ```
…-name-error, r=lqd Fix name error in aarch64_apple_watchos tier 3 target fix llvm_target wrong name `aarch-apple-watchos` to `aarch64-apple-watchos`, sorry for my mistake. previous pr: rust-lang#119074 r? compiler-team
…nur-ozkan Update sysinfo version to 0.30.0 Following last `sysinfo` update. Nothing much needs to be changed here apparently. r? `@onur-ozkan`
@bors r+ rollup=never p=5 |
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#118729 (Add release notes for 1.75.0) - rust-lang#119124 (don't build `rust-analyzer-proc-macro-srv` on def config ) - rust-lang#119154 (Simple modification of `non_lifetime_binders`'s diagnostic information to adapt to type binders) - rust-lang#119176 (Fix name error in aarch64_apple_watchos tier 3 target) - rust-lang#119182 (Update sysinfo version to 0.30.0) r? `@ghost` `@rustbot` modify labels: rollup
@bors retry Yield priority to stable release. |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 767453eb7c In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (3d0e6be): 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.
CyclesResultsThis 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: 673.174s -> 674.232s (0.16%) |
Successful merges:
rust-analyzer-proc-macro-srv
on def config #119124 (don't buildrust-analyzer-proc-macro-srv
on def config )non_lifetime_binders
's diagnostic information to adapt to type binders #119154 (Simple modification ofnon_lifetime_binders
's diagnostic information to adapt to type binders)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup