Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Add powerpc-unknown-linux-muslspe compile target S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127905 opened Jul 18, 2024 by BKPepe Loading…
[beta] Clippy backport S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#127904 opened Jul 18, 2024 by flip1995 Loading…
force_collect improvements S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127903 opened Jul 18, 2024 by nnethercote Loading…
collect_tokens_trailing_token cleanups S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127902 opened Jul 18, 2024 by nnethercote Loading…
Add missing GHA group for building llvm-bitcode-linker S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#127901 opened Jul 18, 2024 by Kobzol Loading…
Mark myself as on leave A-meta Area: Issues about the rust-lang/rust repository. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#127899 opened Jul 18, 2024 by oli-obk Loading…
add aarch64_unknown_nto_qnx700 target - QNX 7.0 support for aarch64le O-unix Operating system: Unix-like S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127897 opened Jul 18, 2024 by nyurik Draft
1 of 2 tasks
rustc_codegen_ssa: workaround broken verbatim behavior S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127894 opened Jul 18, 2024 by liushuyu Loading…
Tweak suggestions when using incorrect type of enum literal S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127891 opened Jul 18, 2024 by estebank Loading…
Add trailing newline check for rustc --print in run-make-support A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#127887 opened Jul 18, 2024 by Rejyr Loading…
Add a macro for defining intrinsics with the Rust ABI S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127885 opened Jul 17, 2024 by tgross35 Loading…
Don't elaborate associated types with Sized bounds in trait_object_ty in cfi PG-exploit-mitigations Project group: Exploit mitigations S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127882 opened Jul 17, 2024 by compiler-errors Loading…
Document futility of printing temporary pointers S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127879 opened Jul 17, 2024 by kornelski Loading…
Migrate print-calling-convention and print-target-list to rmake A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#127877 opened Jul 17, 2024 by Rejyr Loading…
kmc-solid: #![forbid(unsafe_op_in_unsafe_fn)] O-itron Operating System: ITRON O-solid Operating System: SOLID S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127873 opened Jul 17, 2024 by workingjubilee Loading…
Migrate pointer-auth-link-with-c, c-dynamic-rlib and c-dynamic-dylib run-make tests to rmake A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#127872 opened Jul 17, 2024 by Oneirical Loading…
Mention that type parameters are used recursively on bivariance error S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127871 opened Jul 17, 2024 by compiler-errors Loading…
Add wasm32-wasip2 to build-manifest tool S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#127867 opened Jul 17, 2024 by alexcrichton Loading…
Conditionally build wasm-component-ld S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#127866 opened Jul 17, 2024 by alexcrichton Loading…
cleanup: remove support for 3DNow! cpu features llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127864 opened Jul 17, 2024 by durin42 Loading…
Use atomics instead of mutex in exit guard S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127863 opened Jul 17, 2024 by tbu- Loading…
Change wait_with_output to borrow instead of taking ownership S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127862 opened Jul 17, 2024 by Binlogo Loading…
deps: dedup object, wasmparser, wasm-encoder A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127860 opened Jul 17, 2024 by klensy Loading…
match lowering: Rename MatchPair to MatchPairTree S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127858 opened Jul 17, 2024 by Zalathar Loading…
Allow to customize // TODO: comment for deprecated safe autofix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127857 opened Jul 17, 2024 by tbu- Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.