24890 bugs archived from https://issues.dlang.org/.
| ID | Status | Resolution | Severity | Component | GitHub | Summary |
|---|---|---|---|---|---|---|
| 9401 | RESOLVED | FIXED | normal | dmd | destructor and nothrow syntax | |
| 9402 | RESOLVED | WORKSFORME | normal | dmd | ICE with templated function returning string as fixed-size char array | |
| 9403 | RESOLVED | WORKSFORME | normal | dmd | Implicit conversion from char[N] to string with templated functions | |
| 9404 | RESOLVED | FIXED | regression | dmd | Nullable is unusable with 2.061 | |
| 9405 | RESOLVED | DUPLICATE | normal | dmd | __traits(parent) returns current module as imported package parent | |
| 9406 | RESOLVED | FIXED | regression | dmd | (Regression: 2.061) Stack overflow from a forward reference error | |
| 9407 | RESOLVED | DUPLICATE | normal | phobos | Typedef doesn't work with hashes | |
| 9408 | RESOLVED | INVALID | enhancement | dmd | invariant should be non-const by default and settable to const | |
| 9409 | RESOLVED | FIXED | regression | dmd | [2.062-alpha] Regression with $ inside of expression tuples | |
| 9410 | RESOLVED | FIXED | regression | dmd | [Regression 2.061] Wrong selection for function overload | |
| 9411 | RESOLVED | WORKSFORME | normal | dmd | Assigning to delegate, assertion failure on line 1702 in file 'cast.c' | |
| 9412 | RESOLVED | DUPLICATE | major | dmd | Invariants allowed to call public functions indirectly | |
| 9413 | RESOLVED | FIXED | normal | dmd | Incorrect modification inside contracts is not detected correctly | |
| 9414 | RESOLVED | FIXED | normal | dmd | Incorrect modification inside contracts is not detected on virtual function | |
| 9415 | RESOLVED | FIXED | normal | dmd | delegate inference should make function literal impure | |
| 9416 | RESOLVED | FIXED | regression | dmd | [REG][2.060 -> 02.061] DMD eagerly instantiates template parameter-less opAssign | |
| 9417 | RESOLVED | FIXED | normal | dmd | "no size yet for forward reference" error with nested structure | |
| 9418 | RESOLVED | FIXED | major | dmd | Segmentation fault using only datetime and stdio. | |
| 9419 | NEW | enhancement | phobos | phobos#9949 | std.random.uniform of BigInt | |
| 9420 | RESOLVED | FIXED | regression | dmd | [2.062alpha] Weird "(null)" output in error message | |
| 9421 | RESOLVED | FIXED | enhancement | dmd | (Compiler internals) Change OutBuffer's interface | |
| 9422 | RESOLVED | FIXED | minor | dmd | Missed redundancy of method const error | |
| 9423 | RESOLVED | DUPLICATE | enhancement | dmd | Missed conversion of lambda literal with ref argument | |
| 9424 | RESOLVED | WORKSFORME | normal | dmd | is() returns false for int | |
| 9425 | RESOLVED | WORKSFORME | normal | dmd | Static struct initializer fails to init array | |
| 9426 | RESOLVED | DUPLICATE | enhancement | dmd | [enh] polymorphic lambda should be aliasable | |
| 9427 | RESOLVED | WORKSFORME | critical | dmd | [64 bit] wrong code for 'struct S{ union{ int[2] i; } }' | |
| 9428 | RESOLVED | FIXED | major | dmd | Wrong array concatenation | |
| 9429 | RESOLVED | INVALID | normal | druntime | Inconsistent runtime error of array.dup assignment for misaligned types. | |
| 9430 | RESOLVED | INVALID | normal | dmd | short and byte implicitly cast to integer with binary arithmetic ops | |
| 9431 | RESOLVED | FIXED | normal | phobos | Tuple creation problem with array of array | |
| 9432 | RESOLVED | DUPLICATE | enhancement | phobos | Some missing bitwise BigInt operators | |
| 9433 | RESOLVED | FIXED | normal | dmd | Deprecate delete | |
| 9434 | RESOLVED | DUPLICATE | regression | dmd | regression(head): template mixin contents mixed in multiple times | |
| 9435 | RESOLVED | FIXED | regression | dmd | regression(head): forward reference error | |
| 9436 | RESOLVED | FIXED | regression | dmd | enum cannot be forward referenced with cyclic imports and mixin | |
| 9437 | RESOLVED | INVALID | normal | phobos | unwanted behavior from phobos range | |
| 9438 | RESOLVED | FIXED | critical | dmd | Strange RefCounted stack overflow | |
| 9439 | RESOLVED | WONTFIX | normal | dmd | D1: CTFE ICE: calling member function after "incorrect this" error | |
| 9440 | RESOLVED | WONTFIX | normal | dlang.org | Listing of keywords on dlang.org does not match compiler | |
| 9441 | RESOLVED | FIXED | normal | dmd | struct constructor missed on auto/type-inferred variable definition | |
| 9442 | RESOLVED | FIXED | normal | dmd | typeid() doesn't work without `this.` for class fields | |
| 9443 | NEW | enhancement | dmd | dmd#18516 | Struct literal syntax in associative array literals too | |
| 9444 | RESOLVED | FIXED | regression | phobos | Regression (2.059): shell doesn't throw on error. | |
| 9445 | RESOLVED | FIXED | critical | dmd | interpret.c:151: Assertion `v->ctfeAdrOnStack >= 0 && v->ctfeAdrOnStack < stackPointer()' failed. | |
| 9446 | RESOLVED | FIXED | normal | dlang.org | ".keys" missing from properties table at http://dlang.org/hash-map.html | |
| 9447 | RESOLVED | FIXED | enhancement | phobos | iota should generate char intervals too | |
| 9448 | RESOLVED | WORKSFORME | normal | dmd | CTFE ICE indexing block-initialized 2D static array | |
| 9449 | RESOLVED | FIXED | regression | dmd | Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii. | |
| 9450 | RESOLVED | WONTFIX | enhancement | dmd | make assert an implicit "version (assert)" | |
| 9451 | RESOLVED | FIXED | normal | dmd | Listing abstract functions in diagnostic should show full signature | |
| 9452 | RESOLVED | WORKSFORME | normal | dmd | Type-safe variadic parameter of enums does not work at compile time | |
| 9453 | RESOLVED | FIXED | normal | dmd | ice(symbol.c) with slice on temporary | |
| 9454 | NEW | enhancement | dmd | dmd#18517 | Struct invariant call on whole-struct assignements? | |
| 9455 | NEW | enhancement | phobos | phobos#9597 | File.isBinaryMode and more | |
| 9456 | RESOLVED | FIXED | normal | phobos | decodeFront is inconsistent in whether it pops elements off of the range or not | |
| 9457 | RESOLVED | FIXED | regression | phobos | isSorted(string) doesn't work | |
| 9458 | RESOLVED | FIXED | major | dmd | ModExp generates invalid code against array operands | |
| 9459 | RESOLVED | FIXED | normal | dmd | Front-end does not detect invalid array operations | |
| 9460 | REOPENED | normal | dmd | dmd#17571 | stringof on templated classes fails to list the template arguments of the type | |
| 9461 | RESOLVED | FIXED | critical | dmd | Ability to break typesystem with `inout` | |
| 9462 | RESOLVED | DUPLICATE | major | dmd | Delegate breaks immutability | |
| 9463 | RESOLVED | FIXED | enhancement | dmd | make @safe "non-escapable" | |
| 9464 | NEW | normal | dmd | dmd#18518 | Redo .json output | |
| 9465 | RESOLVED | WORKSFORME | critical | dmd | Wrong code for delegate call | |
| 9466 | RESOLVED | FIXED | major | dmd | Compiler crash with code-coverage generation with large files | |
| 9467 | RESOLVED | FIXED | regression | dlang.org | Operator Overloading anchors are broken | |
| 9468 | RESOLVED | WORKSFORME | critical | dmd | dup does not postblit | |
| 9469 | RESOLVED | FIXED | enhancement | dlang.org | Keywords list could use linkage; more-humane documentation | |
| 9470 | RESOLVED | DUPLICATE | critical | dmd | Missing symbols in object file if template instantiated inside `with` | |
| 9471 | RESOLVED | WORKSFORME | normal | phobos | std.xml uses DbC to validate XML syntax | |
| 9472 | RESOLVED | DUPLICATE | normal | dmd | Include comments in ddoc'd unittest blocks | |
| 9473 | RESOLVED | FIXED | normal | dmd | Unittest docs should each be in their own section | |
| 9474 | RESOLVED | FIXED | normal | dmd | Ddoc'd unittests should work correctly with interspersed version(none) | |
| 9475 | RESOLVED | FIXED | normal | dmd | Should retain source formatting in ddoc's unittests | |
| 9476 | RESOLVED | FIXED | enhancement | dmd | Support native TLS on Mac OS X | |
| 9477 | RESOLVED | FIXED | enhancement | dmd | String (and array) comparisons are needlessly very slow | |
| 9478 | NEW | normal | dmd | dmd#18519 | Template members still only have the old "type" field in JSON output | |
| 9479 | RESOLVED | FIXED | normal | dmd | _error_ in error message of type inference of a delegate literal | |
| 9480 | RESOLVED | FIXED | normal | dmd | The template name in the JSON output contains template and function arguments | |
| 9481 | RESOLVED | INVALID | trivial | phobos | writeln and alias this | |
| 9482 | RESOLVED | WORKSFORME | enhancement | dmd | Option to compile in release mode, but keep in contracts on non-private functions | |
| 9483 | NEW | enhancement | dmd | dmd#17572 | Distribute both development and release builds of phobos.lib / libphobos.a | |
| 9484 | RESOLVED | FIXED | normal | dmd | Syntax error in JSON output | |
| 9485 | RESOLVED | DUPLICATE | major | dmd | associative array inside struct: intermodule visibility problem | |
| 9486 | NEW | normal | dmd | dmd#18520 | Alias parameter breaks between modules for AA on x64 | |
| 9487 | RESOLVED | DUPLICATE | normal | dmd | Error message with __overloadset | |
| 9488 | RESOLVED | WONTFIX | normal | phobos | std.datetime unittest failure | |
| 9489 | REOPENED | normal | phobos | phobos#9950 | writeln of struct with disabled copy ctor | |
| 9490 | RESOLVED | FIXED | normal | dmd | 'this' is not found when expression is in parentheses | |
| 9491 | RESOLVED | FIXED | normal | druntime | [AA] allow for insert/return pointer to existing value if present on assoc array | |
| 9492 | RESOLVED | FIXED | regression | dlang.org | [2.052 beta] Stylesheet not found for off-line HTML docs | |
| 9493 | RESOLVED | WONTFIX | normal | phobos | std.algorithm.canFind returns true for empty string in array of integers | |
| 9494 | RESOLVED | FIXED | major | dmd | compiler stack overflow on invalid associative array | |
| 9495 | RESOLVED | FIXED | critical | dmd | Win64 vararg issue when first argument is > 8 byte | |
| 9496 | RESOLVED | FIXED | regression | dmd | [REG 2.061 -> 2.062 alpha] "this[1 .. $]" passes wrong "this" to "opDollar" | |
| 9497 | RESOLVED | FIXED | enhancement | dmd | ddoc: add support for handling undefined macros | |
| 9498 | RESOLVED | INVALID | regression | dmd | Range violation using AA | |
| 9499 | RESOLVED | DUPLICATE | normal | dmd | ICE (declaration.c:183) on multiple tuple declaration | |
| 9500 | RESOLVED | INVALID | normal | dmd | Interfaces - shared static this |