The Wayback Machine - https://web.archive.org/web/20241218123416/https://github.com/rust-lang/rust/pulls
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

compiletest: don't register predefined MSVC/NONMSVC FileCheck prefixes 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134463 opened Dec 18, 2024 by jieyouxu Loading…
Merge some patterns together 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.
#134460 opened Dec 18, 2024 by oli-obk Loading…
Rollup of 8 pull requests A-compiletest Area: The compiletest test runner 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134458 opened Dec 18, 2024 by jieyouxu Loading…
cleanup promoteds move check 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.
#134455 opened Dec 18, 2024 by lcnr Loading…
fix(LazyCell): documentation of get[_mut] was wrong 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.
#134452 opened Dec 18, 2024 by jalil-salame Loading…
Stabilize the cell_update feature S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134446 opened Dec 18, 2024 by tgross35 Loading…
Fix x build --stage 1 std when using cg_cranelift as the default backend 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)
#134444 opened Dec 17, 2024 by jyn514 Loading…
Use field init shorthand where possible A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-rustfmt Area: Rustfmt CI-spurious-fail-msvc CI spurious failure: target env msvc 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.
#134443 opened Dec 17, 2024 by joshtriplett Loading…
Specify the behavior of file! disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. final-comment-period In the final comment period and will be merged soon unless new substantive objections are raised. I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination I-lang-nominated Nominated for discussion during a lang team meeting. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134442 opened Dec 17, 2024 by epage Loading…
Implement default_could_be_derived and default_overrides_default_fields lints F-default_field_values `#![feature(default_field_values)]` 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-lang Relevant to the language team, which will review and decide on the PR/issue.
#134441 opened Dec 17, 2024 by estebank Loading…
Use MixedBitSets in const qualif 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.
#134438 opened Dec 17, 2024 by lqd Loading…
reduce compiler Assemble complexity 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)
#134437 opened Dec 17, 2024 by onur-ozkan Loading…
tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134436 opened Dec 17, 2024 by taiki-e Loading…
ci: use ubuntu-22 for large 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.
#134433 opened Dec 17, 2024 by MarcoIeni Loading…
Fix intra doc links not generated inside footnote definitions 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.
#134432 opened Dec 17, 2024 by GuillaumeGomez Loading…
Update to LLVM 19.1.6 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#134428 opened Dec 17, 2024 by nikic Loading…
ci: remove duplicate task definition 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#134427 opened Dec 17, 2024 by MarcoIeni Loading…
Insert null checks for pointer dereferences when debug assertions are enabled 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.
#134424 opened Dec 17, 2024 by 1c3t3a Loading…
refactor: replace &PathBuf with &Path to enhance generality A-compiletest Area: The compiletest test runner 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134420 opened Dec 17, 2024 by Integral-Tech Loading…
Update cc-rs to 1.2.4 S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134419 opened Dec 17, 2024 by dlon Loading…
Advent of tests/ui (misc cleanups and improvements) [3/N] 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134418 opened Dec 17, 2024 by jieyouxu Loading…
compiletest: Deduplicate --check-prefix flags A-compiletest Area: The compiletest test runner 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)
#134415 opened Dec 17, 2024 by tgross35 Loading…
Generate shell completions for x as well 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)
#134405 opened Dec 17, 2024 by rmehri01 Loading…
Begin reorganization of proc_macro crate S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#134401 opened Dec 17, 2024 by AverseABFun Loading…
Do not do if ! else, use unnegated cond and swap the branches instead 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.
#134399 opened Dec 16, 2024 by spastorino Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.