Search

May 05, 2021
General »
...you need `typeid` at compile-time (at CTFE to be precise) which isn't available...
May 03, 2021
Announce »
It is better to use an existing jit framework then to build one on your...
April 30, 2021
Issues »
...true;

    static if (useMemcmp!(T1, T2))
    {
        if (!__ctfe)
        {
            static bool trustedMemcmp(scope T1[] lhs, scope...
April 30, 2021
Issues »
...21878 - "ref" lost when indexing array in CTFE" was merged into master:

- 8cd0a729c724eb7d85ed853b064982ae61f19adf by Boris...
April 30, 2021
Issues »
...in CTFE" fixing this issue:

- Fix Issue 21878 - "ref" lost when indexing array in CTFE...
April 29, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=21878

--- Comment #1 from Vladimir Panteleev <dlang...
April 29, 2021
Issues »
...in CTFE
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Keywords: CTFE
          Severity...
April 29, 2021
Issues »
...Hardware: All
                OS: All
            Status: NEW
          Keywords: CTFE, rejects-valid
          Severity: normal
          Priority: P3
         Component...
April 29, 2021
Learn »
...true)
string getDRYstr(T, parameters...)() {
    static assert(__ctfe);
    string mixedinstr;
    mixedinstr ~= /*code*/;
    static if(/**/){mixedinstr...
April 29, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=15478

Dlang Bot <dlang-bot@dlang.rocks...
125 126 127 128 129 130 131 132 133 134 135
Next ›   Last »