Skip to content

Rollup of 12 pull requests #143731

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 32 commits into from
Jul 10, 2025
Merged
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c9ff160
docs: document trait upcasting rules in `Unsize` trait
moulins Jul 8, 2025
e391578
Use "Innermost" & "Outermost" terminology for `AttributeOrder`
GrigorenkoPV Jul 8, 2025
ba4235b
fix: correct typo in attr_parsing_previously_accepted message key
dillona Jul 8, 2025
3c7bf9f
Expose nested bodies in rustc_borrowck::consumers
nilehmann Jul 9, 2025
6637335
Fix VxWorks build errors
biabbas Jul 9, 2025
15940b8
Add a new maintainer to the wasm32-wasip1 target
loganek Jul 9, 2025
43bc40f
improve lint doc text
hkBst Jul 8, 2025
8d58d5e
Remove `run-make-support` CHANGELOG
jieyouxu Jul 9, 2025
ed520af
Don't attempt to version `run-make-support`
jieyouxu Jul 9, 2025
e70493d
Bump `run-make-support` to Edition 2024
jieyouxu Jul 9, 2025
fae1546
Sort and document `run-make-support` dependencies
jieyouxu Jul 9, 2025
200f132
Massage `lib.rs` so it can be rustfmt'd
jieyouxu Jul 9, 2025
5339629
Auto-add `S-waiting-on-author` when the PR is/switches to draft state
Urgau Jul 9, 2025
7e2527d
triagebot.toml: ping lolbinarycat if tidy extra checks were modified
lolbinarycat Jul 9, 2025
e9e31b1
MacroData in ResolverArenas + split macro_map into extern_macro_map a…
LorrensP-2158466 Jul 8, 2025
e566783
Use reference for MacroRulesScopeRef instead of Interned.
LorrensP-2158466 Jul 9, 2025
93db9e7
Remove uncessary parens in closure body with unused lint
chenyukang Jun 29, 2025
4dc954f
remove unnecessary parens in rust-analyzer
chenyukang Jul 10, 2025
87a4121
Only provide `is_windows_msvc` to gate on windows-msvc
jieyouxu Jul 9, 2025
3f4f23a
Use `is_windows_msvc` instead of `is_msvc` in run-make tests
jieyouxu Jul 9, 2025
a0c7887
Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, …
matthiaskrgr Jul 10, 2025
bdf1941
Rollup merge of #143652 - moulins:doc-unsize-trait-upcasting, r=compi…
matthiaskrgr Jul 10, 2025
f587784
Rollup merge of #143657 - LorrensP-2158466:split-macro-map, r=petroch…
matthiaskrgr Jul 10, 2025
097ad4b
Rollup merge of #143659 - GrigorenkoPV:attributes/inner-outer, r=jdon…
matthiaskrgr Jul 10, 2025
4b26882
Rollup merge of #143663 - dillona:fix-typo, r=jdonszelmann
matthiaskrgr Jul 10, 2025
90ead98
Rollup merge of #143666 - nilehmann:nested_bodies_in_consumers, r=lcnr
matthiaskrgr Jul 10, 2025
a17559b
Rollup merge of #143668 - biabbas:vxworks, r=Noratrieb
matthiaskrgr Jul 10, 2025
9ee9b0e
Rollup merge of #143670 - loganek:loganek/wasm32-wasip1-new-maintaine…
matthiaskrgr Jul 10, 2025
8c5398a
Rollup merge of #143675 - hkBst:overflowing-1, r=oli-obk
matthiaskrgr Jul 10, 2025
b5b35f1
Rollup merge of #143683 - jieyouxu:rms-cleanup, r=Kobzol
matthiaskrgr Jul 10, 2025
840207f
Rollup merge of #143695 - Urgau:waiting-on-author-new_draft, r=Kobzol
matthiaskrgr Jul 10, 2025
bd2a351
Rollup merge of #143706 - lolbinarycat:triagebot-extra-checks-ping, r…
matthiaskrgr Jul 10, 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
1 change: 1 addition & 0 deletions src/doc/rustc/src/platform-support/wasm32-wasip1.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ said since when this document was last updated those interested in maintaining
this target are:

[@alexcrichton](https://github.com/alexcrichton)
[@loganek](https://github.com/loganek)

## Requirements

Expand Down