24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 15604 | RESOLVED | INVALID | regression | phobos | [REG2.070] std.array.array of structs with template opAssign and default initialised 'new'ed class member | |
| 15605 | RESOLVED | INVALID | normal | dmd | Invalid result of ptrdiff_t comparison. | |
| 15606 | RESOLVED | FIXED | enhancement | visuald | core.exception.rangeerror@pipedmd(285) range violation | |
| 15607 | RESOLVED | FIXED | major | dmd | [ICE] CTFE internal error: bad compare on accessing default-initialized static immutable array of array | |
| 15608 | RESOLVED | WORKSFORME | normal | dmd | extern(C++) mangling problem | |
| 15609 | RESOLVED | FIXED | enhancement | dmd | Populate vtable in debuginfo | |
| 15610 | RESOLVED | FIXED | blocker | dmd | extern(C++) multiple inheritance - calling with wrong 'this' ptr | |
| 15611 | RESOLVED | FIXED | normal | dmd | DMD doesn't build with VS2015 | |
| 15612 | RESOLVED | DUPLICATE | critical | dmd | Break immutability with default initialisers | |
| 15613 | RESOLVED | FIXED | enhancement | dmd | Parameter type mismatch error message are not very helpful | |
| 15614 | NEW | enhancement | dmd | dmd#17745 | more helpful error messages when bang omiitted | |
| 15615 | NEW | normal | phobos | phobos#10156 | Creating a Variant with a const primitive type doesn't compile | |
| 15616 | RESOLVED | FIXED | normal | dmd | missing candidate in error message | |
| 15617 | RESOLVED | FIXED | enhancement | visuald | New project wizard creates broken projects | |
| 15618 | RESOLVED | FIXED | regression | dmd | [REG-master] Class member layout has been changed, ABI needs to be updated? | |
| 15619 | RESOLVED | FIXED | regression | druntime | [REG 2.066] Floating-point x86_64 codegen regression, when involving array ops | |
| 15620 | RESOLVED | DUPLICATE | normal | dlang.org | Use of FunctionLiteralBody grammar rule is not allowed by the compiler | |
| 15621 | NEW | normal | phobos | phobos#9673 | std.file.rename does not allow moving files to a different drive | |
| 15622 | NEW | normal | druntime | dmd#17149 | Order of execution of module destructors is not always correct | |
| 15623 | RESOLVED | FIXED | major | dmd | is(M!N) evaluates to true for M!N that fails to instantiate. | |
| 15624 | RESOLVED | FIXED | enhancement | dmd | opApply with @safe and @system variants can't be used with foreach syntax | |
| 15625 | RESOLVED | WORKSFORME | normal | dmd | Internal error: backend/elfobj.c 1014 | |
| 15626 | RESOLVED | FIXED | blocker | dmd | extern(C++) calling crash | |
| 15627 | RESOLVED | WONTFIX | critical | dmd | @safe code generates access violation | |
| 15628 | RESOLVED | FIXED | enhancement | druntime | Exceptions in fibers never caught with /SAFESEH | |
| 15629 | RESOLVED | FIXED | regression | dmd | [REG2.066.0] wrong code with '-O -inline' but correct with '-O' | |
| 15630 | NEW | minor | dmd | dmd#19095 | gdb: <incomplete type> for enums values | |
| 15631 | RESOLVED | FIXED | minor | dmd | gdb: Parent's scope not considered for symbol lookup | |
| 15632 | RESOLVED | FIXED | enhancement | dmd | Calling delete on scope class should be an error? | |
| 15633 | RESOLVED | INVALID | major | dmd | -profile and -cov produce bogus output [2.070] | |
| 15634 | RESOLVED | WONTFIX | enhancement | dmd | new __traits request: isLvalue | |
| 15635 | NEW | major | installer | installer#682 | dmd says it is installing dmc 8.57 but installs dmc 8.42n | |
| 15636 | RESOLVED | INVALID | major | dmd | Dwarf everywhere | |
| 15637 | RESOLVED | FIXED | normal | phobos | Region allocator assert failure when expanding the last allocation | |
| 15638 | RESOLVED | FIXED | normal | dmd | no common type for const classes | |
| 15639 | RESOLVED | FIXED | major | phobos | std.experimental.allocator enables abstract class instantiation | |
| 15640 | RESOLVED | WONTFIX | normal | dmd | type inference in variadic array params not working for classes | |
| 15641 | RESOLVED | FIXED | regression | phobos | [REG2.067] std.typecons.Proxy doesn't work when destructor is not nothrow | |
| 15642 | NEW | enhancement | phobos | phobos#10157 | std.utf.encode should return ubyte | |
| 15643 | RESOLVED | FIXED | normal | installer | install.sh signature verification fails on fresh Ubuntu image | |
| 15644 | RESOLVED | FIXED | enhancement | dmd | Change object layout ABI to MI style | |
| 15645 | RESOLVED | FIXED | major | phobos | Tuple.slice() causes memory corruption. | |
| 15646 | NEW | major | druntime | dmd#17325 | Unresolved symbols when using m32mscoff with Windows subsystem | |
| 15647 | RESOLVED | FIXED | normal | dmd | Casting from one C++ interface in a hierarchy to another is a noop | |
| 15648 | NEW | major | dmd | dmd#17746 | Destructor constness doesn't take member destructor attributes into account | |
| 15649 | RESOLVED | WORKSFORME | enhancement | dlang.org | Wish: forum.dlang.org: It would be nice to see new (unreaded) posts marked somehow | |
| 15650 | NEW | major | dmd | dmd#19096 | Closure variable access broken if only referenced in contract | |
| 15651 | NEW | normal | phobos | phobos#10158 | filter: only parameters or stack based variables can be inout | |
| 15652 | NEW | normal | dmd | dmd#19097 | Alias this exceptions cannot be caught, but shadow others | |
| 15653 | RESOLVED | FIXED | major | dmd | IFTI fails for immutable parameter | |
| 15654 | REOPENED | normal | phobos | phobos#9674 | SysTime.toISOString formats the time zones incorrectly | |
| 15655 | RESOLVED | FIXED | normal | phobos | SysTime.from*String incorrectly accept single digit time zones and minutes > 59 | |
| 15656 | RESOLVED | FIXED | normal | dlang.org | ddox should recognize special meaning of '_' in ddoc, else may generate broken links. | |
| 15657 | RESOLVED | FIXED | minor | dmd | [internal] StructLiteralExp.sinst comparison in constfolding needs to be removed | |
| 15658 | RESOLVED | FIXED | normal | phobos | isFile isn't a template | |
| 15659 | RESOLVED | FIXED | normal | phobos | SList: clear() can cause crash | |
| 15660 | RESOLVED | FIXED | normal | dmd | break immutable with pure function and mutable reference params | |
| 15661 | RESOLVED | FIXED | regression | dmd | [REG2.067.0] Destructor called while object still alive | |
| 15662 | NEW | normal | dmd | dmd#17747 | Cannot move struct with defined opAssign due to @disabled post-blit | |
| 15663 | RESOLVED | FIXED | trivial | phobos | writefln("%#o", 0) should yield "0" instead of "00" | |
| 15664 | RESOLVED | FIXED | regression | dmd | [REG2.064] incorrect initialisation of member of an immutable struct | |
| 15665 | RESOLVED | FIXED | normal | dmd | Templated scope class with constructor don't compile | |
| 15666 | RESOLVED | FIXED | normal | dlang.org | Grammar does not allow member function attributes on static constructors | |
| 15667 | RESOLVED | FIXED | major | dmd | dmd infinite loop on invalid syntax. | |
| 15668 | RESOLVED | FIXED | regression | dmd | [REG2.068.0] __LINE__ evaluated at declaration context | |
| 15669 | RESOLVED | FIXED | normal | dmd | Wrong line number in error message | |
| 15670 | RESOLVED | WORKSFORME | normal | phobos | std.variant.Variant does not allow classes derived from templated classes | |
| 15671 | NEW | enhancement | dmd | dmd#19098 | The compiler should take into account inline pragmas when inlining | |
| 15672 | RESOLVED | FIXED | major | dmd | Casting from void[] to T[] is erroneously considered @safe | |
| 15673 | RESOLVED | FIXED | normal | dlang.org | [dox] atan2 docs have broken formatting | |
| 15674 | RESOLVED | FIXED | regression | dmd | [REG 2.066] alias this rejected for 'out' parameter | |
| 15675 | RESOLVED | FIXED | regression | phobos | [REG2.069] BinaryHeap!(Array!T) is built wrong | |
| 15676 | RESOLVED | FIXED | normal | dmd | The compiler does not preserve @disable while generating .di files | |
| 15677 | RESOLVED | FIXED | minor | phobos | std.experimental.allocators.expandArray overload with init should take the array by ref. | |
| 15678 | RESOLVED | FIXED | enhancement | phobos | BigInt("") should fail more prominently | |
| 15679 | RESOLVED | DUPLICATE | enhancement | dmd | DMD manpage out of date | |
| 15680 | RESOLVED | FIXED | normal | dmd | TypeInfo broken for typeof(null) | |
| 15681 | RESOLVED | FIXED | regression | dmd | [REG2.067] Nested user type enum not retaining value properly. | |
| 15682 | RESOLVED | INVALID | enhancement | druntime | Implement efficient setops for builtin AAs | |
| 15683 | RESOLVED | FIXED | trivial | phobos | broken link in DDoc | |
| 15684 | RESOLVED | FIXED | regression | dlang.org | secure wiki formatting | |
| 15685 | RESOLVED | INVALID | enhancement | dmd | &slice[$] should be allowed | |
| 15686 | RESOLVED | FIXED | minor | phobos | std.uni overloads documentation | |
| 15687 | RESOLVED | INVALID | normal | phobos | isInputRange/isForwardRange discriminate against void[] | |
| 15688 | RESOLVED | FIXED | major | dmd | dmd segfault with an integer call through comma expression | |
| 15689 | NEW | enhancement | phobos | phobos#10159 | std.typecons.RefCounted doesn't work in ctfe | |
| 15690 | RESOLVED | FIXED | critical | dmd | [ICE] backend/symbol.c 1032 | |
| 15691 | RESOLVED | FIXED | enhancement | dmd | Improve error message for struct member initializer | |
| 15692 | RESOLVED | FIXED | enhancement | dmd | Allow struct member initializer everywhere | |
| 15693 | RESOLVED | FIXED | blocker | installer | Peculiar problems with OSX archive | |
| 15694 | NEW | normal | dmd | dmd#19099 | Initializing static array member of a type that has @disabled default constructor | |
| 15695 | RESOLVED | FIXED | minor | phobos | Wrong error message in failed conversion from string to int | |
| 15696 | RESOLVED | FIXED | normal | dlang.org | The website logo overlaps the Learn tab when using Microsoft Edge | |
| 15697 | RESOLVED | FIXED | normal | dlang.org | The script for This Week in D is served over HTTP even when accessing the website over HTTPs. | |
| 15698 | RESOLVED | DUPLICATE | major | dmd | Compiler crash with unusual function call expression | |
| 15699 | NEW | major | dmd | dmd#19100 | Array length expansion should consider elements' copy-ability | |
| 15700 | RESOLVED | FIXED | enhancement | dlang.org | Source code links are partially broken | |
| 15701 | RESOLVED | FIXED | enhancement | dlang.org | documenation should link to line number | |
| 15702 | NEW | major | phobos | phobos#10160 | std.socket.Socket.receive breaks @safe | |
| 15703 | RESOLVED | FIXED | major | dmd | @safe code should not allow certain types of array casts |