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 supported274 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- rustc is now dynamically linked to zlib
- Confusing error message when eliding lifetimes in trait impl
- Terrible code generation with a zillion bounds checks.
- 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.
- Docs
- Rust not yet supported