24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 10901 | RESOLVED | FIXED | normal | dlang.org | Win_64 Autotester KO'd | |
| 10902 | RESOLVED | FIXED | major | phobos | some phobos unittests take an excessive amount of time | |
| 10903 | RESOLVED | FIXED | critical | dlang.org | rebuild dlang.org documentation | |
| 10904 | RESOLVED | INVALID | enhancement | phobos | "%(%s %)" format string support for std.container.Array too | |
| 10905 | RESOLVED | FIXED | normal | dmd | [ICE](ctfeexpr.c line 355) with ulong2 in structs | |
| 10906 | RESOLVED | FIXED | regression | phobos | [2.064 git-head] Out of memory compiling Phobos on Windows | |
| 10907 | RESOLVED | FIXED | normal | phobos | It is impossible to pack a structure with shared object into a tuple. | |
| 10908 | RESOLVED | FIXED | normal | dmd | Links in d.chm file are broken | |
| 10909 | RESOLVED | FIXED | enhancement | phobos | std.conv.to!(bool)(int): conversion from integer to bool | |
| 10910 | NEW | normal | dmd | dmd#17607 | Duplicate error messages for array bounds errors | |
| 10911 | RESOLVED | FIXED | normal | phobos | std.net.curl.HTTP: should allow user code to indicate content type of POST data | |
| 10912 | RESOLVED | INVALID | normal | dmd | property overridding requires both accessors to be overridden | |
| 10913 | RESOLVED | FIXED | regression | phobos | [2.064 git-head] regex/demange compilation failure | |
| 10914 | RESOLVED | DUPLICATE | normal | dmd | template stringof depends on instantiation order | |
| 10915 | RESOLVED | FIXED | minor | dmd | std.typecons.Nullable throws in writeln() if it's null | |
| 10916 | RESOLVED | FIXED | normal | phobos | toHash on VariantN not being recognised | |
| 10917 | RESOLVED | DUPLICATE | normal | dmd | scope ref should be allowed | |
| 10918 | RESOLVED | DUPLICATE | regression | dmd | ICE(arrayop.c:526) involving array ops on real[] | |
| 10919 | RESOLVED | INVALID | enhancement | dmd | typeof should accept types | |
| 10920 | RESOLVED | FIXED | critical | dmd | template instantiation order dependent link failure problem | |
| 10921 | RESOLVED | INVALID | normal | phobos | scoped returns a reference to an uninitialized object | |
| 10922 | RESOLVED | FIXED | normal | dmd | Compiler segfaults when using __traits(parent, {}) | |
| 10923 | RESOLVED | DUPLICATE | critical | dmd | ICE in backend with postincrement on double in vector op on 64 bit | |
| 10924 | NEW | enhancement | dmd | dmd#18660 | covariant attribute inference for all functions | |
| 10925 | NEW | enhancement | dmd | dmd#18661 | unittests qualified on the right hand side fail | |
| 10926 | RESOLVED | FIXED | normal | dmd | Wrong expression printed when ternary operator used as lvalue | |
| 10927 | RESOLVED | FIXED | normal | dmd | Power of complex number causes an internal error | |
| 10928 | RESOLVED | FIXED | blocker | dmd | Fails to create closures that reference structs with dtor | |
| 10929 | RESOLVED | FIXED | critical | dmd | [CTFE] Destructor errornously gets called on NRVO-ed structs? | |
| 10930 | RESOLVED | FIXED | enhancement | phobos | std.array.replace cannot simple replace an element in array | |
| 10931 | RESOLVED | FIXED | normal | phobos | etc.c.zlib should properly annotate const parameters | |
| 10932 | NEW | normal | dmd | dmd#18662 | Useless temporaries and other absurd in inlined code | |
| 10933 | NEW | enhancement | phobos | phobos#10000 | findSplitBefore/After should have needle-less overloads | |
| 10934 | RESOLVED | INVALID | normal | dlang.org | D logo missing when building website on Windows | |
| 10935 | RESOLVED | WORKSFORME | normal | dlang.org | Malformed std.windows.charset reference | |
| 10936 | RESOLVED | DUPLICATE | normal | dmd | unittest in struct body makes crash dmd | |
| 10937 | RESOLVED | FIXED | normal | dmd | struct inside union gives uninitialized error in CTFE | |
| 10938 | RESOLVED | FIXED | normal | dmd | ICE on recursive instantiation in opDispatch | |
| 10939 | NEW | normal | dmd | dmd#17608 | Inconsistent stripping of "in" but not assert in release/unittest | |
| 10940 | RESOLVED | DUPLICATE | normal | dmd | Interface post-condition breaks sub-interface covariance. | |
| 10941 | RESOLVED | FIXED | normal | installer | object.d not found when following Mac installation instructions | |
| 10942 | RESOLVED | FIXED | normal | dmd | ICE on 1087+ initializers (Internal error: backend\cgcv.c 203) | |
| 10943 | RESOLVED | WORKSFORME | normal | dmd | Nested lambda alias in template arguments has no code generated | |
| 10944 | RESOLVED | FIXED | normal | dmd | [ICE](interpret.c line 310) with arith operation on missing variable | |
| 10945 | RESOLVED | DUPLICATE | enhancement | druntime | Type extracted in an 'is' expression in a constraint should be visible in the template body | |
| 10946 | RESOLVED | FIXED | regression | dmd | Integer constant expression expected instead of... | |
| 10947 | RESOLVED | FIXED | normal | dmd | const out parameter is not properly rejected | |
| 10948 | RESOLVED | FIXED | normal | phobos | BitArray.opEquals is invalid | |
| 10949 | RESOLVED | FIXED | regression | dmd | CTFE ICE after indexing error | |
| 10950 | NEW | major | dmd | dmd#18663 | [CTFE] enum "char[]" not correctly duplicated when used. | |
| 10951 | RESOLVED | FIXED | normal | phobos | EnumMembers should document about returning duplicate members | |
| 10952 | RESOLVED | DUPLICATE | normal | dmd | struct ctor with defaulted parameters should not be allowed | |
| 10953 | RESOLVED | FIXED | normal | dmd | Attribute inheritance needs to apply to contracts, too | |
| 10954 | RESOLVED | WORKSFORME | normal | dlang.org | Include IDE integration downloads on dlang's download page | |
| 10955 | RESOLVED | FIXED | normal | phobos | std.getopt errors internally when insufficient arguments are passed | |
| 10956 | RESOLVED | FIXED | normal | phobos | std.getopt error on wrongly position arguments should improve | |
| 10957 | NEW | normal | dmd | dmd#18664 | Bad diagnostic: compiler attempts to do UFCS on a non-function | |
| 10958 | RESOLVED | FIXED | normal | phobos | std.variant : Variant and Algebraic can't use a type when sizeof == 0 | |
| 10959 | NEW | normal | phobos | phobos#10001 | std.algorithm.remove is highly bug-prone | |
| 10960 | NEW | normal | dmd | dmd#17609 | Copying a const value type should yield unqual | |
| 10961 | RESOLVED | FIXED | normal | phobos | Assigning a void[] to a Variant results in compiler errors. | |
| 10962 | RESOLVED | WORKSFORME | normal | dmd | Incorrect merging of same enum types with different qualifiers | |
| 10963 | RESOLVED | DUPLICATE | normal | dmd | Wrong code with aliased function referencing closure variable | |
| 10964 | RESOLVED | FIXED | regression | dmd | [REG][2.063] Static array assign/blit exception slips through catch block. | |
| 10965 | RESOLVED | WONTFIX | enhancement | dmd | Allow alias initializer as enum member to avoid counter reset | |
| 10966 | RESOLVED | FIXED | blocker | dmd | Optimizer generates wrong code with try-catch | |
| 10967 | RESOLVED | FIXED | normal | dmd | static array assignement is not exception safe. | |
| 10968 | RESOLVED | FIXED | normal | dmd | array element copy (1-N and N-N) ignores postblit attributes | |
| 10969 | RESOLVED | FIXED | normal | dmd | Variadic template parameter re-use in function signature | |
| 10970 | RESOLVED | FIXED | critical | dmd | Segfault in a simple test compiled without -g. | |
| 10971 | RESOLVED | INVALID | enhancement | dmd | assigning derived class to base should not trigger promotion of result | |
| 10972 | RESOLVED | FIXED | normal | dmd | aggregate postblit doesn't clean up in case of failure | |
| 10973 | RESOLVED | FIXED | regression | phobos | emplace internal error | |
| 10974 | RESOLVED | WORKSFORME | blocker | dmd | static or enum a=expr different from auto a=expr ; | |
| 10975 | RESOLVED | DUPLICATE | critical | dmd | Assertion failed: (type->ty != Tstruct || ((TypeStruct *)type)->sym == this), function semantic, file struct.c, line 791. | |
| 10976 | RESOLVED | FIXED | regression | druntime | thread_joinAll after main exit performed too late | |
| 10977 | RESOLVED | FIXED | normal | dmd | Segfault with __traits(hasMember, ...) | |
| 10978 | RESOLVED | WORKSFORME | normal | phobos | Better support of emplace for structs with immutable members | |
| 10979 | REOPENED | enhancement | dmd | dmd#18665 | Add trait for function callgraph extraction, to allow "builtin attribute"-style UDA semantic checks | |
| 10980 | RESOLVED | FIXED | blocker | dmd | static initialization of immutable structs with disabled postblit fails | |
| 10981 | RESOLVED | FIXED | regression | dmd | Contracts in pure class methods are useless | |
| 10982 | RESOLVED | WORKSFORME | major | dmd | Misleading diagnostic for missing member function overload: "Error: inout method ... is not callable using a const object" | |
| 10983 | NEW | enhancement | dmd | dmd#18666 | WinRT version specifier needed for the Windows Runtime | |
| 10984 | RESOLVED | FIXED | normal | dmd | Frame access diagnostic should improve | |
| 10985 | RESOLVED | FIXED | critical | dmd | Compiler doesn't attempt to inline non-templated functions from libraries (even having the full source) | |
| 10986 | NEW | normal | druntime | dmd#17260 | thread_attachThis doesn't initialize shared libraries | |
| 10987 | RESOLVED | FIXED | normal | dlang.org | Add documentation for 'extern (C++)' classes | |
| 10988 | NEW | normal | dlang.org | dlang.org#4028 | Add documentation on how to load DLLs at runtime | |
| 10989 | RESOLVED | FIXED | normal | dmd | [CTFE] Uncaught exception messages are not pretty printed if message wasn't literal | |
| 10990 | RESOLVED | FIXED | normal | dmd | Passing in a module as a mixin to __traits(getUnitTests) behaves differently than passing in the module directly. | |
| 10991 | RESOLVED | FIXED | enhancement | dmd | Implement trait to get vptr index of a method. | |
| 10992 | RESOLVED | FIXED | normal | dmd | Trait getUnitTests skips first test if aggregate contains multiple tests. | |
| 10993 | RESOLVED | FIXED | normal | dmd | mangling of voldemort types with lambdas changes during return type inference | |
| 10994 | RESOLVED | FIXED | regression | dmd | [REG] cannot declare statics struct with void-initialized static arrays | |
| 10995 | RESOLVED | FIXED | normal | dmd | CTFE failures for structs with void initialized members | |
| 10996 | RESOLVED | INVALID | normal | dmd | Subtyping with "alias this" conflicts with private base type | |
| 10997 | RESOLVED | FIXED | major | dmd | Tupple parsing(?) | |
| 10998 | RESOLVED | FIXED | regression | dmd | [REG 2.063] compile-time postblit call check is incorrectly suppressed. | |
| 10999 | NEW | normal | dmd | dmd#18667 | Limited type matching | |
| 11000 | RESOLVED | WORKSFORME | normal | dmd | Static field type inference failure |