Skip to content

Pull requests: rust-lang/rust

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

Pull requests list

Update Clippy S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#114729 opened Aug 11, 2023 by flip1995 Loading…
[beta] Update LLVM to resolve a miscompilation found in 114312. beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#114726 opened Aug 11, 2023 by DianQK Loading…
resolve vars when adding pending obligations 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.
#114724 opened Aug 11, 2023 by lcnr Loading…
rustc: Move features from Session to GlobalCtxt 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#114723 opened Aug 11, 2023 by petrochenkov Loading…
Optimizing the rest of bool's Ord implementation 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.
#114721 opened Aug 11, 2023 by danflapjax Loading…
Tell LLVM that the negation in <*const T>::sub cannot overflow perf-regression Performance regressions 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.
#114720 opened Aug 11, 2023 by scottmcm Loading…
Switch to LLD as default linker for loongarch64-unknown-none* 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.
#114717 opened Aug 11, 2023 by heiher Loading…
Explicitly deny elided lifetimes in associated consts 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.
#114716 opened Aug 10, 2023 by compiler-errors Loading…
Don't allow consts with unconstrained lifetimes in their types needs-fcp This change is insta-stable, so needs a completed FCP to proceed. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-types Relevant to the types team, which will review and decide on the PR/issue.
#114713 opened Aug 10, 2023 by compiler-errors Loading…
Infer Lld::No linker hint when the linker stem is a generic compiler driver 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.
#114711 opened Aug 10, 2023 by lqd Loading…
Respect #[expect] the same way #[allow] is with the dead_code lint 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.
#114710 opened Aug 10, 2023 by Urgau Loading…
Use io_error_more on WASI A-error-handling Area: Error handling C-enhancement Category: An issue proposing an enhancement or a PR with one. O-wasi Operating system: Wasi, Webassembly System Interface 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.
#114709 opened Aug 10, 2023 by ShE3py Loading…
Allow setting rla labels via rustbot A-meta Area: Issues about the rust-lang/rust repository. S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
#114708 opened Aug 10, 2023 by tgross35 Loading…
[experiment] Remove type_var_is_sized hack from unsized coercion 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.
#114707 opened Aug 10, 2023 by compiler-errors Draft
parser: not insert dummy field in struct 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.
#114704 opened Aug 10, 2023 by bvanjoi Loading…
Cover ParamConst in 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.
#114703 opened Aug 10, 2023 by ouz-a Loading…
Add missing normalization when checking const generics 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.
#114702 opened Aug 10, 2023 by GuillaumeGomez Loading…
Fix a pthread_t handle leak #114610 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.
#114696 opened Aug 10, 2023 by g0djan Loading…
Optimize bool::min/max 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.
#114695 opened Aug 10, 2023 by joboet Loading…
downgrade internal_features to warn 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.
#114692 opened Aug 10, 2023 by lcnr Loading…
Stabilize thread local cell methods. relnotes Marks issues that should be documented in the release notes of the next release. 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.
#114689 opened Aug 10, 2023 by m-ou-se Draft
resolve: re-export ambiguity as warning 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.
#114682 opened Aug 10, 2023 by bvanjoi Loading…
Allow dropping dyn trait object's principal I-lang-nominated Indicates that an issue has been nominated for discussion during a lang team meeting. needs-fcp This change is insta-stable, so needs a completed FCP to proceed. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-lang Relevant to the language team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#114679 opened Aug 10, 2023 by compiler-errors Loading…
Make metadata a workproduct and reuse it A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) perf-regression Performance regressions 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.
#114669 opened Aug 9, 2023 by cjgillot Draft
Dont emit BinOp::Eq on pattern match equality test for FnDef type 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.
#114668 opened Aug 9, 2023 by compiler-errors Loading…
ProTip! Adding no:label will show everything without a label.