-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 5 pull requests #110598
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 #110598
Conversation
…s, r=Mark-Simulacrum Add `indent_style = tab` for `Makefile`s to `.editorconfig` Add `indent_style = tab` for `Makefile`s to `.editorconfig` as spaces don't work as indents in Makefiles.
…jgillot Add `GenericArgKind::as_{type,const,region}` This allows to make code nicer in some cases
…, r=albertlarsan68 fix out-of-date comment about rpath in bootstrap in rust-lang#64316 (rust-lang@1bec962), the `RUSTC_RPATH` enviroment variables had been removed , but the comments about the rpath still keep it this PR fix it to avoid misunstanding
Style fix for loongarch-linux.md Currently the render result by mdbook has some problems. ![]() 
…oli-obk Allow overwriting the sysroot compile flag in compile tests This was added in https://github.com/rust-lang/rust/pull/110478/files#diff-03a0567fa80ca04ed5a55f9ac5c711b4f84659be2d0ac4a984196d581c04f76b, unconditionally passing the `sysroot` flag to the compile test invocations. In our ferrocene fork we have a few tests that test the `sysroot` flag specifically which fail due to the flag being passed multiple times now. We believe upstreaming this small change could be beneficial should the rust-lang/rust also want to test certain sysroot setups in the future.
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 7e23d180c1 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (791a7f2): 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)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.
|
Successful merges:
indent_style = tab
forMakefile
s to.editorconfig
#110240 (Addindent_style = tab
forMakefile
s to.editorconfig
)GenericArgKind::as_{type,const,region}
#110545 (AddGenericArgKind::as_{type,const,region}
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup