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

Add new MIR constant propagation based on dataflow analysis A-mir-opt Area: MIR optimizations 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.
#101168 opened Aug 29, 2022 by jachris Draft
Rollup of 7 pull requests A-rustdoc-json Area: Rustdoc JSON backend 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-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.
#101167 opened Aug 29, 2022 by matthiaskrgr Loading…
Generate error index with mdbook instead of raw HTML pages A-bootstrap Area: Rust's build system (x.py and src/bootstrap) A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-error-codes Area: Explanation of an error code (--explain) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#101166 opened Aug 29, 2022 by GuillaumeGomez Loading…
Use more into_iter rather than drain(..) A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101165 opened Aug 29, 2022 by ldm0 Loading…
Migrate rustc_resolve to use SessionDiagnostic A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101162 opened Aug 29, 2022 by rajputrajat Loading…
Fix uintended diagnostic caused by drain(..) 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.
#101161 opened Aug 29, 2022 by ldm0 Loading…
add tracking issue number to const_slice_split_at_not_mut 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.
#101159 opened Aug 29, 2022 by tspiteri Loading…
Remove Sync requirement from lint pass objects 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.
#101156 opened Aug 29, 2022 by Jarcho Loading…
add InProgress ErrorKind to io::ErrorKind S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#101155 opened Aug 29, 2022 by aviramha Loading…
interpret: fix unnecessary allocation in validation visitor 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.
#101154 opened Aug 29, 2022 by RalfJung Loading…
Migrate another part of rustc_infer to session diagnostic A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101153 opened Aug 29, 2022 by IntQuant Draft
Rollup of 8 pull requests 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-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.
#101152 opened Aug 29, 2022 by Dylan-DPC Loading…
Document x86_64-fortanix-unknown-sgx platform S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#101151 opened Aug 29, 2022 by jethrogb Loading…
Clean up SGX user memory copies 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.
#101150 opened Aug 29, 2022 by jethrogb Loading…
Various changes to logging of borrowck-related code 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.
#101146 opened Aug 29, 2022 by jackh726 Loading…
Improve HIR stats 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.
#101142 opened Aug 29, 2022 by nnethercote Loading…
Simplify get_trait_ref fn used for virtual_function_elimination C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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.
#101141 opened Aug 29, 2022 by compiler-errors Loading…
Update Clippy S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#101140 opened Aug 29, 2022 by Jarcho Loading…
Shrink thir::Pat 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.
#101139 opened Aug 28, 2022 by nnethercote Loading…
Migrate rustc_lint lint diagnostics A-diagnostics Area: Messages for errors, warnings, and lints 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.
#101138 opened Aug 28, 2022 by Rejyr Draft
CTFE: exposing pointers and calling extern fn is just impossible 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.
#101131 opened Aug 28, 2022 by RalfJung Loading…
Remove register_attr feature 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.
#101123 opened Aug 28, 2022 by JohnTitor Loading…
fs::get_mode enable getting the data via fcntl/F_GETFL on major BSD 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.
#101118 opened Aug 28, 2022 by devnexen Loading…
Rustdoc-Json: Retain Stripped Modules when they are imported, not when they have items A-rustdoc-json Area: Rustdoc JSON backend S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101106 opened Aug 28, 2022 by aDotInTheVoid Loading…
Format rustc_codegen_gcc 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.
#101104 opened Aug 28, 2022 by ellishg Loading…
ProTip! Adding no:label will show everything without a label.