On Monday, 6 May 2019 at 18:15:54 UTC, Seb wrote:
Independency of D from the C Standard Library (Stefanos
Baziotis)
-----------------------------------------------------------------
An effort to decouple D from the C standard library.
Does this mean that the GC will be using
std.experimental.allocator (as you cannot assume malloc anymore)?
Header generation for C/C++ (Eduard Staniloiu)
----------------------------------------------
Automated C/C++ header generation from D files
Definitely has a ton of uses
Replace Runtime Hooks with Templates (Dan Printzell)
----------------------------------------------------
This proposal will work on translating all the array hooks from
using the TypeInfo class to templates.
So this is the reason why the compiler refused to compile some
array operations for me in -betterC. I appreciate that it'll be
fixed.