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

[CI] bisecting cc issue S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
#132994 opened Nov 13, 2024 by clubby789 Draft
Make rustc consider itself a stable compiler when RUSTC_BOOTSTRAP=-1 A-test-infra Area: test infrastructure (may span bootstrap/compiletest/more) 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.
#132993 opened Nov 13, 2024 by jieyouxu Loading…
check_consts: fix error requesting feature gate when that gate is not actually needed 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.
#132992 opened Nov 13, 2024 by RalfJung Loading…
Rollup of 6 pull requests 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure 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.
#132989 opened Nov 13, 2024 by GuillaumeGomez Loading…
Backport of rust-analyzer "Use completion item indices instead of property matching" S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#132987 opened Nov 13, 2024 by lnicola Loading…
[illumos] use pipe2 to create anonymous pipes 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.
#132984 opened Nov 13, 2024 by sunshowers Loading…
Edit dangling pointers 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.
#132983 opened Nov 13, 2024 by Anthony-Eid Draft
alloc: fix Allocator method names in alloc free function docs 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.
#132982 opened Nov 13, 2024 by suaviloquence Loading…
use --exact on --skip to avoid unintended substring matches 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.
#132979 opened Nov 13, 2024 by onur-ozkan Loading…
Mention both release *and* edition breackage for never type lints; report them in deps A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. F-never_type `#![feature(never_type)]` L-dependency_on_unit_never_type_fallback Lint: dependency_on_unit_never_type_fallback L-never_type_fallback_flowing_into_unsafe Lint: never_type_fallback_flowing_into_unsafe 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.
#132978 opened Nov 13, 2024 by WaffleLapkin Loading…
Fix compilation error on Solaris due to flock usage 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.
#132977 opened Nov 13, 2024 by cberner Loading…
Add PeekableIterator trait 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.
#132976 opened Nov 13, 2024 by bluebear94 Draft
De-duplicate and improve definition of core::ffi::c_char 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.
#132975 opened Nov 13, 2024 by arichardson Loading…
Properly pass linker arguments that contain commas 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.
#132974 opened Nov 13, 2024 by madsmtm Loading…
Handle infer vars in anon consts on stable 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.
#132971 opened Nov 12, 2024 by BoxyUwU Loading…
fix REGISTRY_USERNAME to reuse cache between auto and pr jobs 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.
#132967 opened Nov 12, 2024 by klensy Loading…
allow CFGuard on windows-gnullvm 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.
#132965 opened Nov 12, 2024 by mati865 Loading…
Arbitrary self types v2: main compiler changes 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.
#132961 opened Nov 12, 2024 by adetaylor Draft
Add visit_coroutine_kind to ast::Visitor 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.
#132956 opened Nov 12, 2024 by maxcabrajac Loading…
Add specific diagnostic for using macro_rules macro as attribute/derive 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.
#132949 opened Nov 12, 2024 by clubby789 Loading…
add parentheses when unboxing suggestion needed 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.
#132944 opened Nov 12, 2024 by linyihai Loading…
Suggest using deref in patterns 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.
#132939 opened Nov 12, 2024 by uellenberg Loading…
a release operation synchronizes with an acquire operation A-atomic Area: Atomics, barriers, and sync primitives A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools 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.
#132937 opened Nov 12, 2024 by xmh0511 Loading…
For expr return (_ = 42); unused_paren lint should not be triggered 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.
#132936 opened Nov 12, 2024 by surechen Loading…
Overhaul the -l option parser (for linking to native libs) 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.
#132934 opened Nov 12, 2024 by Zalathar Loading…
ProTip! Updated in the last three days: updated:>2024-11-10.