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

…@safe

Needs Work
Bug Fix
Needs Rebase
stalled
stable-stalled

Part of Issue 10488 - Allow template this parameter with static functions. Note: The test is [based on code by](https://issues.dlang.org/show_bug.cgi?id=17713) @tgehr.

Please ignore - testing to see if anything breaks.

This enable automatic move of last occurrence of an l-value struct instance in a VarExp when occurring 1. as a right-hand-side `VarExp` of an `AssignExp` 2. as a value-passed `Parameter`...

Needs Work

This pull request aims to increase the flexibility of the Visitor class so that it can be used with other AST families than ASTCodegen and at the same time make...