Raph Levien shows off his latest Rust UI technology prototype. A refinement of the Xilem medium-grained reactive architecture has implementations of two diff... (more…)
Read more »
The Rust for Linux project, sponsored by Google, has advanced with use of a beta Rust compiler (as opposed to a nightly build), testing ARM and RISC-V architecture support, new Rust abstractions, and more. (more…)
Read more »
No More Rust in the Kernel
After much debate, it’s become clear that Rust in the kernel is like pineapple on pizza, controversial, divisive, and not everyone agrees it belongs. This merge request b... (more…)
Read more »
Anyone who knows me knows that I've been spending a lot of time working on the Rust compiler, to the detriment of all my other projects.
I'm glad to say I'm done.
The 2000-foot version: Rust structs, (more…)
Read more »
This PR implements codegen of explicit tail calls via become in rustc_codegen_ssa and support within the LLVM backend. Completes a task on (#112788). This PR implements all the necessary bits to ma... (more…)
Read more »