Piotr Osiewicz
osiewicz.bsky.social
Piotr Osiewicz
@osiewicz.bsky.social
If it ain't broke.. fix it. The opinions are my own. Software Engineer @zed.dev
Time to sunset RDR then ^^

All jokes aside, this is really great. :)
November 14, 2025 at 8:49 AM
Glad to hear :)
October 8, 2025 at 12:28 AM
I'm sorry
September 30, 2025 at 10:07 AM
You can just link against static libs written in Rust and boom, C++ = safe (maybe except for 'no overhead' bit)
September 22, 2025 at 6:58 PM
Dasz radę Amos
August 13, 2025 at 12:52 PM
`ui` is the best thing since sliced bread though; I've built my memory view with it without dropping into Element *at all*. I'll take that as a W for the APIs y'all designed, even if it was troublesome at their inception. :)
July 13, 2025 at 11:24 PM
OTOH we had 2 codebase kinda living alongside each other and the fixes applied to one did not always end up in the other one :X that was kinda meh about it
July 13, 2025 at 11:17 PM
Protect yourself, so you can protect your ship
July 7, 2025 at 7:14 AM
Yet another alternative (specifically for drop glue) is Jonas' Gambit; wrapping a type in ManuallyDrop will not cause monomorphisation to occur if it's an external type.
github.com/rust-lang/ru...
internal: Use `ManuallyDrop` in `RootDatabase` to improve build times by jonas-schievink · Pull Request #10069 · rust-lang/rust-analyzer
Closes #10065
github.com
June 26, 2025 at 4:04 PM
The flag is available only on nightly, but it is enabled for dev builds even when using a stable tool chain. This means you'd have to use a nightly compiler to use it in release builds, and you already benefit from it in dev builds /w stable compiler
June 26, 2025 at 3:55 PM
Re special-casing drop_in_place; rustc already does something to that effect in dev builds where it'll reuse instantiations of generics from the dependencies of a crate. It is not enabled for release builds (by default), as it has a negative impact on codegen. Check out -Zshare-generics
June 26, 2025 at 3:52 PM
0/5, this should've been a Fax
May 20, 2025 at 7:33 AM
It is based on DAP. :)
April 29, 2025 at 7:15 PM
Angels belong in heaven
April 25, 2025 at 11:39 PM