Skip to content

Rollup of 7 pull requests #141209

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

Closed
wants to merge 30 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
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
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
cd22c1b
determine later whether an explicit reg was used
folkertdev Apr 29, 2025
5af9652
extract operand parser
folkertdev Apr 29, 2025
614c51a
a new parser generating the exact same error messages
folkertdev Apr 29, 2025
9191373
cleanup `parse_clobber_abi`
folkertdev Apr 29, 2025
d85ea45
cleanup `parse_options`
folkertdev Apr 29, 2025
3ca1a16
cleanup unused code
folkertdev Apr 29, 2025
b6bc513
more cleanup
folkertdev Apr 29, 2025
f457e4d
leave a note about maybe delaying an error message
folkertdev Apr 29, 2025
d7eb15d
attempt to have rustfmt use the new logic
folkertdev Apr 29, 2025
6e1bddc
Apply suggestions from code review
folkertdev May 3, 2025
1305fcc
delay error for unsupported options
folkertdev May 3, 2025
8e86a0e
rename to get rid of the 'raw' concept
folkertdev May 17, 2025
d91e3d3
add `AsmOptions` with some named fields
folkertdev May 17, 2025
22e284b
Rollup merge of #140113 - Urgau:rustc-book-page-toc, r=ehuss
fmease May 18, 2025
bc0c9ca
Rollup merge of #140490 - folkertdev:asm-parser-changes, r=Amanieu,tr…
fmease May 18, 2025
b64b300
Rollup merge of #140924 - Urgau:f32_f64_const_tests, r=Mark-Simulacrum
fmease May 18, 2025
a5517ab
Rollup merge of #141045 - dpaoliello:noarmhazard, r=jieyouxu
fmease May 18, 2025
ae76917
Rollup merge of #141071 - xizheyin:behind-upstream, r=Urgau
fmease May 18, 2025
9ee320b
Rollup merge of #141132 - bvanjoi:issue-141082, r=fmease
fmease May 18, 2025
34613ab
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
Enable [behind-upstream] triagebot option for rust-lang/rust
Signed-off-by: xizheyin <[email protected]>
  • Loading branch information
xizheyin committed May 16, 2025
commit 84d7edd07ffd4848a3c08ddd46e4b3a296a7819c
3 changes: 3 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1424,3 +1424,6 @@ compiletest = [
# Enable `@rustbot note` functionality
# Documentation at: https://forge.rust-lang.org/triagebot/note.html
[note]

[behind-upstream]
days-threshold = 7
Loading