-
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 7 pull requests #132972
Rollup of 7 pull requests #132972
Conversation
CFI: Append debug location to CFI blocks Currently we're not appending debug locations to the inserted CFI blocks. This shows up in rust-lang#132615 and rust-lang#100783. This change fixes that by passing down the debug location to the CFI type-test generation and appending it to the blocks. Credits also belong to `@jakos-sec` who worked with me on this.
Update the doc comment of `ASCII_CASE_MASK` Revived and continued the work from rust-lang#120282. the original [branch](https://github.com/mahmudsudo/rust-1/tree/patch-1) was deleted, i created a new branch to carry the changes forward
…, r=Noratrieb stabilize const_unicode_case_lookup Fixes rust-lang#101400 See there for t-libs-api FCP
…ilee Use GNU ld on m68k-unknown-linux-gnu LLD does not really support the M68k architecture yet, specify `m68k-linux-gnu-ld` as the linker for the platform
…rs, r=saethlin triagebot: add codegen reviewers Discussed with `@saethlin` off-sides
stabilize const_option_ext Fixes rust-lang#91930 FCP passed in that issue.
…tgross35 Add tracking issue number to unsigned_nonzero_div_ceil feature Tracking issue: rust-lang#132968
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: b420d923cf In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (242f20d): 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.8%, secondary 1.7%)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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 784.61s -> 785.272s (0.08%) |
Successful merges:
ASCII_CASE_MASK
#132851 (Update the doc comment ofASCII_CASE_MASK
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup