-
Note: there is the "A-rust-for-linux" label in the `rust` repository: https://github.com/rust-lang/rust/labels/A-rust-for-linux.
## Features that we would like to see
### Required (we almost cer…
-
First of all, really nice project!
Please correct me if I am wrong, it occurs to me that right now guix-rustup works by downloading pre-built binaries from static.rust-lang.org. While this indeed i…
-
This is a tracking issue for work on pin ergonomics.
The feature gate for the issue is `#![feature(pin_ergonomics)]`.
### About tracking issues
Tracking issues are used to record the overall progre…
-
# Intro
I'm not sure if this should be a [Discussion](https://github.com/Rick-Lang/rickroll-lang/discussions/79), but I believe it makes sense as an Issue.
I guess I should quote [The Purpose™](ht…
-
| Metadata | |
| -------- | --- |
| Owner(s) | @nikomatsakis, @joshtriplett |
| Team(s) | [compiler](http://github.com/rust-lang/compiler-team), [lang](http://github.com/rust-lang…
-
### Problem:
I actually came here from [aws-lc-rust](https://github.com/aws/aws-lc-rs). I tried to use the following minimal example with `x86_64-win7-windows-msvc` but as soon as the library tries…
-
We want to test both runtime and compile performance.
We might be able to leverage https://github.com/rust-lang/rustc-perf/.
-
### Describe your use case
This will mainly focus on the `no_alloc` usecase!
In the embedded world (most typically), people rely on no_std crates where there's no standard library, `no_std` crates…
-
macOS aarch64 m1
```console
cargo new project
cd project
cargo add half
CARGO_PROFILE_DEV_CODEGEN_BACKEND="cranelift" cargo +nightly build -Zcodegen-backend
```
Error:
```console
Compiling cf…
-
Since this is already brought up in https://github.com/rust-lang/miri/issues/3470#issuecomment-2460600407, I will just open a new issue for this.
To resolve the FIXME here, https://github.com/rust-l…