rust
https://github.com/mozilla/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 supported273 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Tracking issue for moving ui tests to subdirectories
- LLVM unrolls loops fully, leading to non-linear compilation time
- Confusing 'type mismatch' error when using function pointer as fn trait
- Duplicating mut Copy variables doesn't warn or error
- Putting braces around match arm with macro call and trait resolution breaks parser
- Missed optimization: Loop with decreasing index does not elide bounds check
- Borrow compilation error with `vec.swap(0, vec.len() - 1)`, while `vec.push(vec.len())` works.
- Inefficient codegen with leading/ trailing zeros result manipulation.
- Allow `unsafe` modifier before control flow blocks like `unsafe match`, `unsafe loop`, etc.
- MaybeUninit::assume_init optimizes poorly
- Docs
- Rust not yet supported