April 21, 2015
https://issues.dlang.org/show_bug.cgi?id=13972

--- Comment #6 from weaselcat <r9shackleford@gmail.com> ---
RefCounted almost done. https://github.com/D-Programming-Language/phobos/pull/3171 made it possible to make @nogc refcounted types, but destroy still doesn't infer attributes as per https://github.com/D-Programming-Language/druntime/pull/1181

--
January 04, 2016
https://issues.dlang.org/show_bug.cgi?id=13972

weaselcat <r9shackleford@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |15509

--
May 11, 2018
https://issues.dlang.org/show_bug.cgi?id=13972

alexanderheistermann@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexanderheistermann@gmail.
                   |                            |com
         Depends on|14171                       |15246


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=14171
[Issue 14171] Mark non-allocating GC functions as @nogc
https://issues.dlang.org/show_bug.cgi?id=15246
[Issue 15246] Destructor inheritance doesn't inherit attributes properly
--
December 15, 2022
https://issues.dlang.org/show_bug.cgi?id=13972

--- Comment #7 from Nick Treleaven <nick@geany.org> ---
RefCounted and SafeRefCounted are @nogc.
Unique is @nogc (but doesn't manage heap memory anyway).
scoped is not.

--
December 16, 2022
https://issues.dlang.org/show_bug.cgi?id=13972

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |MOVED

--- Comment #8 from RazvanN <razvan.nitu1305@gmail.com> ---
This is not a dmd issue, so I'm closing. Anyway, most of these are @nogc now.

--
1 2
Next ›   Last »