dmd
dmd copied to clipboard
dmd D Programming Language compiler
Skipping this case led to a dangling reference to deleted Region allocations, i.e. memory corruption. Don't have a reasonable test case for it - spent 3 days till I found...
…const)
Don't be too alarmed yet, I'm planning on removing this feature as it is now redundant with other features. This PR is to find out if anyone at all is...
… been thrown fix 17494 This is an enhancement, see https://issues.dlang.org/show_bug.cgi?id=17494 It's also a regression fix.
I'll fix the spec and demangle.d in Phobos once this is approved. Next step for https://issues.dlang.org/show_bug.cgi?id=20818
Currently, instances of TypeInfo are generated by a complex and tedious process inside the compiler. This change experiments with using a template in druntime, Object.RTTypeid instead, to generate it. The...
…sing
Settle dispute over whether it works or not :-)