Connor Horman
Connor Horman
Reading through the documentation for this crate, I've noticed a few things about it, namely that some functions are exposed as safe functions, but according to the documentation, are unsafe....
If I can request, it would be good if the Compiler was designed with all major features. One thing is that the primitive types in C include all, including a...
Prefix impl names with double underscore. Also why was I free(list); free(*list);
We can't forget the obvious method of preventing the fact vim was even opened.
[Rendered](https://github.com/chorman0773/rust-rfcs/blob/freeze-uninit/text/3605-freeze-uninit.md)
Tracking Issue: https://github.com/rust-lang/rust/issues/129375 This implements `unbounded_shl` and `unbounded_shr` under the feature gate `unbounded_shifts`
This adds identifier syntax to `expressions.md` and all subchapters.
From #1550: > The go forward plan adopted by T-spec on 2024-06-13 includes, as one step, to reformat all of the chapters of the Reference to attach named identifiers to...
This alters the text of the inline-assembly chapter to clarify that ending an inline-assembly block with a prefix or using a "stateful" assembly directive without reverting it results in undefined...
This adds spec identifier syntax to interior-mutability.md