Search

3 hours ago
Announce »
...horrible. He said that wasn't a new thing, though, because it was mostly his...
5 hours ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=16508

--- Comment #20 from dlangBugzillaToGithub <robert.schadek...
5 hours ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=14922

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
19 hours ago
Issues »
...nl> ---
The first point about it providing new information is false, you can already use...
22 hours ago
Learn »
...put in a folder called 'documentation' a new .html file automatically.

`dmd -Dddocumentation/ -c hello...
1 day ago
DIP Ideas »
Yay! This will be the new "private is not private" topic. I expect a deluge...
1 day ago
Issues »
...particularly if the implicit conversion allocates a new class object, since then you could end...
1 day ago
General »
...myClass = new MyClass;
    SerializationRoot myOtherClass = new MyOtherClass(1);
    SerializationRoot mySpecialClass = new MySpecialClass();
    SerializationRoot myProblematicClass = new...
1 day ago
General »
...T));
    }
}

class MyType : SerializableRoot {
    @thing int field;
}

void main() {
    MyType c = new MyType;
    c.serialize;
}
```

1 day ago
Issues »
...Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee...
« First   ‹ Prev
1 2
Next ›   Last »