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 supported287 Subscribers
View all SubscribersAdd a CodeTriage badge to rust
Help out
- Issues
- Rust 1.81: thread 'rustc' panicked at compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs:23:54: called `Option::unwrap()` on a `None` value
- Nested macro_rules and edition spans
- `--remap-path-prefix FROM=TO` creates invalid paths if `TO` doesn't start with `/`
- Experiment with using `HashMap::with_capacity` throughout the compiler
- "encountered dangling pointer in final value of constant" solved by nested const { const {} }
- Suboptimal codegen for match from enum to almost-same-value usize (unnecessary table lookups)
- Tracking issue for unsupported_calling_conventions (cdecl, stdcall, fastcall)
- Tracking Issue for `extern_system_varargs`
- Set mmapped files as readonly to prevent other processes from modifying it by accident
- experiment with relaxing the orphan rule
- Docs
- Rust not yet supported