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

Rollup of 8 pull requests A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc rollup A PR which is a rollup 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) 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
#126974 opened Jun 26, 2024 by matthiaskrgr Loading…
Fix bad replacement for unsafe extern block suggestion 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.
#126973 opened Jun 26, 2024 by chenyukang Loading…
Bump black, ruff and platformdirs 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)
#126971 opened Jun 25, 2024 by DianQK Loading…
Simplify str::clone_into 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.
#126970 opened Jun 25, 2024 by DaniPopes Loading…
Don't ICE during RPITIT refinement checking for resolution errors after normalization 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.
#126968 opened Jun 25, 2024 by lqd Loading…
Promote the wasm32-wasip2 target to Tier 2 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.
#126967 opened Jun 25, 2024 by alexcrichton Draft
Migrate lto-empty, invalid-so and issue-20626 run-make tests to rmake.rs 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-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)
#126964 opened Jun 25, 2024 by Oneirical Loading…
Add basic Serde serialization capabilities to Stable MIR 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.
#126963 opened Jun 25, 2024 by sskeirik Loading…
Improve error message in tidy 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)
#126960 opened Jun 25, 2024 by Kobzol Loading…
Give remote-test-client a configurable timeout 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.
#126959 opened Jun 25, 2024 by Hoverbear Loading…
Stabilize const unchecked conversion from u32 to char needs-fcp This change is insta-stable, so needs a completed FCP to proceed. S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-libs Relevant to the library team, which will review and decide on the PR/issue.
#126958 opened Jun 25, 2024 by dtolnay Loading…
Migrate pgo-gen, pgo-use and profile run-make tests to rmake.rs 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-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)
#126957 opened Jun 25, 2024 by Oneirical Loading…
core: avoid extern types in formatting infrastructure 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.
#126956 opened Jun 25, 2024 by joboet Loading…
Update cargo S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#126955 opened Jun 25, 2024 by weihanglo Loading…
resolve: Tweak some naming around import ambiguities 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.
#126954 opened Jun 25, 2024 by petrochenkov Loading…
std: separate TLS key creation from TLS access A-thread-locals Area: Thread local storage (TLS) 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.
#126953 opened Jun 25, 2024 by joboet Loading…
Migrate run-make/llvm-ident to rmake.rs 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-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)
#126941 opened Jun 25, 2024 by GuillaumeGomez Loading…
miri: make sure we can find link_section statics even for the local crate 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.
#126938 opened Jun 25, 2024 by RalfJung Loading…
fix broken build cache caused by rustdoc builds 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)
#126934 opened Jun 25, 2024 by onur-ozkan Loading…
Add unstable support for outputting file checksums for use in cargo A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#126930 opened Jun 25, 2024 by Xaeroxe Loading…
Remove __rust_force_expr. 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.
#126929 opened Jun 25, 2024 by nnethercote Loading…
Some Nonterminal removal precursors 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.
#126928 opened Jun 25, 2024 by nnethercote Loading…
Change E0369 to give note informations for foreign items. 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.
#126925 opened Jun 25, 2024 by surechen Loading…
Reduce &'static str -> String conversions in compiler/rustc_* A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) perf-regression Performance regression. 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.
#126924 opened Jun 25, 2024 by GnomedDev Loading…
test: dont optimize to invalid bitcasts 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.
#126923 opened Jun 24, 2024 by workingjubilee Loading…
ProTip! no:milestone will show everything without a milestone.