24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 15104 | RESOLVED | FIXED | major | druntime | Switching fibers in finally blocks breaks EH | |
| 15105 | RESOLVED | FIXED | enhancement | visuald | paths never work | |
| 15106 | RESOLVED | FIXED | enhancement | visuald | Optlink executed with LDC as compiler? | |
| 15107 | RESOLVED | FIXED | enhancement | visuald | Win32-COFF library paths are blank | |
| 15108 | RESOLVED | LATER | enhancement | dmd | DMD should support ARM | |
| 15109 | RESOLVED | FIXED | enhancement | installer | Always gets install dir wrong when uninstalling previous version | |
| 15110 | NEW | enhancement | dmd | dmd#19049 | pragma(inline) rarely works how I want it to | |
| 15111 | RESOLVED | FIXED | normal | druntime | hashOf fails for structs that have an alias this to a dynamic array | |
| 15112 | RESOLVED | WONTFIX | enhancement | visuald | !is not highlighted | |
| 15113 | NEW | enhancement | dlang.org | dlang.org#3947 | we should automate checking of broken links on dlang.org. | |
| 15114 | RESOLVED | INVALID | normal | dmd | hijacking and selective imports | |
| 15115 | RESOLVED | FIXED | minor | phobos | std.typetuple link to std.meta is 404 | |
| 15116 | RESOLVED | FIXED | normal | dmd | Unreasonable rejection of tuple field access via named mixin | |
| 15117 | RESOLVED | FIXED | normal | dmd | Unreasonable circular reference error via named mixin | |
| 15118 | RESOLVED | FIXED | enhancement | dmd | Have dmd on Win32 look for optlink.exe instead of link.exe | |
| 15119 | NEW | enhancement | installer | installer#679 | LDC version of installer | |
| 15120 | RESOLVED | DUPLICATE | major | dmd | alias overload set combine error message | |
| 15121 | NEW | enhancement | dmd | dmd#17725 | Unneeded stack frame generated | |
| 15122 | NEW | normal | dmd | dmd#19050 | Ddoc: macros not expanded in comments in code sections | |
| 15123 | RESOLVED | FIXED | regression | dmd | [REG2.069.0-devel] segfault when compiling simple SIMD code | |
| 15124 | RESOLVED | MOVED | enhancement | dlang.org | Order By Number Of Downloads On code.dlang.org | |
| 15125 | RESOLVED | WONTFIX | normal | dmd | Explicit pure needed even though pure: at the top of the file | |
| 15126 | RESOLVED | FIXED | regression | dmd | [REG2.069-devel] dmd crashes when analyzing array literal | |
| 15127 | RESOLVED | FIXED | normal | dmd | Parser assertion on wrong code | |
| 15128 | RESOLVED | FIXED | enhancement | phobos | "IP_ADD_MEMBERSHIP" error in winsock2.d | |
| 15129 | NEW | normal | phobos | phobos#10142 | std.parallelism.parallel doesn't enforce shared-correctness | |
| 15130 | NEW | major | dmd | dmd#19051 | dmd emits huge data for zero initialized struct | |
| 15131 | RESOLVED | FIXED | normal | installer | curl.lib is not available in 32 bit mscoff format | |
| 15132 | RESOLVED | INVALID | normal | phobos | std.algorithm.sort crash on windows | |
| 15133 | RESOLVED | FIXED | major | dmd | Error message is incomprehensible | |
| 15134 | RESOLVED | INVALID | blocker | phobos | std.parallelism taskPool.amap fails to compile with array of structs or Tuples with named members | |
| 15135 | NEW | normal | phobos | phobos#10143 | std.parallelism taskPool.amap compilation error for array of tuple of tuple or tuple of struct results | |
| 15136 | RESOLVED | FIXED | normal | phobos | If we want toStringz to be fully correct, it needs to stop checking for '\0' | |
| 15137 | RESOLVED | FIXED | enhancement | druntime | core.time: Support Duration/Duration and Duration%Duration | |
| 15138 | RESOLVED | FIXED | regression | dmd | [REG2.068.2] ICE with basic use of stdx.data.json | |
| 15139 | NEW | enhancement | dmd | dmd#19052 | allow foreach over Range* | |
| 15140 | RESOLVED | FIXED | normal | phobos | std.experimental.allocator.building_blocks.free_list.FreeList leaks memory | |
| 15141 | RESOLVED | FIXED | normal | dmd | Object.factory allows the creation of derived abstract classes | |
| 15142 | NEW | normal | dmd | dmd#17726 | @trusted ignored on alias declarations when specified as prefix | |
| 15143 | NEW | normal | druntime | dmd#17312 | core.demangle: Superfluous * when demangling function pointers | |
| 15144 | RESOLVED | FIXED | minor | dmd | Bad operand size in asm { movdqa ... } produces bogus ubyte16 initializer error elsewhere. | |
| 15145 | RESOLVED | INVALID | minor | dmd | Array initializers for SIMD not working inside functions. | |
| 15146 | RESOLVED | FIXED | enhancement | phobos | std.file.dirEntries("") only works on Windows | |
| 15147 | NEW | normal | phobos | phobos#10144 | std.random.uniform return value depends on integer size | |
| 15148 | RESOLVED | WORKSFORME | normal | dmd | Linker error with packages | |
| 15149 | RESOLVED | FIXED | regression | dmd | [REG2.068.1] Linker error with separate compilation | |
| 15150 | RESOLVED | FIXED | regression | dmd | [REG2.068.1] Public selective import causes conflict | |
| 15151 | NEW | normal | dmd | dmd#19053 | Deprecation not triggered when aliasing a deprecated symbol using its FQN | |
| 15152 | RESOLVED | FIXED | regression | dmd | [REG2.069.0-devel] template fails to instantiate if argument is itself a template | |
| 15153 | RESOLVED | INVALID | normal | dmd | CTFE failes to access second dimension of static arrays | |
| 15154 | RESOLVED | INVALID | major | dmd | Wrong overload resolution with implicit conversion of other vectorized parameter __vector(void[16]) | |
| 15155 | RESOLVED | WORKSFORME | normal | dmd | ')' cannot be expressed in code examples | |
| 15156 | RESOLVED | FIXED | normal | dmd | overload set in eponymous template | |
| 15157 | RESOLVED | FIXED | normal | phobos | std.experimental.allocator.building_blocks docs | |
| 15158 | RESOLVED | DUPLICATE | minor | dmd | Better error message: "Property is not an lvalue, use 'ref' to make it so" | |
| 15159 | NEW | enhancement | dmd | dmd#19054 | Static nested function prevent inlining | |
| 15160 | RESOLVED | DUPLICATE | minor | dlang.org | std.typetuple broken link to std.meta | |
| 15161 | NEW | normal | dmd | dmd#19055 | No way to express ref delegate | |
| 15162 | RESOLVED | WONTFIX | enhancement | phobos | byDchar calls empty twice in a row | |
| 15163 | RESOLVED | FIXED | normal | dmd | Parser bug on double function call | |
| 15164 | RESOLVED | WONTFIX | blocker | phobos | std.utf.byDchar is doing an extra popFront to its input range | |
| 15165 | RESOLVED | FIXED | regression | phobos | [Reg 2.069-devel] Can no longer use GetOptException with enforceEx | |
| 15166 | RESOLVED | DUPLICATE | regression | dmd | [REG2.069-devel] spurious statement not reachable warning in static foreach loop | |
| 15167 | RESOLVED | WONTFIX | regression | dmd | [REG2.069-devel] conflicting error with repeated alias declaration | |
| 15168 | RESOLVED | FIXED | regression | dmd | [REG2.068.0] std.variant.Algebraic interacts badly with string alias this sub-types | |
| 15169 | NEW | enhancement | phobos | phobos#10145 | Add more trig functions to std.math | |
| 15170 | RESOLVED | DUPLICATE | normal | dmd | default arguments from expression tuple don't work | |
| 15171 | NEW | enhancement | dmd | dmd#17727 | private/protected/package default construction | |
| 15172 | RESOLVED | FIXED | major | dmd | ICE(interpret.c ctfeCompile) Assertion `!fd->semantic3Errors' failed. | |
| 15173 | RESOLVED | FIXED | minor | tools | rdmd man page incorrect/outdated | |
| 15174 | RESOLVED | FIXED | normal | tools | Add or undocument --tmpdir switch | |
| 15175 | RESOLVED | FIXED | normal | tools | rdmd --loop and --eval now complain about std.stream deprecation warnings | |
| 15176 | RESOLVED | FIXED | regression | dmd | [REG2.069.0-b1] ICE(glue.c):separate compilation with -inline crash in glue.c | |
| 15177 | RESOLVED | FIXED | regression | dmd | [REG2.069.0-b1] mixin + traits issue with 2.069 beta 1 | |
| 15178 | RESOLVED | FIXED | normal | dlang.org | "Try D" widget on homepage mangles Unicode | |
| 15179 | NEW | enhancement | druntime | dmd#17313 | Local imports cause outer imports to be excluded from overload set | |
| 15180 | RESOLVED | FIXED | regression | dmd | [REG2.069.0-b1] Segfault with empty struct used as UDA | |
| 15181 | RESOLVED | FIXED | regression | dmd | SYSCONFDIR is broken | |
| 15182 | RESOLVED | WORKSFORME | normal | phobos | only(enums) refused | |
| 15183 | RESOLVED | MOVED | enhancement | tools | Unexpected OPTLINK Termination at EIP=00425CF0 | |
| 15184 | NEW | normal | dmd | dmd#19056 | Wrongly shaped array accepted as matrix initializer | |
| 15185 | RESOLVED | WONTFIX | regression | druntime | [REG2.069.0-b1] Not possible to create instance of TypeInfo | |
| 15186 | RESOLVED | FIXED | enhancement | dmd | Emit better diagnostic for C++ member lookup operators | |
| 15187 | RESOLVED | FIXED | major | phobos | dispose for allocators is broken | |
| 15188 | RESOLVED | FIXED | major | phobos | `deallocate` cause memory leaks | |
| 15189 | RESOLVED | FIXED | normal | dmd | Dwarf debug info is inaccurate | |
| 15190 | NEW | major | dmd | dmd#19057 | scope(success/failure) are oddly implemented and mask stack traces | |
| 15191 | RESOLVED | FIXED | normal | dmd | DIP25: Taking address of ref return is not type checked soundly | |
| 15192 | RESOLVED | FIXED | normal | dmd | DIP25: Nested ref returns are type checked unsoundly | |
| 15193 | RESOLVED | FIXED | normal | dmd | DIP25 (implementation): Lifetimes of temporaries tracked incorrectly | |
| 15194 | RESOLVED | WORKSFORME | normal | dmd | ICE for identical overloaded functions with ref-return and local struct | |
| 15195 | RESOLVED | INVALID | enhancement | dmd | DIP25: Member functions can leak local variables | |
| 15196 | RESOLVED | FIXED | normal | phobos | std.experimental.allocator.building_blocks.bitmapped_block unit tests leak memory | |
| 15197 | RESOLVED | WORKSFORME | enhancement | phobos | Allow allocator_list to work with allocators that do not support `expand()` | |
| 15198 | RESOLVED | FIXED | enhancement | phobos | evenChunks - std.range.chunks variant which slices range into N evenly-sized chunks | |
| 15199 | RESOLVED | INVALID | normal | dmd | Cannot Resolve Type When Calling stringof Property of a Template | |
| 15200 | RESOLVED | FIXED | regression | dmd | [REG2.068.2] ICE(glue.c) when compiling with -inline | |
| 15201 | NEW | major | druntime | dmd#17314 | Segfault __memcpy_sse2_unaligned on Throwable.toString() | |
| 15202 | RESOLVED | INVALID | normal | phobos | filter and randomCover do not work together | |
| 15203 | RESOLVED | INVALID | enhancement | dmd | Chinese translation of the documentation |