24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 14001 | RESOLVED | FIXED | enhancement | phobos | Optionally @nogc std.random.randomCover | |
| 14002 | RESOLVED | FIXED | trivial | dlang.org | Book link is broken | |
| 14003 | RESOLVED | FIXED | enhancement | druntime | fork() on MacOS X 10.10.1 results in a core.exception.InvalidMemoryOperationError@(0) | |
| 14004 | RESOLVED | WORKSFORME | enhancement | dlang.org | (╯▔︹▔)╯don't use this file https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js, can't access it in china | |
| 14005 | RESOLVED | DUPLICATE | blocker | phobos | core.exception.InvalidMemoryOperationError@(0) during byLine | |
| 14006 | RESOLVED | INVALID | enhancement | dlang.org | "Contribute" button/option on the main site and sitemap | |
| 14007 | RESOLVED | FIXED | enhancement | druntime | shmctl with IPC_STAT returns wrong number of attachments. shmid_ds is defined wrong. | |
| 14008 | NEW | enhancement | dmd | dmd#18929 | cross-compiling dmd.exe with MinGW | |
| 14009 | RESOLVED | FIXED | minor | dmd | iasm parser accepts incorrect AsmExp | |
| 14010 | RESOLVED | FIXED | normal | dmd | Support mangleof property for opaque enum and struct type | |
| 14011 | RESOLVED | FIXED | enhancement | dlang.org | Canonical links help message should clarify that 'thread' is invalid | |
| 14012 | RESOLVED | FIXED | normal | phobos | std.socket: wrong SocketSet.max on Posix | |
| 14013 | RESOLVED | FIXED | normal | phobos | std.socket: off-by-one error when automatically resizing on POSIX | |
| 14014 | RESOLVED | DUPLICATE | normal | dmd | struct init required for zero initialized static arrays | |
| 14015 | NEW | normal | dmd | dmd#18930 | ddoc Error: function unmatched as result of underscore in unittest comment | |
| 14016 | RESOLVED | FIXED | normal | dmd | Nested inherited class doesn't know the type of its outer object | |
| 14017 | RESOLVED | INVALID | normal | dmd | Assignment of a mutable array returned from non-`pure` function to `immutable` global variable is allowed | |
| 14018 | NEW | enhancement | dmd | dmd#18931 | Treat CTFE-able functions as pure in CTFE-only contexts | |
| 14019 | RESOLVED | WORKSFORME | enhancement | dlang.org | Include a Dynamic Content section on the dlang front page | |
| 14020 | NEW | critical | dmd | dmd#18932 | [ICE] generateEmptyFunction(C, func...) is unsupported parameter for C++ template, from typecons.BlackHole | |
| 14021 | RESOLVED | INVALID | enhancement | dlang.org | Chrome security, https over http | |
| 14022 | RESOLVED | FIXED | normal | dmd | [CTFE] postblits/destructors not called on static array field assignment | |
| 14023 | RESOLVED | FIXED | normal | dmd | [CTFE] postblits/destructors not called on static array index assignment | |
| 14024 | RESOLVED | FIXED | major | dmd | [CTFE] unstable postblit/destructor call order on static array assignment | |
| 14025 | RESOLVED | FIXED | major | phobos | unittests for memoize fail intermittently | |
| 14026 | NEW | enhancement | dmd | dmd#18933 | More flexible array of array allocation syntax | |
| 14027 | RESOLVED | WORKSFORME | major | dmd | segmentation fault in dmd in some circular import situation | |
| 14028 | RESOLVED | FIXED | normal | dmd | [CTFE] Possible reinterpret cast to a pointer to static array | |
| 14029 | RESOLVED | INVALID | trivial | druntime | dynamic arrays dont free memory when they are gone.. | |
| 14030 | NEW | enhancement | dmd | dmd#18934 | Incorrect initialization of nested classes | |
| 14031 | RESOLVED | FIXED | minor | dlang.org | Frame content going outside frame | |
| 14032 | RESOLVED | WORKSFORME | enhancement | dmd | [ICE](mtype.c line 154) with std.algorithm.tee | |
| 14033 | RESOLVED | INVALID | enhancement | dmd | runtime error about "auto ptr = cast(T*)buf" , T is class type | |
| 14034 | RESOLVED | FIXED | enhancement | phobos | std.algorithm.mean | |
| 14035 | REOPENED | major | dmd | dmd#18935 | string concatenation accepts ints in templates | |
| 14036 | RESOLVED | FIXED | critical | druntime | Do not throw FinalizeError on OutOfMemoryError or InvalidMemoryOperationError | |
| 14037 | RESOLVED | FIXED | regression | phobos | Problem with BigInt and std.functional.memoize | |
| 14038 | RESOLVED | FIXED | regression | dmd | [REG2.067a] Non-mutable AA initialization segfaults in runtime | |
| 14039 | RESOLVED | FIXED | regression | dmd | [REG2.067a] function is incorrectly inferred as 'pure' | |
| 14040 | RESOLVED | FIXED | blocker | dmd | Doesn't use assignment in slice | |
| 14041 | RESOLVED | FIXED | regression | phobos | Refused writeln of a fixed size array of chars | |
| 14042 | RESOLVED | FIXED | regression | phobos | std.conv.to of a immutable char pointer | |
| 14043 | RESOLVED | DUPLICATE | normal | dmd | Undefined reference error when compiling some functions with -inline | |
| 14044 | RESOLVED | FIXED | regression | dmd | dmd generates spurious functions in object file created from empty module | |
| 14045 | RESOLVED | WORKSFORME | enhancement | dlang.org | Redo the forums entry page and links | |
| 14046 | NEW | normal | druntime | dmd#17289 | Overlapping dynamic array copy is allowed if struct contains postblit | |
| 14047 | RESOLVED | FIXED | normal | dlang.org | "this" missing from AsmPrimaryExp grammar | |
| 14048 | RESOLVED | FIXED | trivial | dlang.org | std.container documentation issues | |
| 14049 | RESOLVED | FIXED | regression | dmd | [REG2.064] Wrong purity inference for nested lambda | |
| 14050 | RESOLVED | FIXED | major | dmd | `dmd -v` lists imports from failed __traits(compiles) blocks | |
| 14051 | NEW | enhancement | druntime | dmd#17138 | Invariant gets invoked after destruction for structs with File members | |
| 14052 | RESOLVED | INVALID | normal | dmd | `dmd -deps` lists imports from failed __traits(compiles) blocks | |
| 14053 | NEW | enhancement | dmd | dmd#18936 | "Hello world" generates bloat in the object file | |
| 14054 | NEW | enhancement | dmd | dmd#18937 | Use jemalloc in dmd | |
| 14055 | RESOLVED | FIXED | normal | dmd | CTFE internal error with uninitialized array: Assertion failure: '0' on line 318 in file 'interpret.c' | |
| 14056 | RESOLVED | WONTFIX | regression | phobos | std.array.assocArray with a const value | |
| 14057 | RESOLVED | FIXED | regression | dmd | [REG2.066] opSlice not working correctly with AliasThis | |
| 14058 | NEW | trivial | phobos | phobos#10112 | 'make install' option copies everything in std/ and etc/, not just .d and .di files | |
| 14059 | RESOLVED | FIXED | minor | phobos | Formatted write with wrong formatting string | |
| 14060 | RESOLVED | WONTFIX | normal | dmd | Internal error: backend/cg87.c 3394 only in MacOSX | |
| 14061 | RESOLVED | FIXED | regression | dmd | Refused array concat at compile-time | |
| 14062 | NEW | enhancement | phobos | phobos#9652 | Not pure std.variant.Variant ctor | |
| 14063 | NEW | enhancement | dmd | dmd#18938 | Add coverage enforcement for Phobos' posix.mak | |
| 14064 | RESOLVED | FIXED | minor | dmd | Error message about @ attributes incomplete. | |
| 14065 | RESOLVED | FIXED | minor | phobos | std.json not tracking line:column properly | |
| 14066 | RESOLVED | INVALID | major | dmd | [ICE] (init.c line 410) with wrongly used array definition syntax | |
| 14067 | RESOLVED | DUPLICATE | normal | dmd | template parameters of enum type in DDoc are broken | |
| 14068 | RESOLVED | DUPLICATE | critical | dmd | [AA] Concurrent access allowed | |
| 14069 | RESOLVED | INVALID | normal | dmd | Partial type deduction should prefer the specified type qualifier | |
| 14070 | NEW | enhancement | dmd | dmd#18939 | Letting compiler determine length for fixed-length arrays in foreach | |
| 14071 | RESOLVED | WORKSFORME | critical | dmd | ICE: backend/gloop.c 862 | |
| 14072 | RESOLVED | FIXED | enhancement | dlang.org | Add "nightly" to http://asm.dlang.org | |
| 14073 | RESOLVED | WONTFIX | enhancement | dmd | Allow token strings to use other types of brackets as delimiters | |
| 14074 | RESOLVED | FIXED | regression | dmd | [REG2.067a] non-separate compilation fails, but separate compilation works | |
| 14075 | RESOLVED | FIXED | regression | dmd | [REG2.067a] Segfault with ambiguous overloading functions without body | |
| 14076 | RESOLVED | INVALID | normal | dmd | Partial type deduction doesn't work with lambdas | |
| 14077 | RESOLVED | WONTFIX | enhancement | dmd | Letting compiler determine length for fixed-length arrays in return type | |
| 14078 | RESOLVED | INVALID | enhancement | dmd | Call DTor for stack allocated objects | |
| 14079 | RESOLVED | FIXED | normal | dlang.org | Variable templates' documentation not generated. | |
| 14080 | RESOLVED | FIXED | normal | dlang.org | No mention of documented unittests on ddoc's page | |
| 14081 | RESOLVED | FIXED | minor | dlang.org | Table in the document of std.bigint.BigInt.toString() duplicates. | |
| 14082 | RESOLVED | FIXED | minor | phobos | RedBlackTree unittest fails with custom predicate less | |
| 14083 | RESOLVED | FIXED | normal | dmd | Remained unresolved forward reference issue with template classes | |
| 14084 | RESOLVED | WONTFIX | normal | phobos | cartesianProduct length is not defined | |
| 14085 | RESOLVED | FIXED | normal | dlang.org | Broken links on dlang.org | |
| 14086 | RESOLVED | FIXED | enhancement | dmd | Invalid extern C++ name for constructor / destructor | |
| 14087 | RESOLVED | INVALID | regression | dmd | @disable this hides static opCall | |
| 14088 | RESOLVED | FIXED | enhancement | dlang.org | add "Getting Started" page to dlang.org | |
| 14089 | RESOLVED | FIXED | regression | dmd | [REG2.064] Assigning to AA has no value when overriding opAssign | |
| 14090 | RESOLVED | FIXED | regression | dmd | [REG2.067a] Incorrect "recursive alias declaration" | |
| 14091 | RESOLVED | WONTFIX | enhancement | tools | Migrate Digger to D-Programming-Language/tools | |
| 14092 | RESOLVED | DUPLICATE | normal | dmd | C++ mangling for struct nested inside same class as static function is broken when in namespace | |
| 14093 | RESOLVED | FIXED | regression | dmd | [REG2.065] __traits(compiles, cast(Object)(tuple)) is true even if it doesn't compile. | |
| 14094 | RESOLVED | WORKSFORME | normal | dmd | Using string import in map results in error message with __error | |
| 14095 | RESOLVED | INVALID | normal | dmd | explicitly exclude symbol from resolution consideration | |
| 14096 | RESOLVED | FIXED | major | dmd | ICE in toir.c: 187 | |
| 14097 | RESOLVED | FIXED | critical | dmd | root/async.c: use after free | |
| 14098 | RESOLVED | FIXED | enhancement | phobos | std.typecons.wrap should allow wrapping a struct | |
| 14099 | RESOLVED | FIXED | enhancement | dlang.org | Promote DPaste (dpaste.dzfl.pl) to run.dlang.org | |
| 14100 | NEW | enhancement | dmd | dmd#18940 | Remove barriers to D being a systems programming language |