Skip to content

Rollup of 8 pull requests #132349

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 21 commits into from
Oct 30, 2024
Merged
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a201fab
Tweak `expand_incomplete_parse` warning.
nnethercote Apr 17, 2024
dd2b027
Tweak more warnings.
nnethercote Jun 25, 2024
826e0ca
powerpc64-ibm-aix: update maintainters
daltenty Oct 29, 2024
f51ec11
TypingMode :thinking:
lcnr Oct 17, 2024
ce22ccb
remove outdated debug_assertion
lcnr Oct 24, 2024
4f3a73a
update tools
lcnr Oct 24, 2024
524a22e
rebase
lcnr Oct 29, 2024
0783af8
Point to Fuchsia team in platform support docs
djkoloski Oct 29, 2024
4a2e08a
Don't lint `irrefutable_let_patterns` on leading patterns if `else if…
Jarcho Aug 22, 2024
e54c177
Remove `Analysis::into_engine`.
nnethercote Oct 29, 2024
d78e7bb
Remove `Engine`.
nnethercote Oct 29, 2024
65ff2a6
Consistently use safe wrapper function `set_section`
Zalathar Oct 29, 2024
c307159
Clean up FFI calls for operand bundles
Zalathar Oct 28, 2024
87d348b
Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril
matthiaskrgr Oct 30, 2024
305508f
Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors
matthiaskrgr Oct 30, 2024
864837b
Rollup merge of #132322 - daltenty:daltenty/update-aix-maintainters, …
matthiaskrgr Oct 30, 2024
af33bc3
Rollup merge of #132327 - djkoloski:redirect_fuchsia_maintainers, r=c…
matthiaskrgr Oct 30, 2024
2480e3b
Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank
matthiaskrgr Oct 30, 2024
2055237
Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote
matthiaskrgr Oct 30, 2024
cf2cc01
Rollup merge of #132340 - Zalathar:set-section, r=compiler-errors
matthiaskrgr Oct 30, 2024
879c4d5
Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubilee
matthiaskrgr Oct 30, 2024
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
4 changes: 2 additions & 2 deletions src/doc/rustc/src/platform-support/aix.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Rust for AIX operating system, currently only 64-bit PowerPC is supported.

## Target maintainers

- QIU Chaofan `qiucofan@cn.ibm.com`, https://github.com/ecnelises
- Kai LUO, `lkail@cn.ibm.com`, https://github.com/bzEq
- David Tenty `daltenty@ibm.com`, https://github.com/daltenty
- Chris Cambly, `ccambly@ca.ibm.com`, https://github.com/gilamn5tr

## Requirements

Expand Down