-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 6 pull requests #110101
Rollup of 6 pull requests #110101
Conversation
This commit: fcb2a36 (Rename `config.toml.example` to `config.example.toml`, 2023-03-11) missed an instance in `config.example.toml` itself.
fix in plugin.md fmt
Remove `box_syntax` usage Fixes rust-lang#109978
ignore_git → omit_git_hash Fixes rust-lang#110020
Document that `&T` and `&mut T` are `Sync` if `T` is Proof: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=fec8dc9ec36e873bf2962a2367d67045
Make the "codegen" profile of `config.toml` download and build llvm from source. The stated purpose of the codegen profile in config.toml is: > `# These defaults are meant for contributors to the compiler who modify codegen or LLVM` but `download-ci-llvm` must be set to be false for the llvm source to even be downloaded. This patch adds that in. Also included: a small docs fix in `config.example.toml`
Add `max_line_length` to `.editorconfig`, matching rustfmt Add `max_line_length` to `.editorconfig`, matching the max width used by rustfmt.
…g, r=Nilstrieb Tweak tuple indexing suggestion Fixes rust-lang#110091
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 0030465bcc In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (7cd6f55): 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.
CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
box_syntax
usage #110058 (Removebox_syntax
usage)&T
and&mut T
areSync
ifT
is #110060 (Document that&T
and&mut T
areSync
ifT
is)config.toml
download and build llvm from source. #110074 (Make the "codegen" profile ofconfig.toml
download and build llvm from source.)max_line_length
to.editorconfig
, matching rustfmt #110086 (Addmax_line_length
to.editorconfig
, matching rustfmt)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup