Rainer Schuetze

Results 20 issues of Rainer Schuetze

Adds the complete templated implementation to newaa.d, keeping binary compatibility with rt/aaa.d for now. This should help inferring proper function attributes on the operations, aswell as using regular constructors/copy operation...

Running an enum type through core.traits.substInout converts it to its base type: ```D import core.internal.traits : substInout, Unqual; struct S { int x; } struct T { int x; alias...

don't handle postinc/dec of *p++ again in cdeq(), it is already done in cdpost() and only modifies the temporary copy, sometimes even a different register.

Sometimes when building a release build of dmd with optimizations the resulting executable (windows x64) crashes immediately. This time I have reduced it to building from the compiler directory with...

use manual event reset to wake up all background scanning threads, because sys.core.event.setIfInitialized only wakes up one thread otherwise. These threads keep spinning until busyThreads becomes 0, which only happens...

While trying to build phobos as a library with a single call, dmd errors out with ``` error : no definition found for static `deflate_stored` in this module, statics defined...

Feature:ImportC

Recently, I noticed crashes and stalls by Visual D within VS2026, where the GC was scanning huge memory blocks as the stack end address was way above the current stack...

While trying test cases from bug reports regarding AA initialization, I noticed that #21773 caused the code in #20542 to no longer compile. Better coercing array initializer types by forwarding...

Unfortunately v1.4.0 is often quarantined by Windows Defender since a couple of weeks ago, so I just released v1.4.1 which is digitally signed (with the expired certificate, but still seems...

stable-stalled

- move before installation directory selection so that installation doesn't automatically start after a (canceled) VS download/install - verify installation after download+install, only continue to next page if successful or...

stable-stalled