rust
https://github.com/rust-lang/rust
Rust
A safe, concurrent, practical language.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported360 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- `rust-docs`/`rustup doc` extremely frequently links to `doc.rust-lang.org` instead of local files, makes offline browsing experience very poor
- suboptimal llvm-ir due to missing noalias annotations after mir inlining
- Type checking bug. Trait appears to use inferred type from bounds rather than specified associated type
- Significantly worse codegen for SIMD shuffles after Rust 1.73.0
- `std::thread::sleep` does not document its interaction with signals
- Is anyone running our gdb-based Android debuginfo tests?
- Missed optimization in if with constant branches
- Misleading help suggests `Sync` bound when shareable reference is passed across or into await
- `--crate-type=rlib` + `-Cdebuginfo=2` + `-Zremap-cwd-prefix=.` is not reproducible on Windows
- Run merged doc-tests by default in the same process and add opt-out attribute
- Docs
- Rust not yet supported