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 supported276 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Avoid type mismatch error where a variable is bound with different ref-ness
- Potential optimization: eager nulling of Weak references
- Error messages about lifetimes for mutable Iterator are cryptic.
- UFCS can bypass trait stability
- concurrent rustdoc usage can lead to bad times
- Add levenshtein distance based suggestions everywhere
- Debug trait for tuples, array/slices, Vec, String (etc?) do not respect `width` parameter
- Desugared x.index(y) is not equivalent to x[y]
- Codegen for a large static array uses a lot of memory
- Mutable references as function arguments generate inefficient code in trivial cases
- Docs
- Rust not yet supported