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 supported290 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- `Sync` should imply `RefUnwindSafe` - lots of missing impls
- Regression: "temporary value does not live long enough" in a `static` item in Servo
- Tracking issue for procedural macros and "hygiene 2.0"
- Tracking issue for `slice::partition_dedup/by/by_key`
- Proc macros: ability to refer to a specific crate/symbol (something similar to `$crate`)
- `#[thread_local] static mut` is allowed to have `'static` lifetime
- Expand examples on str functions
- Consider replacing RawVec<T> with Box<[MaybeUninit<T>]>.
- Building standard library with LLD fails on Windows with "undefined symbol" errors
- Tracking Issue: Procedural Macro Diagnostics (RFC 1566)
- Docs
- Rust not yet supported