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

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…
Run TLS destructors for wasm32-wasip1-threads make Node.js stuck A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ T-libs Relevant to the library team, which will review and decide on the PR/issue.
#137510 opened Feb 24, 2025 by Brooooooklyn
Start using pattern types in libcore O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136006 opened Jan 24, 2025 by oli-obk Loading…
Tracking issue for release notes of #125087: Optimize Seek::stream_len impl for File needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. 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 relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135693 opened Jan 18, 2025 by rustbot
3 tasks
LLVM assertion failure on Wasm exceptions A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. llvm-fixed-upstream Issue expected to be fixed by the next major LLVM upgrade, or backported fixes O-emscripten Target: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL! O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135665 opened Jan 18, 2025 by purplesyringa
setup typos check in CI A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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 S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-MCP Status: PR has a compiler MCP and is waiting for the compiler MCP to complete. 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-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#134006 opened Dec 7, 2024 by klensy Loading…
Compiled wasm32-wasip2 component from simple code requires excessive WASI interfaces C-discussion Category: Discussion or questions that doesn't represent real issues. O-wasi Operating system: Wasi, Webassembly System Interface T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133235 opened Nov 20, 2024 by ifsheldon
Renaming targets might be a breaking change A-targets Area: Concerning the implications of different compiler targets C-discussion Category: Discussion or questions that doesn't represent real issues. O-wasi Operating system: Wasi, Webassembly System Interface T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133030 opened Nov 14, 2024 by imsnif
WASI unwinding is broken in release A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-panic Area: Panicking machinery C-bug Category: This is a bug. I-miscompile Issue: Correct Rust code lowers to incorrect machine code O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ P-medium Medium priority 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.
#132416 opened Oct 31, 2024 by purplesyringa
wasm32-wasip1 depends on libc memset with no_std C-discussion Category: Discussion or questions that doesn't represent real issues. O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130621 opened Sep 20, 2024 by drebbe-intrepid
wasip2 target should not conditionally feature gate stdlib APIs C-bug Category: This is a bug. F-wasip2 `#[feature(wasip2)]` O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#130323 opened Sep 13, 2024 by Manishearth
wasip2 uses wasi:random/random to generate hashmap_random_keys O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/
#129402 opened Aug 22, 2024 by juntyr
Confusing documentation for wasm32-wasip1-threads A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools O-wasi Operating system: Wasi, Webassembly System Interface T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126857 opened Jun 23, 2024 by veluca93
[WASI] Consistency Issue with io::ErrorKind in wasm32-wasip1-threads C-bug Category: This is a bug. O-wasi Operating system: Wasi, Webassembly System Interface T-libs Relevant to the library team, which will review and decide on the PR/issue.
#125859 opened Jun 1, 2024 by namse
Optimize Seek::stream_len impl for File disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. 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-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.
#125087 opened May 13, 2024 by tbu- Loading…
Specialize sleep_until implementation A-testsuite Area: The testsuite used to check the correctness of rustc F-sleep_until `#![feature(sleep_until)]` O-hermit Operating System: Hermit O-itron Operating System: ITRON O-SGX Target: SGX 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-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.
#118480 opened Nov 30, 2023 by dvdsk Loading…
wasi threads mpsc channel hang on sched_yield only on debug rust build C-bug Category: This is a bug. O-wasi Operating system: Wasi, Webassembly System Interface T-libs Relevant to the library team, which will review and decide on the PR/issue.
#117440 opened Oct 31, 2023 by cimacmillan
Add more syscall doc aliases to std docs O-wasi Operating system: Wasi, Webassembly System Interface O-windows Operating system: Windows S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#113891 opened Jul 20, 2023 by SabrinaJewson Loading…
Tracking Issue for Compiler MCP 607: Rename wasm32-wasi target to wasm32-wasi-preview1 A-targets Area: Concerning the implications of different compiler targets C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC O-wasi Operating system: Wasi, Webassembly System Interface T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#113364 opened Jul 5, 2023 by yoshuawuyts
5 of 7 tasks
Implement fs_native_path A-testsuite Area: The testsuite used to check the correctness of rustc O-hermit Operating System: Hermit O-SGX Target: SGX 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-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.
#108981 opened Mar 10, 2023 by ChrisDenton Loading…
Potential char type issue on powerpc64le-unknown-linux-gnu for wasm32-wasi target C-bug Category: This is a bug. O-PowerPC Target: PowerPC processors O-wasi Operating system: Wasi, Webassembly System Interface
#102976 opened Oct 12, 2022 by rjzak
ProTip! no:milestone will show everything without a milestone.