24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 901 | RESOLVED | FIXED | normal | dmd | Comparison of array literals fails | |
| 902 | RESOLVED | WORKSFORME | normal | dmd | Duplicate zero-initialized template member variables | |
| 903 | RESOLVED | FIXED | normal | dmd | Example with printf and string literals crashes | |
| 904 | RESOLVED | INVALID | normal | dmd | Bad code generated for local _assert routine | |
| 905 | RESOLVED | INVALID | normal | dmd | printf strangeness | |
| 906 | RESOLVED | INVALID | normal | dmd | GDC Phobos std.demangle can't demangle symbol | |
| 907 | RESOLVED | INVALID | minor | dmd | pointers in static constructors are wack | |
| 908 | RESOLVED | FIXED | normal | dmd | compiler dies trying to inline static method call to nonstatic method in template code. | |
| 909 | RESOLVED | FIXED | normal | dlang.org | Hide e-mails from anonymous visitors | |
| 910 | RESOLVED | FIXED | normal | dlang.org | Error in description of "this" and "super" keywords | |
| 911 | RESOLVED | FIXED | blocker | dmd | expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed. | |
| 912 | RESOLVED | DUPLICATE | normal | dmd | forward referenced error in some cases (nested class)? | |
| 913 | RESOLVED | FIXED | normal | dlang.org | tokens that no longer exist are still listed | |
| 914 | RESOLVED | DUPLICATE | normal | dmd | char[] ~= wchar results in invalid UTF-8 | |
| 915 | RESOLVED | FIXED | critical | dmd | dmd generate bad form return(retn 4) for invariant func | |
| 916 | RESOLVED | FIXED | normal | dmd | regression: Internal error: ../ztc/gloop.c 1305 | |
| 917 | RESOLVED | FIXED | normal | dmd | regression: circular typedefs cause segfaults | |
| 918 | RESOLVED | FIXED | normal | dmd | (D1 only): Template order matter, version block change something with typedef, and another template bug. | |
| 919 | RESOLVED | DUPLICATE | minor | dmd | auto type inference with nested arrays | |
| 920 | RESOLVED | FIXED | normal | dlang.org | Auto classes referenced where scope should be used | |
| 921 | NEW | enhancement | dmd | dmd#17578 | DMD should optimize calls to final members in derived classes | |
| 922 | RESOLVED | FIXED | normal | dmd | export keyword causes undefined references on linux | |
| 923 | RESOLVED | FIXED | normal | dmd | No constant folding for template value default arguments, D1 only | |
| 924 | RESOLVED | FIXED | critical | dmd | GC collects valid objects | |
| 925 | RESOLVED | FIXED | normal | dmd | ICE on casting array literal to void[] | |
| 926 | RESOLVED | WONTFIX | normal | dlang.org | Revival of implicit conversion from Derived[] to Base[] not noted in changelog | |
| 927 | RESOLVED | INVALID | normal | phobos | writefln() is duplicating values for parameters supplied | |
| 928 | RESOLVED | FIXED | normal | dmd | nested struct definition in unittest section of a templated class, hangs DMD | |
| 929 | RESOLVED | FIXED | regression | dmd | Resizing array of associative arrays (uint[char[]][]) causes infinite loop / hang | |
| 930 | RESOLVED | FIXED | minor | dmd | Templates inside templates used as mixins | |
| 931 | RESOLVED | FIXED | normal | dlang.org | D Strings vs C++ Strings Page Incorrect | |
| 932 | RESOLVED | INVALID | normal | dmd | static foreach in second template instantiation uses wrong tupleof | |
| 933 | RESOLVED | FIXED | normal | dmd | (D1 only) Literal tuple parameters fails to compile when inout is mentioned | |
| 934 | RESOLVED | FIXED | normal | dmd | Segfault taking mangleof a forward reference in a template. | |
| 935 | RESOLVED | FIXED | normal | dlang.org | Extern Global C Variables | |
| 936 | RESOLVED | WONTFIX | enhancement | dmd | Optimization by compiler hints | |
| 937 | RESOLVED | FIXED | major | dmd | C-style variadic functions broken | |
| 938 | RESOLVED | FIXED | normal | dmd | struct with Tuple | |
| 939 | RESOLVED | FIXED | normal | dmd | CodeView types for arrays | |
| 940 | RESOLVED | FIXED | normal | dmd | CodeView types for classes | |
| 941 | RESOLVED | FIXED | major | phobos | std.regexp fails to match when grouping certain sub-expressions | |
| 942 | RESOLVED | WONTFIX | normal | dmd | a delegate defaults to 8 byte alignment when 4 byte is sufficient | |
| 943 | RESOLVED | WORKSFORME | normal | dmd | DDoc ignoring sections, not making paragraphs | |
| 944 | RESOLVED | LATER | trivial | phobos | Updated file.d | |
| 945 | RESOLVED | FIXED | normal | dmd | template forward reference with named nested struct only | |
| 946 | RESOLVED | WONTFIX | normal | dmd | (D1 only) Circular reference undetected in some cases | |
| 947 | RESOLVED | FIXED | normal | dmd | offsetof and alignof for an enum field of a struct fail to compile | |
| 948 | RESOLVED | FIXED | normal | dlang.org | operatoroverloading.html - Rationale section is both out of date and incomplete | |
| 949 | RESOLVED | FIXED | normal | dlang.org | Wrong spec/compiler behaviour for Strings, Integers and Floats | |
| 950 | RESOLVED | FIXED | normal | dmd | Missing filename and line number: conflict between implicit length in [...] and explicit length declared in the scope | |
| 951 | RESOLVED | FIXED | normal | dmd | Missing line number: no constructor provided for a class derived from a class with no default constructor | |
| 952 | RESOLVED | FIXED | trivial | dmd | Strange "Error:" prefix on some warning messages | |
| 953 | RESOLVED | WORKSFORME | normal | dmd | Multiple C style declarations of same type cannot be in one statement | |
| 954 | RESOLVED | FIXED | normal | dmd | Recursive templates with values, Error: T is used as a type | |
| 955 | RESOLVED | FIXED | normal | dlang.org | Passing arguments into functions - in, out, inout, const, and contracts | |
| 956 | RESOLVED | INVALID | normal | dmd | Testing Class Object for null reference causes Access Violation Error | |
| 957 | RESOLVED | DUPLICATE | normal | dmd | linkage attributes for function level declarations are ignored | |
| 958 | RESOLVED | INVALID | normal | dmd | opEquals and opCmp doesn't take Object anymore | |
| 959 | RESOLVED | FIXED | minor | dlang.org | smaller ddoc documentation issue | |
| 960 | RESOLVED | FIXED | minor | dlang.org | DMD 1.0 is in the past -- not the future | |
| 961 | RESOLVED | FIXED | normal | phobos | std.windows.registry stack corruption | |
| 962 | RESOLVED | INVALID | normal | dmd | extern C/Windows names D-mangled | |
| 963 | RESOLVED | WORKSFORME | enhancement | dmd | tuples & array literals: Error: non-constant expression ["abc","1"] | |
| 964 | RESOLVED | WORKSFORME | normal | dmd | Internal error: ../ztc/cod3.c 1760 | |
| 965 | RESOLVED | FIXED | normal | dmd | `is(<uncompilable template>)` is true and doesn't gap errors if not in a function | |
| 966 | RESOLVED | INVALID | normal | dmd | is(H==function) fails if H is a function type | |
| 967 | RESOLVED | WONTFIX | normal | dmd | %f format is wrong for some values | |
| 968 | RESOLVED | FIXED | normal | dmd | ICE on compile-time execution | |
| 969 | RESOLVED | WORKSFORME | major | dmd | 'this' needed for class member | |
| 970 | RESOLVED | DUPLICATE | normal | dmd | ICE with CTFE | |
| 971 | RESOLVED | WORKSFORME | normal | dmd | [profile] No profiling output is generated if the application terminates with exit | |
| 972 | RESOLVED | FIXED | normal | dlang.org | wrong link in phobos documentation | |
| 973 | RESOLVED | WONTFIX | normal | phobos | [std.date] DST (daylight savings time) not applied in southern hemisphere | |
| 974 | RESOLVED | FIXED | normal | dmd | compile-time parenthesis bug | |
| 975 | RESOLVED | FIXED | normal | dmd | compile-time const array makes dmd crash | |
| 976 | RESOLVED | DUPLICATE | normal | dmd | compile-time const array makes dmd crash | |
| 977 | RESOLVED | FIXED | major | dmd | Expressions inside a struct or array initializer get wrong line number | |
| 978 | RESOLVED | FIXED | major | phobos | std.utf's toUTF* functions accept some invalid and reject some valid UTF | |
| 979 | RESOLVED | DUPLICATE | major | dmd | offsetof for classes does not work | |
| 980 | RESOLVED | FIXED | minor | dmd | If a function tries to concatenate a char to a empty array, dmd complains that the function can't be evaluated at compile time | |
| 981 | RESOLVED | FIXED | normal | dmd | CFTE fails in non-template and functions that takes no args. | |
| 982 | RESOLVED | FIXED | normal | dmd | Codeview: symbols of enum type are declared integer | |
| 983 | RESOLVED | FIXED | enhancement | dmd | constant cfstrings for Darwin | |
| 984 | RESOLVED | FIXED | normal | dmd | std.c.darwin.darwin doesn't work | |
| 985 | RESOLVED | INVALID | critical | dmd | dll-imported functions return values broken | |
| 986 | RESOLVED | WORKSFORME | critical | dmd | Internal error: e2ir.c 1098 | |
| 987 | RESOLVED | FIXED | enhancement | dmd | Add DMD compiler switch to prevent automatic linking to phobos.lib/libphobos.a | |
| 988 | RESOLVED | INVALID | normal | dmd | Win32 Exception using asm lock prefix | |
| 989 | RESOLVED | FIXED | normal | dmd | Security hole | |
| 990 | RESOLVED | DUPLICATE | normal | dmd | Crash when compiling the following code | |
| 991 | RESOLVED | FIXED | normal | dmd | void static array: integral constant must be scalar type, not void | |
| 992 | RESOLVED | FIXED | normal | dmd | CTFE Failure with static if | |
| 993 | RESOLVED | FIXED | normal | dmd | incorrect ABI documentation for float parameters | |
| 994 | RESOLVED | INVALID | normal | dmd | incorrect name mangling of RT symbols for "special" classes | |
| 995 | RESOLVED | FIXED | normal | dmd | compile-time function return element of Tuple / const array | |
| 996 | RESOLVED | FIXED | normal | dlang.org | Error in doc on implicit conversion between pointer and array | |
| 997 | RESOLVED | FIXED | regression | dmd | [Regression] Struct-returning function that conditionally passes the result of another function straight through doesn't work (NRVO bug?) | |
| 998 | RESOLVED | WORKSFORME | major | dmd | Crash in compile-time functions with pragma(msg,...) | |
| 999 | RESOLVED | FIXED | normal | dmd | Problem with auto and nested array literals | |
| 1000 | RESOLVED | FIXED | normal | phobos | writefln fails on nested arrays |