D Language Bugzilla Archive

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

IDStatusResolutionSeverityComponentGitHubSummary
7101RESOLVEDDUPLICATEmajordlang.orgDownloads & Tools doesn't expand
7102RESOLVEDFIXEDenhancementphobosstd.numeric.gcd with BigInts too
7103RESOLVEDWONTFIXnormaldmdthe -property switch vs. template functions with default template arguments
7104RESOLVEDFIXEDnormaldmdlinker error on void main(){ typeof(new class{}) c; c = new typeof(c); }
7105RESOLVEDFIXEDenhancementdmdrelax inout rules
7106RESOLVEDWORKSFORMEcriticaldmdDMD Segmentation faults!
7107RESOLVEDWORKSFORMEnormalphobosCompiled program aborts when using foreach and std.regex.splitter
7108RESOLVEDFIXEDcriticaldmdICE: TraitsExp::semantic(Scope*) 2.056 -> 2.057 regression - segfault
7109RESOLVEDDUPLICATEnormaldmd[CTFE] Error with slicing ref string
7110RESOLVEDFIXEDnormaldmdopSlice() & opIndex functions works unstable as template arguments
7111RESOLVEDFIXEDnormalphobosNew regex engine cannot match beginning of empty string
7112RESOLVEDFIXEDnormaldruntimeAdd function in core.sys.posix.signal
7113RESOLVEDWORKSFORMEnormaldmdFinal switch does not work with shared enum value
7114RESOLVEDDUPLICATEnormaldmdCannot define const struct in function
7115RESOLVEDFIXEDnormaldruntimesort function is broken with large arrays
7116RESOLVEDINVALIDnormalphobosphobos git won't compile
7117RESOLVEDDUPLICATEregressiondmdRegression(2.057, 1.072): out contract for class member functions are broken
7118RESOLVEDWORKSFORMEnormaldmdCalling a vararg function with float within scope(exit) causes segfault
7119RESOLVEDFIXEDregressiondmdIn the 1.072 zip osx.d is in the wrong folder
7120RESOLVEDFIXEDnormaldmdScope Delegates + Delegate Literals
7121RESOLVEDDUPLICATEnormaldmdStructs with Disabled Default Constructors Also Disable No-Arg Constructors in Classes
7122RESOLVEDINVALIDnormaldmd[module] compiler fails to handle import of renamed module
7123RESOLVEDFIXEDnormaldmdstatic assert(is(typeof(toDelegate(&main)))) is false
7124RESOLVEDFIXEDnormaldmdAlias this type is not considered in template type deduction
7125RESOLVEDWORKSFORMEnormalphobossemi stable sort is not supported
7126RESOLVEDDUPLICATEnormaldmdstruct constructor ignored with global initializers
7127RESOLVEDFIXEDmajordmdConst-related infinite recursion in DWARF generation
7128RESOLVEDFIXEDenhancementphobosCartesian product of ranges
7129RESOLVEDDUPLICATEnormaldmdCompiling certain nested structs with -inline causes error "*** is a nested function and cannot be accessed from ***"
7130RESOLVEDDUPLICATEcriticaldmdNRVO Bug: Wrong Code With D'tor + Conditional Return
7131RESOLVEDFIXEDnormaldmd[tdpl] Hijacking detected where it doesn't exist
7132RESOLVEDWORKSFORMEnormaldmd[tdpl] Exponential operator ^^ for integrals does not compile without any import
7133RESOLVEDFIXEDenhancementdmd[tdpl] There should be no empty statement
7134RESOLVEDDUPLICATEnormaldmd[tdpl] overloading template and non-template functions
7135RESOLVEDINVALIDnormaldmd[tdpl] Multiple delegate-related issues (literal syntax, @system deduction)
7136RESOLVEDFIXEDnormaldmdalias this lookup should run before merging modifiers of both sides.
7137RESOLVEDWORKSFORMEnormaltoolsFresh git clone fails to build
7138RESOLVEDFIXEDmajorphobosCan't call array() on dirEntries
7139RESOLVEDDUPLICATEmajortoolsOPTLINK Termination EIP=00428DA3
7140RESOLVEDFIXEDnormaldmdDMD hangs on isExpression with template default and variadic parameter
7141RESOLVEDFIXEDnormalphobosstd.regex - escaped characters can form operators in character classes
7142RESOLVEDFIXEDnormalphobosWrong formatted write of boolean values
7143RESOLVEDFIXEDnormaldmd[CTFE] cannot compare class references with "is"
7144RESOLVEDFIXEDnormaldmd[CTFE] base class does not call overridden members
7145RESOLVEDINVALIDenhancementphobosImplement initializedArray in std.array
7146RESOLVEDFIXEDenhancementphobosenhance strip* (implementation provided)
7147NEWenhancementdmddmd#18388[CTFE] typeid() should be supported in CTFE
7148RESOLVEDDUPLICATEenhancementdruntimeTurn associative array byValue/byKey/byPairs into ranges
7149RESOLVEDFIXEDcriticaldruntimeSegfault on Array Append from Multiple Threads in GDC and LDC: Race Condition?
7150RESOLVEDFIXEDnormaldmdTemplated Constructors Should be Able to Call Other Constructors
7151RESOLVEDFIXEDmajordmd[CTFE] cannot compare classes with ==
7152RESOLVEDFIXEDnormaldmdCan't assign null to default argument
7153RESOLVEDWORKSFORMEnormalphobosCompile-time error for randomCover of char[]
7154RESOLVEDFIXEDnormaldmd[CTFE] failing downcast causes error
7155NEWenhancementdmddmd#18389inconsistent .stringof
7156RESOLVEDFIXEDnormaldmdICE(go.c): with 199 or 200 repeated integer increments, only with -O
7157NEWnormaldmddmd#17535Optimiser is O(n^2) w.r.t. function length
7158RESOLVEDFIXEDnormaldmd[CTFE] ICE(interpret.c) calling a class member using a dotvar expression
7159RESOLVEDFIXEDnormaldmdForward reference when casting auto return method
7160RESOLVEDFIXEDregressiondmdRegression(2.057): ICE(dsymbol.c:1052) ICE using __traits(derivedMembers)
7161RESOLVEDDUPLICATEmajordmdPassing string literal by ref changes its bounds forever
7162RESOLVEDFIXEDnormaldmd[CTFE] "bool || void" expression crashes dmd
7163RESOLVEDFIXEDnormaldmdCan't alias an enum of an aliased struct
7164RESOLVEDDUPLICATEnormaldmdCan't inline function literal
7165RESOLVEDFIXEDnormaldmd[CTFE] ice converting null pointer to bool with constant member function
7166RESOLVEDFIXEDmajordmdInternal error: ../ztc/cgxmm.c 60
7167RESOLVEDDUPLICATEnormaldmdtemplate function overload brings dmd internal error
7168RESOLVEDFIXEDregressiondmdRegression(2.057) __traits(allMembers) returns wrong tuple
7169RESOLVEDINVALIDnormaldmd[CTFE] Assertion failure with inner struct
7170RESOLVEDFIXEDnormaldmd[UFCS] array + specialized template member syntax causes ICE
7171RESOLVEDFIXEDenhancementdlang.orgUpgrade D Bugzilla to 4.4
7172RESOLVEDFIXEDnormaldmdnested class with additional attributes is not supported
7173RESOLVEDFIXEDnormaldmddmd: glue.c:1065: virtual unsigned int Type::totym(): Assertion `0' failed.
7174RESOLVEDFIXEDnormaldmdCannot use property function call as static if condition
7175RESOLVEDFIXEDnormaldmdZero-length static array .ptr is always null
7176RESOLVEDFIXEDenhancementdmdLambda => syntax for function and methods too
7177NEWenhancementdmddmd#18390$ should forward to length by default
7178RESOLVEDFIXEDnormaldmdSegfault with import of invalid template
7179NEWcriticaldruntimedmd#17116Hash algorithm vulnerable to algorithmic complexity attacks
7180RESOLVEDWORKSFORMEnormaldmdDocumentation bug of "Const and Invariant Structs"
7181NEWenhancementdmddmd#18391Make bswap a recognized sequence, rather than an intrinsic
7182RESOLVEDINVALIDenhancementdmdCall const or immutable member functions from class invariant
7183NEWnormaldmddmd#18392Bad error message when trying to use this in a static member function of a struct
7184RESOLVEDFIXEDnormaldmdparse error on *(x)++
7185RESOLVEDFIXEDnormaldmd[CTFE] ICE on changing char array length
7186RESOLVEDDUPLICATEmajordmdOnly the first exported extern(C) function has underscore prefix
7187RESOLVEDFIXEDregressiondmdRegression(head 12d62ca5): [CTFE] ICE on slicing
7188RESOLVEDFIXEDminordmd"import phobos;" crashes DMD
7189RESOLVEDFIXEDnormaldmdinline failed
7190RESOLVEDFIXEDnormaldmdTuple length incorrect
7191RESOLVEDINVALIDenhancementdmdctor/opAssign doesn't play nice with field initialization
7192RESOLVEDFIXEDenhancementdmdimprove error message for "object.d cannot be read"
7193RESOLVEDFIXEDnormaldmdRegression(2.058head): ICE: delete lambda expression crashes dmd
7194RESOLVEDFIXEDnormaldmd[CTFE] Incorrect behaviour with pointers as local struct variable fields
7195RESOLVEDDUPLICATEnormaldlang.orgremove in std.algorithm documentation quick links goes to wrong remove
7196RESOLVEDFIXEDnormaldmdUnfair function address overload resolution
7197RESOLVEDFIXEDregressiondmdenum string doesn't work with CTFE
7198RESOLVEDINVALIDnormaldmdDelegate literals with nameless arguments fail to infer a type
7199RESOLVEDFIXEDregressiondmdstd.string.indexof cannot be compiled with -inline
7200RESOLVEDWORKSFORMEnormaldmdArray append causes Access Violation with symbolic debug info