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

Bump Fuchsia integration commit A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#135675 opened Jan 18, 2025 by erickt Loading…
Update our range assumes to the format that LLVM prefers S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#135674 opened Jan 18, 2025 by scottmcm Loading…
Update cargo O-fuchsia Operating system: Fuchsia S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#135667 opened Jan 18, 2025 by weihanglo Loading…
Fix ICE in resolving associated items as non-bindings 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.
#135663 opened Jan 18, 2025 by frank-king Loading…
Add new tool for dumping feature status based on tidy A-metrics Area: Metrics A-tidy Area: The tidy tool 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)
#135662 opened Jan 17, 2025 by yaahc Loading…
Stabilize float_next_up_down S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135661 opened Jan 17, 2025 by tgross35 Loading…
Do not include GCC source code in source tarballs 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)
#135658 opened Jan 17, 2025 by Kobzol Loading…
Add -C hint-mostly-unused to tell rustc that most of a crate will go unused I-compiler-nominated Nominated for discussion during a compiler team meeting. I-compiletime Issue: Problems and improvements with respect to compile times. 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.
#135656 opened Jan 17, 2025 by joshtriplett Loading…
Rollup of 7 pull requests A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool rollup A PR which is a rollup 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#135655 opened Jan 17, 2025 by matthiaskrgr Loading…
add src/librustdoc and src/rustdoc-json-types to RUSTC_IF_UNCHANGED_ALLOWED_PATHS 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)
#135654 opened Jan 17, 2025 by lolbinarycat Loading…
build_helper::compiletest module factored out of compiletest for use by bootstrap A-compiletest Area: The compiletest test runner 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)
#135653 opened Jan 17, 2025 by lolbinarycat Loading…
Support for wasm32-wali-linux-musl Tier-3 target 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.
#135651 opened Jan 17, 2025 by arjunr2 Loading…
support wasm inline assembly in naked_asm! O-wasm Target: WASM (WebAssembly), http://webassembly.org/ 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.
#135648 opened Jan 17, 2025 by folkertdev Loading…
When LLVM's location discriminator value limit is exceeded, emit locations with dummy spans instead of dropping them entirely A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. stable-nominated Nominated for backporting to the compiler in the stable channel. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135643 opened Jan 17, 2025 by khuey Loading…
[rustdoc] Replace module list items ul/li with dl/dd/dt elements S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#135641 opened Jan 17, 2025 by GuillaumeGomez Loading…
Drop MIPS glibc 2.23 patches that reside in crosstool-ng now A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#135640 opened Jan 17, 2025 by Gelbpunkt Loading…
new solver: prefer trivial builtin impls 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#135639 opened Jan 17, 2025 by lqd Loading…
Make it possible to build GCC on CI 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) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#135638 opened Jan 17, 2025 by Kobzol Loading…
Move std::io::pipe code into its own file A-run-make Area: port run-make Makefiles to rmake.rs O-unix Operating system: Unix-like 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.
#135635 opened Jan 17, 2025 by tbu- Loading…
stop specializing on Copy I-libs-api-nominated Nominated for discussion during a libs-api team meeting. I-libs-nominated Nominated for discussion during a libs team meeting. 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#135634 opened Jan 17, 2025 by joboet Loading…
ci: switch to linux free arm runners A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#135633 opened Jan 17, 2025 by marcoieni Loading…
[experiment] CI: split x86_64-msvc job using windows 2025 A-testsuite Area: The testsuite used to check the correctness of rustc 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#135632 opened Jan 17, 2025 by marcoieni Draft
Parse pinned local variable declarations 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.
#135631 opened Jan 17, 2025 by frank-king Loading…
add more s390x target features 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.
#135630 opened Jan 17, 2025 by folkertdev Loading…
doc: Point to methods on Command as alternatives to set/remove_var 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.
#135626 opened Jan 17, 2025 by clubby789 Loading…
ProTip! Updated in the last three days: updated:>2025-01-14.