Skip to content

Rollup of 8 pull requests #141216

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

Merged
merged 20 commits into from
May 18, 2025
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e83a0a4
Stabilize `#![feature(non_null_from_ref)]`
mathisbot Apr 30, 2025
9ccabd5
Make some `f32`/`f64` tests also run in const-context
Urgau May 11, 2025
6128fca
[win][arm64] Remove 'Arm64 Hazard' undocumented MSVC option and inste…
dpaoliello May 15, 2025
8fcff8c
Add per page TOC in the rustc book
Urgau Apr 21, 2025
72f915a
Fix flicker when page loads
Urgau Apr 21, 2025
4cbcb44
Cleanup the Javascript and CSS of our custom TOC
Urgau Apr 21, 2025
84d7edd
Enable [behind-upstream] triagebot option for rust-lang/rust
xizheyin May 16, 2025
258e880
Remove #![feature(let_chains)] from library and src/librustdoc
est31 May 13, 2025
1adfdb4
Use `crate::` prefix for root macro suggestions
bvanjoi May 17, 2025
b3b2153
Update triagebot.toml
xizheyin May 17, 2025
65d381b
triagebot: fix Rust for Linux ping group rust-lang/rust label
jieyouxu May 17, 2025
2dddbd1
rustc-dev-guide: fix Rust for Linux rust-lang/rust label
jieyouxu May 17, 2025
5592f41
Rollup merge of #140113 - Urgau:rustc-book-page-toc, r=ehuss
fmease May 18, 2025
1585933
Rollup merge of #140511 - mathisbot:master, r=dtolnay
fmease May 18, 2025
5a55870
Rollup merge of #140924 - Urgau:f32_f64_const_tests, r=Mark-Simulacrum
fmease May 18, 2025
eb21b25
Rollup merge of #140966 - est31:let_chains_library, r=tgross35
fmease May 18, 2025
e323c64
Rollup merge of #141045 - dpaoliello:noarmhazard, r=jieyouxu
fmease May 18, 2025
2aff1d6
Rollup merge of #141071 - xizheyin:behind-upstream, r=Urgau
fmease May 18, 2025
b89118a
Rollup merge of #141132 - bvanjoi:issue-141082, r=fmease
fmease May 18, 2025
c7e2e88
Rollup merge of #141139 - jieyouxu:fix-rfl, r=Urgau
fmease May 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update triagebot.toml
Co-authored-by: Urgau <[email protected]>
  • Loading branch information
xizheyin and Urgau authored May 17, 2025
commit b3b2153c0b26fa1cfb491c863b2b0196949a9e3e
2 changes: 1 addition & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1426,4 +1426,4 @@ compiletest = [
[note]

[behind-upstream]
days-threshold = 7
days-threshold = 14
Loading