24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 13801 | RESOLVED | WORKSFORME | critical | druntime | Garbage collector fails to work after lots of small allocations | |
| 13802 | RESOLVED | FIXED | enhancement | dmd | Improve pretty-print result for the const(string) type | |
| 13803 | RESOLVED | FIXED | enhancement | dmd | Improve pretty-print result for the wstring an dstring types | |
| 13804 | NEW | enhancement | phobos | phobos#10103 | BigInt have no binary interface to be used in crypto | |
| 13805 | RESOLVED | FIXED | normal | phobos | Nested struct initialization error | |
| 13806 | RESOLVED | FIXED | normal | phobos | std.bitmanip.BitArray -- use of methods named init() messes up templates | |
| 13807 | RESOLVED | FIXED | regression | dmd | [REG2.067a] inout(T)[] no longer matches string[] | |
| 13808 | RESOLVED | FIXED | major | dmd | Scoped import in struct body hijacks UFCS | |
| 13809 | RESOLVED | FIXED | regression | druntime | dup no longer works with types with postblit and destructors | |
| 13810 | RESOLVED | FIXED | critical | dmd | ICE in e2ir does not assert | |
| 13811 | RESOLVED | DUPLICATE | regression | dmd | Cannot deduce function from argument types with varargs | |
| 13812 | RESOLVED | FIXED | normal | installer | Windows installer doesn't include rdmd.exe | |
| 13813 | RESOLVED | INVALID | normal | dmd | DMD accepts non-static assert statement at module scope | |
| 13814 | NEW | normal | dmd | dmd#18920 | renamed selective import (alias) don't work with eponymous template | |
| 13815 | RESOLVED | FIXED | normal | dmd | Inconsistent goto jump behavior between compile-time and runtime | |
| 13816 | RESOLVED | FIXED | regression | dmd | [REG2.066.0] The compiler crashes with recursive tuple expansion | |
| 13817 | RESOLVED | FIXED | enhancement | visuald | VisualD cannot list member for (utf-8 Wide character) | |
| 13818 | NEW | normal | dmd | dmd#17690 | Unhelpful error message for rvalue reference: incompatible types for ((S()) + (S())): 'S' and 'S' | |
| 13819 | RESOLVED | FIXED | critical | dmd | ICE: backend\cg87.c with -O: "a % 2 != 0" for a double | |
| 13820 | RESOLVED | DUPLICATE | enhancement | dmd | switch and case expressions should support alias this types | |
| 13821 | RESOLVED | FIXED | blocker | druntime | fiber + exception + win server 2012 failures | |
| 13822 | NEW | enhancement | phobos | phobos#9648 | std.random.uniform(0, 16) takes lower bits | |
| 13823 | RESOLVED | FIXED | minor | dmd | Diagnostic for accessing wrongly-instantiated templated aggregate needs to improve | |
| 13824 | RESOLVED | DUPLICATE | normal | phobos | std.range.transposed irrevocably consumes subranges | |
| 13825 | ASSIGNED | normal | phobos | phobos#10104 | relativePath not handling "." and ".." correctly | |
| 13826 | RESOLVED | FIXED | enhancement | druntime | Move volatileLoad/Store to core.volatile when the volatile keyword is removed | |
| 13827 | RESOLVED | FIXED | regression | dmd | [REG2.067a] Internal Compiler Error: null field | |
| 13828 | RESOLVED | FIXED | enhancement | phobos | std.random not @nogc aware | |
| 13829 | RESOLVED | FIXED | normal | phobos | std.uni.byCodePoint for strings has length | |
| 13830 | RESOLVED | DUPLICATE | normal | dmd | Circular dependency between interface and implementation segfault the compiler | |
| 13831 | RESOLVED | FIXED | critical | dmd | DMD crash on newing struct with overlapped fields in CTFE | |
| 13832 | RESOLVED | FIXED | normal | dmd | delegates that return ref do not output correctly to .di file | |
| 13833 | NEW | normal | dmd | dmd#18921 | .classinfo.name (and typeid(obj)) does not print proper dynamic type when using an interface | |
| 13834 | RESOLVED | FIXED | enhancement | phobos | make levenshteinDistance @nogc | |
| 13835 | RESOLVED | FIXED | major | dmd | ICE in interpret.c:736 - Issue with static variables. | |
| 13836 | RESOLVED | WONTFIX | normal | dmd | DMD linker (v2.066) not working with older "ld" | |
| 13837 | RESOLVED | FIXED | enhancement | phobos | Named tuples with type inference | |
| 13838 | RESOLVED | WONTFIX | enhancement | dmd | @safe by default | |
| 13839 | RESOLVED | FIXED | enhancement | dmd | Use new style for alias declarations in di files | |
| 13840 | RESOLVED | FIXED | regression | dmd | [REG2.067a] nothrow attribute affects inside of try-catch block when using foreach with opApply | |
| 13841 | RESOLVED | FIXED | major | dmd | infinite loop in compiler on simd arithmetic | |
| 13842 | RESOLVED | DUPLICATE | minor | dmd | Can't write integer minimums literals long-hand. | |
| 13843 | RESOLVED | FIXED | normal | dmd | Issue when passing a delegate as an class alias template parameter | |
| 13844 | RESOLVED | FIXED | normal | dlang.org | core.stdc.config isn't listed in the docs | |
| 13845 | RESOLVED | INVALID | normal | dmd | Error using alias of typeof(null) as unnamed lambda parameter | |
| 13846 | RESOLVED | DUPLICATE | normal | phobos | Tuple behavior incorrect | |
| 13847 | RESOLVED | FIXED | major | dmd | CTFE internal error: dottype | |
| 13848 | RESOLVED | FIXED | major | dmd | overlapping initialization for r | |
| 13849 | RESOLVED | DUPLICATE | normal | dmd | ulong -> uint[2] cast, and invisible error messages | |
| 13850 | RESOLVED | DUPLICATE | major | dmd | mixin template accepts delegates as function parameters | |
| 13851 | RESOLVED | WORKSFORME | normal | dmd | ICE with simd assignment to void16 vector | |
| 13852 | NEW | enhancement | dmd | dmd#18922 | SIMD comparison | |
| 13853 | RESOLVED | WONTFIX | normal | phobos | Assert fail in std.random unittests: std\random.d(2890): 99: 5323 > 5300 | |
| 13854 | RESOLVED | FIXED | normal | druntime | Appending to an interior slice of a large array results in unnecessary 16-byte offset | |
| 13855 | RESOLVED | WONTFIX | enhancement | dmd | Allow multiple selective imports from different modules in a single import statement | |
| 13856 | RESOLVED | FIXED | normal | phobos | std.stdio.readln stomps arrays | |
| 13857 | RESOLVED | DUPLICATE | normal | phobos | std.algorithm.group doesn't work with range of immutables | |
| 13858 | RESOLVED | FIXED | minor | dmd | Wrong warning about unreachable code with break/goto case | |
| 13859 | NEW | enhancement | phobos | phobos#9649 | Phobos uninitializedAlloc | |
| 13860 | RESOLVED | FIXED | major | dmd | template required forward reference for typeof(member) | |
| 13861 | RESOLVED | FIXED | critical | dmd | compiler segfault with nested struct, cannot access frame | |
| 13862 | RESOLVED | INVALID | normal | dmd | function is not callable using argument types () | |
| 13863 | NEW | enhancement | phobos | phobos#10105 | (DDoc/refactor) More readable template constraints | |
| 13864 | RESOLVED | FIXED | regression | dmd | [REG2.066] tuple expand causes range violation | |
| 13865 | RESOLVED | FIXED | enhancement | phobos | std.range.rangeSplit | |
| 13866 | RESOLVED | INVALID | major | tools | tools repo 2.066.1 release tag | |
| 13867 | RESOLVED | FIXED | normal | dmd | Overriding a method from an extern(C++) interface requires extern(C++) on the method definition | |
| 13868 | NEW | enhancement | dmd | dmd#17691 | Types with the same name in different packages produce poor diagnostics | |
| 13869 | NEW | normal | dmd | dmd#18923 | Not good error message with not compatible lambda template argument | |
| 13870 | RESOLVED | WORKSFORME | critical | dmd | [ICE] shared or immutable types can not be mapped to C++ (immutable(char)) | |
| 13871 | RESOLVED | FIXED | regression | phobos | [REG2.067a] Segmentation fault from std/variant.d:609 | |
| 13872 | NEW | enhancement | phobos | phobos#10106 | std.container.Array inconsistent/misleading reference semantics for Array.init and make!Array(..) | |
| 13873 | RESOLVED | FIXED | regression | dmd | 2.066.1 Compiling with -debug -inline generates huge files | |
| 13874 | RESOLVED | FIXED | normal | dmd | Invalid FunctionTypeOf segfault the compiler | |
| 13875 | RESOLVED | DUPLICATE | normal | dmd | extern(C++) interfaces cannot be used as associative array keys | |
| 13876 | RESOLVED | WONTFIX | enhancement | phobos | (DDoc) More/better code examples. Use D.learn questions to get ideas. | |
| 13877 | RESOLVED | FIXED | normal | phobos | Problem with map+join | |
| 13878 | RESOLVED | FIXED | major | druntime | Appending to an array block with modified flags loses flag info | |
| 13879 | RESOLVED | FIXED | normal | dmd | Default inizialization of function pointers array | |
| 13880 | RESOLVED | FIXED | enhancement | phobos | nothrow @nogc std.algorithm.reduce on fixed-size arrays | |
| 13881 | RESOLVED | WONTFIX | enhancement | phobos | Optional length template argument for std.range.takeExactly | |
| 13882 | NEW | enhancement | phobos | phobos#10107 | Use compile-time length check in std.algorithm.copy | |
| 13883 | RESOLVED | DUPLICATE | normal | dmd | can't alias elements of typetuple | |
| 13884 | RESOLVED | FIXED | normal | dmd | No error line number with std.array.array of range of type tuples | |
| 13885 | RESOLVED | INVALID | enhancement | druntime | aa.byKey and aa.byValue don't have a length | |
| 13886 | RESOLVED | FIXED | regression | dmd | [REG2.066] global.gaggedErrors ICE | |
| 13887 | NEW | enhancement | dlang.org | dlang.org#4035 | Add checksums and other security artifacts to tools downloads | |
| 13888 | RESOLVED | FIXED | enhancement | visuald | VisualD project settings use the same property grid as C/C++ projects? | |
| 13889 | RESOLVED | FIXED | enhancement | dmd | mscoff32 libs not available | |
| 13890 | RESOLVED | INVALID | normal | druntime | Comparing arrays within structs results in an assignment. | |
| 13891 | NEW | normal | dmd | dmd#18924 | __gshared/static anonymous union members do not overlap | |
| 13892 | RESOLVED | FIXED | minor | dlang.org | Erroneous information on the variadic template page | |
| 13893 | RESOLVED | FIXED | enhancement | phobos | "rawRead must take a non-empty buffer" | |
| 13894 | NEW | normal | dmd | dmd#17692 | tupleof does not exclude hidden members | |
| 13895 | RESOLVED | FIXED | normal | dlang.org | Declaration grammar is insufficient | |
| 13896 | RESOLVED | DUPLICATE | normal | dmd | DMD-FE accepts multiple extern(C) definitions | |
| 13897 | RESOLVED | INVALID | regression | dmd | Wrong purity of inner function | |
| 13898 | RESOLVED | DUPLICATE | normal | phobos | Link error from std.stdio rawRead | |
| 13899 | RESOLVED | FIXED | minor | dmd | Unwanted warning for pure opApply | |
| 13900 | NEW | enhancement | dmd | dmd#18925 | A dup-ped associative array can't be assigned to immutable |