Skip to content

Issues: rust-lang/rust

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

discuss deadlocks in the std::io::pipe() example 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.
#141109 opened May 17, 2025 by oconnor663 Loading…
Docs(lib): Fix extract_if 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.
#141108 opened May 17, 2025 by PaulDance Loading…
use if matches! instead of match for simplicity 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.
#141106 opened May 16, 2025 by GrantBirki Loading…
additional edge cases tests for path.rs 🧪 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.
#141105 opened May 16, 2025 by GrantBirki Loading…
Test(fs): Fix test_eq_windows_file_type for Windows 7 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.
#141104 opened May 16, 2025 by PaulDance Loading…
Fix path resolution of rustfmt in cargo-fmt S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#141100 opened May 16, 2025 by onur-ozkan Loading…
Optimize: core slice binary_search_by 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.
#141097 opened May 16, 2025 by RoDmitry Loading…
add regression test for rust-lang#101650 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.
#141094 opened May 16, 2025 by satler-git Loading…
Implement advance_by via try_fold for Sized iterators 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.
#141086 opened May 16, 2025 by a1phyr Loading…
Fix the issue of typo of comma in arm parsing 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.
#141077 opened May 16, 2025 by chenyukang Loading…
fix Zip unsoundness (again) 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.
#141076 opened May 16, 2025 by the8472 Loading…
Stabilize feature result_flattening I-libs-api-nominated Nominated for discussion during a libs-api team meeting. 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.
#141072 opened May 16, 2025 by Rynibami Loading…
4 of 6 tasks
Enable [behind-upstream] triagebot option for rust-lang/rust 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.
#141071 opened May 16, 2025 by xizheyin Loading…
Suggest mut when possbile for temporary value dropped while borrowed 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.
#141069 opened May 16, 2025 by chenyukang Loading…
Provide slice length information to the compiler perf-regression Performance regression. 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.
#141068 opened May 16, 2025 by TDecking Loading…
Rollup of 14 pull requests A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ O-windows Operating system: Windows 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-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.
#141067 opened May 16, 2025 by hkBst Loading…
Updated std doctests for wasm 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.
#141065 opened May 16, 2025 by ehuss Loading…
Update IDEs to use rustfmt 2024, fix Zed settings 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)
#141062 opened May 16, 2025 by ChaiTRex Loading…
Permit duplicate macro imports I-lang-nominated Nominated for discussion during a lang team meeting. P-lang-drag-2 Lang team prioritization drag level 2. 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.
#141043 opened May 15, 2025 by jswrenn Loading…
move expensive layout sanity check to debug assertions 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.
#141039 opened May 15, 2025 by lqd Loading…
turn lld warning on old gccs into info log 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.
#141035 opened May 15, 2025 by lqd Loading…
avoid violating slice::from_raw_parts safety contract in Vec::extract_if I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness 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.
#141032 opened May 15, 2025 by petrosagg Loading…
Consistently type stabilized in the release notes 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.
#141029 opened May 15, 2025 by foresterre Loading…
Lexer: check in advance_token to avoid regard spare ## as GardedStrPrefix 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.
#141028 opened May 15, 2025 by xizheyin Loading…
Update std doctests for android 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.
#141019 opened May 15, 2025 by ehuss Loading…
ProTip! Adding no:label will show everything without a label.