www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.bugs

Dec 30 2011    [Issue 7186] New: Only the first exported extern(C) function has underscore prefix (5)
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 28 2011    [Issue 7179] New: Hash algorithm vulnerable to algorithmic complexity attacks (3)
Dec 28 2011    [Issue 7175] New: Zero-length static array .ptr is always null (1)
Dec 27 2011    [Issue 7173] New: dmd: glue.c:1065: virtual unsigned int Type::totym(): Assertion `0' failed. (4)
Dec 27 2011    [Issue 7170] New: [UFCS] array + specialized template member syntax causes ICE (4)
Dec 26 2011    [Issue 7167] New: template function overload brings dmd internal error (2)
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 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 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 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 21 2011    std.conv.emplace (2)
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 19 2011    [Issue 7136] New: alias this lookup should run before merging modifiers of both sides. (3)
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 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 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 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 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 7095] New: GC doesn't return or reuse unused memory [D2.056] (6)
Dec 10 2011    [Issue 7093] New: aliased type sometimes isn't resolved (3)
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 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 08 2011    [Issue 7082] New: Assertion failure: '!vthis->csym' on line 678 in file 'glue.c' (2)
Dec 08 2011    [Issue 7079] New: BigInt bool assign (6)
Dec 06 2011    [Issue 7076] New: _d_throwc silently continues execution on failure (1)
Dec 06 2011    [Issue 7072] New: [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c' (7)
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 04 2011    [Issue 7064] New: .stringof of eponymous template (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 7055] New: to!float("INF2") == 2 (3)
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 7043] New: CTFE: ICE illegal reference value 0LU (5)
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 7037] New: TemplateTypeParameterSpecialization works differently from IsExpression regarding alias this (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 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 7024] New: inconsistent mangling of shared in extern(C++) (10)
Nov 26 2011    [Issue 7018] New: finally block not executed for assertions (7)
Nov 25 2011    [Issue 7015] New: ^^ and ^^= vector operations (4)
Nov 25 2011    [Issue 7011] New: No line number error for vector power (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 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 7000] New: missing import of std.stdio in std.regex? (3)
Nov 23 2011    [Issue 6997] New: 64bit optimizer bug (3)
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 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 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 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 6970] New: Pseudo Members (2)
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 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 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 6950] New: http://www.digitalmars.com/ links to older compiler (2)
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 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 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 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 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 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 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 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 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 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 6895] New: std.traits.isCovariantWith not works for function, function pointer and delegate (1)
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 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 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 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 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 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 6851] New: [CTFE] Cannot deref pointer passed by argument (2)
Oct 25 2011    [Issue 6849] New: std.algorithm.remove design (7)
Oct 23 2011    [Issue 6846] New: std.concurrency and fork/execv (1)
Oct 23 2011    [Issue 6845] New: ICE in Type::syntaxCopy (3)
Oct 21 2011    [Issue 6837] New: alias this + UFCS = fail (3)
Oct 20 2011    [Issue 6836] New: map + UFCS = fail (3)
Oct 19 2011    [Issue 6832] New: Can't test objects wrapped with alias this (4)
Oct 18 2011    valgrind flags memory leak in _d_monitor_create (2)
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 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 6817] New: [CTFE] Error on interpreting inlined IfStatement (2)
Oct 16 2011    [Issue 6816] New: [CTFE] nested function can't access this (3)
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 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 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 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 08 2011    [Issue 6793] New: std.exception.assumeUnique documentation (1)
Oct 07 2011    [Issue 6787] New: Lazy sort in Phobos? (4)
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 05 2011    [Issue 6775] New: [CTFE] foreach over an AA fails (2)
Oct 05 2011    [Issue 6773] New: inout variable should not be modifiable (3)
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 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 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 6759] New: missing initialization in foreach with alias this (4)
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 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 6741] New: implicit casting of pure-function delegate result to immutable breaks immutability. (1)
Sep 28 2011    [Issue 6739] New: [CTFE] Cannot set a value to an outer AA of a nested AA (2)
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 6733] New: DMD Crash (internal error) (8)
Sep 26 2011    [Issue 6731] New: [SafeD] AA .length property is not safe/ trusted (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 23 2011    [Issue 6721] New: [CTFE] Cannot get pointer to start of char[] (2)
Sep 23 2011    [Issue 6719] New: "Error: out of memory" in parsing (4)
Sep 22 2011    [Issue 6714] New: Function literal does not convert to "function" and "delegate" types (7)
Sep 21 2011    Is this a bug in execvp of std.process (2)
Sep 20 2011    [Issue 6702] New: .length for Associative Array is not safe (2)
Sep 20 2011    [Issue 6700] New: Regression(2.053) using $ inside a slice of a tuple (3)
Sep 20 2011    [Issue 6698] New: Regression(2.053): segfault with naked asm in inner function (5)
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 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 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 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 6669] New: ICE in inline assembler when using square brackets (10)
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 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 6653] New: [CTFE] internal error assigning struct (2)
Sep 11 2011    [Issue 6648] New: fix invariant (3)
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 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 6634] New: std.path.globMatch throws wrong assertion (4)
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 6623] New: Position rigidity of system for delegates (1)
Sep 07 2011    [Issue 6620] New: argument evaluation order inversed for extern(C) (2)
Sep 07 2011    [Issue 6618] New: TypeInfo_Struct.equals should prefer xopEquals than pointer equality (3)
Sep 07 2011    [Issue 6616] New: foreach argument type inference (4)
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 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 6599] New: Bus error with non-constant expression and struct initializer (7)
Sep 02 2011    [Issue 6596] New: Error message with not extern(C) function (5)
Sep 02 2011    [Issue 6593] New: final class random generators? (2)
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)
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 6581] New: Yet another dtor/postblit problem? (10)
Aug 30 2011    [Issue 6577] New: 'Cannot initialize member' error line number (4)
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 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 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 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 6548] New: [e2ir.c] Problem with ^^ vector op (8)
Aug 23 2011    [Issue 6546] New: alias this + IdentityExpression doesn't work (3)
Aug 21 2011    [Issue 6543] New: RDMD -I character limitation (3)
Aug 20 2011    [Issue 6541] New: using synchronized on a templated method crashes the compiler (1)
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 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 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 6519] New: [CTFE] Problem with inout (5)
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 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 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 14 2011    [Issue 6496] New: Fix std.process.browse per comments in pull request #154 (1)
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 6481] New: composition with alias this doesn't work inside the struct (2)
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 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 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 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 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 6452] New: RDMD shouldn't put the compiler in the rsp file (4)
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 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 6440] New: associative array member functions are not pure (2)
Aug 05 2011    [Issue 6439] New: [CTFE] union field are initialized independently (1)
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 6433] New: Meta-Bug AA type propagation (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 01 2011    [Issue 6424] New: std.traits.hasElaborateAssign is limited (2)
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 6418] New: [CTFE] segfault on SortedRange.equalRange (4)
Jul 31 2011    [Issue 6416] New: [CTFE] Declaration static struct is not yet implemented in CTFE (2)
Jul 30 2011    [Issue 6414] New: Possible problem with pure and const attribute (3)
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 29 2011    [Issue 6399] New: [CTFE] struct member array.length -= x doesn't work, while array[0..$-x] works (3)
Jul 28 2011    [Issue 6397] New: D1: Empty const string causes bad obj (1)
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 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 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 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 23 2011    [Issue 6371] New: Small improvements to aid auto-building DMD from git (4)
Jul 23 2011    [Issue 6369] New: alias this doesn't work with initializer (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 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 6355] New: Template constructor cannot initialize non-mutable field (4)
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 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 17 2011    [Issue 6341] New: Segfault with variadic delegate parameter (4)
Jul 16 2011    [Issue 6337] New: ICE when touching member variable of struct during CTFE (5)
Jul 16 2011    [Issue 6334] New: Template is silently not instantiated (1)
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 6328] New: Functions using lazy argument cannot be inferred as safe (2)
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 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    A bug with DMD 2.054 (2)
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 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 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 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 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 6291] New: Warn on likely hex literal bug (2)
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 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 6271] New: std.string.join performance (3)
Jul 08 2011    [Issue 6270] New: XMMREGS not preserved on indirect function call (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 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 05 2011    [Issue 6254] New: Problem with associative array with array of array as keys (1)
Jul 05 2011    [Issue 6252] New: Error message of idup of array of array (2)
Jul 04 2011    [Issue 6250] New: [CTFE] Crash when swapping two pointers to arrays. (2)
Jul 04 2011    [Issue 6247] New: Disallow static mutable variables definitions in pure functions (1)
Jul 03 2011    [Issue 6244] New: Add powmod / modpow function to std.math (1)
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 01 2011    [Issue 6239] New: HTOD: Add support for converting opaque C types to D (5)
Jul 01 2011    [Issue 6237] New: htod generates invalid module name and declaration (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 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 6226] New: Switch with impossible cases (3)
Jun 29 2011    [Issue 6225] New: Some common null test mistakes (1)
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 28 2011    [Issue 6220] New: static foreach over a string[] no longer produces directly usable strings (4)
Jun 27 2011    [Issue 6218] New: Stack trace possible improvement (1)
Jun 26 2011    [Issue 6215] New: ICE(el.c) DMD segfaults when built on system with XCode 4.2 (14)
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 6206] New: Pure function not called in comma expression in for loop increment (2)
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 6198] New: [GSoC] ICE(e2ir.c) With circular import (2)
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 6190] New: ref bypasses array const (2)
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 6181] New: assert fails in datetime.d while runining Phobos unittest (3)
Jun 17 2011    [Issue 6173] New: Compiler treats read access of a delegate's function pointer as an lvalue access (2)
Jun 16 2011    [Issue 6168] New: Regression (2.047): Cannot create enum of struct with constructor (4)
Jun 16 2011    [Issue 6166] New: Named return value optimization not dealt with in inline assembler (1)
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 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 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 6147] New: file scheme uri from file path and vice versa (2)
Jun 10 2011    [Issue 6145] New: Meaningless second error message for complex size of static array (3)
Jun 10 2011    [Issue 6142] New: 32- and 64-bit libraries are combined without error (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 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 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 6117] New: Parameter names of equivalent function aliases are merged (2)
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 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 6100] New: [CTFE] regression: struct return values wrong if used in array initializer (2)
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 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 6090] New: DDoc parenthesis escape issues. (3)
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 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 6067] New: switch case fall through crash (4)
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 6059] New: No error line number with wrongly assigned enums array (5)
May 25 2011    [Issue 6056] New: Type lookup problem in string mixins (5)
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 22 2011    [Issue 6044] New: Cannot instantiate nested struct template from an alias of struct (1)
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 6037] New: [CTFE] recursive ref parameters evaluated incorrectly (2)
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 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 6028] New: Cannot implicitly convert an array of class to an array of interface (2)
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 16 2011    [Issue 6022] New: auto return type inference could be improved (1)
May 16 2011    [Issue 6018] New: Multiple includes of std.parallelism causes DMD to segfault. (4)
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 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 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 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 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 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 5989] New: Disallow unreachable statements in switch clause (4)
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 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 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 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 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 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 06 2011    [Issue 5940] New: Cannot create arrays of std.algorithm.map (4)
May 06 2011    [Issue 5938] New: ICE ztc\symbol.c 1043 (2)
May 06 2011    [Issue 5936] New: DMD Segfault when forward-referencing pure auto-return member function with parameter. (7)
May 06 2011    [Issue 5934] New: Finite recursive templates are not allowed (3)
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 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 03 2011    [Issue 5925] New: Comparing associative array with a storage class (const/shared/immutable) causes segfault (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 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 5914] New: std.range.ElementType has duplicated unittest, ElementEncodingType is missing one (3)
Apr 30 2011    [Issue 5912] New: Small typos throughout Phobos and DMD documentation (9)
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 5904] New: std.json parseString doesn't handle chars outside the BMP (1)
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 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 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 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 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 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 20 2011    [Issue 5867] New: Cannot put function attributes (const, pure, ...) on the right of an auto-return function (2)
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 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 5853] New: Sorting SysTime: overlapping array copy (3)
Apr 18 2011    [Issue 5852] New: CTFE: wrong code for string[] ~= const(string) (4)
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 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 5834] New: Source of core.* should link to druntime, not phobos (2)
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 5825] New: write is calling a deprecated function (2)
Apr 08 2011    [Issue 5823] New: property call syntax restriction not implemented (3)
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 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 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 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 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 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 27 2011    [Issue 5789] New: Runtime.loadLibrary/unloadLibrary need .getSymbol() (1)
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 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 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 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 22 2011    [Issue 5767] New: Optlink crash (4)
Mar 22 2011    [Issue 5766] New: undefined reference to `_D3std4bind12__ModuleInfoZ' (4)
Mar 21 2011    [Issue 5764] New: RedBlackTree cannot be empty (2)
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 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 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 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 5740] New: Unable to use "this" pointer in inline assembly (3)
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 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 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 5716] New: Problem with sorting tuples (2)
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 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 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 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 5696] New: Templates typetuple iteration (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 5691] New: walkLength() compatible with opApply() (14)
Mar 03 2011    [Issue 5688] New: Poor optimization of (long & 1) (3)
Mar 02 2011    [Issue 5685] New: Static Arrays as AA indices (1)
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 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 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 5667] New: "clear" does not call destructors on embedded structs (11)
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 5661] New: std.algorithm.move does not work on elaborate struct (2)
Feb 27 2011    [Issue 5659] New: Conditional operator, array literal, and std.traits.CommonType return a wrong common type (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 25 2011    [Issue 5654] New: BigInt returns ZERO with strings of single digit number with leading zeros (2)
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    build my project error with dmd.2.052 (2)
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 5635] New: Code inside 'foreach' cannot modify variable out of its scope in a template function. (1)
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    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 5627] New: std.internal.math.biguintnoasm unittest disabled (2)
Feb 20 2011    [Issue 5626] New: std.random unittest disabled (5)
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 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 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 5608] New: BigInt(1)-1 problem (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 5591] New: EBX register not preserved when calling stdcall function pointer (7)
Feb 15 2011    [Issue 5588] New: Wrong line number (3)
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 14 2011    [Issue 5583] New: Issues when creating a debug build of druntime library (1)
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 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 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 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 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 10 2011    [Issue 5560] New: unittests add code size when compiling with -lib and without -unittest (3)
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 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 5549] New: [64-bit] Internal error: backend/cgcod.c 1845 (5)
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 5540] New: Probable bug-hiding redundancies (7)
Feb 07 2011    [Issue 5538] New: Immutable classes can't be passed as messages in std.concurrency (2)
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 5528] New: Some integer interval analysis to avoid some casts (2)
Feb 05 2011    [Issue 5526] New: Static templated functions don't work with CTFE (2)
Feb 04 2011    [Issue 5524] New: [CTFE] Trouble with typesafe variadic function (2)
Feb 03 2011    [Issue 5522] New: std.range.zip fails on arrays of Object. (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 01 2011    [Issue 5516] New: .init is broken for fields (2)
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 5506] New: StoppingPolicy.longest doesn't work well (4)
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 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 5492] New: immutable string can be changed by stdin.readln (2)
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 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 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 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 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 5468] New: Linker fails to link libraries using phobos2 with C code (2)
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 19 2011    [Issue 5462] New: std.container.BinaryHeap enforce message + pop (1)
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 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 5449] New: To disable profiling of a function/class/struct (1)
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 5445] New: DMD does not look for ".dmd.conf" in HOME dir (4)
Jan 10 2011    [Issue 5443] New: icmp only works correctly for ASCII (2)
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 08 2011    [Issue 5436] New: tightening auto decl spec (1)
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 07 2011    [Issue 5424] New: Cant assign interfaces to Variants (3)
Jan 07 2011    [Issue 5421] New: Ref function pointers can only be made with auto (3)
Jan 06 2011    [Issue 5419] New: exception specifications (but not in Java style) (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    safe functions (3)
Jan 04 2011    std.process.shell character encoding crash (1)
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 5402] New: Invalid free() when throwing non-Throwable (3)
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 30 2010    [Issue 5391] New: Crash with recursive alias declaration (3)
Dec 28 2010    [Issue 5388] New: SList.insertFront has complexity O(log(n)) (2)
Dec 28 2010    [Issue 5382] New: [regression 2.051] DLL multi-threading broken (2)
Dec 27 2010    [Issue 5379] New: std.array.replace fails on char[]s (2)
Dec 24 2010    [Issue 5373] New: Regression (2.051) CTFE and std.string.replace() causes "Bad binary function q{a == b}.. (13)
Dec 24 2010    [Issue 5371] New: ambiguous stringnize of class with alias this (6)
Dec 23 2010    GC.collect() and GC.minimize() not releasing memory (6)
Dec 23 2010    [Issue 5366] New: std.json parseJSON incorrectly parses unicode entities (5)
Dec 22 2010    [Issue 5364] New: optimizer kills high dword of -1 (14)
Dec 21 2010    [Issue 5362] New: checking $ in bracket is broken. (2)
Dec 14 2010    [Issue 5349] New: ICE(toir.c): Internal error: toir.c 190 (3)
Dec 09 2010    [Issue 5334] New: FTBFS using GCC-4.5 and linux.mak (6)
Dec 06 2010    [Issue 5328] New: The addressof-expression that should be rejected is accepted (4)
Dec 06 2010    [Issue 5327] New: Immutable correctness is broken (3)
Dec 05 2010    [Issue 5326] New: GC -- 99% CPU in gc gcx Gcx mark() (7)
Dec 04 2010    [Issue 5320] New: gcstub/gc.d: SEGV because of missing returns (2)
Dec 04 2010    [Issue 5319] New: rt.critical/monitor: Add support for Solaris (4)
Dec 04 2010    [Issue 5318] New: core.sys.osx: add version (OSX) at top of all files. (2)
Dec 04 2010    [Issue 5317] New: Assertion is not work in a function called by std.concurrency.spawn (8)
Dec 03 2010    [Issue 5313] New: Struct Arrays Still Compared Bitwise (2)
Dec 03 2010    [Issue 5311] New: Pure is broken when accessing globals / static data through instance reference (3)
Dec 01 2010    [Issue 5307] New: Using to!() should not allow removal of qualifiers (3)
Nov 30 2010    [Issue 5292] New: Associative array with fixed sized array as value issues a Range violation when inserting new value (2)
Nov 29 2010    [Issue 5291] New: ref parameter and const/immutable == hole in const system (5)
Nov 28 2010    [Issue 5285] New: bigint won't compile in 64 bit (2)
Nov 28 2010    [Issue 5284] New: Array ops punch through const system (3)
Nov 27 2010    [Issue 5281] New: Equality among arrays of Bigints (6)
Nov 24 2010    [Issue 5273] New: ref Primitives Can Be Implicitly Cast To immutable (2)
Nov 24 2010    [Issue 5272] New: Postblit not called on copying due to array append (4)
Nov 24 2010    [Issue 5271] New: Not constant RAND_MAX (5)
Nov 24 2010    [Issue 5268] New: Outdated windows GUI sample in Samples folder (4)
Nov 23 2010    [Issue 5262] New: divide by 0 in std.datetime's Ticks.toMicroseconds() (3)
Nov 22 2010    [Issue 5258] New: [CTFE] Stack overflow with struct by ref (6)
Nov 21 2010    [Issue 5256] New: null Rebindable testing not supported (3)
Nov 21 2010    [Issue 5255] New: No foreach type inference with const (2)
Nov 21 2010    [Issue 5252] New: pure nothrow Rebindable (3)
Nov 21 2010    [Issue 5250] New: Pure std.typecons.Tuple (3)
Nov 21 2010    [Issue 5248] New: CTFE Segfault when calling a function on an enum struct (6)
Nov 20 2010    [Issue 5246] New: PATCH(s): fix a couple more uninitialised variables (4)
Nov 20 2010    [Issue 5245] New: Interface function TraceInfo.toString is not implemented (4)
Nov 19 2010    [Issue 5244] New: PATCH: fix use of uninitialised variable in toObj.c (3)
Nov 19 2010    [Issue 5241] New: dmd: ABI breakage/regression (6)
Nov 19 2010    [Issue 5240] New: Faster std.random.uniform() for [0.0, 1.0) range (8)
Nov 18 2010    [Issue 5239] New: optimizer misreports an used before set error (3)
Nov 18 2010    [Issue 5237] New: writefln doesn't respect Complex.toString (10)
Nov 18 2010    [Issue 5236] New: [patch] std.format.formattedRead/unformatValue does not support the raw reading of integer types (3)
Nov 18 2010    [Issue 5235] New: new dynamic array results in incorrect size (2)
Nov 17 2010    [Issue 5232] New: [patch] std.conv.to & std.conv.roundTo report invalid overflows for very large numbers (4)
Nov 16 2010    [Issue 5228] New: Add GetOptException (or similar) to std.getopt (3)
Nov 16 2010    [Issue 5225] New: Signed right shift operator is ridiculous (4)
Nov 16 2010    [Issue 5221] New: entity.c: Merge Walter's list with Thomas' (20)
Nov 13 2010    [Issue 5213] New: const/immutable inner structs don't work (2)
Nov 11 2010    [Issue 5205] New: D runtime duplication in zip (6)
Nov 11 2010    [Issue 5200] New: Call to immutable method during immutable construction (3)
Nov 10 2010    [Issue 5197] New: Ddoc: access-attributed auto template function crashes dmd (4)
Nov 09 2010    [Issue 5193] New: SList cannot have struct elements that have immutable members. (5)
Nov 09 2010    [Issue 5192] New: Pure function cannot access static __dollar (3)
Nov 09 2010    [Issue 5190] New: std.stdio should have File.fdopen (2)
Nov 08 2010    [Issue 5189] New: throw in DLL (2)
Nov 08 2010    [Issue 5188] New: alias this and compare expression generates wrong code (4)
Nov 07 2010    [Issue 5186] New: typeof({return 0;}()) works in alias declaration, not as variable type (2)
Nov 07 2010    [Issue 5184] New: throw ClassName.templatedStaticMethod(...) cannot be parsed (3)
Nov 05 2010    [Issue 5177] New: std.socketstream's close() should call super.close() (2)
Nov 05 2010    [Issue 5170] New: std.algorithm.copy "works" for non-assignable ranges (3)
Nov 05 2010    [Issue 5169] New: Add(?:) Non-capturing parentheses group support to std.regex (5)
Nov 05 2010    [Issue 5167] New: argument to function expecting a C callback parameter isn't checked for linkage type (3)
Nov 01 2010    [Issue 5152] New: std.conv fails to convert a char[] to string after update to dmd 2.050 (3)
Oct 31 2010    [Issue 5147] New: [CTFE] Return fixed-sized matrix (4)
Oct 31 2010    [Issue 5144] New: Issue with SYSTEMTIME2d_time daylightSavingTA() (3)
Oct 29 2010    [Issue 5134] New: std.algorithm.startsWith won't accept var from "in" as first arg (4)
Oct 27 2010    [Issue 5125] New: Optional function purity/nothrowness (5)
Oct 26 2010    [Issue 5123] New: Cannot assign null to a class with 'alias this' (5)
Oct 26 2010    [Issue 5121] New: Make std.algorithm.swap weakly pure (3)
Oct 23 2010    [Issue 5105] New: Member function template cannot be synchronized (3)
Oct 20 2010    [Issue 5088] New: Cannot cast const(int) to long in safe function (6)
Oct 20 2010    [Issue 5086] New: Regression(1.062): Stack overflow with recursive alias declaration (7)
Oct 19 2010    [Issue 5081] New: Pure functions as initializers for immutable structures (7)
Oct 18 2010    [Issue 5079] New: [ICE on invalid code] '0' on line 1103 in file 'glue.c' on undefined symbol during CTFE (5)
Oct 18 2010    [Issue 5077] New: std.algorithm.schwartzSort is slow (7)
Oct 18 2010    [Issue 5073] New: wrong file name in error message for "voids have no value" inside alias templates (affects std.algorithm.map) (11)
Oct 17 2010    [Issue 5070] New: Heap-allocated closures listing (2)
Oct 17 2010    [Issue 5069] New: No missing extern(C) error (6)
Oct 16 2010    [Issue 5062] New: Problem with a string slicing (2)
Oct 15 2010    [Issue 5059] New: String assignment in foreach loop breaks immutability (11)
Oct 15 2010    [Issue 5055] New: hasAssignableElements etc only check forward range primitives (2)
Oct 12 2010    [Issue 5046] New: Wrong type of implicit 'this' in struct/class templates (3)
Oct 11 2010    [Issue 5045] New: auto type inference for nest function (4)
Oct 10 2010    [Issue 5037] New: std.variant.Algebraic test use case (2)
Oct 09 2010    [Issue 5029] New: (assoc array type).stringof doesn't return built-in typename (3)
Oct 08 2010    [Issue 5019] New: In std.regex, empty capture at end of string causes error (4)
Oct 08 2010    [Issue 5016] New: to!() can not convert from wide characters to char (6)
Oct 07 2010    [Issue 5015] New: Cyclic import breaks is() in a static if (6)
Oct 06 2010    [Issue 5006] New: 'pure' unenforced in a nested function (9)
Oct 06 2010    [Issue 4998] New: make IFTI use the template constraint when determining the type of literals (2)
Oct 04 2010    [Issue 4994] New: std.range assumeSorted and SortedRange!() don't work with immutables (3)
Oct 04 2010    [Issue 4988] New: Floats in structs are not equal on 0.0f vs -0.0f (4)
Oct 04 2010    [Issue 4987] New: C function pointer syntax needs to be deprecated (4)
Oct 03 2010    [Issue 4984] New: string mixn results in dmd running out of memory (6)
Oct 02 2010    [Issue 4982] New: Repeating same error message thousands of times due to brute forcing matching symbol name (5)
Oct 02 2010    [Issue 4977] New: cannot use nothrow or pure with Rebindable (6)
Oct 02 2010    [Issue 4974] New: Cannot have pure constructor due to impure invariant (9)
Oct 02 2010    [Issue 4973] New: map file with spaces in file name passed without quotes to linker (2)
Oct 01 2010    [Issue 4972] New: to!() needs a template constraint (3)
Oct 01 2010    [Issue 4971] New: to!() fails with static arrays (4)
Oct 01 2010    [Issue 4969] New: nothrow check can't handle multiple catches (3)
Oct 01 2010    [Issue 4968] New: inout is sticky to function return type (5)
Sep 30 2010    [Issue 4963] New: ICE(type.c:320) for struct append where T.sizeof < 3 (5)
Sep 30 2010    [Issue 4961] New: ICE on Tuple in union as part of static struct member (3)
Sep 26 2010    [Issue 4944] New: Missing tzname even though we have tzset (8)
Sep 26 2010    [Issue 4943] New: In D2 Library spec sidebar, core.* links are dead (3)
Sep 26 2010    [Issue 4942] New: Cannot use std.container.Array with a struct as type parameter (4)
Sep 23 2010    [Issue 4931] New: Implicit opCast!bool in if statement doesn't work with declarator (2)
Sep 23 2010    [Issue 4930] New: [patch] RDMD: Cmd line sent to dmd can be too long (4)
Sep 23 2010    [Issue 4928] New: [patch] RDMD mistakes object, library and response files for the program file. (6)
Sep 23 2010    [Issue 4924] New: Suspect indentation warning (3)
Sep 23 2010    [Issue 4922] New: don't work readf with char, wchar and dchar (3)
Sep 22 2010    [Issue 4917] New: Symbol conflict error message refers to aliased symbol instead of the alias (4)
Sep 21 2010    [Issue 4913] New: Repeated template instantiations with the same symbol argument fails (3)
Sep 21 2010    [Issue 4911] New: Bad error messages from attempts to write into read-only File (4)
Sep 21 2010    [Issue 4910] New: [CTFE] Cannot evaluate a function that has failed at once (3)
Sep 21 2010    [Issue 4904] New: Win32 phobos unittest crashes with access violation (8)
Sep 19 2010    [Issue 4895] New: isOutputRange is true for ranges which can't be output ranges (3)
Sep 18 2010    [Issue 4892] New: Infinite loop when compiling a recursive alias declaration (4)
Sep 18 2010    [Issue 4891] New: Assignment from non-pure function to pure function pointer compiles when it shouldn't (4)
Sep 18 2010    [Issue 4890] New: GC.collect() deadlocks multithreaded program. (7)
Sep 17 2010    [Issue 4885] New: Uninitialize Pointers Allowed in safe code (3)
Sep 17 2010    [Issue 4883] New: std.algorithm functions conflict with std.string fucntions (6)
Sep 17 2010    [Issue 4878] New: Ddoc: Default arguments can break Ddoc output (4)
Sep 14 2010    [Issue 4865] New: Post-position attributes cannot be used with auto return functions (3)
Sep 11 2010    [Issue 4852] New: core.demangle cannot demangle functions with class/struct return types (5)
Sep 08 2010    [Issue 4842] New: Wrong code with template literals (2)
Sep 07 2010    [Issue 4839] New: CodeView: Segment end address is wrong (2)
Sep 07 2010    [Issue 4837] New: Assertion failure: '0' on line 608(614) in file 'constfold.c' during CTFE (5)
Sep 06 2010    [Issue 4833] New: dmd -od doesn't make it to optlink's command line for map files (10)
Sep 06 2010    [Issue 4832] New: Functions external to class break immutability (3)
Sep 05 2010    [Issue 4823] New: CodeView: Thread local variables are stored as shared globals (2)
Sep 05 2010    [Issue 4818] New: Taking address of shared member function -> unshared delegate (2)
Sep 05 2010    [Issue 4817] New: CodeView: Enum members should have simple names (3)
Sep 05 2010    [Issue 4815] New: CodeView: Global and Static symbols should have unmangled names (3)
Sep 03 2010    [Issue 4808] New: UNEXPECTED OPTLINK TERMINATION AT EIP=0042787B (8)
Sep 03 2010    [Issue 4807] New: Examples for std.array insert and replace (3)
Sep 03 2010    [Issue 4806] New: Typo in transversal (3)
Sep 03 2010    [Issue 4804] New: Sequence example alternative (2)
Sep 03 2010    [Issue 4799] New: template alias parameters cannot take 'this' (2)
Sep 02 2010    [Issue 4789] New: std.algorithm.sort bug (5)
Sep 01 2010    [Issue 4786] New: enum of run-time array length (4)
Sep 01 2010    [Issue 4782] New: atomicOp!"+=" hangs with floating point (4)
Aug 31 2010    [Issue 4775] New: No substitution on writef("%%%s", "hi") (3)
Aug 31 2010    [Issue 4774] New: Docs: Mixin Templates (2)
Aug 31 2010    [Issue 4773] New: ]Rebindable should be castable to bool (8)
Aug 29 2010    [Issue 4767] New: dmd generates useless template bloat (4)
Aug 29 2010    [Issue 4765] New: std.math.modf always returns 0 (6)
Aug 29 2010    [Issue 4764] New: Lazy versions of std.string.split and std.string.splitlines (2)
Aug 29 2010    [Issue 4760] New: core.atomic.atomicLoad() should be public (2)
Aug 29 2010    [Issue 4756] New: core.atomic should have atomicOp!"=" (2)
Aug 29 2010    [Issue 4753] New: fail_compilation/fail116.d sends dmd into a loop, exhausting memory (6)
Aug 29 2010    [Issue 4750] New: fail_compilation/fail225.d causes dmd to segv (10)
Aug 28 2010    [Issue 4745] New: Non-uniform handling of commas in static initialization of structs (5)
Aug 27 2010    [Issue 4740] New: core.thread.atomicOp too strict about types (2)
Aug 26 2010    [Issue 4735] New: class that implements interface can override a static method (3)
Aug 26 2010    [Issue 4732] New: __traits(identifier) performs constant folding on symbols (2)
Aug 26 2010    [Issue 4730] New: std.c.stdlib.exit in CTFE (4)
Aug 25 2010    [Issue 4727] New: Passing std.concurrency.receive() a function of type Variant causes a static assert (5)
Aug 25 2010    [Issue 4723] New: AssociativeArray's bug (3)
Aug 24 2010    [Issue 4719] New: Clean up associative array runtime interface to enable precise GC (5)
Aug 23 2010    [Issue 4718] New: Few Phobos modules renames (7)
Aug 22 2010    [Issue 4716] New: std.stdio.input() or similar (4)
Aug 22 2010    [Issue 4714] New: Cannot return ref this when struct has invariant (3)
Aug 22 2010    [Issue 4711] New: Incorrect handling of && operator with void operand (3)
Aug 21 2010    [Issue 4706] New: Overloading auto return w/ non-auto return = strange error msg (2)
Aug 20 2010    [Issue 4690] New: ref return should allow assignment if not overridden (2)
Aug 20 2010    [Issue 4689] New: Error: cast from const(int) to real not allowed in safe code (2)
Aug 20 2010    [Issue 4688] New: [patch] rdmd/Win: rdmd'ed program's output appears after cmd prompt (9)
Aug 19 2010    [Issue 4687] New: Strange error on simple main with response file from xfbuild (3)
Aug 19 2010    [Issue 4684] New: [patch] rdmd: Assert failure on -od without trailing slash (6)
Aug 19 2010    [Issue 4683] New: [patch] rdmd: -od clobbers preceeding -of (6)
Aug 19 2010    [Issue 4682] New: Run-time Vs Compile-time of int.min % -1 (2)
Aug 19 2010    [Issue 4680] New: Duplicated function/overload error message (3)
Aug 18 2010    [Issue 4674] New: Change std.typecons.alignForSize's signature to (string[] names...) (4)
Aug 18 2010    [Issue 4672] New: rdmd fails when -I is needed (8)
Aug 17 2010    [Issue 4664] New: Lambdas default arguments problems (6)
Aug 17 2010    [Issue 4661] New: Array of lazy sequence (11)
Aug 17 2010    [Issue 4660] New: Different writeln output for lazy sequences (3)
Aug 14 2010    [Issue 4644] New: assertExceptionThrown to assert that a particular exception was thrown (18)
Aug 13 2010    [Issue 4640] New: nothrow before nested function signature doesn't compile (4)
Aug 12 2010    [Issue 4635] New: to!string fails for Variant and structs with uninitalized ("=void") static arrays (3)
Aug 12 2010    [Issue 4633] New: typeof({return 1;}()) declaration fails if inside main (2)
Aug 12 2010    [Issue 4632] New: Copy constructor not invoked on array reallocation (4)
Aug 11 2010    [Issue 4628] New: Casting away const should be allowed in safe mode if no indirection (2)
Aug 11 2010    [Issue 4627] New: Ideas for std.regex.match usage syntax (6)
Aug 11 2010    [Issue 4625] New: "in" operator for AAs in SafeD code (3)
Aug 11 2010    [Issue 4618] New: std.algorithm.reduce over fixed-size array (regression) (3)
Aug 09 2010    [Issue 4606] New: access modifier causes failure to find stack pointer for template delegate (2)
Aug 08 2010    [Issue 4598] New: std.xml check is too restrictive (2)
Aug 07 2010    [Issue 4597] New: std.algorithm.filter fails with a const range (4)
Aug 06 2010    [Issue 4592] New: Can't overload over strings (2)
Aug 03 2010    [Issue 4574] New: std.regex : breaks with empy string regex (3)
Aug 02 2010    [Issue 4572] New: std.file.read return type (14)
Aug 01 2010    [Issue 4566] New: Calling functions in parallel with std.concurrency (3)
Aug 01 2010    [Issue 4557] New: accepts-invalid Overriding static functions inherited from interfaces (2)
Aug 01 2010    [Issue 4546] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/type.html (2)
Aug 01 2010    [Issue 4543] New: typedef circular definition and ICE (15)
Jul 30 2010    [Issue 4535] New: std.range could have a takeWhile!pred(range) function (6)
Jul 28 2010    [Issue 4530] New: Tidier function types (7)
Jul 26 2010    [Issue 4511] New: Contravariance problem (6)
Jul 23 2010    [Issue 4500] New: scoped moves class after calling the constructor (10)
Jul 23 2010    [Issue 4499] New: calls to disabled postblit are emitted (3)
Jul 23 2010    [Issue 4496] New: aa.get broken when using get and opIndexAssign in same statement (2)
Jul 23 2010    [Issue 4494] New: [ICE] Array literal filled with results of void function (7)
Jul 21 2010    [Issue 4492] New: Version of take() which takes from the back of a range (12)
Jul 20 2010    [Issue 4490] New: File ref counting broken for anonymous File structs (3)
Jul 19 2010    [Issue 4486] New: CodeView debug info should contain absolute path names (2)
Jul 18 2010    [Issue 4482] New: Missing warnings when not compiling with -w (2)
Jul 15 2010    [Issue 4468] New: std.string.join() for lazy iterable of strings (5)
Jul 15 2010    [Issue 4466] New: std.conv: parse!(T,S)(S, uint radix) the opposite of to to!(T,S)(S, uint radix) (4)
Jul 15 2010    [Issue 4464] New: std.range.take does not always return Take!R (5)
Jul 14 2010    [Issue 4462] New: core.cpuid wrong on Intel machines w/ multiple physical CPUs (7)
Jul 14 2010    [Issue 4459] New: bad format - phobos/std/all.d - 2.047 (5)
Jul 14 2010    [Issue 4458] New: Static typing for format strings, when possible (9)
Jul 13 2010    [Issue 4457] New: Sockets on OSX terminate apps with SIGPIPE and there's no (official) way to turn it off (2)
Jul 11 2010    [Issue 4448] New: labeled break doesn't work in CTFE (2)
Jul 10 2010    [Issue 4444] New: Cannot index built-in array with expression tuple (3)
Jul 08 2010    [Issue 4439] New: The declaration of the in6addr_* in druntime is wrong. (3)
Jul 08 2010    [Issue 4438] New: A missed function inlining (5)
Jul 04 2010    [Issue 4423] New: enums of struct types (6)
Jul 04 2010    [Issue 4422] New: std.c.osx.socket and std.c.linux.socket cause symbol conflict (2)
Jul 02 2010    [Issue 4416] New: Function with ref argument breaks struct method const attribute (4)
Jun 28 2010    [Issue 4401] New: auto functions cannot be inner functions (10)
Jun 25 2010    [Issue 4393] New: Very good dotProduct (6)
Jun 25 2010    [Issue 4392] New: Problems with const/non-const overloads of member functions (2)
Jun 25 2010    [Issue 4391] New: std.functional.curry is not a real curry (5)
Jun 25 2010    [Issue 4389] New: CTFE: Appending dchar to empty string creates invalid string. (8)
Jun 24 2010    [Issue 4385] New: Uncaught exceptions should dump a core (6)
Jun 23 2010    [Issue 4379] New: DMD chokes on large nested loop over tuple. (8)
Jun 23 2010    [Issue 4376] New: Cannot build static binaries; running dmd with flag -L-static fails to compile (2)
Jun 23 2010    [Issue 4375] New: Require explicit braces when 'else' is ambiguous (22)
Jun 23 2010    [Issue 4374] New: Required do-while ending semicolon (3)
Jun 23 2010    [Issue 4373] New: Importing class with 'auto foo()' causes DMD Bus error (4)
Jun 23 2010    [Issue 4372] New: type of enumerator values reduced to base type in debug info (5)
Jun 22 2010    [Issue 4370] New: POSIX monitor attribute not being used (2)
Jun 22 2010    [Issue 4367] New: std.regex: Captures is not a random access range (5)
Jun 22 2010    [Issue 4365] New: Shared receive for all waitable objects (4)
Jun 21 2010    [Issue 4360] New: Allow intrinsics in core.bitop to operate as intrinsics (7)
Jun 20 2010    [Issue 4353] New: std.utf.stride doesn't work in ctfe (3)
Jun 19 2010    [Issue 4347] New: foreach over range should save range. (3)
Jun 17 2010    [Issue 4341] New: compiling with -unittest on win32 produces invalid executable (3)
Jun 16 2010    [Issue 4335] New: Wrong suggestion in error (import std.stdio for writeln) (4)
Jun 16 2010    [Issue 4333] New: Cannot use tuple of local symbols in constraint nor static if (8)
Jun 16 2010    [Issue 4329] New: Do not show errors that refer to __error (19)
Jun 16 2010    [Issue 4328] New: templated unittests fail to link when instantiated from other file if compiler order isn't correct (4)
Jun 15 2010    [Issue 4325] New: invariant syntax isn't strict (5)
Jun 15 2010    [Issue 4323] New: std.demangle incorrectly handles template floating point numbers (5)
Jun 15 2010    [Issue 4322] New: "void initializer has no value" on struct/union members initialized to "void" (9)
Jun 15 2010    [Issue 4321] New: Passing local parameter to non-global template fails. (3)
Jun 14 2010    [Issue 4317] New: Calling std.string.split with static array for separator fails to compile (4)
Jun 14 2010    [Issue 4316] New: this(this) cannot become safe function. (3)
Jun 14 2010    [Issue 4312] New: std.traits.ReturnType no longer accepts function literals (8)
Jun 14 2010    [Issue 4309] New: String literal passed by ref causes segfault (4)
Jun 13 2010    [Issue 4302] New: compiler errors using startsWith in CTFE (10)
Jun 06 2010    [Issue 4290] New: 'Fragile' opCmp/toHash signature errors (11)
Jun 06 2010    [Issue 4284] New: empty string[] alias lacks .length in a template (3)
Jun 06 2010    [Issue 4282] New: Problem in AAs with fixed size arrays as keys (2)
Jun 05 2010    [Issue 4276] New: CTFE error messages use random variable names (3)
Jun 05 2010    [Issue 4275] New: Unexpected optlink termination when 'export' attribute is missing (4)
Jun 04 2010    [Issue 4274] New: Better array of inner structs error message (7)
Jun 04 2010    [Issue 4271] New: drop/pop methods for std.algorithm.BinaryHeap (5)
Jun 02 2010    [Issue 4261] New: Bad textual printing of enums (6)
Jun 01 2010    [Issue 4258] New: "auto ref" doesn't work in one or more cases (6)
May 30 2010    [Issue 4253] New: opCall() not called in initialized struct (4)
May 28 2010    [Issue 4245] New: Declaring conflicting symbols in single function scope allowed (2)
May 26 2010    [Issue 4237] New: Link error with typedefs of the same name in a function scope (6)
May 25 2010    [Issue 4234] New: Cannot create a std.socket.Socket from an fd (4)
May 23 2010    [Issue 4226] New: Can't forward reference identifier defined within a string mixin (4)
May 23 2010    [Issue 4224] New: alias this and opDispatch (5)
May 23 2010    [Issue 4223] New: Throwing exception in finally block hides original exception (6)
May 21 2010    [Issue 4218] New: safe function cannot call opApply (2)
May 19 2010    [Issue 4206] New: type accepted as enum initializer (7)
May 17 2010    [Issue 4200] New: "to!real(to!string(real.min_normal))" raises std.conv.ConvError (2)
May 16 2010    [Issue 4197] New: __error iso assert failure in struct function in/out statement (7)
May 11 2010    [Issue 4176] New: Link error when case range covers 4 or more cases. (3)
May 10 2010    [Issue 4170] New: Missing line number on compile-time array index (3)
May 09 2010    [Issue 4166] New: Remove/deprecate std.string.chop (5)
May 07 2010    [Issue 4163] New: if(bool = bool) results in ill-worded error (3)
May 05 2010    [Issue 4159] New: in expression parsed as template (2)
May 03 2010    [Issue 4153] New: Code coverage output improvement (3)
May 01 2010    [Issue 4140] New: Error: non-constant expression "hello"[1u..__dollar] (5)
May 01 2010    [Issue 4138] New: Enable __thread storage class (TLS) on D1 (2)
Apr 30 2010    [Issue 4135] New: blockExit assertion failure (7)
Apr 29 2010    [Issue 4133] New: Enable __traits on D1 (7)
Apr 28 2010    [Issue 4132] New: Bug? Pointer advancing is possible. (3)
Apr 24 2010    [Issue 4122] New: More handy BigInt.toString() (3)
Apr 24 2010    [Issue 4118] New: std.conv.to!SomeStruct("hello") crashes compiler (6)
Apr 21 2010    [Issue 4114] New: Support static arrays in some algorithms (4)
Apr 21 2010    [Issue 4112] New: Stride in foreach ranges (5)
Apr 21 2010    [Issue 4107] New: Duplicate documentation for member function templates (4)
Apr 17 2010    [Issue 4099] New: Inconsistent behaviour of ++/-- when mixing opUnary and 'alias this'. (3)
Apr 16 2010    [Issue 4097] New: Error: can only declare type aliases within static if conditionals (4)
Apr 16 2010    [Issue 4096] New: nonzero timezone offset in UTC timestamp; wrong local time. (2)
Apr 15 2010    [Issue 4093] New: Segfault(interpret.c): with recursive struct templates (6)
Apr 13 2010    [Issue 4087] New: Static Node struct of std.range.SListRange (3)
Apr 12 2010    [Issue 4086] New: Standard struct constructor for the heap (2)
Apr 09 2010    [Issue 4075] New: [CTFE] forward reference error with auto (2)
Apr 05 2010    [Issue 4069] New: std.xml.Document.pretty saves empty elements with spaces and line breaks (3)
Apr 05 2010    [Issue 4065] New: [CTFE] AA "in" operator doesn't work (2)
Apr 05 2010    [Issue 4064] New: [CTFE] array.reverse doesn't work (4)
Apr 05 2010    [Issue 4063] New: [CTFE] key not found in AA gives bad error message (2)
Apr 02 2010    [Issue 4053] New: To avoid struct ctor/opCall conflicts (6)
Apr 02 2010    [Issue 4051] New: [CTFE] array struct member item update (2)
Apr 02 2010    [Issue 4050] New: [CTFE] array struct member slice update (2)
Apr 02 2010    [Issue 4048] New: [CTFE] struct initializer (3)
Apr 02 2010    [Issue 4047] New: [CTFE] class/struct heap allocation (4)
Apr 02 2010    [Issue 4046] New: [CTFE] std.intrinsic (4)
Apr 01 2010    [Issue 4040] New: const/immutable on the right in auto return class methods (5)
Mar 31 2010    [Issue 4033] New: Error: base class is forward referenced (6)
Mar 30 2010    [Issue 4032] New: std.date.makeTime has no docs (4)
Mar 29 2010    [Issue 4028] New: delegates with differing default arguments lead to same template instantiation (13)
Mar 28 2010    [Issue 4025] New: Making network with the std.stdio.File interface (3)
Mar 28 2010    [Issue 4022] New: [CTFE] AA get (3)
Mar 28 2010    [Issue 4021] New: [CTFE] AA rehash (5)
Mar 27 2010    [Issue 4017] New: const initializer cannot evaluate size of forward referenced alias (3)
Mar 27 2010    [Issue 4013] New: Inconsistent codeview debug info for classes derived from IUnknown (3)
Mar 26 2010    [Issue 4008] New: dmd source should contain no tabs and use .cpp file extensions (5)
Mar 24 2010    [Issue 4001] New: ctfe return value is handled incorrectly when used as template argument (6)
Mar 22 2010    [Issue 4000] New: Function pointer/delegate covariance (2)
Mar 17 2010    [Issue 3979] New: Order-of-compilation and forward reference errors (11)
Mar 16 2010    [Issue 3975] New: Misnamed main causes linker errors (4)
Mar 15 2010    [Issue 3973] New: out contracts fail with ref return types (2)
Mar 15 2010    [Issue 3967] New: bool opEquals() for structs instead of int opEquals() (6)
Mar 14 2010    [Issue 3962] New: AssociativeArray!(K,V) .init has no [ ] operator (2)
Mar 13 2010    [Issue 3959] New: can't mixin result of templated static struct method (2)
Mar 13 2010    [Issue 3955] New: Very poor error message: accidentally assigning to string literal in template (2)
Mar 12 2010    [Issue 3940] New: altsep not found (5)
Mar 10 2010    [Issue 3929] New: GC.free() creates subtle bugs (10)
Mar 10 2010    [Issue 3925] New: Missed escaping reference of a local variable (8)
Mar 09 2010    [Issue 3916] New: opEquals for objects does not respect const (2)
Mar 07 2010    [Issue 3888] New: Version of find() which returns the range _before_ what was found (4)
Mar 02 2010    [Issue 3869] New: Unreasonable error without line number: "recursive template expansion" (6)
Mar 01 2010    [Issue 3868] New: It would be nice to have a function which read a file lazily using a range (4)
Mar 01 2010    [Issue 3867] New: forward delcaration generates very stange bug (13)
Feb 27 2010    [Issue 3860] New: linux rdmd is out of date (3)
Feb 25 2010    [Issue 3855] New: Misleading error messages for return expression in void methods. (3)
Feb 24 2010    [Issue 3848] New: functions in std.file don't take symbolic links into account (24)
Feb 23 2010    [Issue 3846] New: Unexpected BufferedFile output (3)
Feb 23 2010    [Issue 3843] New: Signed lengths (and other built-in values) (4)
Feb 18 2010    [Issue 3835] New: [CTFE] Fragile CTFE (14)
Feb 18 2010    [Issue 3833] New: pure/nothrow functions/delegates are a subtype of the nonpure/throw ones (4)
Feb 18 2010    [Issue 3816] New: Array op: sum and assign to not initialized array (2)
Feb 18 2010    [Issue 3813] New: Bad writeln of string arrays (26)
Feb 16 2010    [Issue 3809] New: Struct initializers apparently always CTFE'd, and incorrectly (8)
Feb 15 2010    [Issue 3805] New: std.format writeUpToFormatSpec function has subtle loop index bug, will drop character after a %% (3)
Feb 15 2010    [Issue 3804] New: Recent versions of GNU C Library have execvpe() implemented. (3)
Feb 14 2010    [Issue 3801] New: CTFE: this.arr[i] cannot be evaluated at compile time for structs (6)
Feb 13 2010    [Issue 3799] New: isStaticFunction trait evaluates to true for non-static nested functions (3)
Feb 12 2010    [Issue 3797] New: Function pointers need to be stricter (21)
Feb 11 2010    [Issue 3794] New: Phobos' socket.receive should assert on the length of the target array (2)
Feb 11 2010    [Issue 3792] New: Error: non-constant expression in xf.omg.core.LinearAlgebra (10)
Feb 09 2010    [Issue 3790] New: [OOP] constructor of child class cannot pass arguments into parent constructor (4)
Feb 09 2010    [Issue 3788] New: UTCtoLocal donts works (2)
Feb 07 2010    [Issue 3779] New: ["123"][0][$-1] causes __dollar unresolved in compile-time. (6)
Feb 07 2010    [Issue 3778] New: std.bind appears broken/missing (3)
Feb 03 2010    [Issue 3765] New: User defined types contains few user defined types (2)
Jan 29 2010    [Issue 3752] New: File.byLine fetches lines in a confusing manner (5)
Jan 28 2010    [Issue 3748] New: inout does not work properly (12)
Jan 27 2010    [Issue 3746] New: Misleding error message "OP has no effect in expression XXX), in void function (16)
Jan 26 2010    [Issue 3744] New: __traits getMember error in checking of second argument (13)
Jan 25 2010    [Issue 3741] New: std.date YearFromTime broken or very slow (3)
Jan 20 2010    [Issue 3732] New: Not all COM interfaces inherit from IUnknown. (4)
Jan 20 2010    [Issue 3730] New: Struct's explicit constructor can't initialize global variables (4)
Jan 20 2010    [Issue 3729] New: Can't define opEquals for immutable types (2)
Jan 19 2010    [Issue 3722] New: A method without an in contract should always succeed, even if overridden (3)
Jan 18 2010    [Issue 3721] New: -debug flag doesn't behave as in spec (2)
Jan 16 2010    [Issue 3712] New: Error message without filename or line numbers on invalid code (5)
Jan 14 2010    [Issue 3707] New: comma-terminated array initializers not allowed with mixin (2)
Jan 13 2010    [Issue 3704] New: split(char[],char[]) is broken for delimiters greater than a single character (3)
Jan 11 2010    [Issue 3698] New: InterfaceDeclaration rule needs BaseInterfaceList (2)
Jan 07 2010    [Issue 3688] New: Can't have declaration with assignment to const/immutable inside if condition (4)
Jan 05 2010    [Issue 3677] New: null dereference with offset not memory- safe (3)
Jan 03 2010    [Issue 3669] New: Default parameter initialization of size_t can result in errors about implicit conversions to uint (3)
Dec 31 2009    [Issue 3661] New: opPow not supported in array operations. (14)
Dec 30 2009    [Issue 3659] New: Too much exegesis on opEquals (12)
Dec 28 2009    [Issue 3656] New: delegate should specify 'this' decorations (4)
Dec 26 2009    [Issue 3650] New: functions are considered pointers (8)
Dec 23 2009    [Issue 3640] New: shared this() constructor does not work and reports strange errors without line numbers (2)
Dec 22 2009    [Issue 3639] New: std.conv.to!string(anytype[numeric]) items order seems inconsistent (8)
Dec 21 2009    [Issue 3638] New: stable sort assertion failure for repeated key sequence (3)
Dec 20 2009    [Issue 3636] New: module-level safe not propagated to struct members (2)
Dec 18 2009    [Issue 3631] New: Portability of zlib (2)
Dec 16 2009    [Issue 3624] New: http://digitalmars.com/d/1.0/ has D Programming Language 2.0 at the top (2)
Dec 15 2009    [Issue 3618] New: Can't call constructor on immutable/const struct (2)
Dec 13 2009    [Issue 3614] New: empty tuples not assignable: Error: tuple has no effect in expression (tuple()) (3)
Dec 11 2009    [Issue 3609] New: isNumeric causes a stack overlfow with mutable arrays (6)
Dec 11 2009    [Issue 3607] New: Problems with struct opEquals and const (6)
Dec 11 2009    [Issue 3606] New: Problems with struct destructors and const structs (5)
Dec 02 2009    [Issue 3564] New: Rdmd failing to link external C libraries (6)
Nov 30 2009    [Issue 3562] New: Static Array ops create duplicate method definitions (3)
Nov 29 2009    [Issue 3557] New: Pure function cannot call struct constructor (6)
Nov 24 2009    [Issue 3550] New: array.dup violates const/invariant without a cast. (5)
Nov 23 2009    [Issue 3543] New: : ? operator can't find common type for interfaces (15)
Nov 22 2009    [Issue 3542] New: Unittest block does not require a closing bracket (2)
Nov 20 2009    [Issue 3534] New: const data can be modified by passing through ref function parameter (3)
Nov 20 2009    [Issue 3531] New: 'curry' doesn't work for templated functions (5)
Nov 16 2009    [Issue 3516] New: Destructor not called on temporaries (14)
Nov 15 2009    [Issue 3513] New: Documentation for Stride (2)
Nov 15 2009    [Issue 3512] New: dchar iteration over string in CTFE fails (8)
Nov 14 2009    [Issue 3511] New: ref return property confused with property setter (4)
Nov 12 2009    [Issue 3499] New: Forward reference error with typeof() on a function (2)
Nov 12 2009    [Issue 3498] New: No docs for core.* (2)
Nov 07 2009    [Issue 3484] New: std.socket.Address hierarchy not const-safe (2)
Nov 06 2009    [Issue 3483] New: Eliminate read-modify-write operations for enums (7)
Nov 06 2009    [Issue 3480] New: Overload Select to work on aliases (2)
Nov 06 2009    [Issue 3479] New: writef/writefln: positional precision not working (2)
Nov 05 2009    [Issue 3475] New: .dup does not call this(this) for elements (4)
Nov 05 2009    [Issue 3474] New: PATCH: Implement opDollar for struct and class indexing operations (15)
Nov 05 2009    [Issue 3473] New: Mac 10.5: doc.c compiling is broken (2)
Oct 30 2009    [Issue 3457] New: rdmd fails silently in a particular setup where the compiler is not the expected (3)
Oct 22 2009    [Issue 3437] New: No way to make conversions to string in pure functions. (3)
Oct 20 2009    [Issue 3425] New: std.stdio.File does not properly handle EOF from stdin on Windows (5)
Oct 18 2009    [Issue 3417] New: std.stdio.File needs size (3)
Oct 17 2009    [Issue 3414] New: std.file.listdir: Use regex, not RegExp (3)
Oct 16 2009    [Issue 3410] New: std.stdio.File.tell() doesn't work for files >2GB (4)
Oct 16 2009    [Issue 3409] New: stdio.File.seek() doesn't work for files >2GB (10)
Oct 14 2009    [Issue 3395] New: Ambiguous array operations (6)
Oct 09 2009    [Issue 3383] New: newVoid (6)
Oct 07 2009    [Issue 3372] New: optlink silently mistreats object files with more than 16384 symbols (14)
Oct 06 2009    [Issue 3369] New: std.conv.to!(float/double/real) doesn't work w/ infinity. (4)
Oct 02 2009    [Issue 3360] New: segfault with alias this and inner classes (2)
Oct 01 2009    [Issue 3358] New: Several typeof(Class.method).stringof incoherence (4)
Sep 26 2009    [Issue 3347] New: std.stdio.writeln attempts to print illegal unicode characters (7)
Sep 26 2009    [Issue 3345] New: Static and nonstatic methods with the same name should be allowed (5)
Sep 21 2009    [Issue 3337] New: weird behavior of associative arrays (4)
Sep 20 2009    [Issue 3334] New: std.demangle doesn't parse ref, pure, notrow (6)
Sep 19 2009    [Issue 3332] New: Mixin a constructor with a construct already present fails (5)
Sep 18 2009    [Issue 3329] New: Static constructors not allowed in interfaces (2)
Sep 17 2009    [Issue 3326] New: $ in delegate literal causes Access Violation (6)
Sep 17 2009    [Issue 3324] New: d1: std.md5: given example not working (5)
Sep 14 2009    [Issue 3317] New: std.conv.to, string to multidimensional array support (3)
Sep 11 2009    [Issue 3313] New: Check when immutability is really needed in std.string (4)
Sep 03 2009    [Issue 3295] New: range's "front" property can not be an enum (2)
Aug 30 2009    [Issue 3273] New: struct invariant + dtor fails to compile (no line number) (12)
Aug 29 2009    [Issue 3272] New: RepresentationTypeTuple! in std.traits does not work for classes. (3)
Aug 29 2009    [Issue 3271] New: Struct initializers silently fail (4)
Aug 27 2009    [Issue 3267] New: int delegate() should be implicitly castable to const(int) delegate() (2)
Aug 27 2009    [Issue 3266] New: rdmd links core.thread twice (3)
Aug 17 2009    [Issue 3256] New: getMember static foreach inconsistency (4)
Aug 08 2009    [Issue 3235] New: Function literals must be deduced as "function" or "delegate" (9)
Aug 07 2009    [Issue 3234] New: Range comparison with array (2)
Jul 29 2009    [Issue 3214] New: Incorrect DWARF line number debugging information on Linux (9)
Jul 26 2009    [Issue 3210] New: Inconsistency in implicit casting of integral template value parameters (2)
Jul 21 2009    [Issue 3198] New: wrong initializer for structs arrays (7)
Jul 20 2009    [Issue 3194] New: invariant should be checked at the beginning and end of protected functions (4)
Jul 19 2009    [Issue 3191] New: std.zlib.UnCompress errors if buffer is reused (3)
Jul 17 2009    [Issue 3188] New: remove opIndexAssign from the language (16)
Jul 15 2009    [Issue 3180] New: Need delegate covariance and contravariance (17)
Jul 10 2009    [Issue 3163] New: Never referenced local variable compiles without error. (3)
Jul 08 2009    [Issue 3155] New: LDC2 support for druntime (13)
Jul 06 2009    [Issue 3147] New: Incorrect value range propagation for addition (13)
Jul 06 2009    [Issue 3146] New: No documentation is being generated for core.sync (2)
Jul 06 2009    [Issue 3145] New: std.perf documentation is generated, but there's no link to it from the side index (3)
Jul 06 2009    [Issue 3140] New: osx druntime path missing debug/release dir (4)
Jul 04 2009    [Issue 3136] New: Incorrect and strange behavior of std.regexp.RegExp if using a pattern with optional prefix and suffix longer than 1 char (5)
Jul 03 2009    [Issue 3133] New: Compiler does not check that static array casts are legal (3)
Jul 02 2009    [Issue 3126] New: Char concatenation doesn't work for wstring (4)
Jun 30 2009    [Issue 3118] New: Need a clear spec on how inapplicable attributes are handled (5)
Jun 29 2009    [Issue 3113] New: final overriding (12)
Jun 21 2009    [Issue 3086] New: TypeInfo opEquals returns incorrect results (6)
Jun 17 2009    [Issue 3075] New: void delegate(const(void)[]) should be implicitly convertable to void delegate(void[]) (24)
Jun 15 2009    [Issue 3070] New: Implicitly conversion on function call (3)
Jun 15 2009    [Issue 3069] New: Result of concatenation of static arrays does not implicitly cast to void[] (3)
Jun 13 2009    [Issue 3067] New: std.range.chain returns a range of wrong type elements (5)
Jun 11 2009    [Issue 3065] New: error: this for variable needs to be Type not Type!(arguments).Type (4)
Jun 11 2009    [Issue 3063] New: Importing std.dateparse and dependent files in DMD 2.030 causes DSSS/Rebuild to fail (2)
Jun 10 2009    [Issue 3060] New: Catch exception then loop causes seg fault (2)
Jun 04 2009    [Issue 3052] New: Passing alias to member function does not work (2/2) (2)
Jun 03 2009    [Issue 3050] New: Allow exception in CTFE (patch) (9)
May 29 2009    [Issue 3038] New: overrides but is not covariant with error (3)
May 19 2009    [Issue 3009] New: format.d(2072) uses deprecated function (5)
May 17 2009    [Issue 3001] New: Templated types within a mixin not reinstantiated properly for new instantiation (8)
May 16 2009    [Issue 2990] New: TypeInfo.init() returns invalid array (6)
May 13 2009    [Issue 2975] New: copy - source may exceed target (3)
May 11 2009    [Issue 2963] New: dmd will not link on 64bit linux (6)
May 09 2009    [Issue 2955] New: Compiler rejects chained <>= (5)
May 08 2009    [Issue 2953] New: tuple.length rejected as a tuple parameter in a static foreach (5)
May 05 2009    [Issue 2944] New: std.math.approxEqual doesn't work with infinity. (5)
May 05 2009    [Issue 2941] New: asm fstsw AX; generates incorrect opcode (3)
May 04 2009    [Issue 2936] New: std.regex.match() short string optimization (4)
May 03 2009    [Issue 2927] New: Ignore Interior GC attribute (11)
Apr 30 2009    [Issue 2917] New: std.date fails for all years before 1970 (8)
Apr 29 2009    [Issue 2911] New: Odd anomaly of implicit conversions (2)
Apr 27 2009    [Issue 2904] New: template instantiation of non template allowed (2)
Apr 25 2009    [Issue 2898] New: Allow RandomCover to sample both w/ and w/o replacement. (3)
Apr 24 2009    [Issue 2891] New: druntime's core.sync package not available (4)
Apr 24 2009    [Issue 2889] New: Alias this properties don't overload with non-alias this properties. (4)
Apr 23 2009    [Issue 2885] New: Silent forward reference bug using ReturnType (2)
Apr 22 2009    [Issue 2874] New: phobos docs issues (3)
Apr 18 2009    [Issue 2856] New: static opIndex does not compile for a templated struct/class (3)
Apr 17 2009    [Issue 2850] New: bad codegen for struct static initializers (2)
Apr 17 2009    [Issue 2846] New: box arguments should be const (4)
Apr 16 2009    [Issue 2842] New: std.file.listdir on OSX produces invalid UTF-8 sequence (10)
Apr 16 2009    [Issue 2841] New: char[] template value arguments broken in D2 (5)
Apr 09 2009    [Issue 2822] New: wrong link to std.conv (2)
Apr 07 2009    [Issue 2818] New: Pointer parameters in core.memory should be const(void)*. (2)
Apr 06 2009    [Issue 2813] New: implicit cast (implemented via alias this) is not triggered when returning from function (2)
Apr 06 2009    [Issue 2810] New: ICE on auto function (14)
Apr 06 2009    [Issue 2805] New: Many modules not labbeled as system (7)
Apr 03 2009    [Issue 2794] New: Compatibility between class and interface (3)
Apr 02 2009    [Issue 2788] New: return val not passable via ref const in other method (2)
Apr 02 2009    [Issue 2787] New: Members found in an 'alias this' are not implicitly accessible in methods (4)
Apr 01 2009    [Issue 2781] New: alias this doesn't work with foreach (7)
Apr 01 2009    [Issue 2780] New: ref Return Allows modification of immutable data (2)
Apr 01 2009    [Issue 2779] New: alias this + tuple expansion on function call doesn't work (19)
Apr 01 2009    [Issue 2778] New: alias this + IFTI doesn't work. (7)
Apr 01 2009    [Issue 2777] New: alias this doesn't forward __dollar and slice op. (2)
Apr 01 2009    [Issue 2776] New: pragma(lib, does not work when used in headers (7)
Mar 31 2009    [Issue 2774] New: Functions-as-properties makes it impossible to get the .mangleof a function (8)
Mar 17 2009    [Issue 2740] New: Template Mixins do not work as advertised (9)
Mar 16 2009    [Issue 2737] New: Nonsensical Error Message on Unsafe .idup (5)
Mar 15 2009    [Issue 2736] New: ref returns from 'properties' can't be the LHS of augmentation assignment (2)
Mar 13 2009    [Issue 2732] New: Setting new key for Associative Array of Static Array causes RangeError (4)
Mar 09 2009    [Issue 2720] New: Function resolution failure error message is unclear (2)
Mar 01 2009    [Issue 2703] New: duplicate constructors (3)
Feb 27 2009    [Issue 2693] New: Instantiations of templates containing __traits fail in is() (2)
Feb 25 2009    [Issue 2691] New: Property syntax does not work with template methods (2)
Feb 24 2009    [Issue 2686] New: Invalid union initializer is accepted (2)
Feb 15 2009    [Issue 2667] New: a few un-demanglable Undefined symbol in std.stdio? compiler bug? (5)
Feb 13 2009    [Issue 2656] New: Require 0o format for octal literals (22)
Jan 29 2009    [Issue 2634] New: Function literals are non-constant. (5)
Jan 28 2009    [Issue 2631] New: alias symbol this; (10)
Jan 27 2009    [Issue 2628] New: obj[n] not allowed for user-defined tuples (6)
Jan 27 2009    [Issue 2625] New: Inconsistent behavior with const/immutable struct members (11)
Jan 24 2009    [Issue 2613] New: The trivial hello.d sample program fails at execution (5)
Jan 23 2009    [Issue 2606] New: string literals unnecessarily prone to wide conversion (3)
Jan 21 2009    [Issue 2601] New: Extraneous cast introduced in member access (3)
Jan 19 2009    [Issue 2594] New: Const/immutable should not matter for value types in IFTI (3)
Jan 15 2009    [Issue 2586] New: broken import gcstats (4)
Jan 11 2009    [Issue 2581] New: DDoc doesn't work for functions with auto return type. (3)
Jan 10 2009    [Issue 2579] New: Template function accepting a delegate with in argument doesn't compile (3)
Jan 07 2009    [Issue 2568] New: Warning Inside Template Causes Instantiation Error (2)
Jan 01 2009    [Issue 2550] New: template specialization not working because of "static if"? (7)
Dec 27 2008    [Issue 2544] New: implicit const casting rules allow violations of const-safety (14)
Dec 22 2008    [Issue 2540] New: super can not be using in alias statement (5)
Dec 21 2008    [Issue 2532] New: '=' does not give a boolean result (11)
Dec 17 2008    [Issue 2521] New: Not possible to return immutable value by ref (8)
Dec 12 2008    [Issue 2509] New: You can not create the function returns ref instead of statement (3)
Nov 29 2008    [Issue 2479] New: sformat is broken (14)
Nov 22 2008    [Issue 2467] New: strtol() is improperly declared (4)
Nov 18 2008    [Issue 2460] New: Ref functions can't be template functions. (5)
Nov 06 2008    [Issue 2442] New: opApply does not allow inferring parameter types when overloaded on const (5)
Oct 31 2008    [Issue 2436] New: Unexpected OPTLINK termination (18)
Oct 28 2008    [Issue 2434] New: Compiler generates code that does not pass with -w for some array operations (8)
Oct 21 2008    [Issue 2425] New: second "interface" should be invariant (4)
Oct 12 2008    [Issue 2414] New: enum is dynamically evaluated, yum (5)
Oct 10 2008    [Issue 2413] New: getche differs from getch unexpectedly (3)
Oct 09 2008    [Issue 2410] New: array's invariant storage class dropped by a template (3)
Oct 09 2008    [Issue 2408] New: class declared as invariant cannot have static methods (2)
Oct 08 2008    [Issue 2400] New: return const proposals (4)
Oct 05 2008    [Issue 2394] New: IFTI fails for nulls (5)
Oct 04 2008    [Issue 2391] New: Character array literals are not recognized as string literals (3)
Sep 16 2008    [Issue 2361] New: delete is allowed on invariant references. (3)
Sep 11 2008    [Issue 2355] New: is() fails to recognize a static array (6)
Sep 09 2008    [Issue 2350] New: Contracts with a naked body are indecent (3)
Sep 05 2008    [Issue 2337] New: Can't set .length property in CTF. (2)
Sep 03 2008    [Issue 2335] New: Message on unicode error (5)
Sep 03 2008    [Issue 2334] New: std.thread.Thread.getState should be const (2)
Aug 26 2008    [Issue 2315] New: DMD crash on unwanted ctfe recursion (5)
Aug 06 2008    [Issue 2270] New: cast produces invalid arrays at runtime (14)
Jul 30 2008    [Issue 2256] New: cannot implicitly convert expression (__funcliteral1) to invariant (3)
Jul 30 2008    [Issue 2255] New: AA.remove() doesn't remove AA element when iterating using foreach (8)
Jul 25 2008    [Issue 2246] New: specialization of template to template containing int arguments fails (7)
Jul 24 2008    [Issue 2245] New: Possible bug with mixin template functions and variadic params (5)
Jul 19 2008    [Issue 2235] New: false unreachable statement detected, no linenumbers shown (-w only) (4)
Jul 18 2008    [Issue 2234] New: __traits(allMembers) returns incorrect results for mixin and template alias members of an aggregate (4)
Jun 26 2008    [Issue 2180] New: filename error with #line (6)
Jun 24 2008    [Issue 2169] New: Can't concat non-char[] string literal and char literal (2)
Jun 22 2008    [Issue 2162] New: Access violation when threads run closures (3)
Jun 20 2008    [Issue 2157] New: mixin struct, function overload (4)
Jun 19 2008    [Issue 2156] New: A string initialized to [] in a template is not recognized as string (5)
May 20 2008    [Issue 2117] New: Please add more byteswapping support (4)
May 20 2008    [Issue 2114] New: Incorrect example foreach readLine() (3)
May 14 2008    [Issue 2108] New: regexp.d: The greedy dotstar isn't so greedy (9)
May 13 2008    [Issue 2105] New: Manual Memory Management for Associative Arrays (15)
May 11 2008    [Issue 2095] New: covariance w/o typechecks = bugs (35)
May 09 2008    [Issue 2087] New: Merge stc.typecons.defineEnum with enum (2)
May 01 2008    [Issue 2062] New: Cannot deduce template type (2)
Apr 27 2008    [Issue 2050] New: interfaces should allow final methods with body (15)
Apr 23 2008    [Issue 2026] New: Misleading error message when passing non-existent symbol to template (3)
Apr 20 2008    [Issue 2017] New: Dynamic array creation (3)
Apr 19 2008    [Issue 2012] New: Another IFTI case that probably should work (2)
Apr 18 2008    [Issue 2007] New: Appending one element array doesn't compile (2)
Apr 16 2008    [Issue 2000] New: listener.d fixups (4)
Apr 15 2008    [Issue 1997] New: Better type inference for templated types (3)
Apr 14 2008    [Issue 1996] New: is ( Type Identifier : TypeSpecialization ) deduction error with inheritance (3)
Apr 14 2008    [Issue 1993] New: Error calling vararg delegate with null (3)
Apr 13 2008    [Issue 1992] New: Incorrect out-of-bounds error (2)
Apr 04 2008    [Issue 1971] New: Any SocketException causes program to segfault (3)
Mar 25 2008    [Issue 1939] New: dmd fails to create x86_64 object files (3)
Mar 12 2008    [Issue 1914] New: Array initialisation from const array yeilds memory trample (12)
Mar 12 2008    [Issue 1913] New: Template error message reports correct line # but wrong file (4)
Mar 10 2008    [Issue 1904] New: wrong protection lookup for private template functions (5)
Mar 08 2008    [Issue 1899] New: AA of fixed-length arrays fails to initialize (5)
Mar 03 2008    [Issue 1891] New: Array-concatenation of T* and T*[] produces corrupted result (4)
Feb 28 2008    [Issue 1880] New: templates instantiated with non-constants should fail sooner (3)
Feb 18 2008    [Issue 1849] New: with() should cause shadowing errors if you use a member that's shadowed (9)
Feb 07 2008    [Issue 1820] New: default template parameters cannot be omitted (3)
Jan 22 2008    [Issue 1798] New: Wrong constant folding in static array types. (4)
Dec 28 2007    [Issue 1752] New: std.date.LocalTimetoUTC applies wrong daylight savings time adjustments in EU timezones (9)
Nov 25 2007    [Issue 1693] New: D DLLs do not support exceptions (4)
Nov 24 2007    [Issue 1692] New: Abstract class dynamic creation bug (6)
Nov 22 2007    [Issue 1684] New: offsetof does not work, adding cast is workaround (4)
Nov 15 2007    [Issue 1674] New: Remove link message (2)
Nov 06 2007    [Issue 1643] New: SocketStream.readLine not processing \r\n properly (4)
Nov 05 2007    [Issue 1641] New: Template function arg deduction gets confused when used with the inner name trick (4)
Oct 19 2007    [Issue 1596] New: op*Assign should return void (12)
Oct 10 2007    [Issue 1567] New: call to private super-constructor should not be allowed (3)
Oct 09 2007    [Issue 1560] New: Skip switch warning for complete enum set (5)
Sep 29 2007    [Issue 1541] New: std.bind is broken? (10)
Sep 23 2007    [Issue 1529] New: using std.socket and calling ntohl in class member causes link failure (2)
Sep 22 2007    [Issue 1525] New: Can't instantiate template with bogus error messages (4)
Sep 17 2007    [Issue 1513] New: try/catch/finally misbehavior on windows (15)
Sep 15 2007    [Issue 1506] New: version(freebsd) (4)
Sep 13 2007    [Issue 1499] New: __trais: iterating over __traits(allMembers,...) with extern attributes does not compile (3)
Sep 03 2007    [Issue 1471] New: Linker error on template function. Error 42: Symbol Undefined ... (7)
Aug 31 2007    [Issue 1463] New: __traits: indexed template parsed as type, not value (3)
Aug 19 2007    [Issue 1433] New: in array / slice / range / enum / ... (2)
Aug 16 2007    [Issue 1424] New: is ( Type Identifier == function) Problems with inout/out/ref parameters (3)
Aug 10 2007    [Issue 1411] New: ref Tuple should transform to Tuple of ref's (3)
Aug 09 2007    [Issue 1407] New: auto type inference on new const(Class)() doesn't infer const (4)
Aug 01 2007    [Issue 1394] New: Regex does not support forgetfull matching (?:....... (4)
Jul 31 2007    [Issue 1389] New: Can't use mixin expressions when start of a statement. (3)
Jul 30 2007    [Issue 1386] New: "string expected" when using allMembers-element in __traits(getMember, ...) (12)
Jul 27 2007    [Issue 1381] New: Dereference operator still works with arrays and array types even though T[] -> T* is gone (2)
Jul 25 2007    [Issue 1373] New: typeof(func).stringof fails when func has parameters. (6)
Jul 25 2007    [Issue 1371] New: Compiler rejects valid delegate. (3)
Jul 24 2007    [Issue 1370] New: Can't const-fold empty array literal (3)
Jul 23 2007    [Issue 1366] New: Inconsistent __traits usage (3)
Jul 20 2007    [Issue 1356] New: Some parsing issues with struct initializers. (2)
Jul 12 2007    [Issue 1339] New: Invariant/const-ness is broken by built-in array properties (18)
Jul 10 2007    [Issue 1330] New: Array slicing does not work the same way in CTFE as at runtime (6)
Jul 02 2007    [Issue 1309] New: sorting arrays of structs is broken (9)
Jun 15 2007    [Issue 1266] New: Cannot forward reference the typeof of the base type of a pointer whose base type is defined with typeof (10)
Jun 03 2007    [Issue 1255] New: operator overloading (5)
May 31 2007    [Issue 1252] New: Inline assembler: cannot use properties of types (4)
Apr 20 2007    [Issue 1170] New: Cannot forward reference a type defined in a MixinStatement (10)
Apr 16 2007    [Issue 1154] New: Implicit template return value + mixin results in invalid type deduction (4)
Mar 21 2007    [Issue 1077] New: writef and friends won't read/write from/to redirected std handles (5)
Mar 13 2007    [Issue 1059] New: String literal concatenated with array of chars - inconsistent behavior (6)
Mar 04 2007    [Issue 1023] New: Struct implementing interfaces and struct member enumeration (8)
Feb 26 2007    [Issue 1007] New: DDoc->HTML for std.thread isn't generated correctly on Linux (2)
Feb 21 2007    [Issue 991] New: void static array: integral constant must be scalar type, not void (4)
Feb 16 2007    [Issue 973] New: [std.date] DST (daylight savings time) not applied in southern hemisphere (5)
Feb 07 2007    [Issue 937] New: C-style variadic functions broken (5)
Jan 22 2007    [Issue 876] New: std.intrinsic.bswap overloads (2)
Jan 07 2007    [Issue 816] New: .dup for associative arrays (6)
Dec 21 2006    [Issue 704] New: destructors are called even if the constructor throws an exception (7)
Dec 16 2006    [Issue 692] New: rules for assigning to complex types are too strict (7)
Nov 17 2006    [Issue 546] New: Error message for accessing a deprecated variable is doubled (5)

Other years:
2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 1970