-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 8 pull requests #104325
Rollup of 8 pull requests #104325
Conversation
Since it looks like there won't be any reverts needed in `Layout`, finish off this change.
prevent uninitialized access in black_box for zero-sized-types Don't read the pointer location in black_box for zero sized types, just emit a memory clobber instead. Addresses rust-lang#103304 when rust is build against LLVM at HEAD. Zulip thread: https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm/topic/.28with.20llvm.20at.20HEAD.29.3A.20msan.20error.20in.20core.3A.3Ahint.3A.3Ablack_box
…ckh726 Mark `trait_upcasting` feature no longer incomplete. This marks the `trait_upcasting` feature no longer incomplete since rust-lang#101336 has been settled for a little while. r? ``````@jackh726``````
…ry-dot, r=fee1-dead Suggest removing unnecessary `.` to use a floating point literal Fixes a part of rust-lang#101883
…ink-color, r=notriddle Migrate no result page link color to CSS variables r? ``@notriddle``
…d-differ, r=estebank More accurately report error when formal and expected signature types differ Fixes rust-lang#104242
…g-zeroes-docs, r=scottmcm Add a reference to ilog2 in leading_zeros integer docs Fixes rust-lang#104248
Remove the old `ValidAlign` name Since it looks like there won't be any reverts needed in `Layout` for rust-lang#101899 (comment), finish off this change that I'd left out of rust-lang#102072. r? ``@thomcc`` cc tracking issue rust-lang#102070
…ource-link, r=notriddle Fix non clickable source link Fixes rust-lang#104313. It was also fixed in rust-lang#104177. If rust-lang#104177 is merged first, I'll simply remove the first commit to keep the test. r? ``@notriddle``
@bors r+ p=8 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 8ef2485bd5 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (cd12888): 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:
trait_upcasting
feature no longer incomplete. #104117 (Marktrait_upcasting
feature no longer incomplete.).
to use a floating point literal #104144 (Suggest removing unnecessary.
to use a floating point literal)ValidAlign
name #104308 (Remove the oldValidAlign
name)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup