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

out_of_scope_macro_calls: Detect calls inside attributes more precisely 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.
#126987 opened Jun 26, 2024 by petrochenkov Loading…
Implement -Z embed-source (DWARFv5 source code embedding extension) 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.
#126985 opened Jun 26, 2024 by Mrmaxmeier Draft
Remove f16 and f128 ICE paths from smir 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.
#126983 opened Jun 26, 2024 by tgross35 Loading…
Replace some magic booleans in match-lowering with enums 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.
#126981 opened Jun 26, 2024 by Zalathar Draft
set self.is_known_utf8 to false in extend_from_slice 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.
#126980 opened Jun 26, 2024 by Borgerr Loading…
Correct UTF-8 for WTF-8 again 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.
#126978 opened Jun 26, 2024 by workingjubilee Draft
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…
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
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…
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…
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-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. 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-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.
#126928 opened Jun 25, 2024 by nnethercote 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-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.
#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…
add lint for inline asm labels that look like binary 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.
#126922 opened Jun 24, 2024 by asquared31415 Loading…
Give VaList its own home A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc F-c_variadic `#![feature(c_variadic)]` 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.
#126921 opened Jun 24, 2024 by workingjubilee Loading…
Create rust.yml S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#126918 opened Jun 24, 2024 by WarDroid23 Loading…
Disable rmake test inaccessible-temp-dir on riscv64 A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#126917 opened Jun 24, 2024 by Hoverbear Loading…
ProTip! Updated in the last three days: updated:>2024-06-23.