24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 17004 | NEW | enhancement | phobos | phobos#10215 | std.containers should be usable with @nogc | |
| 17005 | NEW | enhancement | phobos | phobos#10216 | redesign std.encoding | |
| 17006 | NEW | enhancement | phobos | phobos#9698 | std.data.json (replacement for std.json) | |
| 17007 | NEW | enhancement | phobos | phobos#10217 | let std.math work in CTFE | |
| 17008 | RESOLVED | WONTFIX | enhancement | phobos | use ldc/gdc intrinsics in std.math | |
| 17009 | NEW | enhancement | phobos | phobos#10218 | remove etc.c.curl (and std.net.curl) | |
| 17010 | RESOLVED | WONTFIX | enhancement | phobos | remove std.net.isemail | |
| 17011 | NEW | enhancement | phobos | phobos#9699 | cleanup std.signals documentation | |
| 17012 | NEW | enhancement | phobos | phobos#10219 | std.io: an io interface with support for streams and ranges | |
| 17013 | NEW | enhancement | phobos | phobos#9700 | a std.streams module and API | |
| 17014 | NEW | enhancement | phobos | phobos#10220 | enhance std.uri | |
| 17015 | NEW | enhancement | phobos | phobos#10221 | support final switch in std.variant | |
| 17016 | NEW | enhancement | phobos | phobos#9701 | new std.decimal module | |
| 17017 | NEW | enhancement | phobos | phobos#10222 | new std.events module | |
| 17018 | NEW | enhancement | phobos | phobos#10223 | Push std.experimental.xml | |
| 17019 | RESOLVED | FIXED | enhancement | phobos | std.algorithm.iteration.each should be usable with parallel | |
| 17020 | NEW | enhancement | phobos | phobos#9702 | std.parallelism.taskpool amap should accept lambdas | |
| 17021 | NEW | major | dmd | dmd#19219 | Invalid code generated for out parameters in naked asm functions | |
| 17022 | RESOLVED | INVALID | critical | dmd | brew install dmd has a bug in its creation of dmd.conf | |
| 17023 | NEW | normal | dmd | dmd#17785 | opUnaryAssign is missing | |
| 17024 | NEW | enhancement | phobos | phobos#10224 | check Phobos for convenience wrapper for templated struct | |
| 17025 | RESOLVED | FIXED | enhancement | dlang.org | integrate dmd docs on dlang.org | |
| 17026 | RESOLVED | FIXED | enhancement | phobos | std.conv.emplace could be @safe if the constructor is so | |
| 17027 | RESOLVED | FIXED | enhancement | dmd | Add support for tzcnt and lzcnt in x86(64) iasm | |
| 17028 | RESOLVED | WORKSFORME | enhancement | dlang.org | Can't post via online forums | |
| 17029 | RESOLVED | FIXED | regression | dmd | [Reg 2.072] scope variable may not be returned | |
| 17030 | NEW | enhancement | phobos | phobos#9703 | Specialize range functions for isSortedRange | |
| 17031 | NEW | enhancement | phobos | phobos#10225 | isSortedRange uses string comparisons to check for sortedness | |
| 17032 | NEW | enhancement | phobos | phobos#9704 | Sortedness of a range should be propagated | |
| 17033 | NEW | enhancement | phobos | phobos#10226 | std.experimental.logger should allow async logging | |
| 17034 | RESOLVED | FIXED | critical | dmd | DMD 32 bit PIC wrong code | |
| 17035 | RESOLVED | DUPLICATE | enhancement | dmd | extern(C) and extern(C++) module ctor/dtor should behave like the C init/fini functions | |
| 17036 | NEW | normal | dmd | dmd#19220 | Template default parameter does not works correctly | |
| 17037 | RESOLVED | FIXED | major | phobos | std.concurrency has random segfaults | |
| 17038 | NEW | enhancement | phobos | phobos#9705 | support for std.uni store / load trie entry table | |
| 17039 | NEW | enhancement | dmd | dmd#19221 | int[2][]'s sort are slow with default comparator | |
| 17040 | RESOLVED | FIXED | enhancement | phobos | Examples should have an import of itself | |
| 17041 | RESOLVED | FIXED | minor | dmd | foreach-ref can't use to static array's AliasSeq | |
| 17042 | NEW | enhancement | phobos | phobos#10227 | [meta] check all range functions for proper laziness | |
| 17043 | RESOLVED | WORKSFORME | minor | dlang.org | Formatting of std.traits table is pretty unreadable. | |
| 17044 | RESOLVED | FIXED | normal | tools | Bugzilla integration fails with reverts and multiple branches | |
| 17045 | RESOLVED | WONTFIX | minor | dmd | deprecate main(char[][]) argument check | |
| 17046 | NEW | enhancement | phobos | phobos#10228 | std.algorithm.iteration.splitter should work with mere ForwardRanges | |
| 17047 | RESOLVED | WONTFIX | enhancement | phobos | std.algorithm.iteration.splitter should propagate bidirectionality | |
| 17048 | RESOLVED | INVALID | regression | dmd | [REG 2.071] Synchronized class methods give warnings for RMW operations | |
| 17049 | RESOLVED | FIXED | normal | dmd | [scope] member methods not escape checked like free functions | |
| 17050 | NEW | normal | dmd | dmd#19222 | Inconsistent overload resolution depending on member values of Rvalue struct objects | |
| 17051 | RESOLVED | WORKSFORME | enhancement | dlang.org | [Programming in D for C Programmers] C supports anonymous structs; section is misleading. | |
| 17052 | RESOLVED | WORKSFORME | enhancement | dlang.org | [Programming in D for C Programmers] C supports designated initialization; section is misleading | |
| 17053 | RESOLVED | WORKSFORME | enhancement | dlang.org | [Programming in D for C Programmers] C supports array initialization; section is misleading | |
| 17054 | NEW | normal | dmd | dmd#19223 | Better Support Building on Windows. | |
| 17055 | RESOLVED | DUPLICATE | minor | dmd | this(...) hides this() of mixed in template | |
| 17056 | RESOLVED | WORKSFORME | minor | dmd | No filename and line info for wrong extern C++ type | |
| 17057 | RESOLVED | FIXED | normal | dmd | trait "allMembers" incorrectly includes imports | |
| 17058 | NEW | critical | dmd | dmd#19224 | dmd -shared -od=/tmp/d09/ incorrectly creates lib in cwd | |
| 17059 | RESOLVED | FIXED | regression | dmd | [REG 2.072.2] incorrect circular reference with `is(Klass : Interface)` | |
| 17060 | NEW | normal | phobos | phobos#9706 | betterC std.allocator | |
| 17061 | NEW | enhancement | dmd | dmd#19225 | dlopen: cannot load any more object with static TLS | |
| 17062 | RESOLVED | INVALID | enhancement | dlang.org | Gentoo installation page | |
| 17063 | RESOLVED | DUPLICATE | normal | dmd | Nested function template cannot be accessed | |
| 17064 | RESOLVED | FIXED | critical | tools | rdmd -of= broken (cf doesn't understand new dmd -of= syntax) | |
| 17065 | NEW | regression | phobos | phobos#10229 | [REG2.072] Unique does not work with private members | |
| 17066 | RESOLVED | FIXED | regression | phobos | [REG2.073a] std.regex captures got immutable | |
| 17067 | RESOLVED | WONTFIX | enhancement | dmd | D header file generation includes excess imports | |
| 17068 | NEW | normal | phobos | phobos#10230 | Range-based seeding of MersenneTwisterEngine is inconsistent with C++11 | |
| 17069 | RESOLVED | WONTFIX | critical | tools | rdmd code should be split in reusable libraries | |
| 17070 | RESOLVED | DUPLICATE | enhancement | phobos | std.regex.match doesn't work at compile time | |
| 17071 | RESOLVED | MOVED | major | tools | `rdmd -deps=foo.deps foo.d` caching misses dependency on foo.deps | |
| 17072 | RESOLVED | FIXED | regression | dmd | [REG 2.073.0-b1] missing symbols with -inline | |
| 17073 | RESOLVED | FIXED | regression | dmd | [Reg 2.071.0] Priority clash with `void` default initialization of struct fields | |
| 17074 | RESOLVED | FIXED | regression | dmd | extern(C++, keyword) crashes compiler | |
| 17075 | RESOLVED | FIXED | normal | phobos | ctRegex BacktrackingMatcher.prevStack: free(): invalid pointer | |
| 17076 | RESOLVED | FIXED | normal | dmd | [scope] compiling identity function template with -dip1000 causes error | |
| 17077 | RESOLVED | DUPLICATE | major | dmd | Unexpected optlink termination EIP=0040347E | |
| 17078 | RESOLVED | DUPLICATE | enhancement | phobos | std.process.execute fails on travis | |
| 17079 | NEW | normal | dmd | dmd#19226 | dmd -v should show all generated files including objects | |
| 17080 | RESOLVED | DUPLICATE | normal | dmd | Can assign member-function-ptr to free-function-ptr | |
| 17081 | ASSIGNED | normal | dmd | dmd#17787 | Bodies in extern cpp functions in D files are not linked | |
| 17082 | RESOLVED | WORKSFORME | enhancement | phobos | assert in std.algorithm.iteration splitter example does not compile. | |
| 17083 | RESOLVED | WONTFIX | enhancement | dmd | final switch(bool) should be lowered at least to a simple if else | |
| 17084 | RESOLVED | FIXED | normal | phobos | Can't sort array of structs with alias this: swap can't call non-@nogc function doesPointTo | |
| 17085 | RESOLVED | WONTFIX | enhancement | phobos | Documentation for all traits under SomethingTypeOf missing | |
| 17086 | RESOLVED | FIXED | minor | dmd | DMD segfault with multiple template matches and invalid code | |
| 17087 | RESOLVED | FIXED | regression | dmd | [REG2.072] Wrong generated with cfloat and creal when casting from int | |
| 17088 | NEW | major | druntime | dmd#17341 | Access Violation on membership test with shared AA | |
| 17089 | NEW | normal | dlang.org | dlang.org#3961 | changelog: some bug fixes are duplicated in several releases | |
| 17090 | RESOLVED | FIXED | normal | dmd | `dmd -transition=?` needs quoting => make it `-transition=help` | |
| 17091 | RESOLVED | FIXED | normal | phobos | std.range.zip cannot "save" correctly | |
| 17092 | RESOLVED | DUPLICATE | regression | phobos | [REG 2.069.0] cannot get frame pointer from TaskPool.reduce | |
| 17093 | RESOLVED | WONTFIX | enhancement | tools | gdc compilation performance on the Raspbery Pi leaves to be desired | |
| 17094 | RESOLVED | INVALID | normal | phobos | std.container.binaryheap doesn't manage store length consistently when inserting | |
| 17095 | RESOLVED | DUPLICATE | normal | phobos | Have issues with std.bigint on Ubuntu 32-bit | |
| 17096 | RESOLVED | FIXED | minor | dmd | many traits accept an invalid parameter count without error | |
| 17097 | NEW | enhancement | phobos | phobos#10231 | std.net.curl.FTP struct not covered | |
| 17098 | RESOLVED | FIXED | regression | dmd | Takes hours to -O compile then fails with Internal error: backend/cgreg.c 405 | |
| 17099 | RESOLVED | FIXED | regression | dmd | c:\d\dmd2\samples\d needs to be updated to compile with latest versions like 2073... | |
| 17100 | RESOLVED | WORKSFORME | minor | dlang.org | manpages and http://dlang.org/dmd-osx.html doc out of date; could that be autogenerated? | |
| 17101 | NEW | normal | dmd | dmd#19227 | -Dd<directory> should be upgraded to new style -Dd=<directory> (ditto -Df) | |
| 17102 | RESOLVED | FIXED | normal | phobos | std.write.file generates a segmentation fault when the file name is a string with a default value | |
| 17103 | NEW | normal | dlang.org | dlang.org#4065 | doc: -mv=<package.module>=<filespec> not mentioned in release notes; + vague doc |