dmd icon indicating copy to clipboard operation
dmd copied to clipboard

dmd D Programming Language compiler

Results 400 dmd issues
Sort by recently updated
recently updated
newest added

The idea is that if a template recursively calls itself, the only instance that needs to be cached in `TemplateDeclaration.instances` is the first one.

WIP
stalled

…out in contract with class method with contract

Needs Work
Bug Fix
stalled
Industry

…eads to missing symbol

Needs Work
Bug Fix
Needs Rebase
stalled
Industry

…y can in @system code Another problem unearthed by https://github.com/dlang/dmd/pull/12409 The fix is to tell the backend if a function is @safe

Needs Work
Bug Fix
stalled
Backend

…r precision As @ibuclaw pointed out, this can be forced already with core.math.toPrec, but I suspect that making enum, const, and static all produce the same value should be unsurprising.

Enhancement
stalled

Currently, instances of TypeInfo_Struct are generated by a complex and tedious process inside the compiler. This change experiments with using a template in druntime, Object.TypeInfoStructGeneric instead, to generate it. The...

Needs Rebase
stalled

…nalysis Users should use `static if` if they need compile time conditional compilation.

Bug Fix
Needs Rebase
stalled

Easy Review
stalled
Refactoring

Signed-off-by: Luís Ferreira --- I made this critical, but I don't know the definition of critical/major, so please clarify and change accordingly, if necessary. For context, this behaviour is being...

Needs Work
Bug Fix
Needs Rebase
stalled