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

Make our DIFlags match LLVMDIFlags in the LLVM-C API 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.
#135156 opened Jan 6, 2025 by Zalathar Loading…
chore: remove redundant words in comment 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. 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.
#135153 opened Jan 6, 2025 by crystalstall Loading…
Use a post-monomorphization typing env when mangling components that come from impls 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.
#135149 opened Jan 6, 2025 by compiler-errors Loading…
Don't enable anyhow's backtrace feature in opt-dist S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#135146 opened Jan 6, 2025 by Zalathar Loading…
std: net: Add function to return the system hostname 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.
#135141 opened Jan 6, 2025 by orowith2os Loading…
[generic_assert] Constify methods used by the formatting system 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.
#135139 opened Jan 5, 2025 by c410-f3r Loading…
mark deprecated option as deprecated in rustc_session to remove copypasta and small refactor 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.
#135126 opened Jan 5, 2025 by klensy Loading…
rustdoc: Fix mismatched capitalization in sidebar S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135116 opened Jan 5, 2025 by camelid Loading…
Merge the intrinsic and user tests for select_unpredictable 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.
#135112 opened Jan 5, 2025 by tgross35 Loading…
docs: Add documentation for BPF targets S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#135107 opened Jan 4, 2025 by vadorovsky Draft
[macro_metavar_expr_concat] Add support for nested repetitions 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.
#135102 opened Jan 4, 2025 by c410-f3r Loading…
Add FileCheck annotations to mir-opt/copy-prop 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.
#135099 opened Jan 4, 2025 by Shunpoco Loading…
bootstrap: Consolidate coverage test suite steps into a single step 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)
#135097 opened Jan 4, 2025 by Zalathar Loading…
Suggest to replace tuple constructor through projection 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.
#135090 opened Jan 4, 2025 by compiler-errors Loading…
Do not ICE when encountering predicates from other items in method error reporting 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.
#135083 opened Jan 3, 2025 by compiler-errors Loading…
bootstrap: Build jemalloc with support for 64K pages 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)
#135081 opened Jan 3, 2025 by mrkajetanp Loading…
core: Make Debug impl of raw pointers print metadata if present 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135080 opened Jan 3, 2025 by Enselic Loading…
Implement ByteStr and ByteString types needs-crater This change needs a crater run to check for possible breakage in the ecosystem. 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.
#135073 opened Jan 3, 2025 by joshtriplett Loading…
[EXPLORATORY] bootstrap: break up test.rs into smaller modules by test kind S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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)
#135072 opened Jan 3, 2025 by jieyouxu Draft
bootstrap: Apply a clearer naming convention to many of the test steps 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)
#135071 opened Jan 3, 2025 by Zalathar Draft
Add Location::file_with_nul 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.
#135054 opened Jan 3, 2025 by cramertj Loading…
Emit single error for + use<'_> and don't suggest use<'static> 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.
#135052 opened Jan 3, 2025 by estebank Loading…
Add provider-style API to Context 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.
#135051 opened Jan 3, 2025 by jkarneges Loading…
Revive amdgpu-kernel calling convention S-waiting-on-LLVM Status: the compiler-dragon is eepy, can someone get it some tea? T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135047 opened Jan 2, 2025 by Flakebi Loading…
triagebot: register relnotes-interest-group ping group A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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.
#135032 opened Jan 2, 2025 by jieyouxu Loading…
ProTip! Follow long discussions with comments:>50.