D Language Bugzilla Archive

24890 bugs archived from https://issues.dlang.org/.

IDStatusResolutionSeverityComponentGitHubSummary
9301RESOLVEDFIXEDnormaldmdusing XMM.PSHUFD results in an internal compiler error
9302RESOLVEDFIXEDenhancementdlang.orgDocument extern properly
9303RESOLVEDWORKSFORMEnormaldmdICE(glue.c) template mixin with property switch
9304RESOLVEDFIXEDmajordmdUnary minus operator doesn't work correctly with SIMD types.
9305RESOLVEDFIXEDnormaldmdUgly Ddoc for default template lambda expressions
9306RESOLVEDWONTFIXenhancementdmd__function alias
9307RESOLVEDDUPLICATEnormalphobosescapeShellCommand returns empty string
9308NEWnormaldmddmd#18513dynamic array's TypeInfo_Array.value is null of simple basic type
9309RESOLVEDFIXEDregressiondmdRegression (2.061): -O -release generates wrong code
9310RESOLVEDFIXEDnormalphobosescapeShellCommand unittests are never run
9311RESOLVEDFIXEDnormaldmdshared library file extension incorrectly modified
9312RESOLVEDFIXEDnormaldmdwith statement error message is wrong
9313NEWenhancementdruntimedmd#17247Provide dynamic array-dedicated "extend" function
9314RESOLVEDFIXEDnormalphobosstd.algorithm.minCount of const(int)[]
9315RESOLVEDFIXEDnormaldmdICE (expression.c:4249, StructLiteralExp::getField) Tupleof of nested struct literal
9316NEWnormaldmddmd#17569Version string should be generated from a git tag
9317RESOLVEDFIXEDnormalphobosParameterStorageClassTuple reports errors for inout function
9318RESOLVEDDUPLICATEnormaldmdstack overflow if struct have alias this to this.init and has function,in which compare itself with init
9319RESOLVEDFIXEDcriticaldmdUnexpected compiles __traits behaviour in a certain situation
9320RESOLVEDFIXEDnormaldmdoptimizer should do copy propagation on structs, too
9321RESOLVEDFIXEDnormaldlang.orgDead link to HTML5 standard in language specification
9322RESOLVEDFIXEDnormaldmdInternal error: ../ztc/cod1.c 3510 with SIMD on OSX 32
9323RESOLVEDWONTFIXnormaldlang.orgDocument the deltas between tdpl (rox) and dlang.org
9324RESOLVEDWORKSFORMEnormalphobosCan't assign a type with a Tuple subtype to a Tuple
9325RESOLVEDDUPLICATEnormalphoboswriteln of const class instance
9326RESOLVEDINVALIDenhancementphoboswriteln to simply show pointed data
9327RESOLVEDDUPLICATEmajordmdalias this declaration and unknown identifiers lead to segmentation fault
9328NEWenhancementdlang.orgdlang.org#4021Use advice from Google PageSpeed Insights
9329RESOLVEDFIXEDminordmdunexpected 'int' in error message
9330RESOLVEDFIXEDnormaldmdCannot run dmd test suite with MSYS
9331RESOLVEDDUPLICATEnormaldmdincorrect "ulong.max" value
9332RESOLVEDFIXEDregressiondmd[REG][2.060 -> 02.061] struct constructor taking itself creates 'Warning: statement is not reachable'
9333RESOLVEDWORKSFORMEcriticaldruntimedruntime module is not compiled into binary
9334RESOLVEDWORKSFORMEnormaldmdDtor and postblit for struct heap object are not always called
9335RESOLVEDFIXEDnormaldruntimeDtors are not called for dynamic arrays initialized by literals
9336RESOLVEDFIXEDnormalphobosWriteln is unable to print address of shared variable
9337RESOLVEDFIXEDenhancementphobosThere's no Duration.max
9338RESOLVEDFIXEDnormaldmdCompiler segfaults if try to CTFE member function without valid 'this'
9339RESOLVEDFIXEDenhancementphobosstd.random.uniform!Enum should return random enum member
9340RESOLVEDDUPLICATEmajordmdCovariant return type conflicts with out contract.
9341RESOLVEDDUPLICATEnormaldmdLinker error with array literal populated by compile-time tuple
9342NEWenhancementdmddmd#18514nested aggregates generate closures, even when they don't escape
9343RESOLVEDFIXEDminorinstallerProblem installing dmd-2.061-0.fedora.x86_64.rpm on Fedora 18
9344RESOLVEDINVALIDmajorphobosA program takes a console comand as an argument.
9345RESOLVEDFIXEDnormaldmdCTFE fails when using std.string.format with imported string enum
9346RESOLVEDFIXEDcriticaldmdnested struct calls disabled postblit
9347RESOLVEDINVALIDenhancementphobosnew std.signals2 implementation
9348RESOLVEDFIXEDminordmd"tmpl!arg" syntax followed by "!is" or "!in"
9349RESOLVEDDUPLICATEnormaldmdrdmd fails with /usr/bin/ld: cannot find -lcurl
9350RESOLVEDFIXEDnormaldmdstd.algorithm.findAdjacent unreachable code warning with infinite ranges
9351RESOLVEDWORKSFORMEmajordmdCannot run Phobos unittests locally on win32
9352RESOLVEDFIXEDmajordmdMemory corruption in delegate called by struct dtor
9353RESOLVEDWORKSFORMEmajordmdMemory corruption with mixin-generated code and -cov switch
9354RESOLVEDDUPLICATEnormaldmdoverload resolution picks alias this over const conversion
9355RESOLVEDFIXEDregressionphobos[security] SSL certificate signature verification disabled in std.net.curl
9356RESOLVEDFIXEDmajordmd-inline with inout and append generates wrong code
9357RESOLVEDFIXEDnormaldmdFloating-point literal should always be printed with a period in diagnostic errors
9358RESOLVEDFIXEDnormaldmdCompiler creates duplicate switch cases after an error
9359RESOLVEDINVALIDcriticaldmdCan't concat ints: incompatible types for 'int' and 'int'
9360RESOLVEDWORKSFORMEnormaldmdBad error message with non-const template method
9361RESOLVEDDUPLICATEmajordmdNasty bug and/or error message for template constaints using this
9362RESOLVEDFIXEDenhancementphobosAdd a method to remove one item to std.container.SList
9363NEWnormalphobosphobos#9948Array slice initialization with implicitly castable type
9364RESOLVEDFIXEDcriticaldmd[ICE] Error: CTFE internal error painting S*
9365NEWenhancementdmddmd#18515Allow partially specified template aliases
9366RESOLVEDWONTFIXcriticaldmdD1: Appending a value cast to void to a void[] crashes DMD.
9367RESOLVEDFIXEDnormaldmdprivate in mixin template
9368RESOLVEDFIXEDnormaldmdFinal switch on typedef'ed enum is not properly checked
9369RESOLVEDFIXEDnormaldmdDDoc hardcodes '&' -> '&' in code
9370RESOLVEDFIXEDenhancementdmdDDoc: switch to one html file per entity (function, type etc)
9371RESOLVEDDUPLICATEnormaldmd@safe works or doesn't depending on the position
9372RESOLVEDDUPLICATEnormaldmdClass member with @disabled ctor makes class ctor unusable
9373RESOLVEDFIXEDnormaldruntimeAdd deprecation message to all empty deprecation statements
9374RESOLVEDFIXEDnormaldmd'super' should be accessible inside template constraint
9375RESOLVEDDUPLICATEnormaldmdwrong code when assigning to ref in CTFE
9376RESOLVEDWORKSFORMEnormaldlang.orgImprove LaTeX -> PDF generation for the language spec
9377RESOLVEDFIXEDregressiondmdLink-failure regression cause by fixing issue 8504
9378RESOLVEDFIXEDnormalphobosstd.internal.digest.sha_SSE3 breaks if compiled with PIC
9379RESOLVEDWORKSFORMEnormaldlang.orgDefine a few good .ddoc files
9380RESOLVEDWORKSFORMEnormaldmddeprecated statement string expression is too limited
9381RESOLVEDINVALIDnormaldmdpackage access can be abused and worked around
9382NEWnormaldmddmd#17570Alias declaration should not require the semantics completion of aliased template instance.
9383RESOLVEDFIXEDmajordmdWrong context for contracts if closure [dis]appears in override function
9384RESOLVEDFIXEDnormalphobosstd.socket: UnixAddress broken on Linux and others
9385RESOLVEDFIXEDregressiondmd[Regression 2.057] null literal should be implicitly convertible to bool
9386RESOLVEDFIXEDmajordmdstruct destructor called erroneously
9387RESOLVEDFIXEDregressiondmdCompiler switch -O changes behavior of correct code
9388RESOLVEDWORKSFORMEnormaldlang.orgDownload link for dmd-compatible curl is dead
9389RESOLVEDFIXEDenhancementdmdignore -Hd if -Hf is present
9390NEWenhancementphobosphobos#9596Option for verbose regular expressions
9391RESOLVEDFIXEDnormalphobosConstant std.regex.regex
9392RESOLVEDFIXEDnormalinstallerMisleading text about required OS version
9393RESOLVEDFIXEDnormaldmdPartial template specialization and template lambda does not work
9394RESOLVEDFIXEDnormaldlang.orgABI for static arrays is outdated
9395RESOLVEDFIXEDenhancementdmdAllow deprecated statement in enum members
9396RESOLVEDFIXEDnormaldmdWrong line number when assigning nested enum to struct
9397RESOLVEDDUPLICATEnormaldmdSize error with struct with ctor and self-typed nested enum
9398RESOLVEDFIXEDminordmdWrong diagnostic for ternary operator type mismatch
9399RESOLVEDFIXEDregressiondmdICE with nested function, template alias parameter, -inline, depending on order of source files
9400RESOLVEDWORKSFORMEnormaldmdinitializing enum T[n] with a single value changes its type to T