-
In https://github.com/rust-lang/rust/pull/127744 we begin to `deny(unsafe_op_in_unsafe_fn)` in the standard library, but there are... many... platforms which all use unsafe code inside unsafe function…
-
We have added [this](https://github.com/rust-lang/miri/blob/2382a20976416fb665bea36551b021d73154c430/triagebot.toml#L21) to our triagebot.toml in Miri in the hopes of getting automatic labels when sub…
-
# 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…
-
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…
-
Having a fold function like the rust's [Iterator::fold](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.fold) would be a nice-to-have for compacting objects array into a single value.
…
-
### 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…
-
| Metadata | |
| -------- | --- |
| Owner(s) | @traviscross |
| Team(s) | [lang](http://github.com/rust-lang/lang-team), [leadership-council](https://github.com/rust-lang/leaders…
-
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…
-
| Metadata | |
| -------- | --- |
| Owner(s) | @nikomatsakis, @joshtriplett |
| Team(s) | [compiler](http://github.com/rust-lang/compiler-team), [lang](http://github.com/rust-lang…
-
It would be good to have a test that our C interop types are always compatible with C (`c_char`, `c_long`, `c_longlong` all vary to some extent). This will more or less be what @taiki-e did at https:/…