news.digitalmars.com - digitalmars.D.bugs
Dec 31 2011 [Issue 7191] New: ctor/opAssign doesn't play nice with field initialization (4)Dec 31 2011 [Issue 7190] New: Tuple length incorrect (4)
Dec 31 2011 [Issue 7189] New: inline failed (3)
Dec 31 2011 [Issue 7188] New: "import phobos;" crashes DMD (3)
Dec 30 2011 [Issue 7187] New: Regression(head 12d62ca5): [CTFE] ICE on slicing (6)
Dec 30 2011 [Issue 7186] New: Only the first exported extern(C) function has underscore prefix (5)
Dec 30 2011 [Issue 7185] New: [CTFE] ICE on changing char array length (2)
Dec 29 2011 [Issue 7184] New: parse error on *(x)++ (1)
Dec 29 2011 [Issue 7183] New: Bad error message when trying to use this in a static member function of a struct (2)
Dec 29 2011 [Issue 7182] New: Call const or immutable member functions from class invariant (2)
Dec 29 2011 [Issue 7181] New: Make bswap a recognized sequence, rather than an intrinsic (6)
Dec 28 2011 [Issue 7180] New: Documentation bug of "Const and Invariant Structs" (2)
Dec 28 2011 [Issue 7179] New: Hash algorithm vulnerable to algorithmic complexity attacks (3)
Dec 28 2011 [Issue 7178] New: Segfault with import of invalid template (4)
Dec 28 2011 [Issue 7177] New: $ should forward to length by default (71)
Dec 28 2011 [Issue 7176] New: Lambda => syntax for function and methods too (19)
Dec 28 2011 [Issue 7175] New: Zero-length static array .ptr is always null (1)
Dec 27 2011 [Issue 7174] New: Cannot use property function call as static if condition (5)
Dec 27 2011 [Issue 7173] New: dmd: glue.c:1065: virtual unsigned int Type::totym(): Assertion `0' failed. (4)
Dec 27 2011 [Issue 7172] New: nested class with additional attributes is not supported (4)
Dec 27 2011 [Issue 7170] New: [UFCS] array + specialized template member syntax causes ICE (4)
Dec 27 2011 [Issue 7169] New: [CTFE] Assertion failure with inner struct (4)
Dec 27 2011 [Issue 7168] New: Regression(1.072, 2.057) __traits(allMembers) returns wrong tuple (4)
Dec 26 2011 [Issue 7167] New: template function overload brings dmd internal error (2)
Dec 26 2011 [Issue 7166] New: Internal error: ../ztc/cgxmm.c 60 (5)
Dec 25 2011 [Issue 7165] New: [CTFE] ice converting null pointer to bool with constant member function (2)
Dec 25 2011 [Issue 7164] New: Can't inline function literal (2)
Dec 24 2011 [Issue 7163] New: Can't alias an enum of an aliased struct (2)
Dec 24 2011 [Issue 7162] New: [CTFE] "bool || void" expression crashes dmd (3)
Dec 24 2011 [Issue 7161] New: Passing string literal by ref changes its bounds forever (7)
Dec 23 2011 [Issue 7160] New: Regression(2.057): ICE(dsymbol.c:1052) ICE using __traits(derivedMembers) (5)
Dec 23 2011 [Issue 7159] New: Forward reference when casting auto return method (6)
Dec 23 2011 [Issue 7158] New: [CTFE] dmd: interpret.c:4643: virtual Expression* CallExp::interpret(InterState*, CtfeGoal): Assertion `thisval && thisval->op == ((TOK)(TOKMAX+1))' failed.[CTFE] (2)
Dec 22 2011 [Issue 7157] New: Optimiser is O(n^2) w.r.t. function length (3)
Dec 22 2011 [Issue 7156] New: ICE with 199 or 200 repeated integer increments w/ optimisation (6)
Dec 22 2011 [Issue 7155] New: inconsistent .stringof (1)
Dec 22 2011 [Issue 7154] New: [CTFE] failing downcast causes error (2)
Dec 22 2011 [Issue 7153] New: Compile-time error for randomCover of char[] (1)
Dec 22 2011 [Issue 7152] New: Can't assign null to default argument (6)
Dec 22 2011 [Issue 7151] New: [CTFE] cannot compare classes with == (2)
Dec 21 2011 [Issue 7150] New: Templated Constructors Should be Able to Call Other Constructors (4)
Dec 21 2011 std.conv.emplace (2)
Dec 21 2011 [Issue 7149] New: Segfault on Array Append from Multiple Threads in GDC and LDC: Race Condition? (3)
Dec 21 2011 [Issue 7148] New: Turn associative array byValue/byKey/byPairs into ranges (2)
Dec 21 2011 [Issue 7147] New: [CTFE] typeid() should be supported in CTFE (5)
Dec 21 2011 [Issue 7146] New: enhance strip* (implementation provided) (1)
Dec 20 2011 [Issue 7145] New: Implement initializedArray in std.array (3)
Dec 20 2011 [Issue 7144] New: [CTFE] base class does not call overridden members (2)
Dec 20 2011 [Issue 7143] New: [CTFE] cannot compare class references with "is" (2)
Dec 20 2011 [Issue 7142] New: Wrong formatted write of boolean values (5)
Dec 20 2011 [Issue 7141] New: std.regex - escaped characters can form operators in character classes (4)
Dec 20 2011 [Issue 7140] New: DMD hangs on isExpression with template default and variadic parameter (3)
Dec 19 2011 [Issue 7139] New: OPTLINK Termination EIP=00428DA3 (2)
Dec 19 2011 [Issue 7138] New: Can't call array() on dirEntries (4)
Dec 19 2011 [Issue 7137] New: Fresh git clone fails to build (2)
Dec 19 2011 [Issue 7136] New: alias this lookup should run before merging modifiers of both sides. (3)
Dec 18 2011 [Issue 7135] New: [tdpl] Multiple delegate-related issues (literal syntax, system deduction) (11)
Dec 18 2011 [Issue 7134] New: [tdpl] overloading template and non-template functions (2)
Dec 18 2011 [Issue 7130] New: NRVO Bug: Wrong Code With D'tor + Conditional (1)
Dec 18 2011 [Issue 7133] New: [tdpl] There should be no empty statement (12)
Dec 18 2011 [Issue 7132] New: [tdpl] Exponential operator ^^ for integrals does not compile without any import (2)
Dec 18 2011 [Issue 7129] New: Compiling certain nested structs with -inline causes error "*** is a nested function and cannot be accessed from ***" (4)
Dec 18 2011 [Issue 7128] New: Cartesian product of ranges (19)
Dec 18 2011 [Issue 7127] New: Const-related infinite recursion in DWARF generation (4)
Dec 17 2011 [Issue 7126] New: struct constructor ignored with global initializers (2)
Dec 17 2011 [Issue 7125] New: semi stable sort is not supported (1)
Dec 17 2011 [Issue 7124] New: Alias this doesn (4)
Dec 16 2011 [Issue 7122] New: [module] compiler fails to handle import of renamed module (7)
Dec 16 2011 [Issue 7121] New: Structs with Disabled Default Constructors Also Disable No-Arg Constructors in Classes (2)
Dec 16 2011 [Issue 7120] New: Scope Delegates + Delegate Literals (3)
Dec 16 2011 [Issue 7119] New: In the 1.072 zip osx.d is in the wrong folder (4)
Dec 16 2011 [Issue 7118] New: Calling a vararg function with float within scope(exit) causes segfault (2)
Dec 16 2011 [Issue 7117] New: [regression 1.071->1.072] put contract for class member functions are broken (8)
Dec 16 2011 [Issue 7116] New: phobos git won't compile (2)
Dec 15 2011 [Issue 7115] New: sort function is broken with large arrays (4)
Dec 15 2011 [Issue 7114] New: Cannot define const struct in function (2)
Dec 15 2011 [Issue 7113] New: Final switch does not work with shared enum value (2)
Dec 15 2011 [Issue 7112] New: Add function in core.sys.posix.signal (5)
Dec 14 2011 [Issue 7111] New: New regex engine cannot match beginning of empty string (5)
Dec 14 2011 [Issue 7110] New: static opSlice & opIndex functions don't work as template arguments (7)
Dec 14 2011 [Issue 7109] New: [CTFE] Error with slicing ref string (3)
Dec 14 2011 [Issue 7108] New: ICE: TraitsExp::semantic(Scope*) 2.056 -> 2.057 regression - segfault (8)
Dec 14 2011 [Issue 7107] New: Compiled program aborts when using foreach and std.regex.splitter (3)
Dec 14 2011 [Issue 7106] New: DMD Segmentation faults! (2)
Dec 13 2011 [Issue 7105] New: relax inout rules (12)
Dec 13 2011 [Issue 7104] New: linker error on void main(){ typeof(new class{}) c; c = new typeof(c); } (2)
Dec 13 2011 [Issue 7103] New: the -property switch vs. template functions with default template arguments (2)
Dec 13 2011 [Issue 7102] New: std.numeric.gcd with BigInts too (4)
Dec 12 2011 [Issue 7101] New: Downloads & Tools doesn't expand (2)
Dec 12 2011 [Issue 7100] New: rvalue binds to ref argument (2)
Dec 12 2011 [Issue 7099] New: static constructor in template mixin in library not executed (3)
Dec 11 2011 [Issue 7098] New: Annoying Forward Reference Error When Compiling Multiple Files (1)
Dec 11 2011 [Issue 7097] New: opDollar doesn't work with slicing (6)
Dec 11 2011 [Issue 7096] New: statement.html - content does not belong to main column (3)
Dec 11 2011 [Issue 7095] New: GC doesn't return or reuse unused memory [D2.056] (6)
Dec 11 2011 [Issue 7094] New: More initializers than struct fields for static member creation (2)
Dec 10 2011 [Issue 7093] New: aliased type sometimes isn't resolved (3)
Dec 10 2011 [Issue 7092] New: std.concurrency.receive does not accept free functions (3)
Dec 10 2011 [Issue 7091] New: ICE in Statement::blockExit (6)
Dec 10 2011 [Issue 7090] New: Value parameter types not respected in templates (4)
Dec 10 2011 [Issue 7089] New: Inconsistent results when comparing structs with NaNs (3)
Dec 10 2011 [Issue 7088] New: Unsigned integer (uint) value is printed as signed with `u` postfix (2)
Dec 09 2011 [Issue 7087] New: Produce compiler diagnostic when escaping slice to local static array (2)
Dec 09 2011 [Issue 7086] New: Specialized in-place reverse() for char[]/wchar[] (3)
Dec 09 2011 [Issue 7085] New: std.algorithm.reverse() problem with Unicode dchar[] (2)
Dec 09 2011 [Issue 7084] New: Missing writeln Unicode normalization (4)
Dec 08 2011 [Issue 7083] New: variables with static/private storage create global symbols (4)
Dec 08 2011 [Issue 7082] New: Assertion failure: '!vthis->csym' on line 678 in file 'glue.c' (2)
Dec 08 2011 [Issue 7081] New: BigInt array slice int assignment (2)
Dec 08 2011 [Issue 7080] New: Chained BigInt.opAssign (2)
Dec 08 2011 [Issue 7079] New: BigInt bool assign (6)
Dec 07 2011 [Issue 7078] New: BigInt.toInt returns a long (3)
Dec 07 2011 [Issue 7077] New: mixin statements can invade the enclosing scope (5)
Dec 06 2011 [Issue 7076] New: _d_throwc silently continues execution on failure (1)
Dec 06 2011 [Issue 7075] New: Struct class comparison should check opAssign for class (5)
Dec 06 2011 [Issue 7074] New: std.concurrency.receive segfaults when called from new thread (2)
Dec 06 2011 [Issue 7073] New: Parsing of class-returning varargs function inside module ctor fails (4)
Dec 06 2011 [Issue 7072] New: [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c' (7)
Dec 06 2011 [Issue 7071] New: "final:" shouldn't affect variables (3)
Dec 06 2011 [Issue 7070] New: can't assign null to Variant (4)
Dec 05 2011 [Issue 7069] New: Variant Doesn't Handle Const or Immutable Contents (2)
Dec 05 2011 [Issue 7068] New: copying array of pointers calls memset instead of memcpy with -d (2)
Dec 05 2011 [Issue 7067] New: std.random.RandomSample and RandomCover are poorly designed (19)
Dec 04 2011 [Issue 7066] New: You can redefine .init and .stringof without error (2)
Dec 04 2011 [Issue 7065] New: align() refused for struct defined inside functions (4)
Dec 04 2011 [Issue 7064] New: .stringof of eponymous template (2)
Dec 03 2011 [Issue 7063] New: No error or warning for conflicting D and C symbols (4)
Dec 03 2011 [Issue 7062] New: Void parameter errors with overloaded templates don't indicate instantiation location (2)
Dec 03 2011 [Issue 7061] New: delegates sometimes cannot be used in struct initializers (1)
Dec 03 2011 [Issue 7060] New: parser bug "auto foo()in{}body{}" (2)
Dec 03 2011 [Issue 7059] New: Forward reference error with auto recursive function (2)
Dec 02 2011 [Issue 7058] New: static initializer for structs doesn't respect init values of members (3)
Dec 02 2011 [Issue 7057] New: Compiler errors on different functions on argument mismatch (2)
Dec 02 2011 [Issue 7056] New: weird segfault in std.conv.to (4)
Dec 02 2011 [Issue 7055] New: to!float("INF2") == 2 (3)
Dec 02 2011 [Issue 7054] New: formatting fixed width string fields w/utf (4)
Dec 02 2011 [Issue 7053] New: inout implicit conversion error (2)
Dec 02 2011 [Issue 7052] New: system on safe class methods inconsistency (2)
Dec 02 2011 [Issue 7051] New: Class member with un- safe destructor gives confusing error (6)
Dec 02 2011 [Issue 7050] New: Safety error message should include full function names (5)
Dec 02 2011 [Issue 7049] New: Multiple scope(failure) blocks don't work in safe code (6)
Dec 02 2011 [Issue 7048] New: Problem with out fixed-sized matrix (2)
Dec 01 2011 [Issue 7047] New: alias error in struct only for dmd1 (2)
Dec 01 2011 [Issue 7046] New: CTFE: append null does nothing (9)
Dec 01 2011 [Issue 7045] New: AssertError in std.regex on line 1573 (7)
Dec 01 2011 [Issue 7044] New: [PATCH] Add -sL swith to pass linker flags at the end of the linker command (27)
Dec 01 2011 [Issue 7043] New: CTFE: ICE illegal reference value 0LU (5)
Dec 01 2011 [Issue 7042] New: Allocation of 'creal' array with 'new' fails when using DMD and OptLink in tandem (3)
Dec 01 2011 [Issue 7041] New: [PATCH] Add -di option to show deprecated errors as warnings (8)
Nov 30 2011 [Issue 7040] New: Phobos must use "version/else version" blocks for proper documentation generation (2)
Nov 30 2011 [Issue 7039] New: Posix 2.057 Makefile error breaking 64bit build (3)
Nov 30 2011 [Issue 7038] New: Type mismatch with const struct (5)
Nov 30 2011 [Issue 7037] New: TemplateTypeParameterSpecialization works differently from IsExpression regarding alias this (3)
Nov 30 2011 [Issue 7036] New: Using std.string.format on a shared value throws access violation (2)
Nov 29 2011 [Issue 7035] New: "Please use instead" broken documentation (4)
Nov 29 2011 [Issue 7034] New: Infinite foreach on array (3)
Nov 29 2011 [Issue 7033] New: File.rawWrite is slow on Windows (1)
Nov 29 2011 [Issue 7032] New: OpAssign is not called when this(this) is disabled (1)
Nov 29 2011 [Issue 7031] New: Stack overflow with immutable recursive struct (4)
Nov 29 2011 [Issue 7030] New: const method mangling of extern(C++) structs (4)
Nov 29 2011 [Issue 7029] New: std.container.Array cannot use insertAfter (3)
Nov 29 2011 [Issue 7028] New: Fails to save FPU regs when executing finally block (2)
Nov 28 2011 [Issue 7027] New: Struct member trySemantic() regression in DMD Git master (3)
Nov 28 2011 [Issue 7026] New: 64 bit optimizer bug (2)
Nov 28 2011 [Issue 7025] New: strange static lib error (2)
Nov 28 2011 [Issue 7024] New: inconsistent mangling of shared in extern(C++) (10)
Nov 27 2011 [Issue 7023] New: alias to overload set in template doesn't work (3)
Nov 27 2011 [Issue 7022] New: File.byLine doesn't release file handle (7)
Nov 27 2011 [Issue 7021] New: Structs with disabled default constructors can be constructed without calling a constructor. (22)
Nov 26 2011 [Issue 7020] New: Exception thrown across DLL is not caught. (6)
Nov 26 2011 [Issue 7019] New: implicit constructors are inconsistently allowed (15)
Nov 26 2011 [Issue 7018] New: finally block not executed for assertions (7)
Nov 25 2011 [Issue 7017] New: Pure inference makes inconsistent result (4)
Nov 25 2011 [Issue 7016] New: local import does not create -deps dependency (9)
Nov 25 2011 [Issue 7015] New: ^^ and ^^= vector operations (4)
Nov 25 2011 [Issue 7014] New: Better union initialization syntax (3)
Nov 25 2011 [Issue 7013] New: Mutable interface for BigInts (6)
Nov 25 2011 [Issue 7012] New: Pure vector operations (3)
Nov 25 2011 [Issue 7011] New: No line number error for vector power (3)
Nov 25 2011 [Issue 7010] New: Purity of map and filter (3)
Nov 25 2011 [Issue 7009] New: countChars, removeChars (2)
Nov 25 2011 [Issue 7008] New: Associative array ABI is under-specified (4)
Nov 25 2011 [Issue 7007] New: [] should have a type of its own (4)
Nov 25 2011 [Issue 7006] New: std.math.pow (integral, integral) crashes on negative exponents (4)
Nov 25 2011 [Issue 7005] New: extern(C) mangling should always be flat (2)
Nov 25 2011 [Issue 7004] New: Iterating tuple with index which explicitly typed as size_t causes error (3)
Nov 24 2011 [Issue 7003] New: no tuple expansion for c++ mangling (3)
Nov 24 2011 [Issue 7002] New: std.path needs a isValidFilePath function (12)
Nov 24 2011 [Issue 7001] New: std.path.baseName and isValidFilename wrong documentation (8)
Nov 24 2011 [Issue 7000] New: missing import of std.stdio in std.regex? (3)
Nov 23 2011 [Issue 6999] New: parsing error for inout method/ wrong headergen (4)
Nov 23 2011 [Issue 6998] New: std.container.Array destroys class instances (2)
Nov 23 2011 [Issue 6997] New: 64bit optimizer bug (3)
Nov 23 2011 [Issue 6996] New: std.typecons calls writeln without importing std.stdio (2)
Nov 23 2011 [Issue 6995] New: [CTFE] can't interpret static template method (2)
Nov 23 2011 [Issue 6994] New: Using explicit 'this' in template constraint causes an error (3)
Nov 22 2011 [Issue 6993] New: File.byLine runs on an empty file, fails enforcement (4)
Nov 22 2011 [Issue 6992] New: Implement radix conversion for std.conv.to (2)
Nov 22 2011 [Issue 6991] New: Symbol not found when using function-local imports (3)
Nov 22 2011 [Issue 6990] New: std.string.splitlines deprecation doc missing a word (2)
Nov 22 2011 [Issue 6989] New: Implement toString for std.concurrency.Tid (4)
Nov 22 2011 [Issue 6988] New: char[] chars = ['à','è','ì']; should not compile (3)
Nov 22 2011 [Issue 6987] New: The "Memory Management" documentation incorrectly claims arrays are passed by reference. (4)
Nov 21 2011 [Issue 6986] New: SortedRange[x..$] fails with unidentified __dollar (5)
Nov 21 2011 [Issue 6985] New: [CTFE] Non-constant case expressions can't be interpreted (2)
Nov 21 2011 [Issue 6984] New: CTFE generates a torrent of spurious errors, if there was a previous error (2)
Nov 21 2011 [Issue 6983] New: Vararg corrupts string on 64bit (3)
Nov 21 2011 [Issue 6982] New: immutability isn't respected on array assignment (10)
Nov 20 2011 [Issue 6981] New: incorrect error message when calling method without parentheses (3)
Nov 20 2011 [Issue 6980] New: Disallow shadowing template parameters (1)
Nov 20 2011 [Issue 6979] New: hasUnsharedAliasing cannot accept plural parameters (2)
Nov 20 2011 [Issue 6978] New: Mixin behavior order dependent (2)
Nov 19 2011 [Issue 6977] New: getErrno called as property in std.stdio (3)
Nov 19 2011 [Issue 6976] New: GetLastError called as property (3)
Nov 19 2011 [Issue 6975] New: Class documentation page rendered incorrectly (2)
Nov 19 2011 [Issue 6974] New: Associative array with enum array keys is slow (1)
Nov 19 2011 [Issue 6973] New: static assert(isOutputRange!(OutputRange!int, int)) is false (3)
Nov 18 2011 [Issue 6972] New: [CTFE] ICE with ubyte/=uint (2)
Nov 18 2011 [Issue 6971] New: [lex.dd] Type of string literals are outdated (3)
Nov 18 2011 [Issue 6970] New: Pseudo Members (2)
Nov 17 2011 [Issue 6969] New: Forward reference on template class triangle (13)
Nov 17 2011 [Issue 6968] New: Segmantation fault, if exclamation mark absent (4)
Nov 17 2011 [Issue 6967] New: template instantiation depends an pragma(msg, T.stringof) if __traits is used (2)
Nov 17 2011 [Issue 6966] New: cannot create qualified type from tuple entry (3)
Nov 17 2011 [Issue 6965] New: [CTFE] wrong reset of variable (3)
Nov 17 2011 [Issue 6964] New: Error message with __error: static assert(undefined+1) (2)
Nov 16 2011 [Issue 6963] New: pure/nothrow inference doesn't work for function pointers (5)
Nov 16 2011 [Issue 6962] New: Wrong Code With Scope Exit + By-Ref Parameters (8)
Nov 16 2011 [Issue 6961] New: template canFind: cannot deduce template function from argument types !(__dgliteral7)(Result) (1)
Nov 16 2011 [Issue 6960] New: detect static array parts of array literal (1)
Nov 16 2011 [Issue 6959] New: std.container's BinaryHeap doesn't work with Array!(T) (2)
Nov 16 2011 [Issue 6958] New: [CTFE] closures are not yet supported in CTFE (1)
Nov 15 2011 [Issue 6957] New: std.array.removeSlice (1)
Nov 15 2011 [Issue 6956] New: std.algorithm.remove problem with SwapStrategy.unstable (4)
Nov 15 2011 [Issue 6955] New: Immutable Strings -> Doubles Fails At Runtime (3)
Nov 15 2011 [Issue 6954] New: std.conv.to!int doesn't work in CTFE (3)
Nov 15 2011 [Issue 6953] New: std.concurrency needs more documentation (2)
Nov 15 2011 [Issue 6952] New: Static Linking on Linux (4)
Nov 15 2011 [Issue 6951] New: dependency parameter (-deps) crashes dmd in release build (13)
Nov 15 2011 [Issue 6950] New: http://www.digitalmars.com/ links to older compiler (2)
Nov 14 2011 [Issue 6949] New: no warning or error if unsigned variable is compared to 0 (19)
Nov 14 2011 [Issue 6948] New: Possible bug in compiler or documentation regarding signature of opCmp() (3)
Nov 14 2011 [Issue 6947] New: Lots of broken links at d-p-l.org because of macros inconsistency (2)
Nov 13 2011 [Issue 6946] New: Compile-time flags generator (7)
Nov 13 2011 [Issue 6945] New: [ICE](expression.c line 1853) arrays of missing symbols (3)
Nov 13 2011 [Issue 6944] New: stdio.File.byLine can't handle an empty file (4)
Nov 13 2011 [Issue 6943] New: Internal error: e2ir.c 4728 when doing get() on AA literal (2)
Nov 13 2011 [Issue 6942] New: lazy parameters can break purity (3)
Nov 12 2011 [Issue 6941] New: .stringof displays redundant storage classes (5)
Nov 12 2011 [Issue 6940] New: immutable(int*)* and int** do not combine (6)
Nov 12 2011 [Issue 6939] New: shared pointers are type combined incorrectly (6)
Nov 12 2011 [Issue 6938] New: no implicit copy constructor for struct literal expression (1)
Nov 12 2011 [Issue 6937] New: new with struct doesn't allow field assignment (6)
Nov 12 2011 [Issue 6936] New: type combination is not commutative (1)
Nov 12 2011 [Issue 6935] New: struct with disable this cannot make range (3)
Nov 11 2011 [Issue 6934] New: [CTFE] std.range.transversal at compile-time too (5)
Nov 11 2011 [Issue 6933] New: Segfault(declaration.c) using struct with destructor in CTFE (3)
Nov 11 2011 [Issue 6932] New: Weird forward reference error (2)
Nov 11 2011 [Issue 6931] New: scope parameter storage class not checked at all (4)
Nov 10 2011 [Issue 6930] New: combined type of immutable(T) and inout(T) should be inout(const(T)) (18)
Nov 10 2011 [Issue 6929] New: [ICE] typeMerge crashes in presence of ambiguous alias this conversions (4)
Nov 10 2011 [Issue 6928] New: alias this, immutable and common type fail in presence of fields with indirections (3)
Nov 09 2011 [Issue 6927] New: Better property management by chained functions (3)
Nov 09 2011 [Issue 6926] New: std.process.system return wrong exit code (5)
Nov 09 2011 [Issue 6925] New: Thousands grouping syntax in writef? (1)
Nov 09 2011 [Issue 6924] New: An alias this problem to implement a Typedef (2)
Nov 09 2011 [Issue 6923] New: Not restrictive initialization semantics (1)
Nov 09 2011 [Issue 6922] New: [TDPL] superimposing of const and immutable does not work correctly (9)
Nov 09 2011 [Issue 6921] New: Request for a 'static final switch' statement (2)
Nov 09 2011 [Issue 6920] New: static on module constructors/destructors is redundant (2)
Nov 09 2011 [Issue 6919] New: [CTFE] Cannot get effect to local variable through its pointer (3)
Nov 09 2011 [Issue 6918] New: Internal error: e2ir.c 1242 (3)
Nov 08 2011 [Issue 6917] New: with() at global scope too (2)
Nov 08 2011 [Issue 6916] New: writeln of nameless enum (3)
Nov 08 2011 [Issue 6915] New: "pure" after template constraint too (2)
Nov 08 2011 [Issue 6914] New: wrong function of an overload set printed on argument mismatch (2)
Nov 08 2011 [Issue 6913] New: assert(obj) should check null before invariants (2)
Nov 08 2011 [Issue 6912] New: non-transitivity of inout breaks const system (8)
Nov 08 2011 [Issue 6911] New: Built-in trait to tell functions that allocate from the GC heap (1)
Nov 08 2011 [Issue 6910] New: __traits(hasMember, "<name>") does not work, if template has alias param (3)
Nov 08 2011 [Issue 6909] New: incorrect definition of the OVERLAPPED struct in core.sys.windows.windows ? (5)
Nov 07 2011 [Issue 6908] New: [CTFE] C-style variadiac functions should be permitted (1)
Nov 07 2011 [Issue 6907] New: [CTFE] delete statements should be permitted (1)
Nov 07 2011 [Issue 6906] New: Cannot assign value into associative array if contains opAssign (5)
Nov 07 2011 [Issue 6905] New: ref acts as auto ref when return type is missing (6)
Nov 07 2011 [Issue 6904] New: Skip Setting up Stack Frame if No Stack is Used (1)
Nov 07 2011 [Issue 6903] New: Auto Return Doesn't Work With Nested Functions (3)
Nov 07 2011 [Issue 6902] New: Different "pure nothrow int()" types (10)
Nov 07 2011 [Issue 6901] New: wrong error "override cannot be applied to variable" in CTFE forward reference (2)
Nov 06 2011 [Issue 6899] New: WhiteHole documentation have a BUGS section while it's not a bug (1)
Nov 06 2011 [Issue 6898] New: Some built-in optimizations for tuples (1)
Nov 05 2011 [Issue 6897] New: Problem allocating an array of local enums (2)
Nov 05 2011 [Issue 6896] New: ICE(glue.c !vthis->csym): on method with alias this access (7)
Nov 05 2011 [Issue 6895] New: std.traits.isCovariantWith not works for function, function pointer and delegate (1)
Nov 05 2011 [Issue 6894] New: [ICE] (backend\cod1.c 1737) with immutable and static (4)
Nov 05 2011 [Issue 6893] New: Write of enum member represented with ubyte or ulong (10)
Nov 05 2011 [Issue 6892] New: Formatted write with specified length of enum member (9)
Nov 04 2011 [Issue 6891] New: template with uint value parameter causes several issues (5)
Nov 03 2011 [Issue 6890] New: Internal error: backend/cod2.c 4624 (3)
Nov 03 2011 [Issue 6889] New: "finally" mentioned in a compilation error, instead of "scope(exit)" or "scope(success)" (1)
Nov 03 2011 [Issue 6888] New: std.getopt.getopt: one-letter hash option causes range violation (3)
Nov 03 2011 [Issue 6887] New: Regression of getopt (2)
Nov 03 2011 [Issue 6886] New: [CTFE] ICE(interpret.c) new array with initializer (2)
Nov 03 2011 [Issue 6885] New: [CTFE] wrong code with dynamically allocated 2D array (2)
Nov 03 2011 2.056: EXE size on Windows (3)
Nov 02 2011 [Issue 6884] New: Some static bounds tests on dynamic arrays too (1)
Nov 02 2011 [Issue 6883] New: Array static bounds tests with $ too (6)
Nov 02 2011 [Issue 6882] New: Reference to rvalue segfaults (2)
Nov 02 2011 [Issue 6881] New: [XMM] ICE with painted float (2)
Nov 02 2011 [Issue 6880] New: Heisenbug: deferred crash when writing to stdout on Windows without console. (2)
Nov 02 2011 [Issue 6879] New: The difference of between template matching and IsExp (5)
Nov 01 2011 [Issue 6878] New: Mutable result for toStringz() (2)
Nov 01 2011 [Issue 6877] New: [XMM] regression, clobbered float value (3)
Nov 01 2011 [Issue 6876] New: Language Docs for class nearly unreadable (4)
Nov 01 2011 [Issue 6875] New: floating point %= trashes register EAX (2)
Nov 01 2011 [Issue 6874] New: heap corruption caused by std.array.insertInPlaceImpl or gc.gcx (3)
Nov 01 2011 [Issue 6873] New: Multiple storage class is not allowed on template argument (5)
Nov 01 2011 [Issue 6872] New: Breaking type parsing of shared(inout(int)[]) (4)
Nov 01 2011 [Issue 6871] New: expression.c:1432: virtual dinteger_t IntegerExp::toInteger(): Assertion `0' failed (4)
Nov 01 2011 [Issue 6870] New: type qualifiers behave inconsistently in combination with typeof (3)
Oct 31 2011 [Issue 6869] New: Disallow array to pointer cast (5)
Oct 30 2011 [Issue 6868] New: IsExp + incorrect static array type = error (4)
Oct 30 2011 [Issue 6867] New: inout and nested foreach loops (3)
Oct 30 2011 [Issue 6866] New: ICE(mtype.c): alias this and inout matching (3)
Oct 30 2011 [Issue 6865] New: inout matching removes shared qualifier (3)
Oct 30 2011 [Issue 6864] New: Const conversion should precedence over the shared one (3)
Oct 30 2011 [Issue 6863] New: Can upcast to Base from cosnt(Derived) (3)
Oct 29 2011 [Issue 6862] New: std.math: implement toRadians and fromRadians (3)
Oct 28 2011 [Issue 6861] New: Implicitly convert expression. const(immutable(char)[][string][string]) to const(string[string][string]) (3)
Oct 28 2011 [Issue 6860] New: isNumeric(immutable(char)) fails (3)
Oct 27 2011 [Issue 6859] New: Segfault when abstract method uses with contract. (3)
Oct 26 2011 [Issue 6858] New: opDispatch is unusable for property functions (1)
Oct 26 2011 [Issue 6857] New: Precondition contract checks should be statically bound. (89)
Oct 26 2011 [Issue 6856] New: Preconditions are not inherited (32)
Oct 25 2011 Ada, HCSS and more (2)
Oct 25 2011 [Issue 6854] New: delegates does not work outside of object (3)
Oct 25 2011 [Issue 6853] New: ParameterTypeTuple keeps storage class info but always compares equal (1)
Oct 25 2011 [Issue 6852] New: Cannot compare instances of ParameterStorageClassTuple (3)
Oct 25 2011 [Issue 6851] New: [CTFE] Cannot deref pointer passed by argument (2)
Oct 25 2011 [Issue 6850] New: BigInt opBinary is not marked as pure. (3)
Oct 25 2011 [Issue 6849] New: std.algorithm.remove design (7)
Oct 24 2011 [Issue 6848] New: typeof(super) does not take into account const/immutable attributes inside member functions (4)
Oct 24 2011 [Issue 6847] New: typeof(super) doesn't work outside member function (2)
Oct 23 2011 [Issue 6846] New: std.concurrency and fork/execv (1)
Oct 23 2011 [Issue 6845] New: ICE in Type::syntaxCopy (3)
Oct 23 2011 [Issue 6844] New: Reinterpret cast of static to dynamic array doesn't work in safe code (2)
Oct 23 2011 [Issue 6843] New: Function to check whether std.conv.to will succeed (7)
Oct 22 2011 [Issue 6842] New: Can't use alias of instance member (8)
Oct 22 2011 [Issue 6841] New: writeln problem with array of tuples (5)
Oct 22 2011 [Issue 6840] New: std.conv.maybeTo (2)
Oct 22 2011 [Issue 6839] New: documentation for opAssign incorrect (3)
Oct 22 2011 [Issue 6838] New: Covariant return types don't work with static arrays (4)
Oct 21 2011 [Issue 6837] New: alias this + UFCS = fail (3)
Oct 20 2011 [Issue 6836] New: map + UFCS = fail (3)
Oct 20 2011 [Issue 6835] New: Code pattern: uniq on an array (2)
Oct 20 2011 [Issue 6834] New: std.stdio conflicts with core.stdc.stdio (7)
Oct 20 2011 [Issue 6833] New: Double literals outputted without comma in headers (3)
Oct 19 2011 [Issue 6832] New: Can't test objects wrapped with alias this (4)
Oct 19 2011 [Issue 6831] New: mangled name over 128 characters becomes unreadable (3)
Oct 18 2011 [Issue 6830] New: valgrind flags memory leak in _d_monitor_create (2)
Oct 18 2011 valgrind flags memory leak in _d_monitor_create (2)
Oct 18 2011 [Issue 6829] New: Unsigned rotate standard function in Phobos (47)
Oct 18 2011 [Issue 6828] New: Module Scope Operator not working for classes (2)
Oct 18 2011 [Issue 6827] New: `assert(0)` is ignored in a function template (3)
Oct 18 2011 [Issue 6825] New: Address of templated method incorrectly taken (4)
Oct 18 2011 Possible bug with dynamic rectangular array initialization (2)
Oct 18 2011 [Issue 6824] New: core.time.TickDuration.to template problem (2)
Oct 17 2011 [Issue 6823] New: Shared Delegates Should Implicitly Cast to Nonshared (1)
Oct 17 2011 [Issue 6822] New: New ubuntu linking rules prevent dmd from linking programs on Ubuntu 11.10 (6)
Oct 16 2011 [Issue 6821] New: core.exception.OutOfMemoryError on dtor field test of class-embedded struct (6)
Oct 16 2011 [Issue 6820] New: etc.c.curl missing const (1)
Oct 16 2011 [Issue 6819] New: BigInt ^^ fails for some big numbers (powers) (4)
Oct 16 2011 [Issue 6818] New: Globally shared class instances are never released (2)
Oct 16 2011 [Issue 6817] New: [CTFE] Error on interpreting inlined IfStatement (2)
Oct 16 2011 [Issue 6816] New: [CTFE] nested function can't access this (3)
Oct 15 2011 [Issue 6815] New: Char array is turned into string expression during constant folding (3)
Oct 15 2011 [Issue 6814] New: Calling std.file.readLink causes code to not compile. (4)
Oct 14 2011 [Issue 6813] New: Yet another "cannot get frame pointer" error (6)
Oct 13 2011 [Issue 6812] New: Failed equality of structs with string field (4)
Oct 13 2011 [Issue 6811] New: Confusion between string* and immutable(char)*, related to AA's (2)
Oct 13 2011 [Issue 6810] New: Strange `tuple used as a type` error (3)
Oct 12 2011 [Issue 6809] New: IFTI should imply const where inout is present on args, but not on return type (3)
Oct 12 2011 [Issue 6808] New: string to BigInt using std.conv.to (3)
Oct 12 2011 [Issue 6807] New: Internal error: ../ztc/cg87.c 879 during optimization (2)
Oct 12 2011 [Issue 6806] New: struct TS(size_t){} instantiates in distinct types by `1` and `1u` (3)
Oct 12 2011 [Issue 6805] New: Can't use a type from opDispatch template (3)
Oct 11 2011 [Issue 6804] New: shared File doesn't compile (3)
Oct 11 2011 [Issue 6803] New: std.format.doFormat segfault with shared arguments (1)
Oct 10 2011 [Issue 6802] New: RandomSample should take a generator as an argument (2)
Oct 10 2011 [Issue 6801] New: access violation when passing a function literal to the mixin and calling it from function that has other declarations (2)
Oct 10 2011 [Issue 6800] New: [CTFE] dangerous pointer casts should be rejected (2)
Oct 10 2011 [Issue 6792] New: [CTFE] ICE with pointer cast of indexed array (2)
Oct 09 2011 [Issue 6799] New: Backend ICE involving AAs and pointers to structs (6)
Oct 09 2011 [Issue 6798] New: Integrate overloadings for multidimentional indexing and slicing (5)
Oct 08 2011 [Issue 6797] New: Fake changes to enum array of array (3)
Oct 08 2011 [Issue 6796] New: Several __error with wrong enum definition (3)
Oct 08 2011 [Issue 6795] New: [ICE] (cgcs.c 526) Incrementing an enum array item (6)
Oct 08 2011 [Issue 6794] New: [ICE] (expression.c 993) with inout (3)
Oct 08 2011 [Issue 6793] New: std.exception.assumeUnique documentation (1)
Oct 07 2011 [Issue 6791] New: std.algorithm.splitter random indexes utf strings (3)
Oct 07 2011 [Issue 6790] New: buildPath using std.path.curdir segfaults (9)
Oct 07 2011 [Issue 6789] New: std.stdio.File + ternary = bug (2)
Oct 07 2011 [Issue 6788] New: std.range.pairwise? (5)
Oct 07 2011 [Issue 6787] New: Lazy sort in Phobos? (4)
Oct 07 2011 [Issue 6786] New: Bad error message in a wrong usage of ^^ pow operator (2)
Oct 07 2011 [Issue 6785] New: Wrong error message from pragma(msg) of failed instantiation (5)
Oct 07 2011 [Issue 6784] New: Compile-time constant assigned with a runtime value (4)
Oct 07 2011 [Issue 6783] New: Implicit cast to immutable from pure function (5)
Oct 07 2011 [Issue 6782] New: inout-correct range is not iterable using foreach with type deduction inside non-inout function (3)
Oct 07 2011 [Issue 6781] New: Compiler Segfault on Complicated Nested Function Testcase (3)
Oct 07 2011 [Issue 6780] New: Templated global property functions do not work (5)
Oct 07 2011 [Issue 6779] New: Error: can only initialize const member xxx inside constructor - not const, no line number (3)
Oct 07 2011 [Issue 6778] New: Internal error on parsing functions with arguments on which opOpAssign is invoked (3)
Oct 06 2011 [Issue 6777] New: alias this + cast(void*) == bug (5)
Oct 06 2011 [Issue 6776] New: attributes injected via pure template mixin but not class mixin (2)
Oct 05 2011 [Issue 6775] New: [CTFE] foreach over an AA fails (2)
Oct 05 2011 [Issue 6774] New: Assertion failure: '0' on line 1117 in file 'glue.c' (9)
Oct 05 2011 [Issue 6773] New: inout variable should not be modifiable (3)
Oct 05 2011 [Issue 6772] New: Cannot pass cfloat argument type to a function on x86_64 (2)
Oct 05 2011 [Issue 6771] New: Jagged array and init causing DMD to take a LONG time to compile. (4)
Oct 05 2011 [Issue 6770] New: inout is allowed on fields (4)
Oct 05 2011 [Issue 6769] New: [CTFE] AA.keys doesn't compile when -inline is used (2)
Oct 04 2011 [Issue 6768] New: Problem with init of struct members in presence of templated opAssign (4)
Oct 04 2011 [Issue 6767] New: Range case statements generate horrific code (1)
Oct 04 2011 [Issue 6766] New: Forward reference error for default struct/class arguments (1)
Oct 04 2011 [Issue 6765] New: [CTFE]: AA.length doesn't compile when AA is null (2)
Oct 03 2011 [Issue 6764] New: IFTI fails on typesafe variadic function over static array with non IntegerLiteral length (4)
Oct 03 2011 [Issue 6763] New: Using TypeTuple with (const/in/ref etc.) changes it forever (4)
Oct 03 2011 [Issue 6762] New: Template parameter declaration does name lookup (1)
Oct 03 2011 [Issue 6761] New: Strange behavior of RedBlackTree causeing a dangling pointer (5)
Oct 02 2011 [Issue 6760] New: Disallow disabled overrides (3)
Oct 02 2011 [Issue 6759] New: missing initialization in foreach with alias this (4)
Oct 02 2011 [Issue 6758] New: std.c.stdarg problems with 8 or more integer arguments on x86_64 (15)
Oct 02 2011 [Issue 6757] New: Expose compiler switches behind -release separately (2)
Oct 01 2011 [Issue 6756] New: Idea about std.stdio.chunks and std.range.chunks (1)
Oct 01 2011 [Issue 6755] New: Better wrong function pointer error message (3)
Oct 01 2011 [Issue 6754] New: extern() in a function signature (5)
Oct 01 2011 [Issue 6753] New: "Reinterpret" cast of array to a tail const one doesn't work inside trusted (4)
Oct 01 2011 [Issue 6752] New: Add separate option to control stack frame generation (3)
Oct 01 2011 [Issue 6751] New: [CTFE] ref argument of AA doesn't work (3)
Sep 30 2011 [Issue 6750] New: Explicit template instantiation with auto ref (1)
Sep 30 2011 [Issue 6749] New: [CTFE] problem with array of structs (4)
Sep 30 2011 [Issue 6748] New: Library specifications are not up to version. (6)
Sep 30 2011 [Issue 6747] New: Implicitly allowing objects which contain delegates to be shared/immutable can cause races (1)
Sep 30 2011 [Issue 6746] New: static this() inside struct skipped upon static method call (2)
Sep 29 2011 [Issue 6745] New: template signature match failure (matrix transpose example) (1)
Sep 29 2011 [Issue 6744] New: Missing AA symbol with enum (10)
Sep 29 2011 [Issue 6743] New: [ICE] mars.c line 1062 (5)
Sep 29 2011 [Issue 6742] New: Alignments in std.variant.Algebraic (3)
Sep 29 2011 [Issue 6741] New: implicit casting of pure-function delegate result to immutable breaks immutability. (1)
Sep 28 2011 [Issue 6740] New: Can't call variadic type argument as a template function (2)
Sep 28 2011 [Issue 6739] New: [CTFE] Cannot set a value to an outer AA of a nested AA (2)
Sep 27 2011 [Issue 6738] New: Can't call templatized property function from within a struct/class method (9)
Sep 27 2011 [Issue 6737] New: Make alias to expression an error even if it's not used (3)
Sep 27 2011 [Issue 6736] New: ICE (cgcod.c 1672) with alias this and certain structs (5)
Sep 27 2011 [Issue 6735] New: splitLines ignores trailing delimiter (4)
Sep 26 2011 [Issue 6734] New: Contradiction on the Lexical page on website (2)
Sep 26 2011 [Issue 6733] New: DMD Crash (internal error) (8)
Sep 26 2011 [Issue 6732] New: static assert fails on true expression (3)
Sep 26 2011 [Issue 6731] New: [SafeD] AA .length property is not safe/ trusted (2)
Sep 25 2011 [Issue 6730] New: std.algorithm.splitter conflicts with std.array.splitter (8)
Sep 25 2011 [Issue 6729] New: [ICE] (backend\symbol.c) With tupleof of 2-items tuple (2)
Sep 25 2011 [Issue 6728] New: Better error message with map!{...}() (1)
Sep 24 2011 [Issue 6727] New: [CTFE] ICE(interpret.c): assignment from string literal.dup.ptr (2)
Sep 24 2011 [Issue 6726] New: DMD crash with index in foreach statement (2)
Sep 24 2011 [Issue 6725] New: core.time.dur should accept floating point (8)
Sep 24 2011 [Issue 6724] New: core.time.dur should use SI symbols for durations, not the ad hoc contractions it uses now (3)
Sep 24 2011 [Issue 6723] New: foreach (i, e; range) {} crash (6)
Sep 23 2011 [Issue 6722] New: Can't remove a char[] key from an AA with immutable(char)[] key type. (3)
Sep 23 2011 [Issue 6721] New: [CTFE] Cannot get pointer to start of char[] (2)
Sep 23 2011 [Issue 6720] New: Internal error: ../ztc/cod1.c 1909 (10)
Sep 23 2011 [Issue 6719] New: "Error: out of memory" in parsing (4)
Sep 22 2011 [Issue 6718] New: "nWayUnion" => "nWayMerge", plus true nWayUnion (7)
Sep 22 2011 [Issue 6717] New: useless error message on wrong hexadecimal number format in inline asm (3)
Sep 22 2011 [Issue 6716] New: Linking a C program with D library causes DEH errors (2)
Sep 22 2011 [Issue 6715] New: Using a custom pow function for ^^ (4)
Sep 22 2011 [Issue 6714] New: Function literal does not convert to "function" and "delegate" types (7)
Sep 22 2011 [Issue 6713] New: Segfault with typeid of an alias (2)
Sep 22 2011 [Issue 6712] New: .init wrong when multiple functions declare the same typedef (2)
Sep 22 2011 [Issue 6711] New: "with" doesn't work with "alias this" (12)
Sep 21 2011 [Issue 6710] New: Can't use .sizeof in pragma(msg) call (3)
Sep 21 2011 [Issue 6709] New: execvp eats two bytes of its first argument. (3)
Sep 21 2011 Is this a bug in execvp of std.process (2)
Sep 21 2011 [Issue 6708] New: immutable ref implicit cast to const ref (5)
Sep 21 2011 [Issue 6707] New: Error message for mismatch of const/non-const property functions needs to improve (11)
Sep 21 2011 [Issue 6706] New: 'inout' is accepted in foreach, but apparently ignored (2)
Sep 21 2011 [Issue 6705] New: Bad codegen when passing fields as template alias params (2)
Sep 20 2011 [Issue 6704] New: CommaExpression as an IfCondition (3)
Sep 20 2011 [Issue 6703] New: Unexpected OPTLINK Termination at EIP=0042785B (4)
Sep 20 2011 [Issue 6702] New: .length for Associative Array is not safe (2)
Sep 20 2011 [Issue 6701] New: template specialization resolution failure (2)
Sep 20 2011 [Issue 6700] New: Regression(2.053) using $ inside a slice of a tuple (3)
Sep 20 2011 [Issue 6699] New: More cases of __error in error messages (7)
Sep 20 2011 [Issue 6698] New: Regression(2.053): segfault with naked asm in inner function (5)
Sep 19 2011 [Issue 6697] New: std.bitmanip.FastBitMatrix (4)
Sep 19 2011 [Issue 6696] New: Error messages for const/immutable arrays given to immutable/const (2)
Sep 19 2011 [Issue 6695] New: immutable not inherited by members (13)
Sep 19 2011 [Issue 6694] New: with statement doesn't work with functions that return structs (2)
Sep 19 2011 [Issue 6693] New: [CTFE] Cannot set value to nested AA (3)
Sep 19 2011 [Issue 6692] New: std.math.sin function pointer (2)
Sep 18 2011 [Issue 6691] New: static constructor inside template cannot initialize immutable template members (4)
Sep 18 2011 [Issue 6690] New: Using lazy parameter is inferred as unsafe (4)
Sep 18 2011 [Issue 6689] New: Pure std.exception.bailOut() (3)
Sep 17 2011 [Issue 6688] New: An struct that has disable constructor does not work with template constraint (3)
Sep 17 2011 [Issue 6687] New: [64bit] error in GC on FreeBSD (amd64), so any program does not work (2)
Sep 17 2011 [Issue 6686] New: bitmanip bitfields are broken at 64 bits (3)
Sep 17 2011 [Issue 6685] New: Allow using "with" with rvalues (7)
Sep 17 2011 [Issue 6684] New: Wrong code for null-initializing a class with alias this. (1)
Sep 16 2011 [Issue 6683] New: Skipping declaration with goto resulted in nonsense (7)
Sep 16 2011 [Issue 6682] New: Template function that has lazy parameter does not inferred as pure (3)
Sep 16 2011 [Issue 6681] New: bogus duplicate union initialization or overlapping initialization errors (16)
Sep 15 2011 [Issue 6680] New: [TDPL] no error on ambiguous public final methods in interfaces (2)
Sep 15 2011 [Issue 6679] New: parameter with default value allows to override final interface method (1)
Sep 15 2011 [Issue 6678] New: optlink crash with large array of structs (3)
Sep 15 2011 [Issue 6677] New: static this attributes position (3)
Sep 15 2011 [Issue 6676] New: Optimize error std.conv.to!int(const(char[])) (3)
Sep 15 2011 [Issue 6675] New: Regression(2.054) ICE(glue.c) template parameter deduction with errors gagged (3)
Sep 15 2011 [Issue 6674] New: Regression(2.055) mixin and __traits(allMembers) generates incorrect result (3)
Sep 15 2011 [Issue 6673] New: Map file contains broken lines on every 16,384 bytes (1)
Sep 14 2011 [Issue 6672] New: [CTFE] ICE on compile time std.algorithm.sort (7)
Sep 14 2011 [Issue 6671] New: core.time compile error, only with -inline -release -noboundscheck (3)
Sep 14 2011 [Issue 6670] New: Compiler seg fault using std.concurrency.atomicOp (9)
Sep 14 2011 [Issue 6669] New: ICE in inline assembler when using square brackets (10)
Sep 14 2011 [Issue 6668] New: Wrong "to" conversion stack trace (5)
Sep 14 2011 [Issue 6667] New: Object.factory creates instance of abstract classes. (2)
Sep 13 2011 [Issue 6666] New: gc finalization/freeing is hierarchy agnostic (4)
Sep 13 2011 [Issue 6665] New: DMD explodes! (9)
Sep 13 2011 [Issue 6664] New: BufferedFile this(HANDLE) uses undefined type. (5)
Sep 13 2011 [Issue 6663] New: std.stdio conflicts with core.stdc.stdio (4)
Sep 13 2011 [Issue 6662] New: std.functional.memoize with structs (1)
Sep 13 2011 [Issue 6661] New: Templates instantiated only through is(typeof()) shouldn't cause errors (7)
Sep 13 2011 [Issue 6660] New: Problem with SSE registers in array ops (10)
Sep 13 2011 [Issue 6659] New: Destructor in range foreach called after initialization (5)
Sep 12 2011 [Issue 6658] New: Slow short array equality (13)
Sep 12 2011 [Issue 6657] New: dotProduct overload for small fixed size arrays (1)
Sep 12 2011 [Issue 6656] New: static alias this broken in 2.055 (5)
Sep 12 2011 [Issue 6655] New: Forward error with static array length (4)
Sep 12 2011 [Issue 6654] New: Fixed-sized array length not accessible in pure functions (2)
Sep 12 2011 [Issue 6653] New: [CTFE] internal error assigning struct (2)
Sep 12 2011 [Issue 6652] New: foreach parameter with number range is always ref (32)
Sep 12 2011 [Issue 6651] New: [SafeD] Exception/Throwable constructors are not safe ? (2)
Sep 12 2011 [Issue 6650] New: ICE(glue.c): type inference of invalid template instantiation from is(typeof()) (2)
Sep 11 2011 [Issue 6649] New: core.sys.posix.sys.ioctl (4)
Sep 11 2011 [Issue 6648] New: fix invariant (3)
Sep 11 2011 [Issue 6647] New: [SafeD] unhelpful error message for safety mismatch of generated destructor (3)
Sep 11 2011 [Issue 6646] New: [SafeD] array.reserve is not safe/trusted (13)
Sep 11 2011 [Issue 6645] New: moveAll is not trusted (1)
Sep 11 2011 [Issue 6644] New: std.stdio write/writef(ln) are not trusted (1)
Sep 10 2011 [Issue 6643] New: Very slow compilation for large switch() using -O and -inline (8)
Sep 10 2011 [Issue 6642] New: SysTime should not be hasUnsharedAliasing (5)
Sep 10 2011 [Issue 6641] New: RefAppender!(T[]) should be OutputRange. (4)
Sep 10 2011 [Issue 6640] New: More formatting consistency between string and range of char (2)
Sep 10 2011 [Issue 6639] New: Difference beetwen "foo" and "foo"c (4)
Sep 09 2011 [Issue 6638] New: Suggestions/error messages for misuses of for/foreach (1)
Sep 09 2011 [Issue 6637] New: Postblits of static array elements are not called on function argument (5)
Sep 09 2011 [Issue 6636] New: Destructors of static array elements are not called on function parameter (5)
Sep 09 2011 [Issue 6635] New: std.conv.emplace: enforcement is too weak (6)
Sep 09 2011 [Issue 6634] New: std.path.globMatch throws wrong assertion (4)
Sep 08 2011 [Issue 6632] New: toUTFz sometimes does not work with const parameters (11)
Sep 08 2011 [Issue 6631] New: core.time module constructor runs AFTER main program's module constructor (5)
Sep 08 2011 [Issue 6630] New: Assigning null to class with nested alias this class is misinterpreted (4)
Sep 08 2011 [Issue 6629] New: std.conv.emplace: enforcement is too weak (4)
Sep 08 2011 [Issue 6628] New: [RDMD] Ability to choose which DMD to use. (4)
Sep 08 2011 [Issue 6627] New: BigInt textual representation (3)
Sep 08 2011 [Issue 6626] New: std.complex.expi() (2)
Sep 08 2011 [Issue 6625] New: Distribute newer Windows API import libraries (4)
Sep 08 2011 [Issue 6624] New: Functions with Parameters Implicitly Convertible to Immutable Are Not Pure (2)
Sep 08 2011 [Issue 6623] New: Position rigidity of system for delegates (1)
Sep 08 2011 [Issue 6622] New: rdmd --makedepend lists "dmd.conf" and "dmd" (11)
Sep 08 2011 [Issue 6621] New: Superimposition amount for std.range.chunks (2)
Sep 07 2011 [Issue 6620] New: argument evaluation order inversed for extern(C) (2)
Sep 07 2011 [Issue 6619] New: Forward a single field to a subfield, like "alias this" (2)
Sep 07 2011 [Issue 6618] New: TypeInfo_Struct.equals should prefer xopEquals than pointer equality (3)
Sep 07 2011 [Issue 6617] New: Two problems using enum lenghs (6)
Sep 07 2011 [Issue 6616] New: foreach argument type inference (4)
Sep 06 2011 [Issue 6615] New: Implement optimization for downcast to final class (4)
Sep 06 2011 [Issue 6614] New: std.traits should have an isFinal template (9)
Sep 06 2011 [Issue 6613] New: Can't use empty tuple as default value for variadic template function parameter (2)
Sep 06 2011 [Issue 6612] New: Associative arrays with associative array keys literals (4)
Sep 06 2011 [Issue 6611] New: array[]++ and array[]-- too? (7)
Sep 06 2011 [Issue 6610] New: opAssign when copy-ing array (1)
Sep 05 2011 [Issue 6608] New: Tuple field is not escaped (3)
Sep 05 2011 [Issue 6607] New: critical_.d and critical.c use double check locking the wrong way (3)
Sep 05 2011 [Issue 6606] New: RefCounted doesn't work with unions due to use of format (6)
Sep 05 2011 [Issue 6605] New: Add switch to enable setting library search paths via command line (10)
Sep 05 2011 [Issue 6604] New: Casting away immutable modifier does nothing (2)
Sep 04 2011 [Issue 6602] New: Invalid template instantiations »leaked« by is(typeof())/__traits(compiles, …)/Type::trySemantic (6)
Sep 04 2011 [Issue 6601] New: Regression(2.053): CTFE segfault taking address of function template (2)
Sep 03 2011 [Issue 6600] New: unrelated expression alters function name mangling (4)
Sep 03 2011 [Issue 6599] New: Bus error with non-constant expression and struct initializer (7)
Sep 03 2011 [Issue 6598] New: Function literals are rejected by structure initializers as non-constant (3)
Sep 02 2011 [Issue 6597] New: to!SomeString should use std.format.formatValue (2)
Sep 02 2011 [Issue 6596] New: Error message with not extern(C) function (5)
Sep 02 2011 [Issue 6595] New: std.string.format() and sformat() are obsolete (6)
Sep 02 2011 [Issue 6594] New: Xorshift as default generator (7)
Sep 02 2011 [Issue 6593] New: final class random generators? (2)
Sep 02 2011 [Issue 6592] New: di header file created even if errors occur (2)
Sep 02 2011 [Issue 6591] New: di header generation loses selective import symbols (5)
Sep 01 2011 [Issue 6590] New: mixed in case and default statements do not create a new scope (1)
Sep 01 2011 [Issue 6589] New: is(int*==int*); and template X(T : int*=int*) should compile (1)
Sep 01 2011 [Issue 6588] New: Struct d'tors + immutable elements doesn't work (4)
Aug 31 2011 [Issue 6587] New: std.parallelism (5)
Aug 31 2011 [Issue 6586] New: feqrel for const values too (3)
Aug 31 2011 [Issue 6585] New: std.variant cannot handle shared arrays (1)
Aug 31 2011 [Issue 6584] New: ICE on large version number/debug level (3)
Aug 30 2011 [Issue 6583] New: cast() operation not fully specified (1)
Aug 30 2011 [Issue 6582] New: alias this forward reference error (2)
Aug 30 2011 [Issue 6581] New: Yet another dtor/postblit problem? (10)
Aug 30 2011 [Issue 6580] New: scoped classes are aligned incorrectly (4)
Aug 30 2011 [Issue 6579] New: Calling static method should *require* using type and not instance (9)
Aug 30 2011 [Issue 6578] New: Ignored const with struct with constructor (6)
Aug 30 2011 [Issue 6577] New: 'Cannot initialize member' error line number (4)
Aug 30 2011 [Issue 6576] New: std.string.format for struct crash on Linux 64bit (7)
Aug 29 2011 [Issue 6575] New: implementing interface method by overloaded arguments (2)
Aug 29 2011 [Issue 6574] New: Erroneous recursive call in template instantiation (1)
Aug 29 2011 [Issue 6573] New: Add isOneOf to std.traits (4)
Aug 29 2011 [Issue 6572] New: Deprecate typedef (6)
Aug 29 2011 [Issue 6571] New: typedefs ignore const, shared, immutable etc modifiers when implicitly converting (9)
Aug 29 2011 [Issue 6570] New: 'this' silently passes from one object to another (3)
Aug 28 2011 [Issue 6569] New: Template fails to instantiate when alias this is used (2)
Aug 27 2011 [Issue 6563] New: wrong code when using at least 8 XMM regs (2)
Aug 26 2011 [Issue 6562] New: writeln Sigsegv (1)
Aug 26 2011 [Issue 6561] New: alias this + undefined symbol should cause error (3)
Aug 26 2011 [Issue 6560] New: Exponentiation operator ^^ doesn't work for complex numbers (10)
Aug 26 2011 [Issue 6559] New: [CTFE-ish] Inconsistent array formatting at runtime vs compiletime (6)
Aug 26 2011 [Issue 6558] New: [CTFE] UTF-decoding foreach gives wrong index (1-indexed) (3)
Aug 26 2011 [Issue 6557] New: Inplace enum literals (6)
Aug 25 2011 [Issue 6556] New: ICE for ImportStatement in DebugStatement (2)
Aug 25 2011 [Issue 6555] New: Problem with readf (4)
Aug 25 2011 [Issue 6554] New: Refused two imports of the same module (2)
Aug 24 2011 [Issue 6553] New: Better const(char[]) !-> string error message (4)
Aug 24 2011 [Issue 6552] New: Wrong fallthrough warning for CaseRange (11)
Aug 24 2011 [Issue 6551] New: [CTFE] struct constructor not recognized under weird conditions (2)
Aug 24 2011 [Issue 6550] New: Allow (auto var = expression) in while() loops (3)
Aug 24 2011 [Issue 6549] New: Implement contracts without implementation. (7)
Aug 24 2011 [Issue 6548] New: [e2ir.c] Problem with ^^ vector op (8)
Aug 23 2011 [Issue 6547] New: Call to std.algorithm.remove causes compile error (6)
Aug 23 2011 [Issue 6546] New: alias this + IdentityExpression doesn't work (3)
Aug 23 2011 [Issue 6545] New: [CTFE] Array operations problem (4)
Aug 22 2011 [Issue 6544] New: Tuple unpacking at the called function (3)
Aug 21 2011 [Issue 6543] New: RDMD -I character limitation (3)
Aug 21 2011 [Issue 6542] New: Add IFTI (Implicit Function Template Instantiation) to glossary (3)
Aug 20 2011 [Issue 6541] New: using synchronized on a templated method crashes the compiler (1)
Aug 20 2011 [Issue 6540] New: Default struct constructor problem (3)
Aug 20 2011 [Issue 6539] New: Incomprehensible error message with failed template instantiation (4)
Aug 20 2011 [Issue 6538] New: Invalid template constraints crash compiler (7)
Aug 20 2011 [Issue 6537] New: OS X optimizer bug (?) (9)
Aug 20 2011 [Issue 6536] New: "in" operator for inclusivity in array index range (1)
Aug 20 2011 [Issue 6535] New: RDMD outputs broken library files (6)
Aug 19 2011 [Issue 6534] New: const struct definition inside functions too (8)
Aug 19 2011 [Issue 6533] New: Compiler should catch duplicate overrides (2)
Aug 19 2011 [Issue 6531] New: assertion failure in std.range.iota (13)
Aug 18 2011 [Issue 6530] New: Internal error: backend\symbol.c 1032 (2)
Aug 18 2011 [Issue 6529] New: writeln(const array of enums) too (4)
Aug 18 2011 [Issue 6528] New: Private module functions optimizations (4)
Aug 18 2011 [Issue 6527] New: Ambiguous mangling of inout parameters (1)
Aug 18 2011 [Issue 6526] New: Disambiguate mangling of AA literals (1)
Aug 18 2011 [Issue 6525] New: Numeric literals should always be mangled with a leading 'i' (1)
Aug 18 2011 [Issue 6524] New: Ternary operator fails to recognise implicitly convertible function pointers (2)
Aug 17 2011 [Issue 6523] New: Vector slice assign of a struct with opAssign (1)
Aug 17 2011 [Issue 6522] New: [CTFE] Problem with opAssign call in foreach(ref) (2)
Aug 17 2011 [Issue 6521] New: writeln(const(tuple)) doesn't show the field values (3)
Aug 17 2011 [Issue 6520] New: Problem with -inline with lazy arguments and inner functions (3)
Aug 17 2011 [Issue 6519] New: [CTFE] Problem with inout (5)
Aug 17 2011 [Issue 6518] New: break inside a static foreach inside a switch (7)
Aug 17 2011 [Issue 6517] New: [CTFE] ptr++ doesn't work but ++ptr does (3)
Aug 16 2011 [Issue 6516] New: [2.055 beta] ICE: assert constfold.c(721) global.errors (3)
Aug 16 2011 [Issue 6515] New: Support for a basic BinaryHeap operation (1)
Aug 16 2011 [Issue 6514] New: dotProduct at compile-time too (4)
Aug 16 2011 [Issue 6513] New: More info in Range violation exception message? (1)
Aug 16 2011 [Issue 6512] New: [CTFE] new T[][] doesn't work (2)
Aug 16 2011 [Issue 6511] New: [CTFE] Array op gives wrong result (5)
Aug 16 2011 [Issue 6510] New: [CTFE] internal error: illegal stack value stack (10)
Aug 16 2011 [Issue 6509] New: [2.055 beta] ICE when compiling druntime or phobos (4)
Aug 16 2011 [Issue 6508] New: alias this doesn't work with AssignExp rhs (2)
Aug 16 2011 [Issue 6507] New: [2.055 beta] ICE: var Internal error: backend\cgcs.c 319 (4)
Aug 16 2011 [Issue 6506] New: OS X: wrong value is passed to simple argument with a lazy parameter with -unittest -release -O (3)
Aug 16 2011 [Issue 6505] New: Wrong code for expression involving 8 floats, only with -O (5)
Aug 16 2011 [Issue 6504] New: Regression(2.041): "str" ~ [arr] allows string literal to be modified (9)
Aug 16 2011 [Issue 6503] New: std.typecons.scoped fails to instantiate for classes that inherit from interfaces (2)
Aug 15 2011 [Issue 6502] New: failing with -release -inline -noboundscheck (6)
Aug 15 2011 [Issue 6501] New: import inside of eponymous template does not work correctly (4)
Aug 15 2011 [Issue 6500] New: Show template instantiation values too (1)
Aug 15 2011 [Issue 6499] New: [GSoC] Destructor not called on object returned by method. (7)
Aug 15 2011 [Issue 6498] New: [CTFE] copy-on-write is slow and causes huge memory usage (2)
Aug 14 2011 [Issue 6497] New: [safeD] Escaping a reference to a local variable from safe function (4)
Aug 14 2011 [Issue 6496] New: Fix std.process.browse per comments in pull request #154 (1)
Aug 14 2011 [Issue 6495] New: array(file.byLine()) is a problem (11)
Aug 14 2011 [Issue 6494] New: alias to const type in struct results in strange error (3)
Aug 14 2011 [Issue 6493] New: Source code for the doc of core.time points to std.datetime. (2)
Aug 14 2011 [Issue 6492] New: properties of alias this'd array overrides method (4)
Aug 14 2011 [Issue 6491] New: Fully qualified enums in default arguments of non-template functions are generated with an extra 'module' keyword (2)
Aug 14 2011 [Issue 6490] New: countUntil will take a non-range for its second argument (4)
Aug 13 2011 [Issue 6489] New: Should be able to copy double[] to float[] (6)
Aug 12 2011 [Issue 6488] New: DMD compiler bug (4)
Aug 12 2011 [Issue 6487] New: Richer impurity error message (2)
Aug 12 2011 [Issue 6486] New: std.math.abs(BigInt) (4)
Aug 12 2011 [Issue 6485] New: interface + abstract class fails on linking (2)
Aug 12 2011 [Issue 6484] New: compose can't take multi arg functions (3)
Aug 12 2011 [Issue 6483] New: std.container.moveBack (4)
Aug 12 2011 [Issue 6482] New: std.algorithm.moveAll precondition (2)
Aug 12 2011 [Issue 6481] New: composition with alias this doesn't work inside the struct (2)
Aug 12 2011 [Issue 6480] New: std.array.array can't handle const (3)
Aug 12 2011 [Issue 6479] New: spurious alias this with struct and mixin template (6)
Aug 12 2011 [Issue 6478] New: Implement conservative range-checking for array lengths (2)
Aug 11 2011 [Issue 6477] New: Classes link empty on contracts page (2)
Aug 11 2011 [Issue 6476] New: inner template mixin not defined?! (3)
Aug 11 2011 [Issue 6475] New: template identifier is not a member of alias (7)
Aug 11 2011 [Issue 6474] New: aliasing type tuple elements' members is onerous (4)
Aug 11 2011 [Issue 6473] New: segfault in Lexer::uniqueId (5)
Aug 11 2011 [Issue 6472] New: RedBlackTree.removeKey (6)
Aug 11 2011 [Issue 6471] New: std.metastrings.Format has recursive expansion problems (4)
Aug 11 2011 [Issue 6470] New: postblits not called on arrays of structs (5)
Aug 11 2011 [Issue 6469] New: Compiler fails to initialize associative array: string->[string->string] (5)
Aug 11 2011 [Issue 6468] New: alias this doesn't complain about Identifier not denoting an aggregate member (3)
Aug 10 2011 [Issue 6467] New: Static array is corrupted when concatenated (1)
Aug 10 2011 [Issue 6466] New: core.demangle incorrect demangling of variables (2)
Aug 10 2011 [Issue 6465] New: Selective imports don't work from inside a function (3)
Aug 10 2011 [Issue 6464] New: Unittests in libraries isn't run (2)
Aug 10 2011 [Issue 6463] New: Segfault on writeln() from a Fiber (6)
Aug 10 2011 [Issue 6462] New: mixin() should accept arrays of char, as well as string literals (2)
Aug 10 2011 SegFault when using writeln() and Fibers (2)
Aug 09 2011 [Issue 6461] New: multiple definitions with typeid and multiobj (19)
Aug 09 2011 [Issue 6460] New: [CTFE] internal error assigning struct (3)
Aug 09 2011 [Issue 6459] New: Inline assembler does not work well for 64 bit registers R8..R15 (5)
Aug 08 2011 [Issue 6458] New: Multibyte char literals shouldn't implicitly convert to char (16)
Aug 08 2011 [Issue 6457] New: [CTFE] .idup or casting of char[] does not really create a string literal recognizable in 'mixin', which causes a line-less error (5)
Aug 08 2011 [Issue 6456] New: toString fails with alias this when more than one field present (2)
Aug 08 2011 [Issue 6455] New: std.string.format doesn't understand positional arguments (2)
Aug 08 2011 [Issue 6454] New: property doesn't need return type (3)
Aug 08 2011 [Issue 6453] New: Allow multiple invariant per struct/class (8)
Aug 08 2011 [Issue 6452] New: RDMD shouldn't put the compiler in the rsp file (4)
Aug 07 2011 [Issue 6451] New: ICE(expression.c:4434): SymbolExp::SymbolExp(Loc, TOK, int, Declaration*, int): Assertion `var' failed. (8)
Aug 07 2011 [Issue 6450] New: struct tm definition too short in std.c.linux.linux (1)
Aug 07 2011 [Issue 6449] New: Unused label warning (1)
Aug 07 2011 [Issue 6448] New: writef("%05d", BigInt) problem (3)
Aug 06 2011 [Issue 6447] New: iota(BigInt) too (5)
Aug 06 2011 [Issue 6446] New: Problem with iota(long) (4)
Aug 06 2011 [Issue 6445] New: [CTFE] Absurd memory usage (still) on building array (7)
Aug 06 2011 [Issue 6444] New: Using != to compare with null does not cause a compiler error (2)
Aug 06 2011 [Issue 6443] New: [GSoC] Catching exceptions in fibers broken on Windows (5)
Aug 06 2011 [Issue 6442] New: Allow for passing values with the 'ref' keyword (24)
Aug 05 2011 [Issue 6441] New: Downloads & Tools section is impossible to reach (4)
Aug 05 2011 [Issue 6440] New: associative array member functions are not pure (2)
Aug 05 2011 [Issue 6439] New: [CTFE] union field are initialized independently (1)
Aug 05 2011 [Issue 6438] New: [CTFE] wrong error "value used before set" when slicing =void array (5)
Aug 04 2011 [Issue 6437] New: Refcounted calls dtor before ctor, never calls dtor for globals (4)
Aug 04 2011 [Issue 6436] New: Refcounted initialization bug (7)
Aug 03 2011 [Issue 6435] New: Regression (2.054) Cannot append to a string member of a struct in CTFE (4)
Aug 03 2011 [Issue 6434] New: opDispatch must be considered before alias this. (10)
Aug 03 2011 [Issue 6433] New: Meta-Bug AA type propagation (5)
Aug 03 2011 [Issue 6432] New: Compilation doesn't terminate on a recursive mixin error (4)
Aug 02 2011 [Issue 6431] New: [RDMD] Modifying a library doesn't trigger a rebuild (5)
Aug 02 2011 [Issue 6430] New: Overloaded auto-return functions each with a nested aggregate of the same name are conflated (2)
Aug 02 2011 [Issue 6429] New: Nested function error in reduce (5)
Aug 02 2011 [Issue 6428] New: Inconsistent implement in std.array.replaceFirst (4)
Aug 02 2011 [Issue 6427] New: Templated ctor cannot set immutable member variables (4)
Aug 02 2011 [Issue 6426] New: Internal error with function-nested alias (8)
Aug 01 2011 [Issue 6425] New: Cannot foreach over AA with char as key type (4)
Aug 01 2011 [Issue 6424] New: std.traits.hasElaborateAssign is limited (2)
Aug 01 2011 [Issue 6423] New: Garbage is returned from `void main()` (5)
Aug 01 2011 [Issue 6422] New: Regression(2.055beta): Segfault(cgcs.c) taking length of returned slice (2)
Jul 31 2011 [Issue 6421] New: Fixed size array literal assignment optimization (2)
Jul 31 2011 [Issue 6420] New: [CTFE] ICE on dereference-assigning to a pointer casted from a literal (2)
Jul 31 2011 [Issue 6419] New: [CTFE] Cannot create a struct if it has a constructor (may cause ICE) (8)
Jul 31 2011 [Issue 6418] New: [CTFE] segfault on SortedRange.equalRange (4)
Jul 31 2011 [Issue 6417] New: Problem with count inside out{} of class method (3)
Jul 31 2011 [Issue 6416] New: [CTFE] Declaration static struct is not yet implemented in CTFE (2)
Jul 30 2011 [Issue 6415] New: Placement of pure and nothrow for invariant() (7)
Jul 30 2011 [Issue 6414] New: Possible problem with pure and const attribute (3)
Jul 30 2011 [Issue 6413] New: 2.054 Debian package doesn't install properly on Ubuntu (2)
Jul 30 2011 [Issue 6412] New: Include rdmd.d in releases (4)
Jul 30 2011 [Issue 6411] New: Undefined reference to __dgliteral in mixin (1)
Jul 30 2011 [Issue 6410] New: Few common exceptions in std.exception (1)
Jul 30 2011 [Issue 6409] New: std.array.empty for associative arrays too (1)
Jul 30 2011 [Issue 6408] New: string[].init gives a wrong type (11)
Jul 30 2011 [Issue 6407] New: take(map) problem (4)
Jul 29 2011 [Issue 6404] New: Cannot check ref-ness of auto ref parameter in template constraint (6)
Jul 29 2011 [Issue 6403] New: Upgrade std.regex to Unicode UTS #18 Level 1 support (6)
Jul 29 2011 [Issue 6402] New: Note on property in spec needs updating (3)
Jul 29 2011 [Issue 6401] New: infinite loop with -inline in gflow.c:accumaecpx (3)
Jul 29 2011 [Issue 6400] New: opDispatch with WithStatement (2)
Jul 29 2011 [Issue 6399] New: [CTFE] struct member array.length -= x doesn't work, while array[0..$-x] works (3)
Jul 29 2011 [Issue 6398] New: Regression(2.054 beta): Property getter/setter confusion (5)
Jul 28 2011 [Issue 6397] New: D1: Empty const string causes bad obj (1)
Jul 28 2011 [Issue 6396] New: enums + struct initializers == wrong code (3)
Jul 28 2011 [Issue 6395] New: Multiple-at-a-time bug breaking e.g. DustMite (9)
Jul 28 2011 [Issue 6394] New: template type constraints embedded in the function parameters. (2)
Jul 28 2011 [Issue 6393] New: allow undefined aliases as template parameters and alias tuples (2)
Jul 28 2011 [Issue 6392] New: function pointers should be convertible to delegates (2)
Jul 27 2011 [Issue 6391] New: Line-less error when passing the '.im' of floating pointer value by reference (5)
Jul 27 2011 [Issue 6390] New: [CTFE] Struct constructor fails to call another method (2)
Jul 27 2011 [Issue 6389] New: Segfault(dsymbol.c): deprecated disable (3)
Jul 26 2011 [Issue 6388] New: Bad example about Mixin (2)
Jul 26 2011 [Issue 6387] New: scanelf (from pax-utils) criticizes dmd generated object files (3)
Jul 26 2011 [Issue 6386] New: [CTFE] ICE on pointer casting (2)
Jul 26 2011 [Issue 6385] New: isInputRange!(ubyte[2u]) is a failure when used in global scope (6)
Jul 26 2011 [Issue 6384] New: std.traits.isComparable (3)
Jul 26 2011 [Issue 6383] New: Unpacking from dynamic array, lazy ranges (6)
Jul 26 2011 [Issue 6382] New: edge case with static foreach (1)
Jul 25 2011 [Issue 6380] New: Proposal to make 'shared usable (1)
Jul 25 2011 Expose the CTFE interpter in Phobos? (2)
Jul 25 2011 [Issue 6379] New: std.container.SList fails to compile (2)
Jul 25 2011 [Issue 6378] New: Overriding opAssign disables ability to null a reference (2)
Jul 24 2011 [Issue 6377] New: std.conv.to should check range when changing signedness (10)
Jul 24 2011 [Issue 6376] New: Throwing exception or assertion failure causes segfault or memory error due to ASLR on Mac OS X 10.7 (11)
Jul 24 2011 [Issue 6375] New: [CTFE] Segfault when using std.array.appender with an initial array (2)
Jul 24 2011 [Issue 6374] New: [CTFE] Cannot subscript using pointer to array (3)
Jul 24 2011 [Issue 6373] New: More descriptive 'hidden by X is deprecated' error (10)
Jul 24 2011 [Issue 6372] New: data loss due to possible bug in garbage collector (3)
Jul 23 2011 [Issue 6371] New: Small improvements to aid auto-building DMD from git (4)
Jul 23 2011 [Issue 6370] New: [RDMD] Cannot compile with etc.c.sqlite3 (6)
Jul 23 2011 [Issue 6369] New: alias this doesn't work with initializer (3)
Jul 23 2011 [Issue 6368] New: Too many error messages for a missing ); (3)
Jul 23 2011 [Issue 6367] New: Multi-assignment for typetuples is bad (1)
Jul 23 2011 [Issue 6366] New: alias this doesn't work with foreach range.front (3)
Jul 23 2011 [Issue 6365] New: AutoTupleDeclaration (43)
Jul 22 2011 [Issue 6364] New: Static struct's destructor called on exit of function (5)
Jul 22 2011 [Issue 6363] New: Runtime crashes on a very simple case : throw + dirEntries (3)
Jul 22 2011 [Issue 6362] New: Can't return const reference to member (3)
Jul 22 2011 [Issue 6361] New: To avoid a newline in multi-line strings (2)
Jul 21 2011 [Issue 6360] New: property is doubled in di files when used with auto (3)
Jul 20 2011 [Issue 6359] New: Pure/ safe-inference should not be affected by __traits(compiles) (1)
Jul 20 2011 [Issue 6358] New: ICE when using an member template (not a template instance) in an expression. (3)
Jul 20 2011 [Issue 6357] New: Almost all AA methods are not pure/nothrow/ safe (6)
Jul 20 2011 [Issue 6356] New: Pure/nothrow/ safe-inference failed for a template function if it is instantiated without evaluating at the global scope (5)
Jul 20 2011 [Issue 6355] New: Template constructor cannot initialize non-mutable field (4)
Jul 20 2011 [Issue 6354] New: Optimizer bug on x86_64: Bitshift optimized out when foreach and scope(failure) are used (4)
Jul 20 2011 [Issue 6353] New: No stacktraces on x86_64 (5)
Jul 19 2011 [Issue 6352] New: Regression(2.054) Implicit pure/nothrow/ safe messes up delegate arrays (7)
Jul 19 2011 [Issue 6351] New: Regression(2.054) Segfault: Vararg delegate as template param (5)
Jul 19 2011 [Issue 6350] New: Const array static usage optimization (1)
Jul 19 2011 [Issue 6349] New: HTOD needs -od or -of switch (2)
Jul 19 2011 [Issue 6348] New: Returning a struct from a C library function doesn't work correctly in 64 bit binaries (1)
Jul 19 2011 [Issue 6347] New: dmd 2.054, gcc 4.2.3 - can not compile dmd from source (4)
Jul 18 2011 [Issue 6346] New: Make == null a warning for arrays (10)
Jul 18 2011 [Issue 6345] New: A different kind of vector operation (5)
Jul 18 2011 [Issue 6344] New: CTFE: Assertion Failure in interpret.c (4)
Jul 18 2011 [Issue 6343] New: std.math.nextPow2 (1)
Jul 18 2011 [Issue 6342] New: Tuple field access problem in pure function (3)
Jul 17 2011 [Issue 6341] New: Segfault with variadic delegate parameter (4)
Jul 17 2011 [Issue 6340] New: std.conv.to: integer to bool conversion (2)
Jul 16 2011 [Issue 6337] New: ICE when touching member variable of struct during CTFE (5)
Jul 16 2011 [Issue 6336] New: Can't return ref T where T has const/immutable members (7)
Jul 16 2011 [Issue 6335] New: Issues with d-p-l.org statement.html, std_getopt.html (4)
Jul 16 2011 [Issue 6334] New: Template is silently not instantiated (1)
Jul 16 2011 [Issue 6333] New: The 'capacity' function is not pure/nothrow/ safe. (3)
Jul 16 2011 [Issue 6332] New: Auto-return function cannot be inferred as safe (6)
Jul 15 2011 [Issue 6331] New: [CTFE] Cannot evaluate SliceExp on if condition (3)
Jul 15 2011 [Issue 6330] New: Cannot disable assignment to a struct. (3)
Jul 15 2011 [Issue 6329] New: Out of range exceptions not thrown in certain cases (18)
Jul 15 2011 [Issue 6328] New: Functions using lazy argument cannot be inferred as safe (2)
Jul 15 2011 [Issue 6327] New: Internal error: ..\ztc\cgcv.c 206 (9)
Jul 15 2011 [Issue 6326] New: [CTFE] ICE on cross-module call of function checking CTFE-ability of function with invalid switch statement (2)
Jul 15 2011 [Issue 6325] New: Assertion failure: '0' on line 1123 in file 'glue.c' (9)
Jul 15 2011 [Issue 6324] New: ICE: .values field of enum hash errors out (3)
Jul 15 2011 [Issue 6323] New: Regression(2.054) calling opAssign inside a struct initializer (4)
Jul 15 2011 [Issue 6322] New: IFTI doesn't support static arrays (4)
Jul 15 2011 A bug with DMD 2.054 (2)
Jul 14 2011 [Issue 6321] New: stack overflow error while compiling with DMD (12)
Jul 14 2011 [Issue 6320] New: non-pure constructor can be called using new (4)
Jul 14 2011 [Issue 6319] New: Problem with prinft inside debug{} of pure function (8)
Jul 14 2011 [Issue 6318] New: module isn't fully processed under weird conditions (4)
Jul 14 2011 [Issue 6317] New: A inner struct with member function causes a compiler internal error (4)
Jul 14 2011 [Issue 6316] New: Class downcast is rejected in safe code (4)
Jul 14 2011 [Issue 6315] New: Compiling typed named enum with -g switch yelds an error. (3)
Jul 14 2011 [Issue 6314] New: insertInPlace does not work for classes on dmd 2.054 (1)
Jul 14 2011 [Issue 6313] New: Type deduction with const/in (1)
Jul 14 2011 [Issue 6312] New: template instance cannot use argument from enclosing template (5)
Jul 14 2011 [Issue 6311] New: Some array ops aren't nothrow (2)
Jul 14 2011 [Issue 6310] New: Missing "template instantiation" traceback when an error happens in the template parameter of an alias. (5)
Jul 13 2011 [Issue 6309] New: add make debug for druntime (2)
Jul 13 2011 [Issue 6308] New: Destruction of temporaries on exception causes segfault (15)
Jul 13 2011 [Issue 6307] New: imported packages are visible everywhere (3)
Jul 13 2011 [Issue 6306] New: [CTFE] Strange behavior of indirect recursive call in CTFE (4)
Jul 13 2011 [Issue 6305] New: String literals doesn't already have a 0 appended to them (5)
Jul 12 2011 [Issue 6304] New: DMD does not recognize size_t parameter type while type matching (2)
Jul 12 2011 [Issue 6303] New: Order of float declaration changes NaN throwing behavior (2)
Jul 12 2011 [Issue 6302] New: Function imports in debug blocks crashes compiler (3)
Jul 12 2011 [Issue 6301] New: Cannot 'zip'/'retro'/'stride' etc. a range having 'ulong' length. (3)
Jul 12 2011 [Issue 6300] New: Returning a cast(immutable) struct erroneously calls a matching constructor (1)
Jul 12 2011 [Issue 6299] New: Auto constructor for heap structs too (1)
Jul 12 2011 [Issue 6298] New: ref breaks struct immutability (2)
Jul 12 2011 [Issue 6297] New: cast() does not remove const or immutable on arrays and pointers (1)
Jul 12 2011 [Issue 6296] New: Assertion failure: '0' on line 1121 in file 'glue.c' (24)
Jul 12 2011 [Issue 6295] New: DMD 2.054 segfaults (7)
Jul 12 2011 [Issue 6294] New: Function overrides not checking for property (1)
Jul 12 2011 [Issue 6293] New: [Regression 2.054] 'pure' does not work with member of array of aggregrate (5)
Jul 11 2011 [Issue 6292] New: HTOD hides constants behind a comment (2)
Jul 11 2011 [Issue 6291] New: Warn on likely hex literal bug (2)
Jul 11 2011 [Issue 6290] New: GC breaks if a thread is allocated on Mac OSX (3)
Jul 11 2011 [Issue 6289] New: Make slices of const/immutable arrays mutable (but keep the elements const/immutable) (3)
Jul 11 2011 [Issue 6288] New: std.conv.to removes const/immutable when converting a class (4)
Jul 11 2011 [Issue 6287] New: function pointers to non-static function without an object-instance (2)
Jul 11 2011 [Issue 6286] New: Static arrays can not be assigned from const(T)[N] to T[N] (6)
Jul 10 2011 [Issue 6285] New: switch-case statement fails for enums of strings (2)
Jul 10 2011 [Issue 6284] New: [Regression 2.054] 'pure' does not work with 'with' statement (6)
Jul 10 2011 [Issue 6283] New: [CTFE][Regression 2.054] Failed to assign to AA using a constness-changed array as key (6)
Jul 10 2011 [Issue 6282] New: [CTFE] ICE when dereferencing a pointer to reference type from 'in' of an AA (2)
Jul 10 2011 [Issue 6281] New: [CTFE] A null pointer '!is null' returns 'true'. (4)
Jul 10 2011 [Issue 6280] New: [CTFE] Cannot put 'in' expression of AA in an 'if' condition (3)
Jul 09 2011 [Issue 6279] New: array-vararg with pointer type not working in safe code (4)
Jul 09 2011 [Issue 6278] New: 'in' contract inheritance doesn't work with safe code (13)
Jul 09 2011 [Issue 6277] New: Disallow short floating point literals (22)
Jul 09 2011 [Issue 6276] New: [CTFE] Strange behavior of using ~= operator twice (3)
Jul 08 2011 [Issue 6275] New: Const values in tuples (3)
Jul 08 2011 [Issue 6274] New: 'pure' for a whole struct definition (2)
Jul 08 2011 [Issue 6273] New: Tuple [] operator in pure function (3)
Jul 08 2011 [Issue 6272] New: Named import in functions problem (6)
Jul 08 2011 [Issue 6271] New: std.string.join performance (3)
Jul 08 2011 [Issue 6270] New: XMMREGS not preserved on indirect function call (3)
Jul 08 2011 [Issue 6269] New: aliasing in IsExpression doesn't work when used inside a template constraint (3)
Jul 07 2011 [Issue 6268] New: [2.054 Beta Regression] std.string.strip no longer CTFE-able (3)
Jul 07 2011 [Issue 6267] New: Can't increment alias this'd struct from ref return (3)
Jul 07 2011 [Issue 6266] New: Mac OSX linker fails to recognize private method of interface (6)
Jul 07 2011 [Issue 6265] New: Pure-inference doesn't apply with template alias parameter of function (4)
Jul 07 2011 [Issue 6264] New: ICE on testing opSlice in static if (3)
Jul 07 2011 [Issue 6263] New: Ambiguous declaration using typeof and an overloaded function is accepted. (2)
Jul 07 2011 [Issue 6262] New: Templates which exist only inside is(typeof()) shouldn't be instantiated (2)
Jul 06 2011 [Issue 6261] New: [2.054 beta regression] Regex cannot take a char[] (6)
Jul 06 2011 [Issue 6260] New: [Memory Corruption] Passed around lazy arguments don't work with closures (2)
Jul 06 2011 [Issue 6259] New: Property getters returning ref const() cause setters to be hidden (4)
Jul 06 2011 [Issue 6258] New: std.conv.to!real("-") fetches the front of an empty array. (4)
Jul 06 2011 [Issue 6257] New: Struct postblit not called in one case (3)
Jul 05 2011 [Issue 6256] New: [patch] std.algorithm.map does not support static arrays and has 'length' for narrow strings. (3)
Jul 05 2011 [Issue 6255] New: Add support for different base conversions in std.conv (8)
Jul 05 2011 [Issue 6254] New: Problem with associative array with array of array as keys (1)
Jul 05 2011 [Issue 6253] New: Refuse definition too of impossible associative arrays (9)
Jul 05 2011 [Issue 6252] New: Error message of idup of array of array (2)
Jul 05 2011 [Issue 6251] New: D spec should warn about using foreach_reverse on a delegate (8)
Jul 04 2011 [Issue 6250] New: [CTFE] Crash when swapping two pointers to arrays. (2)
Jul 04 2011 [Issue 6249] New: HTOD deletes files without notice (2)
Jul 04 2011 [Issue 6248] New: HTOD leaves out const when translating C headers (3)
Jul 04 2011 [Issue 6247] New: Disallow static mutable variables definitions in pure functions (1)
Jul 03 2011 [Issue 6246] New: Struct instance parameterized with an Integral fails as argument to functions/methods (3)
Jul 03 2011 [Issue 6245] New: Using an exception object inside a delegate, causes a crash (2)
Jul 03 2011 [Issue 6244] New: Add powmod / modpow function to std.math (1)
Jul 03 2011 [Issue 6243] New: Update the D2 FAQs. (3)
Jul 02 2011 [Issue 6242] New: Disallow inoperant "in" contracts (5)
Jul 02 2011 [Issue 6241] New: test sdtor.d on osx not catching (4)
Jul 02 2011 [Issue 6240] New: [GSoC] ICE - Assertion failure: 'next' on line 254 in file 'toctype.c' (4)
Jul 01 2011 [Issue 6239] New: HTOD: Add support for converting opaque C types to D (5)
Jul 01 2011 [Issue 6238] New: Cannot define global immutable AA (5)
Jul 01 2011 [Issue 6237] New: htod generates invalid module name and declaration (2)
Jul 01 2011 [Issue 6236] New: Subtle bug with Windows timer, hashes and imports (2)
Jul 01 2011 [Issue 6235] New: Regression(DMD 2.053) ICE on typeof(Range.init[0..$]) inside a templated struct/class (8)
Jul 01 2011 [Issue 6234] New: 64-bit array append generates inline code to copy new data, but does not call postblit (4)
Jun 30 2011 [Issue 6233] New: Compiler lists wrong module in an expression error (3)
Jun 30 2011 [Issue 6232] New: And idea for std.string.toStringz docs (7)
Jun 30 2011 [Issue 6231] New: [patch] std.conv.to: Structs with toString and isInputRange match multiple templates. (3)
Jun 30 2011 [Issue 6230] New: Member functions can no longer be weakly pure (5)
Jun 29 2011 [Issue 6229] New: %= and /= no longer work on char type (3)
Jun 29 2011 [Issue 6228] New: ICE(e2ir.c:1323, 2.053) on {auto x = (*ptr) ^^ y} with const integer types (3)
Jun 29 2011 [Issue 6227] New: Comparison of different enums (2)
Jun 29 2011 [Issue 6226] New: Switch with impossible cases (3)
Jun 29 2011 [Issue 6225] New: Some common null test mistakes (1)
Jun 29 2011 [Issue 6224] New: Make a read-only public ownerTid property for std.concurrency (7)
Jun 29 2011 [Issue 6223] New: Crash on exit when embeeding std.stream.File in a class. (1)
Jun 29 2011 Crash on exit using std.stream.File. (1)
Jun 29 2011 [Issue 6222] New: A problem with iota() using size_t (4)
Jun 29 2011 [Issue 6221] New: Should be possible to pass struct function returns by 'const ref'. (7)
Jun 28 2011 [Issue 6220] New: static foreach over a string[] no longer produces directly usable strings (4)
Jun 28 2011 [Issue 6219] New: "There are currently four implementations:" (3)
Jun 27 2011 [Issue 6218] New: Stack trace possible improvement (1)
Jun 26 2011 [Issue 6217] New: [GSOC] result of std.algorithm.map is not movable (2)
Jun 26 2011 [Issue 6216] New: Built-in opAssign implicitly defined should call field's opAssign (3)
Jun 26 2011 [Issue 6215] New: ICE(el.c) DMD segfaults when built on system with XCode 4.2 (14)
Jun 26 2011 [Issue 6214] New: Don't influence foreach iteration on range (3)
Jun 25 2011 [Issue 6213] New: MixinIdentifier is not work (2)
Jun 25 2011 [Issue 6212] New: regex fails to make matches that include newline (3)
Jun 24 2011 [Issue 6211] New: __traits (compile) return wrong result when the bug happen (7)
Jun 24 2011 [Issue 6210] New: Associative array with array key often cannot be equated. (8)
Jun 24 2011 [Issue 6209] New: -L\implib and -H generation should follow -od flag (2)
Jun 24 2011 [Issue 6208] New: Parameter storage classes are ignored in template function deducing. (6)
Jun 24 2011 [Issue 6207] New: Mixin template evaluated to string can convert to string mixin expression implicitly (4)
Jun 24 2011 [Issue 6206] New: Pure function not called in comma expression in for loop increment (2)
Jun 24 2011 [Issue 6205] New: Strongly-pure nothrow functions with ignored return value are entirely stripped even if it contains a failing 'assert'. (8)
Jun 24 2011 [Issue 6204] New: emplace() for classes accepts larger chunk but fails in array assignment (2)
Jun 23 2011 [Issue 6203] New: [GSoC] RefCounted (and clear()) doesn't call destructors of members of structs. (2)
Jun 23 2011 [Issue 6202] New: Inferring function return type with attributes on both sides of signature (2)
Jun 23 2011 [Issue 6201] New: [GSoC] Ref Non-Ref overloading doesn't work on structs. (2)
Jun 23 2011 [Issue 6200] New: [GSoC] Value returned by function cannot be passed as ref const. (5)
Jun 23 2011 [Issue 6199] New: [GSoC] Postblit not called when returning a reference to a by-value function. (7)
Jun 23 2011 [Issue 6198] New: [GSoC] ICE(e2ir.c) With circular import (2)
Jun 23 2011 [Issue 6197] New: std.traits.isImplicitlyConvertible returns some wrong results. (4)
Jun 22 2011 [Issue 6196] New: with statement with single statement breaks linking (8)
Jun 22 2011 [Issue 6195] New: [GSoC] opSlice defined on range prevents call to postblit. (3)
Jun 22 2011 [Issue 6194] New: [GSoC] Destructor gets called on object before it is copied when calling writeln() (6)
Jun 21 2011 [Issue 6193] New: Appender.clear() functionality or documentation (3)
Jun 21 2011 [Issue 6192] New: std.algorithm.sort performance (5)
Jun 21 2011 [Issue 6191] New: removechars doesn't accept a const string (3)
Jun 21 2011 [Issue 6190] New: ref bypasses array const (2)
Jun 21 2011 [Issue 6189] New: register content destroyed in function prolog (17)
Jun 21 2011 [Issue 6188] New: Add ability to call element dtors to array blocks (2)
Jun 21 2011 [Issue 6187] New: compiler could use move semantics for appending temporaries to an array (2)
Jun 20 2011 [Issue 6186] New: Struct destructor is not called on out parameter (7)
Jun 20 2011 [Issue 6185] New: UFCS doesn't work with function imports (21)
Jun 20 2011 [Issue 6182] New: _d_arraycopy should take TypeInfo as final argument instead of simply element size (6)
Jun 20 2011 [Issue 6181] New: assert fails in datetime.d while runining Phobos unittest (3)
Jun 19 2011 [Issue 6180] New: Private has no effect on types in modules (15)
Jun 19 2011 [Issue 6179] New: scope should be removed from http://www.digitalmars.com/d/2.0/memory.html (3)
Jun 19 2011 [Issue 6178] New: Struct inside the AA are not init correctly (28)
Jun 19 2011 [Issue 6177] New: Insert in associative array: Internal error: backend/cgcs.c 162 (10)
Jun 19 2011 [Issue 6176] New: [TDPL] Cannot use string variables in case expressions (25)
Jun 18 2011 [Issue 6175] New: String corruption when passing static char arrays to std.conv (10)
Jun 18 2011 [Issue 6174] New: Initialize const fixed-size array in constructor (11)
Jun 17 2011 [Issue 6173] New: Compiler treats read access of a delegate's function pointer as an lvalue access (2)
Jun 17 2011 [Issue 6172] New: rdmd: insecure temporary file creation (5)
Jun 17 2011 [Issue 6171] New: rdmd: cache dependency file to improve startup time [patch] (6)
Jun 17 2011 [Issue 6170] New: Undefined reference for methods without body implemented in derived class (3)
Jun 16 2011 [Issue 6169] New: [CTFE] pure functions cannot compute constants using functions not marked as pure (18)
Jun 16 2011 [Issue 6168] New: Regression (2.047): Cannot create enum of struct with constructor (4)
Jun 16 2011 [Issue 6167] New: RefCounted and lazy/delegate (3)
Jun 16 2011 [Issue 6166] New: Named return value optimization not dealt with in inline assembler (1)
Jun 16 2011 [Issue 6165] New: Anonymous enums specification (3)
Jun 16 2011 [Issue 6164] New: [CTFE] Local arrays in a recursive local function behave funny (3)
Jun 15 2011 [Issue 6163] New: std.bigint: x.opBinary(y) is not an lvalue (2)
Jun 15 2011 [Issue 6162] New: Remove "invariant" as alias for "immutable" (3)
Jun 15 2011 [Issue 6161] New: iasm opcode family Jcc use absolute address instead of relative for functions (2)
Jun 15 2011 [Issue 6160] New: std.conv.to!real/double/float: Ignore _ to match the rest of D (3)
Jun 15 2011 [Issue 6159] New: [CTFE] ICE(constfold.c) on 'is' with structs (3)
Jun 14 2011 [Issue 6158] New: winsamp and dhry samples need an update (5)
Jun 14 2011 [Issue 6157] New: to!string should work for various pointer types (6)
Jun 14 2011 [Issue 6156] New: thread mbox conditions are only notified when the mailbox is emptied. (1)
Jun 14 2011 [Issue 6155] New: thread message boxes block infinitely with OnCrowding.block (4)
Jun 14 2011 [Issue 6154] New: std.math.abs on std.complex numbers too (7)
Jun 12 2011 [Issue 6153] New: Inserting to An Array!T inside an Array!(Array!T) causes a segfault. (7)
Jun 12 2011 [Issue 6152] New: The std.concurrency.receive* family of functions is undocumented. (2)
Jun 12 2011 [Issue 6151] New: Make the GC functions weakly pure (2)
Jun 11 2011 [Issue 6150] New: runnable/testsocket.d (3)
Jun 11 2011 [Issue 6149] New: ICE(interpret.c) Assertion failure: 'v2 && v2->getValue()' (4)
Jun 11 2011 [Issue 6148] New: Make templates smarter about instantiating with implicitly convertible arrays (6)
Jun 11 2011 [Issue 6147] New: file scheme uri from file path and vice versa (2)
Jun 11 2011 [Issue 6146] New: A way to mark a static construct as having no dependencies (2)
Jun 10 2011 [Issue 6145] New: Meaningless second error message for complex size of static array (3)
Jun 10 2011 [Issue 6144] New: Unexpected OPTLINK Termination at EIP=00428DA3 (17)
Jun 10 2011 [Issue 6143] New: Navigation bar has dead links (2)
Jun 10 2011 [Issue 6142] New: 32- and 64-bit libraries are combined without error (2)
Jun 10 2011 [Issue 6141] New: Bad code with ref-foreach and closures (6)
Jun 09 2011 [Issue 6140] New: Wrong ambiguity error with overloading (2)
Jun 09 2011 [Issue 6139] New: Duplicate error message on compile-time out of bounds array index (3)
Jun 09 2011 [Issue 6138] New: Using dirEntries and chdir() can have unwanted results (1)
Jun 09 2011 [Issue 6137] New: [CTFE] Foreach on semantically wrong initialized array crashes the compiler (3)
Jun 09 2011 [Issue 6136] New: Vector operation array[]^^ not supported yet (3)
Jun 09 2011 [Issue 6135] New: Thread/GC interaction bug on OS X (8)
Jun 09 2011 [Issue 6134] New: [CTFE] Assignment ref or out parameter to local variable fails (2)
Jun 09 2011 [Issue 6133] New: Improvements to RedBlackTree (1)
Jun 09 2011 [Issue 6132] New: extern (C) Silently Ignored Within D Classes (5)
Jun 09 2011 [Issue 6131] New: [CTFE] Simple call of struct methods causes "Stack overflow" or hanging-up (3)
Jun 08 2011 [Issue 6130] New: utf.toUTF16z needs to be callable with any string type (4)
Jun 08 2011 [Issue 6129] New: dmd -run passes incorrect argv[0] to application (2)
Jun 08 2011 [Issue 6128] New: Struct destructor isn't run when used in with statement (4)
Jun 08 2011 [Issue 6127] New: std.path.dirname returns the incorrect directory (2)
Jun 08 2011 [Issue 6126] New: std.parallelism does not re-throw exception (2)
Jun 08 2011 [Issue 6125] New: to!string doesn't throw on invalid UTF sequence (1)
Jun 08 2011 [Issue 6124] New: [dwarf] error: CIE not found for FDE at offset 0x00000014 with length of 0x00000018 and CIE offset of 0x00000018 (2)
Jun 08 2011 [Issue 6123] New: [CTFE] Cannot call a template member method inside delegate/function literal with -inline. (2)
Jun 07 2011 [Issue 6122] New: OS X Mach-O: indirect symbol table offset is past end of file (1)
Jun 07 2011 [Issue 6121] New: Can't link with DMC C++ generated functions with long arguments (4)
Jun 07 2011 [Issue 6120] New: [CTFE] ICE on calling constructor of template struct with -inline. (2)
Jun 06 2011 [Issue 6119] New: Assertion failure: '0' on line 1118 in file 'glue.c' (3)
Jun 06 2011 [Issue 6118] New: nested overloaded foreach in contract crashes dmd (3)
Jun 06 2011 [Issue 6117] New: Parameter names of equivalent function aliases are merged (2)
Jun 06 2011 [Issue 6116] New: May not join spawn()'ed threads (6)
Jun 06 2011 [Issue 6115] New: Variadic documentation should import core.vararg. (4)
Jun 05 2011 [Issue 6114] New: immutable class variable not properly initialized when the constructor initializing it is non-shared (3)
Jun 05 2011 [Issue 6113] New: singletons in std.datetime are not created early enough (8)
Jun 05 2011 [Issue 6112] New: Odd behavior of char comparison for ordering (2)
Jun 05 2011 [Issue 6111] New: Escaping reference to local variable not detected (3)
Jun 05 2011 [Issue 6110] New: std.functional: unaryFun should take an array alias. (2)
Jun 05 2011 [Issue 6109] New: 'nothrow' does not check slice indices (4)
Jun 05 2011 [Issue 6108] New: Crash on inherited contract using overridden method in unittest (2)
Jun 05 2011 [Issue 6107] New: ICE when a non-template member named '__ctor' exists in a struct, and the constructor is attempted to be invoked. (6)
Jun 04 2011 [Issue 6106] New: Keep track of changes during replace function (2)
Jun 04 2011 [Issue 6105] New: "static:" doesn't qualify static this constructors (2)
Jun 04 2011 [Issue 6103] New: hasFinalizer field in ClassInfo (2)
Jun 04 2011 [Issue 6102] New: [RDMD] Changing a string import file doesn't trigger a rebuild (5)
Jun 03 2011 [Issue 6101] New: Documentation for dead modules still distributed with DMD (7)
Jun 03 2011 [Issue 6100] New: [CTFE] regression: struct return values wrong if used in array initializer (2)
Jun 03 2011 [Issue 6099] New: std.windows.registry exposes too much implementation details (4)
Jun 03 2011 [Issue 6098] New: CTFE static array corruption of data (9)
Jun 03 2011 [Issue 6097] New: SSSE3 instructions in inline assembler cause error using DMD from git master (4)
Jun 03 2011 [Issue 6096] New: optimizer assert on cdouble to bool conversion (4)
Jun 02 2011 [Issue 6095] New: switch executes code it shouldn't (1)
Jun 02 2011 [Issue 6094] New: && doesn't shortcut properly with CTFE (15)
Jun 02 2011 [Issue 6093] New: 'overlapping array copy' with sort of tuple array (3)
Jun 02 2011 [Issue 6092] New: Can't cast primitive to same-sized static array (1)
Jun 02 2011 [Issue 6091] New: [d-p-l.org] Description for "Modifier casting" is misleading (3)
Jun 02 2011 [Issue 6090] New: DDoc parenthesis escape issues. (3)
Jun 02 2011 [Issue 6089] New: __gshared with not static 2D array (7)
Jun 02 2011 [Issue 6088] New: Stack trace or some info with stack overflow (20)
Jun 01 2011 [Issue 6087] New: typeof(this) doesn't work outside member function (4)
Jun 01 2011 [Issue 6086] New: Possibly unneded functions (2)
Jun 01 2011 [Issue 6085] New: The filename part of a thrown core.exception.UnicodeException is incomprehensible (5)
Jun 01 2011 [Issue 6084] New: Impossible to instantiate local template with TypeTuple-foreach iterator variable. (6)
May 31 2011 [Issue 6083] New: There can be only one alias this. (2)
May 31 2011 [Issue 6082] New: Constructors of templated types should be callable vi IFTI (2)
May 31 2011 [Issue 6081] New: Function Literal Templates Don't Work when Nested in Templates (4)
May 31 2011 [Issue 6080] New: Statically constructed Structs - Constructor/Initialization ambiguity (5)
May 31 2011 [Issue 6079] New: [CTFE] Array index out of bound detection is off-by-one (3)
May 29 2011 [Issue 6078] New: CTFE: ICE on foreach over array struct member which is null (2)
May 29 2011 [Issue 6077] New: CTFE: Cannot append null array to null array. (4)
May 29 2011 [Issue 6076] New: std.regex: "c.*|d" matches "mm" (3)
May 29 2011 [Issue 6075] New: Cannot set value to associative array from a weakly-pure function when the value type has a (pure) opAssign (4)
May 29 2011 [Issue 6074] New: Assert expressions shouldn't have side effects (9)
May 29 2011 [Issue 6073] New: Cannot pass __traits(parent, ...) as a template parameter if it is a module (3)
May 29 2011 [Issue 6072] New: [CTFE] Regression(git master): Cannot declare variable inside an 'if' condition (3)
May 28 2011 [Issue 6071] New: BigInt initialization causes compiler to hang (2)
May 28 2011 [Issue 6070] New: CTFE UFCS forward reference error (4)
May 28 2011 [Issue 6069] New: DMD tries to call static Foo.opCall() on cast(immutable(Foo)) (4)
May 28 2011 [Issue 6068] New: std.path has some issues for Windows user (3)
May 28 2011 [Issue 6067] New: switch case fall through crash (4)
May 28 2011 [Issue 6066] New: std.container: BinaryHeap interface is broken. (8)
May 27 2011 [Issue 6065] New: [toir.c] Problem caused by std.functional.not (2)
May 27 2011 [Issue 6064] New: std.array.join is unnecessarily slow for strings (4)
May 27 2011 [Issue 6063] New: Make cases where hiddenfuncerror would be thrown an error without -w (1)
May 26 2011 [Issue 6062] New: segv in dmd/64 with assoc array literals (3)
May 26 2011 [Issue 6061] New: cannot implicitly convert expression (test1) of type Test1() to Test1 (2)
May 26 2011 [Issue 6060] New: Refuse wrong final switch (5)
May 26 2011 [Issue 6059] New: No error line number with wrongly assigned enums array (5)
May 26 2011 [Issue 6058] New: Contract inheritance causes compiler error (4)
May 26 2011 [Issue 6057] New: Problem with defining enum in function (6)
May 25 2011 [Issue 6056] New: Type lookup problem in string mixins (5)
May 25 2011 [Issue 6055] New: multiple problems with static dtor and ctors in spec (3)
May 24 2011 [Issue 6054] New: [CTFE] ICE when returning a returned compile-time associative array containing a key of an idup-ed array literal (3)
May 24 2011 [Issue 6053] New: [CTFE] Two ICEs involving pointers (dereference and assign; pointer variable on stack) (2)
May 24 2011 [Issue 6052] New: [CTFE] Structs elements in an array are treated like reference type (6)
May 24 2011 [Issue 6051] New: struct declarations allow a trailing semicolon (3)
May 23 2011 [Issue 6050] New: Cannot build DMD when group_id is > 999999 (1)
May 23 2011 [Issue 6049] New: [CTFE]: Array literals of structs with invariant() are wrong (5)
May 23 2011 [Issue 6048] New: struct methods included in .tupleof (3)
May 23 2011 [Issue 6047] New: Segfault when struct with three or more ulongs with a toString is passed to format with at least two substitution clauses. (9)
May 23 2011 [Issue 6046] New: Not true for Java about Function Hijacking. (3)
May 22 2011 [Issue 6045] New: Unable to demangle symbols (7)
May 22 2011 [Issue 6044] New: Cannot instantiate nested struct template from an alias of struct (1)
May 21 2011 [Issue 6043] New: Chainable template mixin (2)
May 21 2011 [Issue 6042] New: registers not preserved across method call (2)
May 20 2011 [Issue 6041] New: std.algorithm.remove wrong code in assert (2)
May 20 2011 [Issue 6040] New: std.cpuid and core.cpuid return different values for some methods (4)
May 19 2011 [Issue 6039] New: C-style initialization of structs doesn't take field initializers into account (2)
May 19 2011 [Issue 6038] New: core.cpuid reports unexpected values for threadsPerCPU and hyperThreading (6)
May 19 2011 [Issue 6037] New: [CTFE] recursive ref parameters evaluated incorrectly (2)
May 19 2011 [Issue 6036] New: Constructor, static opCall and object opCall (16)
May 18 2011 [Issue 6035] New: std.algorithm.reversed() (4)
May 18 2011 [Issue 6034] New: Handy mapping with n-adic functions (2)
May 18 2011 [Issue 6033] New: Better error message with numbers with leading zeros (2)
May 18 2011 [Issue 6032] New: wstring literals cannot be implicitly converted to const(wchar)* (3)
May 18 2011 [Issue 6031] New: Incorrect parsing of !in when dot operator involved (2)
May 18 2011 [Issue 6030] New: Segmentation fault with method overloading and alias this (4)
May 18 2011 [Issue 6029] New: Bus error on invalid code (9)
May 18 2011 [Issue 6028] New: Cannot implicitly convert an array of class to an array of interface (2)
May 18 2011 [Issue 6027] New: bigint to!string conversion and its implications (4)
May 17 2011 [Issue 6026] New: DLL example needs update due to missing core.dll_helper (2)
May 17 2011 [Issue 6025] New: Fiber does not rethrow exceptions (2)
May 17 2011 [Issue 6024] New: Windows 2000 SP4 is not supported any more? And what is still supported? (24)
May 16 2011 [Issue 6023] New: std.random.uniform and std.bigint.BigInt compilation error (7)
May 16 2011 [Issue 6022] New: auto return type inference could be improved (1)
May 16 2011 [Issue 6021] New: std.parallelism missing from dpl.org (4)
May 16 2011 [Issue 6020] New: Dead link: http://d-programming-language.org/32-64-portability.html (2)
May 16 2011 [Issue 6019] New: Implicit linking with D DLLs doesn't work (12)
May 16 2011 [Issue 6018] New: Multiple includes of std.parallelism causes DMD to segfault. (4)
May 16 2011 [Issue 6017] New: std.algorithm.remove has a wrong link (13)
May 16 2011 [Issue 6016] New: Struct named Object with class in one module (2)
May 16 2011 [Issue 6015] New: [CTFE] Strange behavior of assignment appears in a situation (2)
May 15 2011 [Issue 6014] New: rt_finalize Segmentation fault , dmd 2.053 on linux & freebsd (21)
May 15 2011 [Issue 6013] New: private ignored for aliases (4)
May 15 2011 [Issue 6012] New: DMD version 1.064 and above causes segfaults in C libraries (5)
May 15 2011 [Issue 6011] New: std.file.listdir is completely broken on OS X. (3)
May 15 2011 [Issue 6010] New: -fPIC is broken on freebsd/64 (3)
May 15 2011 [Issue 6009] New: std/container disabled on freebsd/64 (2)
May 15 2011 [Issue 6008] New: gc disabled on freebsd/64 (2)
May 15 2011 [Issue 6007] New: BigInt->string performance (1)
May 15 2011 [Issue 6006] New: Complex numbers initialized with 0 (2)
May 15 2011 [Issue 6005] New: Type alias - variable name don't clash (1)
May 15 2011 [Issue 6004] New: std.range.unzip() (1)
May 14 2011 [Issue 6003] New: BigInt length and conversion properties problems (4)
May 14 2011 [Issue 6002] New: dmd should output error message to stderr, not stdout (2)
May 14 2011 [Issue 6001] New: Assertion failure: '....' on line 2680 in file 'interpret.c' (4)
May 14 2011 [Issue 6000] New: Value range propagation does not work with modulus (%) with a constant (3)
May 14 2011 [Issue 5999] New: Inconsistent equality with array of NaNs between runtime and CTFE (4)
May 14 2011 [Issue 5998] New: Problem with heapified Array!BigInt (3)
May 13 2011 [Issue 5997] New: Static arrays with 0 length accepted by compiler (4)
May 13 2011 [Issue 5996] New: [CTFE] Undefined function call in auto return function (6)
May 13 2011 [Issue 5995] New: string append negative integer causes segfault (9)
May 13 2011 [Issue 5994] New: Regression(2.038) Function pointer assignments are not type-checked (2)
May 12 2011 [Issue 5993] New: Regression (2.053 beta 13th May): Strange thread exceptions (3)
May 12 2011 [Issue 5992] New: Phobos Win64 - D2 (2)
May 12 2011 [Issue 5991] New: druntime Win64 (2)
May 12 2011 [Issue 5990] New: Phobos Win64 - D1 (2)
May 12 2011 [Issue 5989] New: Disallow unreachable statements in switch clause (4)
May 12 2011 [Issue 5988] New: Error when template is instantiated in a class (9)
May 12 2011 [Issue 5987] New: mydll sample doesn't compile (3)
May 12 2011 [Issue 5986] New: Function pointers wrongly typed (4)
May 11 2011 [Issue 5985] New: string enum fails with debugging enabled (5)
May 11 2011 [Issue 5984] New: add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances (5)
May 11 2011 [Issue 5983] New: [2.053 beta] 2.051 and 2.052 missing from changelog (3)
May 11 2011 [Issue 5982] New: [2.053 beta] std.iterator gone, but no mention of the change (4)
May 11 2011 [Issue 5981] New: Can't used post defined constant at compile-time (1)
May 11 2011 [Issue 5980] New: Can't pass __traits value as const(char)* (9)
May 11 2011 [Issue 5979] New: bigint rvalue equality (2)
May 11 2011 [Issue 5978] New: ICE when calling __traits(parent) on the child of an anonymous function. (6)
May 10 2011 [Issue 5977] New: String splitting with empty separator (5)
May 10 2011 [Issue 5976] New: "variable used before set" with foreach with ref + scope(failure) + structure method + -O (5)
May 10 2011 [Issue 5975] New: [2.053 beta][CTFE] ICE: 'global.errors' on line 1416 in file 'constfold.c' (3)
May 09 2011 [Issue 5974] New: Incorrect nested function address in expression (&f).ptr (3)
May 09 2011 [Issue 5973] New: alias this is not considered with superclass lookup (2)
May 09 2011 [Issue 5972] New: CTFE: Can't assign to elements of arrays of slices (2)
May 09 2011 [Issue 5971] New: Some BigInt ideas (3)
May 09 2011 [Issue 5970] New: format("%d", BigInt) problem (7)
May 09 2011 [Issue 5969] New: Poor error message for foreach over type tuple (2)
May 09 2011 [Issue 5968] New: Two changes for std.algorithm.group()? (3)
May 09 2011 [Issue 5967] New: Mangling of ArgClose for variadic function is swapped (3)
May 08 2011 [Issue 5966] New: [2.053 beta][CTFE] Stack overflow on trivial func (4)
May 08 2011 [Issue 5965] New: [2.053 beta] map rejects a predicate with anon-func and nested func (3)
May 08 2011 [Issue 5964] New: std.stdio.readln can throw a UnicodeException (5)
May 08 2011 [Issue 5963] New: iasm does not accept 64bit integer literal (2)
May 08 2011 [Issue 5962] New: Template function declaration with prefixed storage class and auto occurs conflict (5)
May 08 2011 [Issue 5961] New: DMD spell-check inadvertently causes more errors (2)
May 08 2011 [Issue 5960] New: Return type inferrence with suffixed function attributes should be allowed (2)
May 08 2011 [Issue 5959] New: Return by reference with nested function should be allowed (4)
May 08 2011 [Issue 5958] New: const/immutable ignored passing to opAssign() (2)
May 08 2011 [Issue 5957] New: Ambiguous mangling of module and template in template symbol args (2)
May 08 2011 [Issue 5956] New: Undocumented mangling of struct value (4)
May 08 2011 [Issue 5955] New: core.demangle fail to parse NaN and Infinity. (4)
May 07 2011 [Issue 5954] New: enum structs with ctor (4)
May 07 2011 [Issue 5953] New: Too many trailing commas are accepted (5)
May 07 2011 [Issue 5952] New: map(AA.byValue()) problem (4)
May 07 2011 [Issue 5951] New: writeln(AAbyValue()) doesn't show the values (2)
May 07 2011 [Issue 5950] New: Linker problem with AA.get() (3)
May 07 2011 [Issue 5949] New: Mutable enum matrix rows (1)
May 07 2011 [Issue 5948] New: Different error messages for int array (1)
May 07 2011 [Issue 5947] New: Classes derived from templated interfaces do not check for method implementation (3)
May 07 2011 [Issue 5946] New: failing lookup 'this' from function in template (4)
May 07 2011 [Issue 5945] New: redBlackTree printing (1)
May 07 2011 [Issue 5944] New: Five ideas for the stacktrace (2)
May 07 2011 [Issue 5943] New: Power expression optimisation: 2^^unsigned ==> 1<<unsigned (4)
May 07 2011 [Issue 5942] New: Bitfields are overwritten erroneously (3)
May 07 2011 [Issue 5941] New: Using inner struct which references nested function in a no-attribute or auto-return member function causes "nested function cannot be accessed" error (6)
May 06 2011 [Issue 5940] New: Cannot create arrays of std.algorithm.map (4)
May 06 2011 [Issue 5939] New: Cannot copy std.algorithm.map (19)
May 06 2011 [Issue 5938] New: ICE ztc\symbol.c 1043 (2)
May 06 2011 [Issue 5937] New: Problem with map!delegate(iota(floating point)) (4)
May 06 2011 [Issue 5936] New: DMD Segfault when forward-referencing pure auto-return member function with parameter. (7)
May 06 2011 [Issue 5935] New: Non-tuple iteration with std.range.zip (7)
May 06 2011 [Issue 5934] New: Finite recursive templates are not allowed (3)
May 06 2011 [Issue 5933] New: Cannot retrieve the return type of an auto-return member function (7)
May 05 2011 [Issue 5931] New: keyword new insists on calling a struct's (non-zero argument) constructor--in other words, it won't allow default initialization; also postblit this(this) constructor dosen't get called from "new <structname>(<struct_instance>)" (6)
May 05 2011 [Issue 5930] New: cas doesn't work when used in code compiled with -D (10)
May 05 2011 [Issue 5929] New: Casting to void, Internal error: ..\ztc\cod1.c 3136 (2)
May 05 2011 [Issue 5928] New: bigint modulo problem (2)
May 04 2011 [Issue 5927] New: Broken getcwd when using GetCurrentDirectoryA (4)
May 04 2011 [Issue 5926] New: D2 shows empty command line on Windows 98 SE (19)
May 03 2011 [Issue 5925] New: Comparing associative array with a storage class (const/shared/immutable) causes segfault (3)
May 03 2011 [Issue 5924] New: schwartzSort of Tuple!(char)[] (7)
May 03 2011 [Issue 5923] New: .ptr property is not const for const arrays (3)
May 03 2011 [Issue 5922] New: immutable and static variables usage in asm{} (3)
May 03 2011 [Issue 5921] New: No mismatched nested comments (8)
May 03 2011 [Issue 5920] New: Cannot create std.algorithm.Array of structs with custom destructor (hasElaborateDestructor). (4)
May 03 2011 [Issue 5919] New: The declaration of static members depend in the order (1)
May 02 2011 [Issue 5918] New: Cannot forward-reference to a nested enum type with any attribute (2)
May 01 2011 [Issue 5917] New: DMD gets tripped up by immutable struct members when struct contains postblit (3)
May 01 2011 [Issue 5916] New: DMD: bad message for incorrect operands error (2)
Apr 30 2011 [Issue 5915] New: Newlines are not propagated when copy&pasting code snippets (10)
Apr 30 2011 [Issue 5914] New: std.range.ElementType has duplicated unittest, ElementEncodingType is missing one (3)
Apr 30 2011 [Issue 5913] New: std.range.put broken sentence (3)
Apr 30 2011 [Issue 5912] New: Small typos throughout Phobos and DMD documentation (9)
Apr 29 2011 [Issue 5911] New: Closure destroys the thrown Exception . (7)
Apr 29 2011 [Issue 5910] New: Stride members' documentation comments are wrong (5)
Apr 29 2011 [Issue 5909] New: Allow implicit conversion of string literal (in particular x"") to immutable(ubyte)[] (1)
Apr 28 2011 [Issue 5907] New: CTFE: Ref assignments are noop at compile time (3)
Apr 28 2011 [Issue 5906] New: Just pre-conditions at compile-time when arguments are static (13)
Apr 28 2011 [Issue 5905] New: Error message with const fixed-size array (5)
Apr 28 2011 [Issue 5904] New: std.json parseString doesn't handle chars outside the BMP (1)
Apr 28 2011 [Issue 5903] New: Overloading template functions with typeof() parameter type fails. (3)
Apr 27 2011 [Issue 5902] New: ICE(toir.c) with -inline when there is a cross-module call to a closure (3)
Apr 27 2011 [Issue 5901] New: std.random.normal(), std.random.fastNormal() (1)
Apr 27 2011 [Issue 5900] New: std.math.radians(), std.math.degrees() (5)
Apr 27 2011 [Issue 5899] New: auto-return function cannot match 'null' with reference type. (3)
Apr 27 2011 [Issue 5898] New: [const] std.typecons.Rebindable.get() should be const-correct (2)
Apr 27 2011 [Issue 5897] New: unrelated struct type casting should ignite construction (3)
Apr 27 2011 [Issue 5896] New: const overload with Template function (7)
Apr 26 2011 [Issue 5895] New: clear() doesn't work as expected for pointers to structs (2)
Apr 26 2011 [Issue 5894] New: [patch] std.algorithm.isSorted doesn't handle monotonicity (i.e. "<=") (3)
Apr 26 2011 [Issue 5893] New: Allow simple aliases for operator overloading (9)
Apr 26 2011 [Issue 5892] New: Lazy evaluation of stack trace when exception is thrown (2)
Apr 26 2011 [Issue 5891] New: hasLength!iota is false (4)
Apr 26 2011 [Issue 5890] New: ICE and wrong scope problem for 2nd argument in static assert with DMD on git master (4)
Apr 26 2011 [Issue 5889] New: Struct construction should be rvalue (18)
Apr 25 2011 [Issue 5888] New: createKey and getKey in registry.d always use KEY_ALL_ACCESS (2)
Apr 25 2011 [Issue 5887] New: with statement doesn't work with subtyping (2)
Apr 25 2011 [Issue 5886] New: Template this parameter cannot be made implicit, when other parameters are explicitly given (4)
Apr 25 2011 [Issue 5885] New: wrong codegen for OPu32_d (3)
Apr 24 2011 [Issue 5884] New: Cannot use function named 'init' with class subtyping (4)
Apr 24 2011 [Issue 5883] New: std.random.dice() without rnd generator (2)
Apr 24 2011 [Issue 5882] New: Helper inner function in body{} and out{} (1)
Apr 24 2011 [Issue 5881] New: Spellchecker should include built-in keywords (1)
Apr 24 2011 [Issue 5880] New: std.numerics.dotProduct for fixed-size arrays (2)
Apr 24 2011 [Issue 5879] New: RDMD quits silently on invalid ASM syntax (6)
Apr 24 2011 [Issue 5878] New: Forward reference in returning superclass from template using is() expression (Breaks std.traits.BaseTypeTuple) (3)
Apr 23 2011 [Issue 5877] New: Cannot 'alias __traits(parent, obj) X;' (3)
Apr 23 2011 [Issue 5876] New: std.container doesn't work with delegates (2)
Apr 23 2011 [Issue 5875] New: cannot implicitly convert delegate to const(delegate) (2)
Apr 23 2011 [Issue 5874] New: alloca should be pure (2)
Apr 23 2011 [Issue 5873] New: Cannot call iota() on long with step (3)
Apr 23 2011 [Issue 5872] New: core.demangle, core.sys.*, core.stdc.* not documented (6)
Apr 22 2011 [Issue 5871] New: schwartzSort with stable SwapStrategy errors (4)
Apr 22 2011 [Issue 5870] New: Debug code in SortedRange assumes it can always print the range (1)
Apr 21 2011 [Issue 5869] New: std.thread needs to be removed (7)
Apr 21 2011 [Issue 5868] New: static attribute ignored with public static {} blocks (13)
Apr 20 2011 [Issue 5867] New: Cannot put function attributes (const, pure, ...) on the right of an auto-return function (2)
Apr 20 2011 [Issue 5866] New: std.math.sin(float), std.math.cos(float) to return float (7)
Apr 19 2011 [Issue 5865] New: __dollar cannot be read at compile time (4)
Apr 19 2011 [Issue 5864] New: Loss of precision errors in FP conversions (2)
Apr 19 2011 [Issue 5863] New: Regression(1.062): recursive alias hangs compiler (2)
Apr 19 2011 [Issue 5862] New: case statement allows runtime values (4)
Apr 19 2011 [Issue 5861] New: Wrong filename in error message when an invalid delegate in a template parameter is typeof()-ed (3)
Apr 19 2011 [Issue 5860] New: optlink borken for paths with "+" (plus) in PATH (2)
Apr 18 2011 [Issue 5859] New: Declaration inside if condition doesn't call destructor (3)
Apr 18 2011 [Issue 5858] New: Import not acctept const string as arguments (3)
Apr 18 2011 [Issue 5857] New: std.regex (...){n,m} is bogus when (...) contains repetitions (3)
Apr 18 2011 [Issue 5856] New: overloading on const doesn't work for operator overload (3)
Apr 18 2011 [Issue 5855] New: object.clear is not documented (2)
Apr 18 2011 [Issue 5854] New: Built-in array sort doesn't sort SysTime (3)
Apr 18 2011 [Issue 5853] New: Sorting SysTime: overlapping array copy (3)
Apr 18 2011 [Issue 5852] New: CTFE: wrong code for string[] ~= const(string) (4)
Apr 17 2011 [Issue 5851] New: Ambiguous alias this accepted. (5)
Apr 16 2011 [Issue 5850] New: Default arguments of out and ref arguments (2)
Apr 16 2011 [Issue 5849] New: std.random.dice is better as a range (10)
Apr 16 2011 [Issue 5848] New: Coverage always report 0000000 for inlined function (8)
Apr 16 2011 [Issue 5847] New: Threads started by core.thread should have same floating point state as main thread (2)
Apr 16 2011 [Issue 5846] New: String literals can be assigned to static char arrays without .dup (2)
Apr 14 2011 [Issue 5845] New: [CTFE] "stack overflow" with ref ulong argument + CTFE benchmark (5)
Apr 14 2011 [Issue 5844] New: DMD crash on infinite-recursive variadic template pure auto function (2)
Apr 13 2011 [Issue 5843] New: Unable to format (writeln) a struct with an alias-this to long/ulong. (4)
Apr 13 2011 [Issue 5842] New: hash table corruption (4)
Apr 13 2011 [Issue 5841] New: alias grammar is incorrect (4)
Apr 12 2011 [Issue 5839] New: No error line number with "did you mean" of private symbol (10)
Apr 12 2011 [Issue 5838] New: splitter and split names (1)
Apr 11 2011 [Issue 5837] New: Unable to format (writeln) an enum based on bool (3)
Apr 11 2011 [Issue 5836] New: std.typetuple.staticIndexOf missing %s in call to writefln (3)
Apr 11 2011 [Issue 5835] New: Class array's TypeInfo.getHash doesn't work correctly (5)
Apr 11 2011 [Issue 5834] New: Source of core.* should link to druntime, not phobos (2)
Apr 10 2011 [Issue 5833] New: To read a key (10)
Apr 10 2011 [Issue 5832] New: Template alias parameters are never successfully pattern matched (4)
Apr 10 2011 [Issue 5831] New: Template specialization ordering bug (1)
Apr 10 2011 [Issue 5830] New: Bug in alias resolution for template value parameters in is()? (3)
Apr 10 2011 [Issue 5829] New: An improvement or alternative to std.functional.curry (3)
Apr 10 2011 [Issue 5828] New: Cannot declare a variable of type "X function() ref" without auto (3)
Apr 10 2011 [Issue 5827] New: Invalid implicit cast from "int function() ref" to "int function" (2)
Apr 09 2011 [Issue 5826] New: Error: Statement SwitchErrorStatement::toCBuffer() cannot be interpreted at compile time (3)
Apr 09 2011 [Issue 5825] New: write is calling a deprecated function (2)
Apr 09 2011 [Issue 5824] New: Linking of objs containing mixin and function literal fails (3)
Apr 08 2011 [Issue 5823] New: property call syntax restriction not implemented (3)
Apr 08 2011 [Issue 5822] New: Segfault when adding File to an Associative array (2)
Apr 08 2011 [Issue 5821] New: Calling spawn in std.concurrency without all the parameters required by void function(T) fn (3)
Apr 08 2011 Stable sort in std.algorithm throws Range violation (2)
Apr 08 2011 [Issue 5820] New: Documentation states string literals can implicitly convert to char* (3)
Apr 08 2011 [Issue 5819] New: DMD doesn't error/warn about illegal asm for 64bit mode (2)
Apr 08 2011 [Issue 5818] New: 64bit ASM can't have 32-bit stack operands (3)
Apr 07 2011 [Issue 5817] New: rt.lifetime: no generic overflow catching code for _d_newarray(i)T (5)
Apr 06 2011 [Issue 5816] New: clear breaks associative array (2)
Apr 06 2011 [Issue 5815] New: Using -O is causing wrong code to be generated for extern(C) method call. (7)
Apr 05 2011 Language Reference: Usual Arithmetic Conversions (2)
Apr 05 2011 Language Reference (2)
Apr 04 2011 [Issue 5814] New: A bug with bitwise and among booleans (2)
Apr 03 2011 [Issue 5813] New: [patch] std.array.Appender has severe performance and memory leak problems. (21)
Apr 03 2011 [Issue 5812] New: Power expression optimisation: constant fold (x^^0) = 1 (5)
Apr 03 2011 [Issue 5811] New: [patch] std.conv.parse isFloatingPoint!Target doesn't parse "inf"/"-inf" with input ranges (2)
Apr 03 2011 [Issue 5810] New: BigInt++ 'no effect' problem (2)
Apr 03 2011 [Issue 5809] New: feqrel fails assert in std.math on x86_64 systems (11)
Apr 03 2011 [Issue 5808] New: std.string.indexOf enhancement with start-at parameter (2)
Apr 03 2011 [Issue 5807] New: Disallow mixed C/D style array declarations (1)
Apr 02 2011 [Issue 5806] New: std.concurrency : Need the count of a thread's message queue (2)
Apr 01 2011 [Issue 5805] New: std.regex match captures property horribly broken (2)
Mar 31 2011 [Issue 5804] New: map! needs to fail on void functions + I'd like a mapCall function (6)
Mar 30 2011 [Issue 5803] New: Inaccuracies in the specification of the grammar (5)
Mar 30 2011 [Issue 5802] New: Pointer becoming invalid (3)
Mar 30 2011 [Issue 5801] New: Using typeof() in function header breaks ITFI and default template arguments. (4)
Mar 30 2011 [Issue 5800] New: Wrong NAN bit pattern during array initialization (3)
Mar 30 2011 [Issue 5799] New: Address-of operator fails on nested conditional operator expression (5)
Mar 30 2011 [Issue 5798] New: Swap and comma operator (9)
Mar 30 2011 [Issue 5797] New: std.math.approxEqual should accept const arguments (3)
Mar 30 2011 [Issue 5796] New: ICE with pragma(msg, ...) after missing ';' in a template (4)
Mar 30 2011 [Issue 5795] New: enum x = CustomType; should be a syntax error (3)
Mar 29 2011 [Issue 5794] New: std.datetime StopWatch (and perhaps benchmark) examples need a small fix (3)
Mar 28 2011 [Issue 5793] New: Types can't be inferred from template argument types (1)
Mar 28 2011 [Issue 5792] New: Tuple!(real,string) fails (5)
Mar 28 2011 [Issue 5791] New: array.Appender with operator "~=" (source included) (2)
Mar 28 2011 [Issue 5790] New: "Error: variable result used before set" when -release -inline -O (11)
Mar 27 2011 [Issue 5789] New: Runtime.loadLibrary/unloadLibrary need .getSymbol() (1)
Mar 27 2011 [Issue 5788] New: Return [] array (4)
Mar 27 2011 [Issue 5787] New: Invisible multiple function calls in static foreach (5)
Mar 27 2011 [Issue 5786] New: std.algorithm.sort does not work with std.container.Array: Range violation (5)
Mar 25 2011 [Issue 5785] New: Lexing or Parsing issue with UFCS (9)
Mar 24 2011 [Issue 5784] New: Template instantiation with enum constant as parameter, missing implicit cast (1)
Mar 24 2011 [Issue 5783] New: Const Tuple equality (5)
Mar 24 2011 [Issue 5782] New: Few things about rdmd (3)
Mar 23 2011 [Issue 5781] New: std.datetime: On Windows, times off by one hour in some years due to DST rule changes (4)
Mar 23 2011 [Issue 5780] New: handles[patch] std.traits.hasIndirections incorrectly handels static arrays (2)
Mar 23 2011 [Issue 5779] New: Bad value range propagation for ternary operator (3)
Mar 23 2011 [Issue 5778] New: Missing attributes. (3)
Mar 23 2011 [Issue 5777] New: Move semantics require full spec NRVO (6)
Mar 23 2011 [Issue 5776] New: DMD assert. failure on topN with custom comparison/data in inner function (1)
Mar 23 2011 [Issue 5775] New: "body" keyword is unnecessary (4)
Mar 23 2011 [Issue 5774] New: [64 bit] "relocation truncated to fit" with __gshared array, while(), and $ (2)
Mar 23 2011 [Issue 5773] New: sort() and topN() fail on sliced/resized array of tuples (6)
Mar 23 2011 [Issue 5772] New: Tuple containing typedefed value causes error in format.d (1)
Mar 23 2011 [Issue 5771] New: Template constructor auto ref and do not work (3)
Mar 23 2011 [Issue 5770] New: Template constructor bypass access check (2)
Mar 23 2011 [Issue 5769] New: struct elaborate constructor should make rvalue (4)
Mar 22 2011 [Issue 5768] New: std.uni's "is*" functions should return bool (2)
Mar 22 2011 [Issue 5767] New: Optlink crash (4)
Mar 22 2011 [Issue 5766] New: undefined reference to `_D3std4bind12__ModuleInfoZ' (4)
Mar 21 2011 [Issue 5765] New: ^^ and << with BigInts (12)
Mar 21 2011 [Issue 5764] New: RedBlackTree cannot be empty (2)
Mar 21 2011 [Issue 5763] New: traits.d BaseClassesTuple function incorrectly handles Object class argument (5)
Mar 21 2011 [Issue 5762] New: getopt: short option parameter read incorrectly when bundling enabled (1)
Mar 21 2011 [Issue 5761] New: std.datetime: Date.this(int day) conversion fails for Dec 30 of leap years (4)
Mar 20 2011 [Issue 5760] New: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION(0xc0000005) at object._checkModCtors._findDependencies.object.ModuleInfo (3)
Mar 20 2011 [Issue 5759] New: std.path.join incorrectly joins directories (3)
Mar 20 2011 [Issue 5758] New: std.path.join is not evaluable at compile-time (2)
Mar 20 2011 [Issue 5757] New: std.math: exp, expm1, exp2 return 'inf' when no asm. (6)
Mar 19 2011 [Issue 5756] New: amap() and maybe afilter() too (6)
Mar 19 2011 [Issue 5755] New: Internal error in cgcs.c (3)
Mar 19 2011 [Issue 5754] New: 'glue.c' assertion failure with map(filter) (8)
Mar 19 2011 [Issue 5753] New: Disallow map() of void function (4)
Mar 19 2011 [Issue 5752] New: Incorrect memoisation during function parameter name introspection (2)
Mar 19 2011 [Issue 5751] New: Small syntax error in Phobos 2.0.5.2 (2)
Mar 18 2011 [Issue 5750] New: Allow pure functions to have lazy arguments (8)
Mar 18 2011 [Issue 5749] New: argument evaluation order of chained function from right (6)
Mar 17 2011 [Issue 5748] New: naked annotation (8)
Mar 17 2011 [Issue 5747] New: cannot cast away shared if opCast defined (5)
Mar 16 2011 [Issue 5746] New: Make std.range.iota strongly pure (1)
Mar 16 2011 [Issue 5745] New: Missing error line number with lazy argument (4)
Mar 16 2011 [Issue 5744] New: lastIndexOf doesn't work with dstring or wstring (2)
Mar 16 2011 [Issue 5743] New: readf cannot read wchar or dchar from UTF-8 stdin (3)
Mar 16 2011 [Issue 5742] New: Delegate Covariance (2)
Mar 15 2011 [Issue 5741] New: Add the SYSCALL and SYSRET opcodes to the inline assembler (3)
Mar 15 2011 [Issue 5740] New: Unable to use "this" pointer in inline assembly (3)
Mar 15 2011 [Issue 5739] New: versioned linkage declarations don't work (8)
Mar 15 2011 [Issue 5738] New: error message for template mismatch could be better (3)
Mar 15 2011 [Issue 5737] New: postblit not called for locals initialized from ref functions (6)
Mar 14 2011 [Issue 5736] New: std.regex matches digits with when \w is used (6)
Mar 14 2011 [Issue 5735] New: struct implicitly converted to boolean. (9)
Mar 14 2011 [Issue 5734] New: foreach on enum associative array (2)
Mar 13 2011 [Issue 5733] New: Calling opDispatch As Template Results in Compiler Infinite Loop (4)
Mar 12 2011 [Issue 5732] New: Windows installer 1.067 creates incorrect target for Start menu link (1)
Mar 12 2011 [Issue 5731] New: WindowsTimeZone has offsets from UTC backwards (5)
Mar 11 2011 [Issue 5730] New: Error: variable has scoped destruction, cannot build closure (6)
Mar 11 2011 [Issue 5729] New: taking the address of a property doesn't work (3)
Mar 10 2011 [Issue 5728] New: "rol" in core.bitop (7)
Mar 10 2011 [Issue 5727] New: "ptr" in inline asm (1)
Mar 10 2011 [Issue 5726] New: boyerMooreFinder hangs when finding (6)
Mar 10 2011 [Issue 5725] New: ubyte/ushort infinite foreach loops (4)
Mar 09 2011 [Issue 5724] New: web example of BufferedFile has compile error (2)
Mar 09 2011 [Issue 5723] New: array of base class cannot be initialized with derived types (2)
Mar 08 2011 [Issue 5722] New: Regression(2.052): Appending code-unit from multi-unit code-point at compile-time gives wrong result. (4)
Mar 08 2011 [Issue 5721] New: dmd fails to properly differentiate between a function and an eponymous template with the same name (2)
Mar 08 2011 [Issue 5720] New: Error messages for missing properties must be improved. (2)
Mar 08 2011 [Issue 5717] New: 1.067 regression: appending Unicode char to string (1)
Mar 07 2011 [Issue 5719] New: [patch] std.conv.to should support structs with custom converters in addition to objects (10)
Mar 07 2011 [Issue 5718] New: Can't demangle symbol defined inside unittest block (7)
Mar 07 2011 [Issue 5716] New: Problem with sorting tuples (2)
Mar 07 2011 [Issue 5715] New: Contradiction in spec: meaning of variable.init (2)
Mar 07 2011 [Issue 5714] New: case ranges in final switches (4)
Mar 07 2011 [Issue 5713] New: Broken final switch on ints (15)
Mar 06 2011 [Issue 5712] New: [patch] std.regex.replace disallows w/dstring (3)
Mar 06 2011 [Issue 5711] New: Accessing local variable of a function in which an inner class is instantiated trashes this.outer (1)
Mar 06 2011 [Issue 5710] New: cannot use delegates as parameters to non-global template (25)
Mar 05 2011 [Issue 5709] New: template instantiation fails with extra non-mutable class parameter (3)
Mar 05 2011 [Issue 5708] New: Error in std.typecons when -release, -inline, and -noboundscheck are all enabled (17)
Mar 05 2011 [Issue 5707] New: cannot overload both property and non-property functions (1)
Mar 05 2011 [Issue 5706] New: Incorrect opcode prefix generated for x86_64 inline assembly (3)
Mar 05 2011 [Issue 5705] New: Swapping identical tuple causes "overlapping array copy" exception. (9)
Mar 05 2011 [Issue 5704] New: Silent ddoc failure on plot2kill (5)
Mar 05 2011 [Issue 5703] New: std.intrinsic. and core.bitop.bsf, bsr and bswap should be CTFE-able (5)
Mar 05 2011 [Issue 5702] New: Out parameter with default value as null compiling unit test fails. (2)
Mar 04 2011 [Issue 5701] New: Broken ddoc build using core.bitop.bswap (2)
Mar 04 2011 [Issue 5700] New: Allow dup in nothrow functions (7)
Mar 04 2011 [Issue 5699] New: opBinary used to implement "in" in TotalContainer (6)
Mar 04 2011 [Issue 5698] New: va_arg sets wrong length for (u)short[] (3)
Mar 04 2011 [Issue 5697] New: Instantiation from typetuple of templates (2)
Mar 04 2011 [Issue 5696] New: Templates typetuple iteration (3)
Mar 04 2011 [Issue 5695] New: Problem with TypeTuple of lambdas (3)
Mar 04 2011 [Issue 5694] New: va_arg doesn't work with idouble and ifloat (4)
Mar 03 2011 [Issue 5693] New: Problem with address of template struct opCall (2)
Mar 03 2011 [Issue 5692] New: Printing complex numbers with negative imaginary part (4)
Mar 03 2011 [Issue 5691] New: walkLength() compatible with opApply() (14)
Mar 03 2011 [Issue 5690] New: Struct const member makes struct const (6)
Mar 03 2011 [Issue 5689] New: [64-Bit] uniform() fails with -profile (8)
Mar 03 2011 [Issue 5688] New: Poor optimization of (long & 1) (3)
Mar 02 2011 [Issue 5687] New: std.string.format() error with "%a" (7)
Mar 02 2011 [Issue 5686] New: class template error (9)
Mar 02 2011 [Issue 5685] New: Static Arrays as AA indices (1)
Mar 02 2011 [Issue 5684] New: Extremely show compile times with large tuples with -O -inline (4)
Mar 02 2011 [Issue 5683] New: Calling .clear on a fresh associative array causes subsequent segfault (5)
Mar 02 2011 [Issue 5682] New: Silently wrong CTFE result possibly related to operator overloading and expression order (2)
Mar 02 2011 [Issue 5681] New: property doesn't work with ref return value (1)
Mar 02 2011 [Issue 5680] New: wrong calling convention on wsprintfA/W (2)
Mar 01 2011 [Issue 5679] New: Type aliasing "this" from an access function defined in base class confuses the compiler about the type of objects (5)
Mar 01 2011 [Issue 5678] New: new enum struct re-allocated at compile time (4)
Mar 01 2011 [Issue 5677] New: Calling Socket.select with a timeval hangs using -m64 on linux (1)
Mar 01 2011 [Issue 5676] New: Evaluating nested std.typecons.tuple calls at compile time crashes DMD (3)
Mar 01 2011 [Issue 5675] New: e2ir assertion on AALiteral call expression (6)
Mar 01 2011 [Issue 5674] New: AssertError in std.regex (6)
Mar 01 2011 [Issue 5673] New: Add lookahead and forgetful matching support std.regex (6)
Mar 01 2011 [Issue 5672] New: Internal error: ..\ztc\cod2.c 461 (4)
Mar 01 2011 [Issue 5671] New: CTFE string concat problem (4)
Feb 28 2011 [Issue 5670] New: Optlink 8.00.11 crash (2)
Feb 28 2011 [Issue 5669] New: Constructor calls should be valid inside final switch (1)
Feb 28 2011 [Issue 5668] New: std.regex.Captures is not documented (3)
Feb 28 2011 [Issue 5667] New: "clear" does not call destructors on embedded structs (11)
Feb 28 2011 [Issue 5666] New: std.array.replace compile error (string and immutable string) (10)
Feb 28 2011 [Issue 5665] New: DmdScript Bug, Program.compile is very slow (3)
Feb 28 2011 [Issue 5664] New: Cannot compile static synchronized member function. (8)
Feb 27 2011 [Issue 5663] New: std.array.Appender.put bug (2)
Feb 27 2011 [Issue 5662] New: Optlink 8.00.11 hangs (4)
Feb 27 2011 [Issue 5661] New: std.algorithm.move does not work on elaborate struct (2)
Feb 27 2011 [Issue 5660] New: yield syntax sugar (10)
Feb 27 2011 [Issue 5659] New: Conditional operator, array literal, and std.traits.CommonType return a wrong common type (4)
Feb 27 2011 [Issue 5658] New: Undocumented fields in std.typecons.Tuple (4)
Feb 26 2011 [Issue 5657] New: Temporary object destruction (10)
Feb 26 2011 [Issue 5656] New: dmd fails to compile optimized foreach over a big enum (7)
Feb 26 2011 [Issue 5655] New: Lambda inside static foreach saves wrong value of counter (6)
Feb 25 2011 [Issue 5654] New: BigInt returns ZERO with strings of single digit number with leading zeros (2)
Feb 25 2011 [Issue 5653] New: Allocating in a destructor called during a GC corrupts memory (9)
Feb 25 2011 [Issue 5652] New: Add \p and \P unicode properties to std.regex (5)
Feb 24 2011 [Issue 5651] New: Named enum doesn't work with associative arrays (2)
Feb 24 2011 [Issue 5650] New: A RedBlackTree performance problem (29)
Feb 23 2011 [Issue 5649] New: std.conv.parse faulty for floating point with -O -m32 (5)
Feb 23 2011 [Issue 5648] New: dmd command line option list inconsistencies (7)
Feb 23 2011 [Issue 5647] New: Valgrind complains about illegal instruction (2)
Feb 23 2011 [Issue 5646] New: add rationale for TLS being the default (1)
Feb 23 2011 [Issue 5645] New: std.range.drop(), std.range.slice() (6)
Feb 22 2011 [Issue 5644] New: The mangling of constructors is not documented by the ABI. (2)
Feb 22 2011 [Issue 5643] New: release (2)
Feb 22 2011 [Issue 5642] New: borken ddoc build using std.random.uniform (2)
Feb 22 2011 [Issue 5641] New: Local instantiation does not save context properly (5)
Feb 22 2011 build my project error with dmd.2.052 (2)
Feb 22 2011 [Issue 5640] New: error with constructing RedBlackTree from range of array (typesafe variadics) (3)
Feb 22 2011 [Issue 5639] New: allow snn.lib to be replaced by other C runtimes (1)
Feb 21 2011 [Issue 5638] New: Auto-flattening std.range.chain() (1)
Feb 21 2011 [Issue 5637] New: Anonymous structs/unions should have their own context (2)
Feb 21 2011 [Issue 5636] New: Array ops broken for comparisons (6)
Feb 21 2011 [Issue 5635] New: Code inside 'foreach' cannot modify variable out of its scope in a template function. (1)
Feb 21 2011 [Issue 5634] New: ICE on Mac OS X when there are multiple 'main's (9)
Feb 21 2011 [Issue 5633] New: (constfold.c): pointer is null (5)
Feb 21 2011 [Issue 5632] New: replace() not evaluatable at compile-time anymore (4)
Feb 21 2011 [Issue 5631] New: Large Address Aware (2)
Feb 20 2011 [Issue 5630] New: array() of iterable of immutable items (3)
Feb 20 2011 Hidden links for Language Reference on d-programming-language.org (2)
Feb 20 2011 [Issue 5629] New: core.time unittest disabled (3)
Feb 20 2011 [Issue 5628] New: std.math unittest disabled (4)
Feb 20 2011 [Issue 5627] New: std.internal.math.biguintnoasm unittest disabled (2)
Feb 20 2011 [Issue 5626] New: std.random unittest disabled (5)
Feb 20 2011 [Issue 5625] New: std.format unittest disabled (7)
Feb 20 2011 [Issue 5624] New: std.conv unittest disabled (3)
Feb 20 2011 [Issue 5623] New: Slow GC with large heaps (18)
Feb 20 2011 [Issue 5622] New: [qtd] Static members imported with "alias this" are inaccessible (3)
Feb 20 2011 [Issue 5621] New: speller.c: enhancement request (2)
Feb 20 2011 [Issue 5620] New: Implicit conversion of RegexMatch to bool (2)
Feb 20 2011 compile dmd 2.052 under XP -- error ! (2)
Feb 20 2011 [Issue 5619] New: coverage output path invalid (1)
Feb 19 2011 [Issue 5618] New: Fix separator schizophrenia (2)
Feb 19 2011 [Issue 5617] New: repeat(value, n) fails to compile (2)
Feb 19 2011 [Issue 5616] New: std.datetime: not cross-platform (4)
Feb 19 2011 [Issue 5615] New: std.string.indexOf broken at compile time (4)
Feb 19 2011 [Issue 5614] New: version(Win32) vs version(Windows) in Phobos (5)
Feb 19 2011 [Issue 5613] New: std.mathspecial.betaIncomplete makes excessively stringent assumptions about FP Precision (4)
Feb 19 2011 [Issue 5612] New: core.cpuid broken on 64 (10)
Feb 19 2011 [Issue 5611] New: back() and front() with ref return + opSlice() in sort() constraint (1)
Feb 18 2011 [Issue 5610] New: std.getopt.getopt Access Violation (2)
Feb 18 2011 datetime fails with undefined reference (2)
Feb 18 2011 [Issue 5609] New: struct opEquals doesn't conform to language specifications. (3)
Feb 18 2011 [Issue 5608] New: BigInt(1)-1 problem (3)
Feb 17 2011 [Issue 5607] New: Slow small integer division (3)
Feb 17 2011 [Issue 5606] New: [CTFE] filter(iota) minus enforce (3)
Feb 17 2011 [Issue 5605] New: foreach with ranges doesn't support opSlice() (4)
Feb 17 2011 [Issue 5604] New: Clarify whether this is a bug or a feature (3)
Feb 16 2011 [Issue 5603] New: Initialization syntax for dynamic arrays (5)
Feb 16 2011 [Issue 5602] New: BigInts ignore leading spaces as in "%5d" (6)
Feb 16 2011 [Issue 5601] New: A template forward reference error (3)
Feb 16 2011 [Issue 5600] New: rdmd: Broken behavior with command-line input (8)
Feb 16 2011 [Issue 5599] New: Rdmd: Switches after the filename have no effect (3)
Feb 16 2011 [Issue 5598] New: rdmd does not fail on invalid filename (3)
Feb 16 2011 [Issue 5597] New: [64-bit] Illegal Instruction on Ancient Hardware (8)
Feb 16 2011 [Issue 5596] New: SortedRange regression (8)
Feb 16 2011 [Issue 5595] New: Compiler crash on heavy std.algorithm use (8)
Feb 16 2011 [Issue 5594] New: MODEL doesn't work the same way for DMD, Phobos and Druntime (3)
Feb 15 2011 [Issue 5593] New: Add dladdr to druntime for linux/FreeBSD (7)
Feb 15 2011 [Issue 5592] New: Previous definition different: __arrayExpSliceMulSliceAddass_d (4)
Feb 15 2011 [Issue 5591] New: EBX register not preserved when calling stdcall function pointer (7)
Feb 15 2011 [Issue 5590] New: ICE when using .values on enum which is associative array (11)
Feb 15 2011 [Issue 5589] New: Incorrect definitions in core.stdc.locale (Windows) (5)
Feb 15 2011 [Issue 5588] New: Wrong line number (3)
Feb 15 2011 [Issue 5587] New: Use __LINE__ to pick number in unittest block names (17)
Feb 15 2011 [Issue 5586] New: length property for RedBlackTree (3)
Feb 15 2011 [Issue 5585] New: bad debug line number info for return statements with enumerator expressions (3)
Feb 15 2011 [Issue 5584] New: bad string representation of function types with C/Windows linkage (2)
Feb 14 2011 [Issue 5583] New: Issues when creating a debug build of druntime library (1)
Feb 14 2011 [Issue 5582] New: Improvements to the DLL startup code (4)
Feb 14 2011 [Issue 5581] New: [64-bit] Wrong code with bitwise operations on bools (9)
Feb 14 2011 [Issue 5580] New: [64-bit] String switch statements broken in 64-bit mode (8)
Feb 14 2011 [Issue 5579] New: Segfault on first call to GC after starting new thread (3)
Feb 14 2011 [Issue 5578] New: GDC: struct is wrong size when real data type used. (3)
Feb 14 2011 [Issue 5577] New: Incorrectly generated di file with extern (C) and alias (1)
Feb 14 2011 [Issue 5576] New: Problem with map() that yields Tuples (3)
Feb 14 2011 [Issue 5575] New: Problem with a map() of a const uniq() (2)
Feb 14 2011 [Issue 5574] New: Error: this for ~this needs to be type foo not type foo[1u][1u] (3)
Feb 14 2011 D2 dynamic array on Win32 exception (3)
Feb 14 2011 [Issue 5573] New: Compiler (not linker) should generate an error for missing main() (4)
Feb 13 2011 [Issue 5572] New: [64-bit] Global Hidden Mutexes Seem to share Addresses W/ Global Variables (2)
Feb 13 2011 [Issue 5571] New: [64-bit] new bool returns bogus address (3)
Feb 13 2011 [Issue 5570] New: 64 bit C ABI not followed for passing structs and complex numbers as function parameters (43)
Feb 13 2011 [Issue 5569] New: 64 bit Dwarf symbolic debug info not recognized by gdb (4)
Feb 12 2011 [Issue 5568] New: A problem with BigInt modulus (8)
Feb 12 2011 [Issue 5567] New: arrays can't call aliased functions as member functions (2)
Feb 12 2011 [Issue 5566] New: [64-bit] More erratic FP results with size_t (3)
Feb 11 2011 [Issue 5565] New: [64-bit] Wrong Floating Point Results, Related to Mixing With size_t (5)
Feb 11 2011 [Issue 5564] New: [64-bit] loading of wrong constant byte value (2)
Feb 11 2011 [Issue 5563] New: Failed/succeeded inlining listing (1)
Feb 11 2011 [Issue 5562] New: Add OS=win32wine build to druntime's posix.mak (2)
Feb 10 2011 [Issue 5561] New: Problem with map() that returns array contents (3)
Feb 10 2011 [Issue 5560] New: unittests add code size when compiling with -lib and without -unittest (3)
Feb 10 2011 [Issue 5559] New: A static down cast in Phobos (6)
Feb 10 2011 [Issue 5558] New: opIn_r not detected as method for 'in' in pointed struct (4)
Feb 10 2011 [Issue 5557] New: [64-Bit] FP (alignment?) issues with Rvalues (2)
Feb 09 2011 [Issue 5556] New: [64-bit] Wrong Implicit Conversion to Double (2)
Feb 09 2011 [Issue 5555] New: built-in associative array's length is nothrow (6)
Feb 09 2011 [Issue 5554] New: [qtd] Covariance detection failure (5)
Feb 08 2011 [Issue 5553] New: Tables get doubled with the new std.ddoc (2)
Feb 08 2011 [Issue 5552] New: std.datetime.d DosFileTimeToSysTime has a bug (3)
Feb 08 2011 [Issue 5551] New: opUnary-opBinary conflict (3)
Feb 08 2011 [Issue 5550] New: std.range.enumerate() (9)
Feb 08 2011 [Issue 5549] New: [64-bit] Internal error: backend/cgcod.c 1845 (5)
Feb 08 2011 [Issue 5548] New: Efficient std.conv.to conversions (4)
Feb 08 2011 [Issue 5547] New: Improve assert to give information on values given to it when it fails (9)
Feb 07 2011 [Issue 5546] New: Assigning and initializing structs from functions make more copies than necessary (3)
Feb 07 2011 [Issue 5545] New: [64-bit] DMD fails to postincrement ubytes. (2)
Feb 07 2011 [Issue 5544] New: all() and any() in Phobos (3)
Feb 07 2011 [Issue 5543] New: to!int to see a char as a single-char string (21)
Feb 07 2011 [Issue 5542] New: std.string.join() for chars too (2)
Feb 07 2011 [Issue 5541] New: Disallow escaping of references to stack-allocated memory (4)
Feb 07 2011 [Issue 5540] New: Probable bug-hiding redundancies (7)
Feb 07 2011 [Issue 5539] New: Statically disallow unsigned<0 test (2)
Feb 07 2011 [Issue 5538] New: Immutable classes can't be passed as messages in std.concurrency (2)
Feb 06 2011 [Issue 5537] New: invariant._d_invariant() failing in std.concurrency.MessageBox.get (3)
Feb 06 2011 [Issue 5536] New: Array append with dollar op on 64-bit (2)
Feb 06 2011 [Issue 5535] New: Bulding with -D shouldn't an executable (2)
Feb 06 2011 [Issue 5534] New: [64-bit] Inexplicable segfault in small code snippet, -O -release -m64 only (3)
Feb 06 2011 [Issue 5533] New: DMD segv: -gc, associative arrays, const pointers to self (5)
Feb 06 2011 [Issue 5532] New: Overloading an operator breaks when using typeof(this) (5)
Feb 06 2011 [Issue 5531] New: Erratic type deduction with pointers and type modifiers (1)
Feb 05 2011 [Issue 5530] New: std.algorithm.len() (1)
Feb 05 2011 [Issue 5529] New: std.system.endian for pure functions? (3)
Feb 05 2011 [Issue 5528] New: Some integer interval analysis to avoid some casts (2)
Feb 05 2011 [Issue 5527] New: Bug in http://www.digitalmars.com/d/2.0/ctod.html#closures ? (4)
Feb 05 2011 [Issue 5526] New: Static templated functions don't work with CTFE (2)
Feb 04 2011 [Issue 5525] New: Eponymous templates should allow for overloaded eponymous members (9)
Feb 04 2011 [Issue 5524] New: [CTFE] Trouble with typesafe variadic function (2)
Feb 03 2011 [Issue 5523] New: std.regex handles "\s" and "\W" (etc.) inside square brackets improperly (2)
Feb 03 2011 [Issue 5522] New: std.range.zip fails on arrays of Object. (4)
Feb 02 2011 [Issue 5521] New: DMD 2.051 does not report column number of errors. (3)
Feb 02 2011 [Issue 5520] New: bitfieldsOn (4)
Feb 02 2011 auto return type inheritance not covariant (3)
Feb 02 2011 [Issue 5519] New: Saner struct equality (7)
Feb 02 2011 [Issue 5518] New: No line number for incompatible types error message (3)
Feb 02 2011 [Issue 5517] New: SEGV: assert(false) in release mode (11)
Feb 01 2011 [Issue 5516] New: .init is broken for fields (2)
Feb 01 2011 [Issue 5515] New: std.conv.to for safer enum casts (6)
Feb 01 2011 [Issue 5514] New: Erroneous documentation and lacking randomization for topN (4)
Feb 01 2011 [Issue 5513] New: Erroneous example in std.algorithm (4)
Feb 01 2011 [Issue 5512] New: Compile error(FreeBSD8.1): not defined lstat64() (5)
Jan 31 2011 [Issue 5511] New: std.regex optional capture with no-match cause error (5)
Jan 31 2011 [Issue 5510] New: std.functional.iterate (2)
Jan 31 2011 [Issue 5509] New: R250/521 pseudo-random number engine (1)
Jan 30 2011 [Issue 5508] New: Update startsWith to take a range of ranges (9)
Jan 30 2011 [Issue 5507] New: countUntil should take Ranges... instead of R2 (7)
Jan 30 2011 [Issue 5506] New: StoppingPolicy.longest doesn't work well (4)
Jan 29 2011 [Issue 5505] New: std.functional: Fix for possible lurking bug & replace complex return type with auto (3)
Jan 29 2011 [Issue 5504] New: Regression(2.051): Template member functions of a shared class don't compile (3)
Jan 29 2011 [Issue 5503] New: Forward declarations for nested mutually recursive functions (1)
Jan 29 2011 [Issue 5502] New: More handy ways to create associative arrays (5)
Jan 29 2011 [Issue 5501] New: Variant wrongly assumes that an object's length property returns a size_t (4)
Jan 29 2011 [Issue 5500] New: Appender.put causes an invariant violation in struct with overloaded opAssign (7)
Jan 28 2011 [Issue 5499] New: toir.c Internal error (11)
Jan 28 2011 [Issue 5498] New: array of elements of subtypes of a common supertype (5)
Jan 27 2011 [Issue 5497] New: Cannot (reinterpret) cast string/array to different array inside CTFs (2)
Jan 27 2011 [Issue 5496] New: 64bit: possible ABI issue in C runtime header. (5)
Jan 27 2011 [Issue 5495] New: Compile Error(FreeBSD): undefined identifier CLOCK_MONOTONIC (3)
Jan 26 2011 [Issue 5494] New: [patch,enh] Issues with std.stdarg (3)
Jan 26 2011 [Issue 5493] New: Able to overwrite immutable data (17)
Jan 26 2011 [Issue 5492] New: immutable string can be changed by stdin.readln (2)
Jan 26 2011 [Issue 5491] New: filter cannot be used in a function? (8)
Jan 26 2011 [Issue 5490] New: DMDFE: Slim down warnings generated by GCC (13)
Jan 26 2011 [Issue 5489] New: std.typecons tuples dynamically iterable (1)
Jan 25 2011 [Issue 5488] New: Spawned threads hang in a way that suggests allocation or gc issue (7)
Jan 25 2011 [Issue 5487] New: std.container.Array.Range missing bidirectional primitives (2)
Jan 25 2011 [Issue 5486] New: Missing define for running dmd as 64-bit (2)
Jan 25 2011 [Issue 5485] New: TLS sections handled incorrectly (7)
Jan 25 2011 [Issue 5484] New: GC segfaults on FreeBSD 64 / scanning issues for .data and .bss sections (9)
Jan 25 2011 [Issue 5483] New: Missing mcontext_t for X86_64 (7)
Jan 25 2011 [Issue 5482] New: Crash with align(0) (4)
Jan 24 2011 [Issue 5481] New: Support deprecated("message") (7)
Jan 24 2011 [Issue 5480] New: TDPL exception chaining not implemented (except on Windows) (3)
Jan 23 2011 spawn bug? (6)
Jan 23 2011 [Issue 5479] New: Can't take address of struct literal inside array initializer (1)
Jan 23 2011 [Issue 5478] New: API/ABI differences/issues in d-runtime (1)
Jan 22 2011 [Issue 5477] New: std.signals should have the ability to fire events asynchronously (2)
Jan 22 2011 [Issue 5476] New: spec: attributes have an optional else clause (2)
Jan 22 2011 [Issue 5475] New: unaryFun and binaryFun should take auto ref parameters (1)
Jan 22 2011 [Issue 5474] New: unaryFun byRef is borked for custom parameter name (4)
Jan 21 2011 [Issue 5473] New: Members of const-qualified classes are not const themselves. (4)
Jan 21 2011 [Issue 5472] New: Overriding virtual function with qualified parameters causes error (2)
Jan 21 2011 [Issue 5471] New: Delegates with qualified value params can't be implicitly cast (2)
Jan 20 2011 [Issue 5470] New: D documentation in CHM format (7)
Jan 20 2011 [Issue 5469] New: Limitation when instantiating templates in the context of a function (9)
Jan 20 2011 [Issue 5468] New: Linker fails to link libraries using phobos2 with C code (2)
Jan 20 2011 [Issue 5467] New: library-based typedef (5)
Jan 20 2011 [Issue 5466] New: AA ranges (5)
Jan 20 2011 [Issue 5465] New: AA.keys with char keys (4)
Jan 20 2011 [Issue 5464] New: Attribute to not ignore function result (2)
Jan 20 2011 [Issue 5463] New: errno undeclared in gzio.c (4)
Jan 19 2011 [Issue 5462] New: std.container.BinaryHeap enforce message + pop (1)
Jan 19 2011 [Issue 5461] New: Invalid declaration for auto functions in .di files generated by DMD -H (7)
Jan 18 2011 [Issue 5460] New: enum of struct not calling constructor (4)
Jan 17 2011 [Issue 5459] New: comparison of interfaces not implemented (2)
Jan 17 2011 [Issue 5458] New: scope for function parameters is not documented (2)
Jan 16 2011 [Issue 5457] New: DLL startup code is out of order; gc proxy not set properly (1)
Jan 16 2011 [Issue 5456] New: function default parameter appears to propagate to other functions (2)
Jan 14 2011 [Issue 5455] New: Optimization (register allocation?) regression in DMD 1.065 (9)
Jan 14 2011 [Issue 5454] New: Compiling std.datetime's unit tests on Windows causes dmd to run out of memory (4)
Jan 14 2011 [Issue 5453] New: ICE(statement.c): array literal involving forward referenced struct (4)
Jan 13 2011 [Issue 5452] New: Signed file lengths and positions (1)
Jan 13 2011 [Issue 5451] New: Three ideas for RedBlackTree (7)
Jan 13 2011 [Issue 5450] New: no match for implicit super() call in constructor (8)
Jan 13 2011 [Issue 5449] New: To disable profiling of a function/class/struct (1)
Jan 13 2011 [Issue 5448] New: Array of AAs literal doesn't work (6)
Jan 13 2011 [Issue 5447] New: Should be illegal to throw a non-Throwable (5)
Jan 11 2011 levenshteinDistanceAndPath Source bug (2)
Jan 11 2011 [Issue 5446] New: Ddoc doesn't output aliased and typedef'ed names (4)
Jan 11 2011 [Issue 5445] New: DMD does not look for ".dmd.conf" in HOME dir (4)
Jan 10 2011 [Issue 5444] New: std.string.format: arguments without format specifier appended to result (2)
Jan 10 2011 [Issue 5443] New: icmp only works correctly for ASCII (2)
Jan 10 2011 [Issue 5442] New: std.algorithm.sort problem with struct with char[10] (2)
Jan 10 2011 [Issue 5441] New: std.random.rndGen always returns Random. (4)
Jan 09 2011 [Issue 5440] New: ICE(template.c): when struct AssociativeArray is missing from object.d (3)
Jan 09 2011 [Issue 5439] New: 64bit struct alignment inconsistent with C ABI (3)
Jan 09 2011 [Issue 5438] New: Thread.sleep doesn't sleep (3)
Jan 09 2011 [Issue 5437] New: Problems with length of std.traits.EnumMembers (4)
Jan 08 2011 [Issue 5436] New: tightening auto decl spec (1)
Jan 08 2011 [Issue 5435] New: Static foreach over tuple ignores type annotation (7)
Jan 08 2011 [Issue 5433] New: Cannot use auto functions at compile-time (4)
Jan 08 2011 [Issue 5432] New: if/for/while inconsistency: while( auto a = ... ) does not compile (4)
Jan 08 2011 [Issue 5427] New: constructors .di files lack modifiers (3)
Jan 07 2011 [Issue 5426] New: Property syntax fails with template function with template paramters but no function parameters and you have a setter (4)
Jan 07 2011 [Issue 5425] New: __traits(compiles, ...) fails when given a template property function without parens (2)
Jan 07 2011 [Issue 5424] New: Cant assign interfaces to Variants (3)
Jan 07 2011 [Issue 5423] New: d:\m\d\scregexp\trunk\scregexp.d(158): Error: template instance scregexp.screg!("^[)\\]}>]$") recursive expansion (2)
Jan 07 2011 [Issue 5422] New: "Module is private" error with public/private overloaded functions (2)
Jan 07 2011 [Issue 5421] New: Ref function pointers can only be made with auto (3)
Jan 06 2011 [Issue 5420] New: Cannot override function error (10)
Jan 06 2011 [Issue 5419] New: exception specifications (but not in Java style) (3)
Jan 06 2011 [Issue 5418] New: std.math.lround not implemented on win32 and not documented (3)
Jan 05 2011 [Issue 5417] New: Integer operations promote too much (3)
Jan 05 2011 [Issue 5416] New: null should have a type of its own (6)
Jan 05 2011 [Issue 5415] New: Safe functions not working (3)
Jan 05 2011 [Issue 5414] New: Language Reference errors (2)
Jan 05 2011 safe functions (3)
Jan 05 2011 [Issue 5413] New: (diagnostic): No notification that warnings are treated as errors (2)
Jan 04 2011 [Issue 5412] New: import wtf2 (4)
Jan 04 2011 [Issue 5411] New: import wtf1 (8)
Jan 04 2011 std.process.shell character encoding crash (1)
Jan 04 2011 [Issue 5410] New: Variant.convertsTo(const(char)[]) seems broke (7)
Jan 04 2011 [Issue 5409] New: Disallow (!x & y) (9)
Jan 03 2011 [Issue 5408] New: Calling GC.malloc inside a unittest with a flag of 1 results in an access violation. (3)
Jan 03 2011 [Issue 5407] New: X86_64: Segfault on AA Foreach (6)
Jan 03 2011 [Issue 5406] New: [patch] Major regressions in std.algorithm for functions relying on is(typeof(binaryFun!... due to a static assert in binaryFunImpl (4)
Jan 03 2011 Asian characters are not printed propely in console (2)
Jan 03 2011 [Issue 5405] New: Remove linesep from std.path (2)
Jan 03 2011 [Issue 5404] New: .stringof is not documented (4)
Jan 03 2011 [Issue 5403] New: foreach requires front to be a function in a range (5)
Jan 03 2011 [Issue 5402] New: Invalid free() when throwing non-Throwable (3)
Jan 02 2011 [Issue 5401] New: std.socket updates and boost license (9)
Jan 02 2011 [Issue 5400] New: Socket.select / FD_ISSET broken on phobos/D2 (2)
Jan 01 2011 [Issue 5399] New: Return the result of a nonvoid function in a void function (12)
Jan 01 2011 [Issue 5398] New: Unterminated doc comment ignored (3)
Jan 01 2011 [Issue 5397] New: Compiler error on struct with invariant and postblitz (3)
Jan 01 2011 [Issue 5396] New: Invalid code with nested functions in CTFE (3)
Jan 01 2011 [Issue 5395] New: Interval literals (8)
Dec 31 2010 [Issue 5394] New: Changing the order of writing pragma(msg, (...).mangleof) changes the result (7)
Other years:
2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 1970