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
- Tracking Issue for pattern types
- Tracking Issue for stabilizing the sanitizers (e.g., AddressSanitizer, LeakSanitizer, MemorySanitizer, ThreadSanitizer)
- Tracking issue for reviewing and moving sanitizers into a compiler crate (i.e., `rustc_sanitizers`)
- Codegen significantly worse when using u128 rather than two u64
- ICE: `No HirID for DefId(...)` with feature `generic_assert`
- ICE: `Unsigned value 0x100 does not fit in 8 bits`
- Abstract `ProcThreadAttributeList` into its own struct
- `rustc` suggests `for<'a>` when lifetime param already exists
- Optimize core::str::Lines::count
- sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets
- Docs
- Rust not yet supported