dlang.org icon indicating copy to clipboard operation
dlang.org copied to clipboard

Pages for the dlang.org website, home of the D Programming Language

Results 100 dlang.org issues
Sort by recently updated
recently updated
newest added

Similarly to https://github.com/dlang/dlang.org/pull/2011

Needs Work
@andralex
Needs Rebase
stalled

Follow-up to https://github.com/dlang/dlang.org/pull/1926. If we ever need `rdmd`, we can trivially built it from `tools`, which is already available. Next step would be to replace the `STABLE_DMD` download with only...

Needs Work
Needs Rebase
stalled

See https://forum.dlang.org/post/[email protected] (submitted through the website and I cannot make changes to this PR. Because I am cleaning up after people, if you don't like it, please submit your own...

Spec / content
Needs Work
Needs Rebase
stalled
Vision

Starting with step 1 as outlined [here](http://forum.dlang.org/post/[email protected]) > 1. /library/ is promoted as the primary Phobos documentation in the site navigation. > 2. /phobos/ is removed from search indexing. >...

Needs Rebase
stalled

The MSP430X should match with version(MSP430), since it's a small set of backwards compatible ISA extensions (with no mode change), and an MSP430X can be used as an MSP430. In...

Blocked
Spec / content
Needs Rebase
stalled

I just went with the current behavior - ideas for improvement are very welcome. Btw ideally all these examples would get verified automatically and are runnable online ...

Spec / content
Needs Work
Bug Fix
Needs Rebase
stalled

The leading dot was introduced in #179 to avoid conflicts with legacy fragment names. However, the legacy fragment name scheme is not compatible with HTML. Fragment names must be unique...

Needs Rebase
stalled

resubmission of #1445 which now contains `` for graceful deprecation of whitespace links.

Needs Work
Needs Rebase
stalled

Update according to https://github.com/dlang/druntime/pull/1683 I'm not sure if this is enough or if I should update the general formulation of purity aswell. Made an existing statement more clear via a...

Spec / content
Needs Rebase
stalled

Show implicit conversion, not assignment in examples. Add link to array assignment. Hide unimplemented conversions from runtime indexed slice of known length. The docs were merged but the compiler pull...