24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 14604 | RESOLVED | FIXED | normal | dmd | "cannot resolve forward reference" when opDispatch results in a template | |
| 14605 | RESOLVED | FIXED | normal | phobos | RefAppender fails isOutputRange | |
| 14606 | RESOLVED | FIXED | regression | dmd | [REG2.067.0] Bad code with -inline and structs | |
| 14607 | RESOLVED | WONTFIX | major | dmd | dmd crashes intermittently when building in 32 bit mode | |
| 14608 | REOPENED | enhancement | dlang.org | dlang.org#4041 | Enum members should be formatted as a table | |
| 14609 | RESOLVED | FIXED | regression | dmd | [REG2.068a] Github HEAD: DMD assertion failure for valid code | |
| 14610 | RESOLVED | FIXED | regression | dmd | [REG2.067] 'null this' assertion missing in 2.067 | |
| 14611 | RESOLVED | FIXED | normal | phobos | socket.localAddress fails on Unix sockets with longer path (> 13 characters) | |
| 14612 | NEW | normal | dmd | dmd#18991 | typeid(interface) returns TypeInfo_Class object | |
| 14613 | RESOLVED | FIXED | normal | dmd | DMD: Internal error: backend/cod1.c 1567 on '-O' switch | |
| 14614 | RESOLVED | FIXED | major | visuald | PDB File Not Generated when building in VS2015 | |
| 14615 | RESOLVED | FIXED | major | phobos | std.regex.replaceFirstInto throws exception when no match is found | |
| 14616 | RESOLVED | FIXED | minor | phobos | ddoc shows std.socket.UnixAddress as "abstract" | |
| 14617 | RESOLVED | FIXED | normal | dmd | PTHREAD_MUTEX_INITIALIZER does not work on OSX | |
| 14618 | NEW | normal | dmd | dmd#18992 | can break immutable with inout and a delegate | |
| 14619 | NEW | normal | dmd | dmd#18993 | foreach implicitly slices ranges | |
| 14620 | RESOLVED | WORKSFORME | enhancement | druntime | make core.Thread.Fiber more @nogc | |
| 14621 | RESOLVED | FIXED | regression | dmd | [REG2.066] ICE: Assertion failure: 'global.gaggedErrors || global.errors' on line 752 in file 'statement.c' | |
| 14622 | NEW | enhancement | dmd | dmd#18994 | documented unit test that follows an undocumented symbol silently ignored | |
| 14623 | NEW | enhancement | druntime | dmd#17301 | Checking for in-flight exceptions at runtime | |
| 14624 | RESOLVED | FIXED | normal | dmd | The array operator overloading fallback is not correct | |
| 14625 | RESOLVED | FIXED | normal | dmd | opIndex() doesn't work on foreach container iteration | |
| 14626 | RESOLVED | FIXED | regression | druntime | [REG2.066] byValue doesn't work with inout AA | |
| 14627 | NEW | enhancement | dmd | dmd#17709 | Implicit conversion from uint to dchar allows dchar > dchar.max | |
| 14628 | RESOLVED | DUPLICATE | enhancement | visuald | VisualD fails with Visual Studio 2015 RC | |
| 14629 | RESOLVED | FIXED | normal | dmd | Type system breaking and wrong code bugs in casting reference types to typeof(null) | |
| 14630 | RESOLVED | INVALID | normal | druntime | Std.algorithm splitter segfault on large file with mmfile, seems GC related. | |
| 14631 | RESOLVED | FIXED | enhancement | dlang.org | Hide deprecated modules | |
| 14632 | RESOLVED | FIXED | minor | dmd | Diagnostic improvement for invalid cast with alias this | |
| 14633 | RESOLVED | FIXED | enhancement | dmd | DDoc: false warnings for missing parameters on template declaration | |
| 14634 | RESOLVED | FIXED | regression | dmd | dmd crashes without any input | |
| 14635 | RESOLVED | WONTFIX | normal | druntime | inconsistent type for line: uint vs size_t | |
| 14636 | RESOLVED | FIXED | enhancement | installer | Make dub part of the standard distribution for all platforms | |
| 14637 | RESOLVED | FIXED | enhancement | phobos | Array operations should work on tuples | |
| 14638 | NEW | enhancement | dmd | dmd#18995 | The last (in lexical order) copy of an object must be a move | |
| 14639 | RESOLVED | FIXED | normal | dmd | Assigning init value to struct uses stack, causing segfault | |
| 14640 | NEW | enhancement | dmd | dmd#18996 | Special grammar for skipping unittest blocks | |
| 14641 | NEW | enhancement | dmd | dmd#18997 | Use SIMD to accelerate comment lexing | |
| 14642 | RESOLVED | FIXED | regression | dmd | [REG2.066] ICE in ctfeInterpret | |
| 14643 | RESOLVED | DUPLICATE | normal | dmd | Safety violation with final switch and void initializer | |
| 14644 | RESOLVED | FIXED | enhancement | dlang.org | Wikipedia page on Generic Programming should have a section on D | |
| 14645 | RESOLVED | INVALID | enhancement | dlang.org | Russian Wikipedia page on D needs a total revision | |
| 14646 | RESOLVED | FIXED | enhancement | dmd | Add a documented way to invoke postblit | |
| 14647 | RESOLVED | FIXED | normal | phobos | std.random line 3015 heisenbug with FreeBSD_32 | |
| 14648 | RESOLVED | WORKSFORME | enhancement | dmd | DIP25's "return" attribute breaks safety checks | |
| 14649 | RESOLVED | FIXED | major | dmd | ICE on invalid array operation with string literals | |
| 14650 | ASSIGNED | normal | dmd | dmd#18998 | Destructors are not called on global variables | |
| 14651 | RESOLVED | DUPLICATE | normal | dmd | Typesafe variadic parameter after optional parameter causes ICE | |
| 14652 | NEW | enhancement | dmd | dmd#17711 | Ddoc generates wrong documentation for parameterized alias definition | |
| 14653 | RESOLVED | FIXED | major | dmd | scoped!range in foreach crashes | |
| 14654 | RESOLVED | MOVED | enhancement | tools | rdmd should compile package at a time | |
| 14655 | RESOLVED | LATER | blocker | dmd | invalid mangling on the D side. it wants '.init', but using '.__init' for some reason | |
| 14656 | RESOLVED | FIXED | minor | dmd | "auto" of "auto ref" spills over to other function | |
| 14657 | RESOLVED | DUPLICATE | minor | dmd | can alias auto ref function but only after it's been called before | |
| 14658 | NEW | enhancement | dmd | dmd#18999 | Allow half-width katakana in identifiers | |
| 14659 | NEW | normal | dmd | dmd#17712 | static if not working with associative arrays | |
| 14660 | RESOLVED | FIXED | normal | phobos | std.range.choose() is not CTFE'able | |
| 14661 | RESOLVED | FIXED | regression | dlang.org | "Error executing command build: Unknown dependency: ddox" when building website | |
| 14662 | RESOLVED | WONTFIX | major | dmd | __FILE__ template parameter becomes relative just by changing compilation directory | |
| 14663 | RESOLVED | FIXED | major | druntime | shared library test - link_linkdep - segfaults on FreeBSD 10 | |
| 14664 | RESOLVED | DUPLICATE | normal | dlang.org | missing pages / broken links | |
| 14665 | NEW | normal | phobos | phobos#10131 | thread priority does nothing on linux | |
| 14666 | RESOLVED | FIXED | regression | dmd | [REG2.061] Bogus forward reference error | |
| 14667 | RESOLVED | DUPLICATE | normal | dmd | Assertion failed: (type->ty != Tstruct || ((TypeStruct *)type)->sym == this), function semantic, file struct.c, line 929. | |
| 14668 | NEW | enhancement | dmd | dmd#19000 | Add DOCBASENAME DDoc macro | |
| 14669 | RESOLVED | FIXED | normal | dmd | auto attribute on function parameter should be error always | |
| 14670 | NEW | enhancement | phobos | phobos#9661 | Allow Algebraic to ascribe names to fields | |
| 14671 | RESOLVED | INVALID | enhancement | dlang.org | Stop spamming me | |
| 14672 | RESOLVED | FIXED | regression | dmd | [REG2.067.0] Internal error: e2ir.c 4620 when copying array of derived class to an array of base class | |
| 14673 | NEW | enhancement | phobos | phobos#10132 | BigInt needs more performance and total revision | |
| 14674 | RESOLVED | INVALID | major | dmd | Importing std.stdio causes another module to become undefined | |
| 14675 | NEW | normal | dmd | dmd#19001 | template specialization for T: T* and T: T[] has issues with IFTI | |
| 14676 | RESOLVED | WONTFIX | enhancement | phobos | Calling the constructor of the parent class of an anonymous class | |
| 14677 | RESOLVED | FIXED | normal | dmd | cast correctness not checked inside is(typeof()) | |
| 14678 | RESOLVED | DUPLICATE | major | dmd | Bogus cannot create a struct until its size is determined error | |
| 14679 | NEW | enhancement | dmd | dmd#19002 | Parse uninstantiated generic artifacts lazily | |
| 14680 | RESOLVED | WONTFIX | enhancement | phobos | Investigate the use of .di files for Phobos | |
| 14681 | NEW | enhancement | dmd | dmd#19003 | Add a way to specify a file import's contents on the command line | |
| 14682 | RESOLVED | FIXED | regression | dmd | [REG2.037] Incorrect interpretation of ~ [] | |
| 14683 | NEW | minor | druntime | dmd#17302 | atomicop comparison returntype incorrect | |
| 14684 | RESOLVED | INVALID | normal | dmd | Circular import cases "Must be imported as FileName" error | |
| 14685 | RESOLVED | FIXED | regression | phobos | [REG2.067] Silent incorrect behavior with enforce and custom exception | |
| 14686 | RESOLVED | FIXED | critical | dmd | Postblit isn't sometimes called on concatenation | |
| 14687 | NEW | enhancement | dmd | dmd#19004 | dmd does not recognize package.di, only package.d | |
| 14688 | RESOLVED | FIXED | enhancement | dmd | dmd writes paren-less expression in generated .di, subsequently refuses it | |
| 14689 | RESOLVED | WONTFIX | enhancement | dmd | dmd should optionally generate #line directives in the .di file | |
| 14690 | RESOLVED | FIXED | enhancement | dmd | pragma(inline, true) functions must have their bodies emitted in the .di file | |
| 14691 | RESOLVED | MOVED | enhancement | dlang.org | ddox ignores methods defined in static if | |
| 14692 | RESOLVED | INVALID | major | dmd | SIGSEGV during SHA.put | |
| 14693 | RESOLVED | FIXED | enhancement | dmd | @property return type not generated in .di file | |
| 14694 | RESOLVED | FIXED | normal | dmd | Functions nested within functions need their body in the generated .di file | |
| 14695 | RESOLVED | FIXED | minor | dlang.org | [dlang.org] std.uuid Is Not Listed On The Index Page | |
| 14696 | RESOLVED | FIXED | major | dmd | destructor for temporary called before statement is complete with conditional operator | |
| 14697 | RESOLVED | FIXED | enhancement | dmd | Add support for pclmulqdq instruction to dmd's inline assembler | |
| 14698 | RESOLVED | FIXED | enhancement | visuald | Un-mangle symbols in disassembly? | |
| 14699 | RESOLVED | FIXED | regression | dmd | [REG2.062] ICE: segfaults on array with zero size | |
| 14700 | NEW | normal | dlang.org | dlang.org#3946 | opSlice/opIndexAssign documentation out of date | |
| 14701 | RESOLVED | INVALID | normal | phobos | std.algorithm.each missing from 2.067 changelog | |
| 14702 | RESOLVED | FIXED | critical | druntime | struct epoll_event is packed incorrectly | |
| 14703 | RESOLVED | FIXED | enhancement | dmd | Missing SIMD definitions for backend\el.c 2613 |