design
rust
Our great sponsors
design | rust | |
---|---|---|
2 | 2464 | |
14 | 82,323 | |
- | 2.1% | |
3.3 | 10.0 | |
11 months ago | 1 day ago | |
Rust | ||
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
design
-
Blog Post: Next Rust Compiler
If you have any user stories, that could be interesting for marker, I'd appreciate a user story in the design repo. I'm also open to answer any potential questions :)
-
Understanding #[derive(Clone)]
Sure is! The GitHub org is [rust-linting](github.com/rust-linting), with the design work taking place in the only repository (rust-linting/design). So far no code, just talking things through. It's only a few weeks old — there was a post I made on IRLO for the initial idea.
rust
-
The Rust I Wanted Had No Future - Graydon Hoare
the error/? part is being worked on. you can already try it on nightly.
-
A not-so-quick introduction to the C++ allocator model
Have to admit to skimming -- this is complicated, but neat! -- but I also have to say lack of pluggable per-container allocators in Rust is perhaps my chief complaints at this point; really miss this from the C++ STL.
I don't pay attention much the process or politics, but allocator_api feels like it is stuck in permanent limbo. https://github.com/rust-lang/rust/issues/32838 -- opened 6 years ago, still pending.
-
How Rust transforms into Machine Code.
MIR goes through many different transformations from the time it's built to what gets lowered to LLVM IR. It's also worth noting that borrow checking works on MIR. Some of the most important MIR transformations are drop elaboration and generator lowering.
-
From Stacks to Trees: A new aliasing model for Rust
There was one such case in the stdlib but it was quickly patched.
-
Announcing Rust 1.70.0
Do you have a link to an MR or tracking issue? All I can find is the JSON one and a neglected MR from 2019.
So many people just wanted a contains() method, and the issue for that ended up being the most amazing example of bikeshedding I've ever seen.
This change is a pretty frustrating one. The bug it addresses should have been closed as an "works as intended." The MR acknowledges that this will break things, then does it anyway. There is no easy path to re-enable JSON output from cargo test while using stable Rust.
You can read about it here: https://github.com/rust-lang/rust/issues/62358
-
Question: Are there things for Unsafe Rust learn from Zig?
Rust can only guarantee anything if every unsafe block obeys the invariants and if all soundness bugs are not triggered.
What are some alternatives?
carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Elixir - Elixir is a dynamic, functional language for building scalable and maintainable applications
Odin - Odin Programming Language
rust-analyzer - A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer]
mimalloc - mimalloc is a compact general purpose allocator with excellent performance.
Rustup - The Rust toolchain installer
go - The Go programming language
scala - Scala 2 compiler and standard library. For bugs, see scala/bug
spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python
widevine-l3-guesser