Search

June 16
Issues »
...539dc473ba79db0e5e8cf9ee059a5cc137b88bda by FeepingCreature:
  Fix bugzilla issue 24596: std.typecons.Rebindable2: Don't destroy classes!
Only...
June 14
Issues »
https://issues.dlang.org/show_bug.cgi?id=14445

Nick Treleaven <nick@geany.org> changed...
June 14
Issues »
...make -j$(nproc) std/algorithm/mutation.test # single module
$ make -j$(nproc) std/algorithm.test...
June 14
General »
...strange behavior of the dup function.

```
import std.stdio;

struct S {
    int x;
    int y...
June 13
Announce »
...looking at what's there already, like `std.json`, and figuring out if we wanted...
June 13
Learn »
...add `ptr` field at all
```D
import std;
import core.stdc.stdlib;

struct Foo {
@nogc...
June 12
Learn »
...SafeRefCounted example with main marked @nogc:

```
import std;
import core.stdc.stdlib;

struct Foo {
  double...
June 12
DIP Ideas »
...compile a.cpp with `-std=c++98` and b.cpp with `-std=cpp23` and expect...
June 11
Learn »
...m overlooking?

```d
import std.variant;
import std.sumtype;
import std.traits: isArray;

struct S...
June 11
Learn »
...an array?

```d
import std.variant;
import std.sumtype;
import std.stdio;

struct S
{
    SumType...
106 107 108 109 110 111 112 113 114 115 116
Next ›   Last »