Highlights:
→ LLVM RealtimeSanitizer lands in rustc
→ Google's Magika 1.0 rebuilt in Rust (1K files/sec!)
→ Automesh: mesh generation 1000x faster
→ SeaORM 2.0 type improvements
Deep dive: tinyurl.com/ywkd6uk6
#rustlang #programming
Highlights:
→ LLVM RealtimeSanitizer lands in rustc
→ Google's Magika 1.0 rebuilt in Rust (1K files/sec!)
→ Automesh: mesh generation 1000x faster
→ SeaORM 2.0 type improvements
Deep dive: tinyurl.com/ywkd6uk6
#rustlang #programming
let _: bool = dbg!(&0) < 0;
:)
let _: bool = dbg!(&0) < 0;
:)
in my experience building all of rustc takes like maybe 5-10 minutes.
in my experience building all of rustc takes like maybe 5-10 minutes.
Does LLVM as used in clang-cl and rustc do this?
Does LLVM as used in clang-cl and rustc do this?
But cargo itself sucks at just, like, being able to specify an out directory
But cargo itself sucks at just, like, being able to specify an out directory
In short, if you convert a function to an integer, it will now warn.
Why? Because of cases like:
```rust
let _ = [0; u8::max as usize];
```
1/2
In short, if you convert a function to an integer, it will now warn.
Why? Because of cases like:
```rust
let _ = [0; u8::max as usize];
```
1/2
13:58:53 me@silverplate:src$ rustc --version
rustc 1.89.0 (29483883e 2025-08-04) (gentoo)
2 | #![deny(integer_to_ptr_transmutes)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unknown_lints)]` on by default
13:58:53 me@silverplate:src$ rustc --version
rustc 1.89.0 (29483883e 2025-08-04) (gentoo)
2 | #![deny(integer_to_ptr_transmutes)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unknown_lints)]` on by default
like... yeah, obviously.
the same problems have came from refactors in C, except you also deal with memory safety/libc nonsense
like... yeah, obviously.
the same problems have came from refactors in C, except you also deal with memory safety/libc nonsense
Shows OpenMP -> Rayon migration, tricks for instruction level parallelism, SIMD, compares assembly and performance of gcc/clang/rustc generated code, and overall explains the concepts very well.
Shows OpenMP -> Rayon migration, tricks for instruction level parallelism, SIMD, compares assembly and performance of gcc/clang/rustc generated code, and overall explains the concepts very well.
Alper — Yesterday at 22:15
Claude spit out a dozen or so files that are supposed to be an ansible deployment. So that's straight-forward enough.
Alper — Yesterday at 22:15
Claude spit out a dozen or so files that are supposed to be an ansible deployment. So that's straight-forward enough.
- DEC Alpha (1992-2007)
- PA-RISC (1986-2008)
- Motorola 68000 (1979-1994)
- Hitachi SuperH (this is the only one that still seems in [very niche] use)
- DEC Alpha (1992-2007)
- PA-RISC (1986-2008)
- Motorola 68000 (1979-1994)
- Hitachi SuperH (this is the only one that still seems in [very niche] use)