druntime icon indicating copy to clipboard operation
druntime copied to clipboard

Low level runtime library for the D programming language

Results 32 druntime issues
Sort by recently updated
recently updated
newest added

``` The original PR (#3275) missed quite a few spots and conversions, which led to the build on Alpine Linux failing with Aithmetic Exception on core.time module constructor. Links to...

Needs Rebase

…nux (musl libc) The current definition of `CMSG_NXTHDR` uses `__cmsg_nxthdr` internally but `__cmsg_nxthdr` is not provided on Alpine Linux (musl libc). This request fixes the issue 23157 by fixing the...

Bug Fix
System Headers
stable-stalled

It's valid C11: https://en.cppreference.com/w/c/language/_Alignof

Needs Work
Needs Rebase
72h no response -> close

The rt.config module provides a set of configuration variables, with various ways to override them as documented here: https://dlang.org/phobos/rt_config.html The desirable assembly output for the 'rt_cmdline_enabled' variable looks like this...

Replacement for https://github.com/dlang/dmd/pull/13404 Marked as draft until CI issue is resolved

Needs Work
Bug Fix
stalled
stable-stalled

…owable Update `info` during every `throw`

Bug Fix
stalled

assert() is better.

Needs Work
stalled

The DMD union problem is fixed, this might get closer now...

Revival of https://github.com/dlang/druntime/pull/724 from the dead. Changes from #724: - rebased - fix doc/style nits - added changelog entry This would be a great use case for an experimental stage...

Needs Work
Needs Rebase
stalled