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

Deny capturing late-bound ty/const params in nested opaques 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.
#132832 opened Nov 10, 2024 by compiler-errors Loading…
Rename elem_offset to element_offset 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.
#132830 opened Nov 9, 2024 by wr7 Loading…
Add a default implementation for CodegenBackend::link 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.
#132820 opened Nov 9, 2024 by bjorn3 Loading…
Recurse into APITs in impl_trait_overcaptures 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.
#132817 opened Nov 9, 2024 by compiler-errors Loading…
Dont suggest use<impl Trait> when we have an edition-2024-related borrowck issue 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.
#132816 opened Nov 9, 2024 by compiler-errors Loading…
Do not cache source file for hashing spans. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) perf-regression Performance regression. 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.
#132808 opened Nov 9, 2024 by cjgillot Draft
Fix broken url S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#132803 opened Nov 9, 2024 by wangjingcun Loading…
Use mimalloc in rustc 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132796 opened Nov 9, 2024 by iSwapna Draft
Check use<..> in RPITIT for refinement 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.
#132795 opened Nov 9, 2024 by compiler-errors Loading…
Update mdbook to 0.4.42 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#132793 opened Nov 8, 2024 by ehuss Loading…
[rustdoc] Add new example disambiguator for intra-doc links A-rustdoc-json Area: Rustdoc JSON backend 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.
#132792 opened Nov 8, 2024 by GuillaumeGomez Loading…
rustc: Fail fast when compiling a source file larger than 4 GiB 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.
#132791 opened Nov 8, 2024 by tyilo Loading…
Add as_slice/into_slice for IoSlice/IoSliceMut. O-hermit Operating System: Hermit O-solid Operating System: SOLID O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#132790 opened Nov 8, 2024 by aDotInTheVoid Loading…
add some debug-assertion crash tests S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#132789 opened Nov 8, 2024 by matthiaskrgr Draft
Unify FnCtxt between AST visitors and make WalkItemKind more straight forward 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.
#132787 opened Nov 8, 2024 by maxcabrajac Draft
improvements on initial sysroot and libdir finding logics 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)
#132782 opened Nov 8, 2024 by onur-ozkan Loading…
CI: unset NO_DOWNLOAD_CI_LLVM for 2 windows jobs 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.
#132781 opened Nov 8, 2024 by MarcoIeni Loading…
try ColdFuncOpt variants for PGO perf-regression Performance regression. 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.
#132779 opened Nov 8, 2024 by klensy Loading…
PassWrapper: disable UseOdrIndicator for Asan Win32 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.
#132773 opened Nov 8, 2024 by jakos-sec Loading…
test(configure): cover parse_args in src/bootstrap/configure.py 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)
#132771 opened Nov 8, 2024 by ismailarilik Loading…
Resolve tweaks 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.
#132761 opened Nov 8, 2024 by nnethercote Loading…
Improve {BTreeMap,HashMap}::get_key_value 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.
#132758 opened Nov 8, 2024 by nnethercote Loading…
[AIX] handle libunwind native_libs 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.
#132750 opened Nov 7, 2024 by daltenty Loading…
get rid of some false negatives in rustdoc::broken_intra_doc_links S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132748 opened Nov 7, 2024 by lolbinarycat Loading…
Use attributes for dangling_pointers_from_temporaries lint 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#132732 opened Nov 7, 2024 by gavincrawford Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.