news.digitalmars.com - digitalmars.D.bugs
May 10 2013 [Issue 10055] New: Incorrect attribute merging in destructor building (1)May 09 2013 [Issue 10054] New: x86_64 valgrind reports unrecognised instruction (DMD 2.062) (2)
May 09 2013 [Issue 10053] New: struct member with pure dtor forces declared to be pure, too (5)
May 09 2013 [Issue 10052] New: Tuple not assignable in shared static module constructor (1)
May 09 2013 [Issue 10051] New: RDMD: Use pipes to speed up the build process (1)
May 09 2013 [Issue 10050] New: Regression (git-head): RDMD no longer emits error messages from DMD (6)
May 08 2013 [Issue 10049] New: Spurious "Label already defined" error inside a foreach over a range aggregate (2)
May 08 2013 [Issue 10048] New: TypeInfo comparison allocates memory (2)
May 08 2013 [Issue 10047] New: getOverloads cannot resolve UFCS (3)
May 08 2013 [Issue 10046] New: Wrong insertion of Tuple in associative array (1)
May 08 2013 [Issue 10045] New: Missed warning with wrong toHash() + toHash documentation (1)
May 08 2013 [Issue 10044] New: Wrong di generation for IsExp with TemplateParameterList (4)
May 07 2013 [Issue 10043] New: ICE with __traits(compiles) (4)
May 07 2013 [Issue 10042] New: std.range.inits and tails (1)
May 07 2013 [Issue 10041] New: ufcs writeln of associative array (6)
May 07 2013 [Issue 10040] New: struct-related ICE (4)
May 07 2013 [Issue 10039] New: std.algorithm enhancements: min, max, clamp (1)
May 07 2013 [Issue 10038] New: Poor error for undefined variable in template args using UFCS on UDT (3)
May 06 2013 [Issue 10037] New: Compiler should not generate opEquals method implicitly (4)
May 06 2013 [Issue 10036] New: missing core.atomic docs on dlang.org (2)
May 05 2013 [Issue 10035] New: Rebindable does not work with CTFE (1)
May 05 2013 [Issue 10034] New: wWinMain and wmain fail to link (4)
May 05 2013 [Issue 10033] New: Wrong example in chapter Vector Extensions (1)
May 05 2013 [Issue 10032] New: std.traits.moduleName abuse a compiler issue: (parent trait can't evaluate parent object for manifest constants). (1)
May 05 2013 [Issue 10031] New: Link to old wiki on dlang.org (1)
May 04 2013 [Issue 10030] New: Support "-l:" switch when passing default library to ld (3)
May 04 2013 [Issue 10029] New: Update list of reserved version identifiers. (1)
May 04 2013 [Issue 10028] New: UFCS requires explicit "this" (2)
May 04 2013 [Issue 10027] New: demangled name format of local function is wrong (1)
May 03 2013 [Issue 10026] New: Allow to assert that exception must be thrown (3)
May 03 2013 [Issue 10025] New: Implicit conversion for bigint array append (1)
May 03 2013 [Issue 10024] New: product function (1)
May 03 2013 [Issue 10023] New: Add rtInfo (or equivalent) to ModuleInfo (1)
May 03 2013 [Issue 10022] New: Importing packages (8)
May 03 2013 [Issue 10021] New: auto return type and covariance (1)
May 03 2013 [Issue 10020] New: Error: cannot modify struct this Slot with immutable members (4)
May 02 2013 [Issue 10019] New: std.conv numeric parse functions do not work with std.container Array ranges (2)
May 02 2013 [Issue 10018] New: Value range propagation for immutable variables (5)
May 02 2013 [Issue 10017] New: Can not assign to a Variant another Variant holding a bigger structure (2)
Apr 30 2013 [Issue 10016] New: 2.062 -> 2.063 Out of memory using RefCounted (3)
Apr 30 2013 [Issue 10015] New: Segfault on forward referencing a variable of templated struct (1)
Apr 30 2013 [Issue 10014] New: `__traits(parent, ...)` isn't parsed as type (3)
Apr 30 2013 [Issue 10013] New: `inout` constructor sometimes fails to create immutable object (2)
Apr 30 2013 [Issue 10012] New: [2.063 beta] pure constructors taking POD structs should be allowed for shared/immutable construction (4)
Apr 30 2013 [Issue 10011] New: Invalid UTF-8 sequence in generated JSON file in "init" property (4)
Apr 29 2013 [Issue 10010] New: Some small ideas for std.complex (1)
Apr 29 2013 [Issue 10009] New: foreach_reverse and AA.byKey/byValue (12)
Apr 29 2013 [Issue 10008] New: Inconsistent inference of template and non-template function attributes (5)
Apr 29 2013 [Issue 10007] New: 16 hours agofunction overrides but is not covariant (2)
Apr 29 2013 [Issue 10006] New: Implicit conversion in initializers doesn't work for subtypes (2)
Apr 29 2013 [Issue 10005] New: struct variable declaration and const-correctness (2)
Apr 28 2013 [Issue 10004] New: tuple comparison with side-effect should work (3)
Apr 28 2013 [Issue 10003] New: void* UFCS regression (4)
Apr 28 2013 [Issue 10002] New: 2.062 -> 2.063 call of "remove" is impure (4)
Apr 28 2013 [Issue 10001] New: string formatting with underscores (1)
Apr 27 2013 [Issue 10000] New: anonymous union returning wrong value when combined with CTFE (3)
Apr 27 2013 [Issue 9999] New: Integer literal 0 and 1 should prefer integer type in overload resolution (10)
Apr 27 2013 [Issue 9998] New: RefCounted is impure (2)
Apr 26 2013 [Issue 9997] New: Missed misspell suggestions for UFCS (2)
Apr 26 2013 [Issue 9996] New: Outer variable in nested function cannot be accessed. (-inline) (2)
Apr 26 2013 [Issue 9995] New: Long compilation time with std.net.curl import (1)
Apr 26 2013 [Issue 9994] New: Built-in generated opAssign should call dtor on assignment (4)
Apr 25 2013 [Issue 9993] New: const ctor should be preferred than mutable for const obj creation (4)
Apr 25 2013 [Issue 9992] New: Default argument from member variable (1)
Apr 25 2013 [Issue 9991] New: Optimizer Doesn't Enregister Static Array Elements With Compile-Time Constant Index (4)
Apr 25 2013 [Issue 9990] New: templates with function alias cause forward reference error (4)
Apr 25 2013 [Issue 9989] New: destructor triggers creation of opAssign for structs (4)
Apr 25 2013 [Issue 9988] New: Documented that padding holes must be zero-initialized (2)
Apr 24 2013 [Issue 9987] New: Declaring struct ModuleInfo should be allowed (4)
Apr 24 2013 [Issue 9986] New: ModuleInfo.importedModules doesn't work (1)
Apr 24 2013 [Issue 9985] New: Postblit isn't called on local struct return (13)
Apr 23 2013 [Issue 9984] New: inout qualifier is skipped for constructor arguments (template constructor only) (5)
Apr 23 2013 [Issue 9983] New: inout type can not be used as a parameter for structure template (1)
Apr 23 2013 [Issue 9982] New: ICE on CTFE for pointer dereference (2)
Apr 23 2013 [Issue 9981] New: Implement lazy ref arguments (1)
Apr 23 2013 [Issue 9980] New: [CTFE] Allow interpreting function with variable arguments when their values aren't used (3)
Apr 22 2013 [Issue 9979] New: Regex bug (6)
Apr 22 2013 [Issue 9978] New: Can override interface function (3)
Apr 22 2013 [Issue 9977] New: Function local templates should be allowed (7)
Apr 21 2013 [Issue 9975] New: pointsTo asserts because of false pointer in union (3)
Apr 21 2013 [Issue 9974] New: immutable class constructor is broken (4)
Apr 21 2013 [Issue 9973] New: ICE for selective import in compiler generated try finally body (1)
Apr 21 2013 [Issue 9972] New: [asm] missing REX.B when addressing some byte registers (2)
Apr 20 2013 [Issue 9971] New: eponymous function is not an lvalue (11)
Apr 20 2013 [Issue 9970] New: Document the definition and difference between storage class and type constructor (1)
Apr 20 2013 [Issue 9969] New: dmd ABI mistake (cfloat static array initialisation) (7)
Apr 20 2013 [Issue 9968] New: Common type of string literal and null does not convert to const(char)* (1)
Apr 20 2013 [Issue 9967] New: ParameterIdentifierTuple broken for setters (4)
Apr 20 2013 [Issue 9966] New: Use of spawnlp and spawnl in 'link.c' does not account for paths/filenames with spaces. (1)
Apr 19 2013 [Issue 9965] New: Wrong Assembly For DIL, SIL Registers (6)
Apr 19 2013 [Issue 9964] New: R12 Can't Be Dereferenced In Inline Assembler (2)
Apr 19 2013 [Issue 9963] New: Absurdly Inefficient Codegen For Adding Boolean Predicates (7)
Apr 19 2013 [Issue 9962] New: deprecated features should be less prominent in the documentation (1)
Apr 19 2013 [Issue 9961] New: Using UFCS properties suppress actual errors (6)
Apr 18 2013 [Issue 9960] New: Show warnings/deprecations during template instantiation (6)
Apr 18 2013 [Issue 9959] New: Add functional pattern matching for object references (2)
Apr 18 2013 [Issue 9958] New: "Integer FloatSuffix" is not a valid FloatLiteral (1)
Apr 18 2013 [Issue 9957] New: [2.061 -> 2.062] Taking pointer of enum float array gives some garbage (10)
Apr 18 2013 [Issue 9956] New: hasElaborateAssign trait does not work with static arrays (2)
Apr 18 2013 [Issue 9955] New: std.math.feqrel for numbers close to zero (2)
Apr 18 2013 [Issue 9954] New: Runtime wrong code with global interface var created in CTFE (3)
Apr 18 2013 [Issue 9953] New: manifest constants of reference types should be illegal (3)
Apr 17 2013 [Issue 9952] New: regression(HEAD): Attribute inference for virtual functions breaks subclasses (4)
Apr 17 2013 [Issue 9951] New: DMD segfaults on indirect selective circular import (3)
Apr 17 2013 [Issue 9950] New: std.json should return empty string/array instead of null on empty input (2)
Apr 17 2013 [Issue 9949] New: template initialization when alias cannot be read at compile time (5)
Apr 17 2013 [Issue 9948] New: -deps dependency printing incorrect for templates (1)
Apr 16 2013 [Issue 9947] New: reduce of an array of structs with an immutable field (1)
Apr 16 2013 [Issue 9946] New: A UFCS disallowed in dynamic array allocation (6)
Apr 16 2013 [Issue 9945] New: Add typeFromId __traits (1)
Apr 16 2013 [Issue 9944] New: CTFE: Allow to reinterpret cast from real or complex array or string to ubyte[] or byte[] (1)
Apr 16 2013 [Issue 9943] New: Allow to return typeid from CTFE (1)
Apr 16 2013 [Issue 9942] New: Add a functional switch function (2)
Apr 16 2013 [Issue 9941] New: Allows to return class objects and pointers to the structures, which were created with "new". (3)
Apr 16 2013 [Issue 9940] New: ICE applying getProtection to a functions obtained using getOverloads. (1)
Apr 16 2013 [Issue 9939] New: allMembers trait doesn't returns members of nested anonymous enum (3)
Apr 16 2013 [Issue 9938] New: ICE using global interface variable in CTFE (3)
Apr 16 2013 [Issue 9937] New: CTFE floats don't overflow correctly (18)
Apr 15 2013 [Issue 9936] New: Wrong opBinary/opBinaryRight rewrite. (5)
Apr 15 2013 [Issue 9935] New: static if evaluation of template causes OOM/stack overflow. (4)
Apr 14 2013 [Issue 9934] New: template default argument should be semantically analysed (5)
Apr 14 2013 [Issue 9933] New: Vector operations cannot be nothrow (1)
Apr 14 2013 [Issue 9932] New: CTFE cannot be used when a struct has "uninitialized" static array union members? (1)
Apr 14 2013 [Issue 9931] New: Bus error interfacing with C function returning structs with floats (30)
Apr 14 2013 [Issue 9930] New: Disallow accessing enum members through enum instance (2)
Apr 13 2013 [Issue 9929] New: Need 'this' when calling template with expanded tuple (4)
Apr 13 2013 [Issue 9928] New: ice with void* and function literal (4)
Apr 13 2013 [Issue 9927] New: Compiler tries to instantiate template even though a symbol conflict occurred (1)
Apr 12 2013 [Issue 9926] New: Add the `let` function. (4)
Apr 12 2013 [Issue 9925] New: Constructor with all arguments having a default value is not interpreted as a default constructor (3)
Apr 11 2013 [Issue 9924] New: Handy enum accessors (10)
Apr 11 2013 [Issue 9923] New: [ICE] (interpret.c line 167) with countUntil on Typedef[] (1)
Apr 11 2013 [Issue 9922] New: Improve symbol emitting for templates for better separate compilation support (3)
Apr 11 2013 [Issue 9921] New: Enum variables of type void should be illegal (3)
Apr 11 2013 [Issue 9920] New: [Optimizer] Use mul/imul for integer division by constant (10)
Apr 11 2013 [Issue 9919] New: Regression (2.062): Symbol lookup fails with public import and mixin (6)
Apr 11 2013 [Issue 9918] New: Strang error: void initializers for pointers not allowed in safe functions (1)
Apr 10 2013 [Issue 9917] New: Excessive overhead for small-size vector ops (1)
Apr 10 2013 [Issue 9916] New: int*[] implicitly converts to int* (4)
Apr 09 2013 [Issue 9915] New: Typeid .name inconsistent between templated classes and structs (1)
Apr 09 2013 [Issue 9914] New: Do attribute inference for auto functions (2)
Apr 09 2013 [Issue 9913] New: static if (__traits(compiles)...) causes program to hang (1)
Apr 09 2013 [Issue 9912] New: Wrong codegen when using tuple over member variable in more than one method (3)
Apr 09 2013 [Issue 9911] New: postblit not called when function is returning a initialized struct (2)
Apr 09 2013 [Issue 9910] New: Scalar op vector is broken. (4)
Apr 09 2013 [Issue 9909] New: Overloaded foreach can not be used in pure functions (1)
Apr 08 2013 [Issue 9908] New: CTFE ICE global static array with block initializer (3)
Apr 08 2013 [Issue 9907] New: Struct literal with destructor should match to non-ref overload (4)
Apr 08 2013 [Issue 9906] New: filter of static opCall (1)
Apr 08 2013 [Issue 9905] New: Template parameters used in argument delegate's arguments not inferred even if used and inferred previously in the function call (1)
Apr 08 2013 [Issue 9904] New: typeof(null) can be casted to aggregate type if .sizeof equals size of pointer (4)
Apr 08 2013 [Issue 9903] New: Broken ddoc in std.typecons and etc.c.sqlite3 (4)
Apr 07 2013 [Issue 9902] New: The cmdfile option is not available using PowerShell (3)
Apr 07 2013 [Issue 9901] New: string return from inner template function error (4)
Apr 07 2013 [Issue 9900] New: static this and gc shutdown order issue (5)
Apr 07 2013 [Issue 9899] New: struct with pure/nothrow destructor cannot be used as a struct member in pure/nothrow functions (4)
Apr 07 2013 [Issue 9898] New: Make -deps switch without arguments print to stdout (4)
Apr 07 2013 [Issue 9897] New: Wrong context for nested class inside virtual or final function with contract which uses `this` (1)
Apr 07 2013 [Issue 9896] New: Implement -rb switch for recursive build and -rx switch for exclusion lists (2)
Apr 07 2013 [Issue 9895] New: Add functional style regex pattern-matching (9)
Apr 06 2013 [Issue 9894] New: Member func of templated struct can't pass varargs to templated member func (4)
Apr 06 2013 [Issue 9893] New: [ELF] export should affect symbol visibility (1)
Apr 06 2013 [Issue 9892] New: [ICE] forward reference in enum declaration members causes compiler segfault (7)
Apr 06 2013 [Issue 9891] New: Ability to modify immutable using default value of ref/out parameter (1)
Apr 06 2013 [Issue 9890] New: Alias This + Static Fields (6)
Apr 06 2013 [Issue 9889] New: Incorrect rounding on floating value formatting (1)
Apr 05 2013 [Issue 9888] New: std.random.uniform!enum(generator) fails (5)
Apr 05 2013 [Issue 9887] New: std.array.insertOrdered? (1)
Apr 05 2013 [Issue 9886] New: Cannot pass .tupleof directly to a template (3)
Apr 05 2013 [Issue 9885] New: IFTI should consider known tuple types. (5)
Apr 05 2013 [Issue 9884] New: Refused initialization of const array in the module static this() (1)
Apr 05 2013 [Issue 9883] New: Error on using property as new dynamic array size (5)
Apr 05 2013 [Issue 9882] New: Add UFCS-friendly printing functions (7)
Apr 05 2013 [Issue 9881] New: Indirect cyclic imports are not forbidden (2)
Apr 04 2013 [Issue 9880] New: Redundant template instance displaying in error message (4)
Apr 04 2013 [Issue 9879] New: Built-in sizeof should return ErrorExp if error occurs in aggregate type semantics (5)
Apr 04 2013 [Issue 9878] New: std.algorithm.cartesianProduct results order (1)
Apr 04 2013 [Issue 9877] New: Assertion failure in iota for float parameters (2)
Apr 04 2013 [Issue 9876] New: deprecated is not announced (3)
Apr 04 2013 [Issue 9875] New: opDispatch is wrongly set to safe (2)
Apr 04 2013 [Issue 9874] New: Function call syntax disuniformity in template constraints (4)
Apr 04 2013 [Issue 9873] New: Built-in tuple should support equality comparison (7)
Apr 04 2013 [Issue 9872] New: format should print class fields (4)
Apr 03 2013 [Issue 9871] New: std.typecons.AsRange/asRange (3)
Apr 03 2013 [Issue 9870] New: Instruction scheduling error (2)
Apr 03 2013 [Issue 9869] New: invariant problem in template Class (3)
Apr 03 2013 [Issue 9868] New: Hash iteration should support counter variable (3)
Apr 03 2013 [Issue 9867] New: Map opIndex is not usable with immutable types (2)
Apr 03 2013 [Issue 9866] New: movsxd not supported (3)
Apr 03 2013 [Issue 9865] New: Crash on bogus import / circular reference (5)
Apr 03 2013 [Issue 9864] New: Allow instantiating eponymous inner template with a single parameter list (1)
Apr 02 2013 [Issue 9863] New: Incorrect generation of SAHF instruction on 64 bits (8)
Apr 02 2013 [Issue 9862] New: dchar concat "string literal" is not allowed (1)
Apr 02 2013 [Issue 9861] New: Spurious 'is used as type' error with failed template instantiation (1)
Apr 02 2013 [Issue 9860] New: Shifting a vector by a scalar value should be allowed (1)
Apr 02 2013 [Issue 9859] New: Cannot use inout in delegate (1)
Apr 02 2013 [Issue 9858] New: const alias this fails when opAssign is present (4)
Apr 02 2013 [Issue 9857] New: UFCS for struct opCall (14)
Apr 02 2013 [Issue 9856] New: Unintuitive sizeof evaluation for invalid class declaration (2)
Apr 01 2013 [Issue 9855] New: Type comparison does not work properly with subtyping (1)
Apr 01 2013 [Issue 9854] New: Cannot directly subtype a type tuple (1)
Apr 01 2013 [Issue 9853] New: The order of static and shared on module constructors matters when it shouldn't (4)
Apr 01 2013 [Issue 9852] New: Empty associative array crashes program (5)
Mar 31 2013 [Issue 9851] New: Mixed-in constructor is not taken into account during construction (1)
Mar 31 2013 [Issue 9850] New: Compiler support to implement efficient safe integrals (1)
Mar 31 2013 [Issue 9849] New: Introduce BaseElementType and BaseRangeType (2)
Mar 31 2013 [Issue 9848] New: Better diagnostic when type declaration was not expected (1)
Mar 31 2013 [Issue 9847] New: ICE on CTFE literal cast(uint) on DMD 2.062 (6)
Mar 31 2013 [Issue 9846] New: regression of forward references (4)
Mar 31 2013 [Issue 9845] New: enum value should be able to contain forward references in global scope (6)
Mar 30 2013 [Issue 9844] New: DMD (-m64) int->long conversion bug (11)
Mar 30 2013 [Issue 9843] New: DMD segfaults after error message (3)
Mar 30 2013 [Issue 9842] New: std.algorithm.hashGroup / hashGroupBy (1)
Mar 30 2013 [Issue 9841] New: std.algorithm.iFilter (1)
Mar 30 2013 [Issue 9840] New: Methods in templates should likely not require the 'this' reference (1)
Mar 30 2013 [Issue 9839] New: std.traits.Select to alias variables too (4)
Mar 30 2013 [Issue 9838] New: Allow calling aliased method on an object (1)
Mar 30 2013 [Issue 9837] New: IFTI should consider enum base type (4)
Mar 30 2013 [Issue 9836] New: std.array.popFront does not work with alias this. (4)
Mar 30 2013 [Issue 9835] New: DynamicArrayTypeOf and isDynamicArray work inconsistently (3)
Mar 30 2013 [Issue 9834] New: template+class+FunctionLiteral=AccessViolation (6)
Mar 30 2013 [Issue 9833] New: version(unittest) should be included in documented unittests (1)
Mar 29 2013 [Issue 9832] New: Partially library-defined stack-allocated variable length arrays (1)
Mar 29 2013 [Issue 9831] New: Error message with failed lambda inference (1)
Mar 29 2013 [Issue 9830] New: Wrong purity inference for a lambda? (1)
Mar 29 2013 [Issue 9829] New: rdmd passes '--' to dmd (4)
Mar 29 2013 [Issue 9828] New: Inconsistent lowering of 1-element tuple to its element (2)
Mar 28 2013 [Issue 9827] New: Duplicate file on command-line issues a bad diagnostic (2)
Mar 28 2013 [Issue 9826] New: import doesn't work with absolute paths (5)
Mar 28 2013 [Issue 9825] New: Add ability to auto-generate a specific field constructor (1)
Mar 28 2013 [Issue 9824] New: Emplace is broken (1)
Mar 27 2013 [Issue 9823] New: Delegate accepting element not accepted in std.range.put (1)
Mar 27 2013 [Issue 9822] New: cartesianProduct broken for array literals (2)
Mar 26 2013 [Issue 9821] New: Smarter conversion of strings to enums (8)
Mar 26 2013 [Issue 9820] New: Add memory usage profiler (1)
Mar 26 2013 [Issue 9819] New: Allow access to named tuple's names. (1)
Mar 26 2013 [Issue 9818] New: Constant folding for static array does not work with initializing by element (4)
Mar 26 2013 [Issue 9817] New: Syntax change for front tuple expansion in foreach (1)
Mar 26 2013 [Issue 9816] New: Export is mostly broken (4)
Mar 25 2013 [Issue 9815] New: Error on using `tupleof` with field access expression in parantheses (1)
Mar 25 2013 [Issue 9814] New: Add std.traits.isNestedFunctioin (2)
Mar 25 2013 [Issue 9813] New: Signalling NaN initialization does not always work correctly on x86 (4)
Mar 25 2013 [Issue 9812] New: std.conv.parse string fails on certain escape characters. (2)
Mar 24 2013 [Issue 9811] New: Add static code analyzing (i.e. PVS-Studio-like diagnostic) (1)
Mar 24 2013 [Issue 9810] New: Fact that type tuples contain not only tupes isn't documentated (1)
Mar 24 2013 [Issue 9809] New: Need a better diagnostic on accessing 'alias this' to private symbols (2)
Mar 24 2013 [Issue 9808] New: with statement does not work with opDispatch (1)
Mar 24 2013 [Issue 9807] New: with statement does not work with alias this (1)
Mar 24 2013 [Issue 9806] New: assertion failure in struct.c:668 (9)
Mar 24 2013 [Issue 9805] New: DFLAGS append behavior insufficient, DFLAGS_PRE also needed (5)
Mar 23 2013 [Issue 9804] New: `std.math.FloatingPointControl` corrupts floating point state (2)
Mar 23 2013 [Issue 9803] New: minimallyInitializedArray fails past "1D" depth (2)
Mar 23 2013 [Issue 9802] New: Add `std.traits.{isNested,hasNested}`. (2)
Mar 23 2013 [Issue 9801] New: Syntax sugar for self-assignment of this arguments (2)
Mar 23 2013 [Issue 9800] New: Numerous issues with DWARF debug output (1)
Mar 23 2013 [Issue 9799] New: Missing aliases and enums in druntime imports (1)
Mar 23 2013 [Issue 9798] New: The memory assigned in multithread is broken (3)
Mar 23 2013 [Issue 9797] New: to!int() cannot convert hexadecimal numbers (3)
Mar 23 2013 [Issue 9796] New: "too many initializers" error message doesn't give correct line number (1)
Mar 23 2013 [Issue 9795] New: cast fails for C's forward referenced structure pointer (1)
Mar 23 2013 [Issue 9794] New: std.json cannot handle delete character (4)
Mar 23 2013 [Issue 9793] New: XREF broken for package modules (e.g. digest.digest) (1)
Mar 23 2013 [Issue 9792] New: length field of a const SortedRange (1)
Mar 23 2013 [Issue 9791] New: [ICE] (struct.c line 668) map with a missing tuple import (6)
Mar 23 2013 [Issue 9790] New: Internal error when compiling a invalid variable in template (in expression.c and backend\evalu8.c) (4)
Mar 22 2013 [Issue 9789] New: Ddoc for aliases should use new "alias x=y" syntax (6)
Mar 22 2013 [Issue 9788] New: -profile doesn't work if exceptions are thrown in the running program (5)
Mar 22 2013 [Issue 9787] New: Improve performance of -profile by factor of 10 (1)
Mar 22 2013 [Issue 9786] New: Allow [non-member|UFCS] implementation of operators (9)
Mar 22 2013 [Issue 9785] New: dmd -inline should inline lambda delegates (1)
Mar 22 2013 [Issue 9784] New: Fail to use auto when implementing class interface methods (2)
Mar 22 2013 [Issue 9783] New: tracing of recursive function calls yields bad timing (3)
Mar 22 2013 [Issue 9782] New: implementing RTInfo!T causes errors for deprecated types (4)
Mar 21 2013 [Issue 9781] New: -inline will cause backend ICE (6)
Mar 21 2013 [Issue 9780] New: Maybe bad formatted write of array of 2-tuples (1)
Mar 21 2013 [Issue 9779] New: Improperly implemented interface methods should emit a better diagnostic (3)
Mar 21 2013 [Issue 9778] New: RDMD: Support passing resource files to DMD (4)
Mar 21 2013 [Issue 9777] New: Calling final interface method leads to wrong code (4)
Mar 21 2013 [Issue 9776] New: Make raw write mode the default (1)
Mar 21 2013 [Issue 9775] New: Can no longer create a const Date in CTFE if the variable is explicitly typed (5)
Mar 21 2013 [Issue 9774] New: Error message with __error using == on tuple members (3)
Mar 21 2013 [Issue 9773] New: ref parameter with default value should not compile (5)
Mar 21 2013 [Issue 9772] New: Remove toString from Object (2)
Mar 21 2013 [Issue 9771] New: Remove toHash from Object (14)
Mar 21 2013 [Issue 9770] New: Remove opCmp from Object (2)
Mar 21 2013 [Issue 9769] New: Remove opEquals from Object (5)
Mar 20 2013 [Issue 9768] New: No line number for wrong foreach type (4)
Mar 20 2013 [Issue 9767] New: Confusing compiler error generated when names collide across modules. (2)
Mar 20 2013 [Issue 9766] New: align(n) with n compile-time constant (1)
Mar 20 2013 [Issue 9765] New: Error message with __error with struct literal dotvar expression (1)
Mar 19 2013 [Issue 9764] New: Ddoc: Ddoc file name is incorrectly emphasized (4)
Mar 19 2013 [Issue 9763] New: contended and contended("groupName") (2)
Mar 19 2013 [Issue 9762] New: std.math.isqrt (1)
Mar 19 2013 [Issue 9761] New: version(x) in enums (3)
Mar 19 2013 [Issue 9760] New: PIC code uses variable and thus needs a stack frame (6)
Mar 19 2013 [Issue 9759] New: compiler segfault in StructLiteral::implicitConvTo(Type*) on invalid code (4)
Mar 19 2013 [Issue 9758] New: Ddoc: empty ddoc comment and unittest block generates no Examples section (5)
Mar 19 2013 [Issue 9757] New: Ddoc: documented unittest after ditto should work (4)
Mar 19 2013 [Issue 9756] New: "duplicate COMDAT" with templated functions in static foreach (1)
Mar 19 2013 [Issue 9755] New: JSON output is missing the protection attribute for templates (4)
Mar 18 2013 [Issue 9754] New: Bad codegen with 0-size args and -fPIC -O (1)
Mar 18 2013 [Issue 9753] New: std.string.translate precondition asserts (6)
Mar 18 2013 [Issue 9752] New: Coverage generation should emit files to path set by -od (1)
Mar 18 2013 [Issue 9751] New: Coverage generation should emit non-problematic file names (2)
Mar 18 2013 [Issue 9750] New: byLine(KeepTerminator.no) problem with Windows newlines in binary mode files (4)
Mar 18 2013 [Issue 9749] New: typeof(return) is sometimes disallowed for inner functions (10)
Mar 18 2013 [Issue 9748] New: Wrong scope of templated nested functions in static foreach (1)
Mar 18 2013 [Issue 9747] New: IFTI argument deduction fails for committed string literals which are implicitly converted to a static array (4)
Mar 18 2013 [Issue 9746] New: Incorrect method parameters in out-block of `final` class member functions (1)
Mar 18 2013 [Issue 9745] New: Allow non-thread local static variables to have their address taken in CTFE (4)
Mar 18 2013 [Issue 9744] New: shared and __gshared variables can have their address taken at compile time (5)
Mar 18 2013 [Issue 9743] New: IFTI and polymorphic string literal should support implicit conversion to static array type (5)
Mar 17 2013 [Issue 9742] New: std.math.floor returns 0 for any value x > -1 and x < 0 (3)
Mar 17 2013 [Issue 9741] New: undefined identifier with User Defined Attribute (1)
Mar 17 2013 [Issue 9740] New: strange interaction between map and filter (3)
Mar 16 2013 [Issue 9739] New: DMD not considering ctor with default args as default ctor (13)
Mar 16 2013 [Issue 9738] New: inline asm offset expression looks like array indexing (3)
Mar 16 2013 [Issue 9737] New: std.net.curl and SSL - documentation missing (1)
Mar 16 2013 [Issue 9736] New: VS2010 project file does full rebuild every time (11)
Mar 16 2013 [Issue 9735] New: Casting delegates to void* should be illegal (3)
Mar 16 2013 [Issue 9734] New: setIntersection accepts only 2 ranges, but documentation says otherwise (1)
Mar 16 2013 [Issue 9733] New: Hello world segfaults on Debian x86_64 with -m64 (1)
Mar 15 2013 [Issue 9732] New: Do not call opAssign() for the first assignment to member in the constructor (11)
Mar 15 2013 [Issue 9731] New: Ddoc should output per-paragraph macro instead of $(DDOC_BLANKLINE) (1)
Mar 15 2013 [Issue 9730] New: Allow ddoc unittests to remotely reference declaration (3)
Mar 15 2013 [Issue 9729] New: interface thunk doesn't set EBX to GOT (4)
Mar 15 2013 [Issue 9728] New: Ddoc anchors non-unique across overloads (1)
Mar 15 2013 [Issue 9727] New: Allow splitting documentation is unittets (9)
Mar 14 2013 [Issue 9726] New: Add minimum % coverage required for -cov testing (7)
Mar 14 2013 [Issue 9725] New: std.string.format does wasteful UTF decoding (5)
Mar 14 2013 [Issue 9724] New: Range predicates are not restrictive enough to justify assumptions made in Phobos code (4)
Mar 14 2013 [Issue 9723] New: add missing main() when compiling exe with -unittest (22)
Mar 14 2013 [Issue 9722] New: optimizer kills GOT to EBX load (10)
Mar 14 2013 [Issue 9721] New: Code coverage for templates (2)
Mar 14 2013 [Issue 9720] New: OSX wrong code with -o "Illegal instruction" (8)
Mar 14 2013 [Issue 9719] New: ddoc isn't generated for inner values unless the outer is documented (3)
Mar 14 2013 [Issue 9718] New: [ICE] With a simple Algebraic (2)
Mar 14 2013 [Issue 9717] New: `std.math.round` rounds away from zero instead of to the nearest even integer (5)
Mar 14 2013 [Issue 9716] New: Feature request for std.stdio (4)
Mar 14 2013 [Issue 9715] New: Implement basic template error checking (3)
Mar 14 2013 [Issue 9714] New: Ddoc: Combination of -D and -unittest reveals hidden unittest function (4)
Mar 14 2013 [Issue 9713] New: Ddoc: Empty description suppress automatic example generation (5)
Mar 13 2013 [Issue 9712] New: IFTI does not support static arrays (7)
Mar 13 2013 [Issue 9711] New: extend IFTI to deduce static array length (3)
Mar 13 2013 [Issue 9710] New: Pointer enums crash dmd (4)
Mar 13 2013 [Issue 9709] New: ice with template and alias this (2)
Mar 12 2013 [Issue 9708] New: inout breaks zero parameter IFTI (1)
Mar 12 2013 [Issue 9707] New: Template argument deduction does not work with static methods of shared class (2)
Mar 12 2013 [Issue 9706] New: JSON output doesn't contain type of deduced values (2)
Mar 12 2013 [Issue 9705] New: property parameter-less template function not resolved in typeof (1)
Mar 12 2013 [Issue 9704] New: Destructor not called on function calls if postblit throws (3)
Mar 12 2013 [Issue 9703] New: Failed matrix literal assignment error message (1)
Mar 12 2013 [Issue 9702] New: std.string.replace for single chars too? (1)
Mar 12 2013 [Issue 9701] New: UDAs cannot be attached to enum values. (1)
Mar 12 2013 [Issue 9700] New: std.typecons.Proxy with invaliant and in-place operation causes Access Violation (4)
Mar 12 2013 [Issue 9699] New: strip functions should allow setting custom match character (7)
Mar 12 2013 [Issue 9698] New: Template default parameters are not checked for validity (1)
Mar 12 2013 [Issue 9697] New: removing imports or static constructors from di files can break runtime initialization order (1)
Mar 11 2013 [Issue 9696] New: Ddoc should provide macro on types to allow injecting links to definitions (1)
Mar 11 2013 [Issue 9695] New: Ddoc should emit enum member initializers (5)
Mar 11 2013 [Issue 9694] New: A member struct that has mutable opEquals reports weird error message (7)
Mar 11 2013 [Issue 9693] New: unclear scoping behaviour of declarations made in static if conditions (2)
Mar 11 2013 [Issue 9692] New: __traits(allMembers) fails on module without a package (5)
Mar 11 2013 [Issue 9691] New: Static void arrays are not documented (3)
Mar 11 2013 [Issue 9690] New: cannot access to disable'd symbol from inner function of another disable'd (2)
Mar 11 2013 [Issue 9689] New: std.typecons.Proxy breaks with disable this(this) (5)
Mar 10 2013 [Issue 9688] New: `__traits(compiles, a.b)` fails on UFCS and property (1)
Mar 10 2013 [Issue 9687] New: `std.algorithm.reduce` with default values isn't UFCS-able in regard to range (3)
Mar 10 2013 [Issue 9686] New: Wrong ambiguity overloading error for functions with signed/unsigned integral arguments (1)
Mar 10 2013 [Issue 9685] New: Context pointer of struct isn't copied when a closure is passed by alias (1)
Mar 10 2013 [Issue 9684] New: rdmd -lib <filename> produces corrupted file (1)
Mar 10 2013 [Issue 9683] New: RDMD: Emit error on missing or unexpected main function (2)
Mar 10 2013 [Issue 9682] New: group(SortedRange) ==> SortedRange (1)
Mar 10 2013 [Issue 9681] New: std.variant.Algebraic with const members (1)
Mar 09 2013 [Issue 9680] New: Include entry point location in "dmd -v -o-" output (7)
Mar 09 2013 [Issue 9679] New: Refused const/immutable assignment in conditional (5)
Mar 09 2013 [Issue 9678] New: std.file.getcwd crash on Win 64, 0xc0000005 (2)
Mar 09 2013 [Issue 9677] New: Crash on setting length property of array VC 2012 64 bit (10)
Mar 09 2013 [Issue 9676] New: Html doc generation with <del>...</del> around deprecated functions names (11)
Mar 09 2013 [Issue 9675] New: cyclic import causes forward reference to template error (3)
Mar 09 2013 [Issue 9674] New: std.algorithm.filter problems with non-deterministic _input.front (10)
Mar 09 2013 [Issue 9673] New: Add --incremental option to rdmd (10)
Mar 09 2013 [Issue 9672] New: mixin within cyclic import causes undefined properties (5)
Mar 09 2013 [Issue 9671] New: Getting class object typeid in CTFE is not supported (3)
Mar 09 2013 [Issue 9670] New: Shared class object comparison is not yet well defined (1)
Mar 08 2013 [Issue 9669] New: Throw in a pre-condition of a nothrow function (1)
Mar 08 2013 [Issue 9668] New: Disallow (dis)equality with FP.nan/FP.init literals (1)
Mar 08 2013 [Issue 9667] New: Appender cannot add struct with immutable members (3)
Mar 08 2013 [Issue 9666] New: Invalid struct passing + redundant struct copy on struct assignment (2)
Mar 08 2013 [Issue 9665] New: Structure constant members can not be initialized if have opAssign (19)
Mar 08 2013 [Issue 9664] New: Make directory in import path like "a.b.c" a properly supported feature (6)
Mar 07 2013 [Issue 9663] New: [REG2.063a] ICE caused by issue 7444 change. (4)
Mar 07 2013 [Issue 9662] New: rdmd should have a test suite (3)
Mar 07 2013 [Issue 9661] New: LockingTextWriter should increment file handle reference count (1)
Mar 07 2013 [Issue 9660] New: [meta] Not able to debug on Windows starting from ~10 MiB executable size (4)
Mar 06 2013 [Issue 9659] New: Aliases are broken by latest git HEAD (3)
Mar 06 2013 [Issue 9658] New: Setting pre-initialized field should be allowed in qualified constructor. (4)
Mar 06 2013 [Issue 9657] New: static if (is(typeof(&method))) broken with "final" and template mixins (1)
Mar 06 2013 [Issue 9656] New: Built-in dup result should behave as like unique array, if it is possible. (6)
Mar 05 2013 [Issue 9655] New: Two functions with identical implementations are allowed to have the same address (2)
Mar 05 2013 [Issue 9654] New: Template function cannot take string by ref T[len] (5)
Mar 05 2013 [Issue 9653] New: Wrong implicit cast allowed with inheritance (1)
Mar 05 2013 [Issue 9652] New: __traits(getAttributes) doesn't work with manifest constants (1)
Mar 05 2013 [Issue 9651] New: Returning a newly-created slice by reference (3)
Mar 05 2013 [Issue 9650] New: __traits(compiles) + mixin (6)
Mar 05 2013 [Issue 9649] New: DMD doesn't parse valid PostfixExpression . NewExpression syntax. (1)
Mar 04 2013 [Issue 9648] New: Missing std.random import for std.algorithm.topN? (5)
Mar 04 2013 [Issue 9647] New: Ignored immutable in struct literal (3)
Mar 04 2013 [Issue 9646] New: std.algorithm.splitter for strings has opportunities for improvement (2)
Mar 04 2013 [Issue 9645] New: std.algorithm.splitter on string with char as separator performs badly in certain situations (2)
Mar 04 2013 [Issue 9644] New: Spell checker gives silly suggestions for 1-2 character symbols (3)
Mar 04 2013 [Issue 9643] New: [64 bit] Incorrect cdouble passing for varags (1)
Mar 03 2013 [Issue 9642] New: Missed switch case fallthrough (2)
Mar 03 2013 [Issue 9641] New: Wrong module init order when a thread is created in a module ctor (1)
Mar 03 2013 [Issue 9640] New: Add #line overload to restore natural line numbering / module name (1)
Mar 03 2013 [Issue 9639] New: Recursive template instanciation segfault dmd (1)
Mar 02 2013 [Issue 9638] New: 'TOK216' come in sight (7)
Mar 02 2013 [Issue 9637] New: std.typecons.nullable and nullableRef functions (1)
Mar 02 2013 [Issue 9636] New: null initialization for std.typecons.Nullable (1)
Mar 02 2013 [Issue 9635] New: Improved error message for failed access of array field properties from static method (5)
Mar 02 2013 [Issue 9634] New: std.regex.ctRegex chokes on (?:a+) (7)
Mar 02 2013 [Issue 9633] New: compiles trait wrongly returns true even when object method call actually does not compile (4)
Mar 02 2013 [Issue 9632] New: Detect Non-Mutating Call Statements to Pure Functions (2)
Mar 02 2013 [Issue 9631] New: Error message not using fully qualified name when appropriate. (5)
Mar 01 2013 [Issue 9630] New: DMD git: can't access array field properties from static method (18)
Mar 01 2013 [Issue 9629] New: toUpperInPlace doesn't work properly with unicode characters (6)
Mar 01 2013 [Issue 9628] New: Lambda in foreach loop Vs. lambda in static foreach loop (2)
Mar 01 2013 [Issue 9627] New: Not good enough error messages in some cases when using UCFS (3)
Mar 01 2013 [Issue 9626] New: More precise error message in some cases when failed template constraint (2)
Mar 01 2013 [Issue 9625] New: assertNotThrown should print exception msg if no msg is provided (5)
Mar 01 2013 [Issue 9624] New: fullyQualifiedName fails for functions (3)
Mar 01 2013 [Issue 9623] New: Illegal Win64 linker optimization? (4)
Mar 01 2013 [Issue 9622] New: Range violation in rdmd (8)
Mar 01 2013 [Issue 9621] New: std.conv.parseEscape fails on octals and named (8)
Feb 28 2013 [Issue 9620] New: Error messages of failed pure enforcement (1)
Feb 28 2013 [Issue 9619] New: Failed struct field typeof in inner function (4)
Feb 28 2013 [Issue 9618] New: DMD takes unnecessary route to alias this in certain situations (1)
Feb 28 2013 [Issue 9617] New: ulong.max is wrongly accepted by smaller signed parameter (4)
Feb 28 2013 [Issue 9616] New: SortedRange should support all range kinds (2)
Feb 28 2013 [Issue 9615] New: std.conv.parse!(T[]) fails on trailing comma (2)
Feb 27 2013 [Issue 9614] New: Uninitialized holes in function stack frames confuses GC (1)
Feb 27 2013 [Issue 9613] New: Parser bug when using .init with type constructor (4)
Feb 27 2013 [Issue 9612] New: cycle() and opSlice (8)
Feb 27 2013 [Issue 9611] New: std.algorithm.nWayUnion(Tuple) too? (4)
Feb 27 2013 [Issue 9610] New: Parameters to final class method corrupted in postcondition (2)
Feb 27 2013 [Issue 9609] New: Ddoc tags for std.string.icmp seem wrong (3)
Feb 27 2013 [Issue 9608] New: Add introspection for templates (4)
Feb 27 2013 [Issue 9607] New: std.random.randomShuffle and partialShuffle don't work with Xorshift (1)
Feb 27 2013 [Issue 9606] New: `std.signal` implementation is fundamentally incorrect (4)
Feb 27 2013 [Issue 9605] New: std.conv.parse!(string, string) fails (1)
Feb 27 2013 [Issue 9604] New: Element type of std.range.chain is wrong for heterogeneous range arguments (3)
Feb 27 2013 [Issue 9603] New: Signals must work with closure delegates (3)
Feb 27 2013 [Issue 9602] New: Closure delegate must be finalized some way on parent class finalization (1)
Feb 27 2013 [Issue 9601] New: Make regular D objects on closures (8)
Feb 27 2013 [Issue 9600] New: Inner class is not finalized on parent class finalization (2)
Feb 26 2013 [Issue 9599] New: File.byLine doesn't function properly with take (4)
Feb 26 2013 [Issue 9598] New: Cannot use moveFront on MapResult!(lambda, ByLine!(char, char)) (4)
Feb 26 2013 [Issue 9597] New: using "this" as a type leads to confusion (2)
Feb 26 2013 [Issue 9596] New: Ambiguous match is incorrectly hidden by additional lesser match (2)
Feb 26 2013 [Issue 9595] New: The thread priority can be setted only after the start() (1)
Feb 26 2013 [Issue 9594] New: std.format.tableFormat (1)
Feb 25 2013 [Issue 9593] New: Optional type-free printing of a std.typecons.Tuple (1)
Feb 25 2013 [Issue 9592] New: Justified Tuple printing (1)
Feb 25 2013 [Issue 9591] New: std.typetuple.staticApplyMap (1)
Feb 25 2013 [Issue 9590] New: UFCS does not work with void lazy expressions (4)
Feb 25 2013 [Issue 9589] New: Add hasEmpty template to std.range (5)
Feb 25 2013 [Issue 9588] New: format prints "null" for struct functions (7)
Feb 25 2013 [Issue 9587] New: rdmd now fails to compile due to Phobos changes (3)
Feb 25 2013 [Issue 9586] New: Win64 5/6/7 struct returns (1)
Feb 24 2013 [Issue 9585] New: Implement getPair() for Associative Arrays (4)
Feb 24 2013 [Issue 9584] New: Exceptions in D are ludicrously slow (far worse than Java) (8)
Feb 24 2013 [Issue 9583] New: std.getopt.getopt does not consume options terminator "--" from args list, as docs claim (9)
Feb 24 2013 [Issue 9582] New: std.algorithm.map!(T) cause CT error for fixed size arrays (12)
Feb 23 2013 [Issue 9581] New: Regression (2.053): Exception takes too much time to show up (22)
Feb 23 2013 [Issue 9580] New: std.variant.Algebraic with Tuple format problem (2)
Feb 23 2013 [Issue 9579] New: std.regex.replace format argument should not require same constness as target string (2)
Feb 23 2013 [Issue 9578] New: "is a nested function and cannot be accessed from" problem (3)
Feb 23 2013 [Issue 9577] New: Crash on static array of function literals (2)
Feb 23 2013 [Issue 9576] New: "Symbol Undefined" linker error on using `std.random.MinstdRand` (9)
Feb 22 2013 [Issue 9575] New: __traits(compiles, mixin()) incorrectly returns false (2)
Feb 22 2013 [Issue 9574] New: Diagnostic for old use of 'alias this = that' should be informative (4)
Feb 22 2013 [Issue 9573] New: Spurious _error_ in diagnostic (2)
Feb 22 2013 [Issue 9572] New: Missed wrong implicit integral conversion (1)
Feb 22 2013 [Issue 9571] New: linkage issue when using separate compilation and closures (11)
Feb 22 2013 [Issue 9570] New: Wrong foreach index implicit conversion error (1)
Feb 22 2013 [Issue 9569] New: 'alias this' syntax is not accepted by dmd (6)
Feb 22 2013 [Issue 9568] New: [64bit] wrong code for ref parameter and scope(success) (11)
Feb 21 2013 [Issue 9567] New: "Symbol Undefined" linker error after separating project part into library (1)
Feb 21 2013 [Issue 9566] New: Cannot use struct .init when it contains a static array initialized from a single element. (7)
Feb 21 2013 [Issue 9565] New: Index of static array should not print literal suffix (4)
Feb 21 2013 [Issue 9564] New: Give module name too in "did you mean" error messages (1)
Feb 21 2013 [Issue 9563] New: (2.062) typeof(T[0]) no longer works with array T's (6)
Feb 21 2013 [Issue 9562] New: Built-in runtime properties should become error with `Type.prop` (1)
Feb 21 2013 [Issue 9561] New: Many error messages from std.format (4)
Feb 21 2013 [Issue 9560] New: Too many error messages from std.array (1)
Feb 21 2013 [Issue 9559] New: Range of Nullable doesn't work with std.array.array (4)
Feb 21 2013 [Issue 9558] New: 0b and 0x prefixes for std.string.isNumeric (1)
Feb 21 2013 [Issue 9557] New: std.array.array of array of immutable structs (1)
Feb 21 2013 [Issue 9556] New: Documentation of std.string.isNumeric (1)
Feb 21 2013 [Issue 9555] New: Type deduction for new lambda syntax literals breaks with templates (7)
Feb 21 2013 [Issue 9554] New: Inconsistent stringof and mangleof result for module/package identifier (3)
Feb 20 2013 [Issue 9553] New: SOCKET should be 64 bit wide on Win64 (3)
Feb 20 2013 [Issue 9552] New: DMD crashed when taking member delegate from __traits(getOverloads) (6)
Feb 20 2013 [Issue 9551] New: template this parameter not recognized in constructors (10)
Feb 19 2013 [Issue 9550] New: Repeat!fun(size_t n) (4)
Feb 19 2013 [Issue 9549] New: Regression (2.062): Compiler spits out unrelated messages on error (3)
Feb 19 2013 [Issue 9548] New: BigInt: Wrong comparison result: BigInt("-1") > long.min (3)
Feb 19 2013 [Issue 9547] New: typeof() which requires .init must be properly documented (5)
Feb 19 2013 [Issue 9546] New: getProtection trait does not work with mixin or getMember (2)
Feb 19 2013 [Issue 9545] New: ICE with member template instantiation (5)
Feb 19 2013 [Issue 9544] New: D logo image is broken on non-root-level pages (4)
Feb 19 2013 [Issue 9543] New: Base64.decode shouldn't require source to have known length (1)
Feb 19 2013 [Issue 9542] New: Broken link on std.range doc page (1)
Feb 19 2013 [Issue 9541] New: CTFE: wrong code with delegates, recursion (3)
Feb 19 2013 [Issue 9540] New: Compiler crash on delegate context frame assignment (9)
Feb 19 2013 [Issue 9539] New: Regression (2.061): Wrong-code on static array pointer (9)
Feb 19 2013 [Issue 9538] New: 2.062: Can't use typeid on .ptr of static array (8)
Feb 19 2013 [Issue 9537] New: auto ref returns a reference its own stack (1)
Feb 19 2013 [Issue 9536] New: IFTI fails when calling a static member from const member (5)
Feb 19 2013 [Issue 9535] New: incomplete documentation for std.range.recurrence and std.range.sequence (2)
Feb 18 2013 [Issue 9534] New: Distributed CHM file lacks styling (1)
Feb 18 2013 [Issue 9533] New: CHM generation crashes (1)
Feb 18 2013 [Issue 9532] New: scope(exit) + alloca -> internal error (1)
Feb 18 2013 [Issue 9531] New: __traits(parent, ...) does not work for types defined within a unittest block (3)
Feb 17 2013 [Issue 9530] New: std.path should have a function for getting the canonical path to a file or directory (2)
Feb 17 2013 [Issue 9529] New: Switch Statement grammar bug for the chain of case statements (1)
Feb 17 2013 [Issue 9528] New: std.array.appender can't append elements with const members (4)
Feb 17 2013 [Issue 9527] New: Escaping references to variardic parameter array are not properly checked (3)
Feb 17 2013 [Issue 9526] New: ICE when compiling project with unittests (10)
Feb 17 2013 [Issue 9525] New: [CTFE] Cannot convert &S to const(S*) at compile time (5)
Feb 16 2013 [Issue 9524] New: Unittest ddocs fail to appear following ditto (2)
Feb 16 2013 [Issue 9523] New: std.conv.to will no longer convert enums to themselves (5)
Feb 16 2013 [Issue 9522] New: AA implementation needs no prime number of buckets (1)
Feb 16 2013 [Issue 9521] New: Missed with() anti-hijacking (1)
Feb 16 2013 [Issue 9520] New: Wrong associative array literal interpretation (1)
Feb 16 2013 [Issue 9519] New: constant bug in structures (5)
Feb 16 2013 [Issue 9518] New: With DList of pointers, insertBack matches multiple templates. (3)
Feb 14 2013 [Issue 9517] New: Safety/purity/etc. of mixin code should not depend on generating function (2)
Feb 14 2013 [Issue 9516] New: Selective imports are always public (2)
Feb 14 2013 [Issue 9515] New: UFCS fails with local aliases (2)
Feb 14 2013 [Issue 9514] New: "template instance … is not an alias" (13)
Feb 14 2013 [Issue 9513] New: RedBlackTree excessively copies structs by value (12)
Feb 14 2013 [Issue 9512] New: std.regex: Incorrect parsing of hex sequences composed from capital letters. (3)
Feb 14 2013 [Issue 9511] New: [enh] overloading on attributes (6)
Feb 14 2013 [Issue 9510] New: Undefined symbols encountered (5)
Feb 14 2013 [Issue 9509] New: std.stdio fails to import with specific dmd command-line options (2)
Feb 13 2013 [Issue 9508] New: RDMD doesn't generate new dependency list when a file is changed. (4)
Feb 13 2013 [Issue 9507] New: std.range.transposed behaves poorly with jagged ranges of ranges (2)
Feb 13 2013 [Issue 9506] New: When using alias this, writeln modifies its argument (3)
Feb 13 2013 [Issue 9505] New: std.zlib seem to be bugged (11)
Feb 13 2013 [Issue 9504] New: typeof does not look up properties correctly on template argument (3)
Feb 12 2013 [Issue 9503] New: [grammar] template declaration/instance must take one or more arguments? (4)
Feb 12 2013 [Issue 9502] New: std_container.BinaryHeap.pop? (1)
Feb 12 2013 [Issue 9501] New: Struct std.mmfile.MmFile? (4)
Feb 12 2013 [Issue 9500] New: Interfaces - shared static this (7)
Feb 12 2013 [Issue 9499] New: ICE (declaration.c:183) on multiple tuple declaration (2)
Feb 12 2013 [Issue 9498] New: Rang violation using AA (4)
Feb 10 2013 [Issue 9497] New: ddoc: add support for handling undefined macros (3)
Feb 10 2013 [Issue 9496] New: [REG 2.061 -> 2.062 alpha] "this[1 .. $]" passes wrong "this" to "opDollar" (13)
Feb 10 2013 [Issue 9495] New: Win64 vararg issue when first argument is > 8 byte (4)
Feb 10 2013 [Issue 9494] New: compiler stack overflow on invalid associative array (6)
Feb 09 2013 [Issue 9493] New: std.algorithm.canFind returns true for empty string in array of integers (3)
Feb 09 2013 [Issue 9492] New: [2.052 beta] Stylesheet not found for off-line HTML docs (2)
Feb 09 2013 [Issue 9491] New: allow for insert/return pointer to existing value if present on assoc array (1)
Feb 09 2013 [Issue 9490] New: 'this' is not found when array expression is in parentheses (1)
Feb 09 2013 [Issue 9489] New: writeln of scoped class instance (4)
Feb 09 2013 [Issue 9488] New: std.datetime unittest failure (4)
Feb 08 2013 [Issue 9487] New: Error message with __overloadset (2)
Feb 08 2013 [Issue 9486] New: Alias parameter breaks between modules for AA on x64 (1)
Feb 08 2013 [Issue 9485] New: associative array inside struct: intermodule visibility problem (4)
Feb 08 2013 [Issue 9484] New: Syntax error in JSON output (9)
Feb 08 2013 [Issue 9483] New: Distribute both development and release builds of phobos.lib / libphobos.a (1)
Feb 08 2013 [Issue 9482] New: Option to compile in release mode, but keep in contracts on non-private functions (1)
Feb 08 2013 [Issue 9481] New: writeln and alias this (2)
Feb 08 2013 [Issue 9480] New: The template name in the JSON output contains template and function arguments (5)
Feb 08 2013 [Issue 9479] New: _error_ in error message of type inference of a delegate literal (4)
Feb 08 2013 [Issue 9478] New: Template members still only have the old "type" field in JSON output (2)
Feb 08 2013 [Issue 9477] New: String (and array) comparisons are needlessly very slow (4)
Feb 08 2013 [Issue 9476] New: Support native TLS on Mac OS X (10)
Feb 07 2013 [Issue 9475] New: Should retain source formatting in ddoc's unittests (7)
Feb 07 2013 [Issue 9474] New: Ddoc's unittests should work correctly with ditto (9)
Feb 07 2013 [Issue 9473] New: DDoc'd unittests should not add Example block to generated docs if there's already an Example block (7)
Feb 07 2013 [Issue 9472] New: Include comments in ddoc'd unittest blocks (9)
Feb 07 2013 [Issue 9471] New: std.xml uses DbC to validate XML syntax (1)
Feb 07 2013 [Issue 9470] New: Missing symbols in object file if template instantiated inside `with` (2)
Feb 07 2013 [Issue 9469] New: Keywords list could use linkage; more-humane documentation (2)
Feb 07 2013 [Issue 9468] New: dup does not postblit (3)
Feb 06 2013 [Issue 9467] New: Operator Overloading anchors are broken (3)
Feb 06 2013 [Issue 9466] New: Line number dependent bug of coverage (6)
Feb 06 2013 [Issue 9465] New: Wrong code for delegate call (2)
Feb 06 2013 [Issue 9464] New: Redo .json output (3)
Feb 06 2013 [Issue 9463] New: make safe "non-escapable" (9)
Feb 06 2013 [Issue 9462] New: Delegate breaks immutability (2)
Feb 06 2013 [Issue 9461] New: Ability to break typesystem with `inout` (5)
Feb 06 2013 [Issue 9460] New: stringof on templated classes fails to list the template arguments of the type (2)
Feb 05 2013 [Issue 9458] New: ModExp generates invalid code against array operands (4)
Feb 05 2013 [Issue 9457] New: isSorted(string) doesn't work (7)
Feb 05 2013 [Issue 9456] New: decodeFront erroneously alters its input range with reference type ranges (7)
Feb 05 2013 [Issue 9455] New: File.isBinaryMode and more (1)
Feb 05 2013 [Issue 9454] New: Struct invariant call on whole-struct assignements? (2)
Feb 05 2013 [Issue 9453] New: ice(symbol.c) with slice on temporary (4)
Feb 05 2013 [Issue 9452] New: Type-safe variadic parameter of enums does not work at compile time (1)
Feb 04 2013 [Issue 9451] New: Listing abstract functions in diagnostic should show full signature (4)
Feb 04 2013 [Issue 9450] New: make assert an implicit "version (assert)" (3)
Feb 04 2013 [Issue 9449] New: Segmentation fault in main() (13)
Feb 04 2013 [Issue 9448] New: CTFE ICE indexing block-initialized 2D static array (1)
Feb 03 2013 [Issue 9447] New: iota should generate char intervals too (4)
Feb 03 2013 [Issue 9446] New: ".keys" missing from properties table at http://dlang.org/hash-map.html (3)
Feb 02 2013 [Issue 9445] New: interpret.c:151: Assertion `v->ctfeAdrOnStack >= 0 && v->ctfeAdrOnStack < stackPointer()' failed. (7)
Feb 02 2013 [Issue 9444] New: shell doesn't throw on error. (6)
Feb 02 2013 [Issue 9443] New: Struct literal syntax in associative array literals too (1)
Feb 01 2013 [Issue 9442] New: typeid() doesn't work without `this.` for class fields (5)
Feb 01 2013 [Issue 9441] New: struct constructor missed on auto/type-inferred variable definition (5)
Feb 01 2013 [Issue 9440] New: Listing of keywords on dlang.org does not match compiler (3)
Feb 01 2013 [Issue 9439] New: CTFE ICE: calling member function after "incorrect this" error (3)
Feb 01 2013 [Issue 9438] New: Strange RefCounted stack overflow (16)
Feb 01 2013 [Issue 9437] New: unwanted behavior from phobos range (6)
Feb 01 2013 [Issue 9436] New: enum cannot be forward referenced with cyclic imports and mixin (4)
Jan 31 2013 [Issue 9435] New: regression(head): forward reference error (4)
Jan 31 2013 [Issue 9434] New: regression(head): template mixin contents mixed in multiple times (4)
Jan 31 2013 [Issue 9433] New: Deprecate delete (13)
Jan 31 2013 [Issue 9432] New: Some missing bitwise BigInt operators (2)
Jan 31 2013 [Issue 9431] New: Tuple creation problem with array of array (4)
Jan 30 2013 [Issue 9430] New: short and byte implicitly cast to integer with binary arithmetic ops (4)
Jan 30 2013 [Issue 9429] New: Unclear runtime error in array assignment of misaligned types. (2)
Jan 30 2013 [Issue 9428] New: Wrong array append (5)
Jan 30 2013 [Issue 9427] New: wrong code for 'struct S{ union{ float[2] f; } }' (1)
Jan 29 2013 [Issue 9426] New: [enh] polymorphic lambda should be storeable in enum constant (1)
Jan 29 2013 [Issue 9425] New: Static struct initializer fails to init array (4)
Jan 29 2013 [Issue 9424] New: is() returns false for int (2)
Jan 29 2013 [Issue 9423] New: Missed conversion of lambda literal with ref argument (4)
Jan 29 2013 [Issue 9422] New: Missed redundancy of method const error (3)
Jan 29 2013 [Issue 9421] New: (Compiler internals) Change OutBuffer's interface (11)
Jan 28 2013 [Issue 9420] New: [2.062alpha] Weird "(null)" output in error message (4)
Jan 28 2013 [Issue 9419] New: std.random.uniform of BigInt (1)
Jan 28 2013 [Issue 9418] New: Segmentation fault using only datetime and stdio. (6)
Jan 28 2013 [Issue 9417] New: "no size yet for forward reference" error with nested structure (5)
Jan 28 2013 [Issue 9416] New: [REG][2.060 -> 02.061] DMD eagerly instantiates template parameter-less opAssign (4)
Jan 28 2013 [Issue 9415] New: delegate inference should make function literal impure (4)
Jan 27 2013 [Issue 9414] New: Incorrect modification inside contracts is not detected on virtual function (4)
Jan 27 2013 [Issue 9413] New: Incorrect modification inside contracts is not detected correctly (4)
Jan 27 2013 [Issue 9412] New: Invariants allowed to call public functions indirectly (2)
Jan 27 2013 [Issue 9411] New: Assigning to delegate, assertion failure on line 1702 in file 'cast.c' (1)
Jan 27 2013 [Issue 9410] New: Wrong selection for function overload (7)
Jan 26 2013 [Issue 9409] New: [2.062-alpha] Regression with $ inside of expression tuples (5)
Jan 26 2013 [Issue 9408] New: invariant should be non-const by default and settable to const (4)
Jan 26 2013 [Issue 9407] New: Typedef doesn't work with hashes (3)
Jan 26 2013 [Issue 9406] New: (Regression: 2.061) Stack overflow from a forward reference error (6)
Jan 26 2013 [Issue 9405] New: __traits(parent) returns current module as imported package parent (3)
Jan 26 2013 [Issue 9404] New: Nullable is unusable with 2.061 (11)
Jan 26 2013 [Issue 9403] New: Implicit conversion from char[N] to string with templated functions (1)
Jan 26 2013 [Issue 9402] New: ICE with templated function returning string as fixed-size char array (1)
Jan 26 2013 [Issue 9401] New: destructor and nothrow syntax (6)
Jan 26 2013 [Issue 9400] New: initializing enum T[n] with a single value changes its type to T (1)
Jan 26 2013 [Issue 9399] New: ICE with nested function, template alias parameter, -inline, depending on order of source files (4)
Jan 25 2013 [Issue 9398] New: strange error message "incompatible types for ..." for temary operator (5)
Jan 25 2013 [Issue 9397] New: Size error with struct with ctor and self-typed nested enum (6)
Jan 25 2013 [Issue 9396] New: Wrong line number when assigning nested enum to struct (1)
Jan 25 2013 [Issue 9395] New: Allow deprecated statement in enum members (1)
Jan 25 2013 [Issue 9394] New: ABI for static arrays is outdated (6)
Jan 25 2013 [Issue 9393] New: Partial template specialization and template lambda does not work (5)
Jan 24 2013 [Issue 9392] New: Misleading text about required OS version (2)
Jan 24 2013 [Issue 9391] New: Constant std.regex.regex (2)
Jan 24 2013 [Issue 9390] New: Option for verbose regular expressions (2)
Jan 24 2013 [Issue 9389] New: ignore -Hd if -Hf is present (2)
Jan 24 2013 [Issue 9388] New: Download link for dmd-compatible curl is dead (3)
Jan 24 2013 [Issue 9387] New: Compiler switch -O changes behavior of correct code (23)
Jan 24 2013 [Issue 9386] New: struct destructor called erroneously (8)
Jan 24 2013 [Issue 9385] New: [Reresison 2.057] null literal should be implicitly convertible to bool (4)
Jan 24 2013 [Issue 9384] New: std.socket: UnixAddress broken on Linux and others (1)
Jan 24 2013 [Issue 9383] New: Wrong context for contracts if closure [dis]appears in override function (1)
Jan 23 2013 [Issue 9382] New: Alias declaration should not require the semantics completion of aliased template instance. (2)
Jan 23 2013 [Issue 9381] New: package access can be abused and worked around (4)
Jan 23 2013 [Issue 9380] New: deprecated statement string expression is too limited (1)
Jan 23 2013 [Issue 9379] New: Define a few good .ddoc files (2)
Jan 23 2013 [Issue 9378] New: std.internal.digest.sha_SSE3 breaks if compiled with PIC (2)
Jan 23 2013 [Issue 9377] New: Link-failure regression cause by fixing issue 8504 (4)
Jan 22 2013 [Issue 9376] New: Improve LaTeX -> PDF generation for the language spec (4)
Jan 22 2013 [Issue 9375] New: wrong code when assigning to ref in CTFE (1)
Jan 22 2013 [Issue 9374] New: 'super' should be accessible inside template constraint (4)
Jan 22 2013 [Issue 9373] New: Add deprecation message to all empty deprecation statements (8)
Jan 22 2013 [Issue 9372] New: Class member with disabled ctor makes class ctor unusable (9)
Jan 22 2013 [Issue 9371] New: safe works or doens't depending on position (2)
Jan 22 2013 [Issue 9370] New: DDoc: switch to one html file per entity (function, type etc) (7)
Jan 22 2013 [Issue 9369] New: DDoc hardcodes '&' -> '&' in code (14)
Jan 22 2013 [Issue 9368] New: Final swith typedef'ed enum is not properly checked (4)
Jan 22 2013 [Issue 9367] New: private in mixin template (1)
Jan 21 2013 [Issue 9366] New: Appending a value cast to void to a void[] crashes DMD. (4)
Jan 21 2013 [Issue 9365] New: Allow partially specified template aliases (4)
Jan 21 2013 [Issue 9364] New: [ICE] Error: CTFE internal error painting S* (3)
Jan 20 2013 [Issue 9363] New: Array slice initialization with implicitly castable type (4)
Jan 20 2013 [Issue 9362] New: Add a method to remove one item to std.container.SList (1)
Jan 20 2013 [Issue 9361] New: Nasty bug and/or error message for template constaints using this (6)
Jan 20 2013 [Issue 9360] New: Bad error message with non-const template method (1)
Jan 20 2013 [Issue 9359] New: Can't concat ints: incompatible types for 'int' and 'int' (5)
Jan 20 2013 [Issue 9358] New: Compiler creates duplicate switch cases after an error (4)
Jan 20 2013 [Issue 9357] New: Floating-point literal should always be printed with a period (7)
Jan 20 2013 [Issue 9356] New: -inline with inout and append generates wrong code (2)
Jan 19 2013 [Issue 9355] New: [security] SSL certificate signature verification disabled in std.net.curl (2)
Jan 19 2013 [Issue 9354] New: overload resolution picks alias this over const conversion (1)
Jan 18 2013 [Issue 9353] New: Memory corruption with mixin-generated code and -cov switch (1)
Jan 18 2013 [Issue 9352] New: Memory corruption in delegate called by struct dtor (4)
Jan 18 2013 [Issue 9351] New: Cannot run Phobos unittests locally on win32 (8)
Jan 18 2013 [Issue 9350] New: std.algorithm.findAdjacent unreachable code warning with infinite ranges (4)
Jan 18 2013 [Issue 9349] New: rdmd fails with /usr/bin/ld: cannot find -lcurl (2)
Jan 18 2013 [Issue 9348] New: "tmpl!arg" syntax followed by "!is" (5)
Jan 18 2013 [Issue 9346] New: nested struct calls disabled postblit (4)
Jan 18 2013 [Issue 9345] New: CTFE fails when using std.string.format with imported string enum (4)
Jan 17 2013 [Issue 9344] New: A program takes a console comand as an argument. (4)
Jan 17 2013 [Issue 9343] New: Problem installing dmd-2.061-0.fedora.x86_64.rpm on Fedora 18 (19)
Jan 17 2013 [Issue 9342] New: nested aggregates generate closures, even when they don't escape (1)
Jan 17 2013 [Issue 9341] New: Linker error with array literal populated by compile-time tuple (2)
Jan 17 2013 [Issue 9340] New: Covariant return type conflicts with out contract. (1)
Jan 17 2013 [Issue 9339] New: std.random.uniform!Enum should return random enum member (24)
Jan 17 2013 [Issue 9338] New: Compiler segfault with template mixin creating compile time array (8)
Jan 17 2013 [Issue 9337] New: There's no Duration.max (6)
Jan 17 2013 [Issue 9336] New: Writeln is unable to print address of shared variable (4)
Jan 17 2013 [Issue 9335] New: Dtors are not called for dynamic arrays initialized by literals (3)
Jan 17 2013 [Issue 9334] New: Dtor and postblit for struct heap object are not always called (3)
Jan 17 2013 [Issue 9333] New: druntime module is not compiled into binary (3)
Jan 17 2013 [Issue 9332] New: [REG][2.061 -> 02.061a] struct constructor taking itself creates "Warning: statement is not reachable" (5)
Jan 16 2013 [Issue 9331] New: incorrect "ulong.max" value (4)
Jan 16 2013 [Issue 9330] New: Cannot run dmd test suite with MSYS (4)
Jan 16 2013 [Issue 9329] New: unexpected 'int' in error message (1)
Jan 16 2013 [Issue 9328] New: Use advice from Google PageSpeed Insights (1)
Jan 16 2013 [Issue 9327] New: alias this declaration and unknown identifiers lead to segmentation fault (1)
Jan 16 2013 [Issue 9326] New: writeln to simply show pointed data (8)
Jan 16 2013 [Issue 9325] New: writeln of const class instance (4)
Jan 15 2013 [Issue 9324] New: Can't assign type to Tuple with a Tuple subtype (1)
Jan 15 2013 [Issue 9323] New: Document the deltas between tdpl (rox) and dlang.org (1)
Jan 15 2013 [Issue 9322] New: Internal error: ../ztc/cod1.c 3510 with SIMD on OSX 32 (2)
Jan 15 2013 [Issue 9321] New: Dead link to HTML5 standard in language specification (3)
Jan 14 2013 [Issue 9320] New: Non-POD status of a struct correlated to bad inlining. (7)
Jan 14 2013 [Issue 9319] New: Unexpected compiles __traits behaviour in a certain situation (1)
Jan 14 2013 [Issue 9318] New: stack overflow if struct have alias this to this.init and has function,in which compare itself with init (2)
Jan 14 2013 [Issue 9317] New: ParameterStorageClassTuple reports errors for inout function (8)
Jan 14 2013 [Issue 9316] New: Version string should be generated from a git tag (3)
Jan 14 2013 [Issue 9315] New: ICE (expression.c:4249, StructLiteralExp::getField) Tupleof of nested struct literal (7)
Jan 13 2013 [Issue 9314] New: std.algorithm.minCount of const(int)[] (1)
Jan 13 2013 [Issue 9313] New: Provide dynamic array-dedicated "extend" function (1)
Jan 13 2013 [Issue 9312] New: with statement error message should say structs are allowed as expressions (4)
Jan 12 2013 [Issue 9311] New: shared library file extension incorrectly modified (6)
Jan 12 2013 [Issue 9310] New: escapeShellCommand unittests are never run (2)
Jan 12 2013 [Issue 9309] New: Regression (2.061): -O -release generates wrong code (8)
Jan 12 2013 [Issue 9308] New: dynamic array's TypeInfo_Array.value is null of simple basic type (1)
Jan 12 2013 [Issue 9307] New: escapeShellCommand returns empty string (4)
Jan 12 2013 [Issue 9306] New: __function alias (1)
Jan 12 2013 [Issue 9305] New: Ugly Ddoc for default template lambda expressions (4)
Jan 12 2013 [Issue 9304] New: Unary minus operator doesn't work correctly with SIMD types. (5)
Jan 12 2013 [Issue 9303] New: ICE: (1235 in file 'glue.c') with property switch (4)
Jan 12 2013 [Issue 9302] New: Document extern properly (6)
Jan 12 2013 [Issue 9301] New: using XMM.PSHUFD results in an internal compiler error (3)
Jan 12 2013 [Issue 9300] New: Syntax for loop invariants (4)
Jan 12 2013 [Issue 9299] New: std.algorithm.minPos of const(int)[] (7)
Jan 11 2013 [Issue 9298] New: some std.math functions not implemented for Win64 (1)
Jan 11 2013 [Issue 9297] New: Formatting of floating point values in std.format truncates reals to double (2)
Jan 11 2013 [Issue 9296] New: LITTLE_ENDIAN and BIG_ENDIAN are always defined on Linux (1)
Jan 11 2013 [Issue 9295] New: More implicit type conversion in array literals (1)
Jan 11 2013 [Issue 9294] New: foreach tuple unpack with opApply (1)
Jan 10 2013 [Issue 9293] New: enum struct with StructInitializer reports weird error (4)
Jan 10 2013 [Issue 9292] New: hasNestedArgs wrong result for nested template literal (3)
Jan 10 2013 [Issue 9291] New: [ICE] throwing undefined identifier with nothrow crashes dmd (5)
Jan 10 2013 [Issue 9290] New: Ability to modify immutable as static array assignment is allowed when it must not (1)
Jan 09 2013 [Issue 9289] New: [Regression 2.061] Had been deprecated language features are enabled again in default (27)
Jan 09 2013 [Issue 9288] New: Parameter(Identifier|DefaultValue)Tuple report pointless errors (3)
Jan 09 2013 [Issue 9287] New: DMD should read from stdin when the only input file is "-" (3)
Jan 09 2013 [Issue 9286] New: std.conv fails to compile with Nullable (12)
Jan 09 2013 [Issue 9285] New: dtoh (10)
Jan 08 2013 [Issue 9284] New: DMD segfaults with templated ctors in constructor delegation (4)
Jan 08 2013 [Issue 9283] New: "out ref" function attribute proposal to solve ref-accepting ref-returning memory safety issue (1)
Jan 08 2013 [Issue 9282] New: Add std.textmacro module (1)
Jan 08 2013 [Issue 9281] New: Enum struct with op overloading doesnt works (5)
Jan 07 2013 [Issue 9280] New: Runtime range violation with named capture groups in regex (7)
Jan 07 2013 [Issue 9279] New: Static array return value implicitly converted to immutable dynamic array (1)
Jan 07 2013 [Issue 9278] New: ICE todt.c:692 when float containing struct is defined after use (4)
Jan 07 2013 [Issue 9277] New: [diagnostic] bad error message on illegal cast inside foreach (3)
Jan 06 2013 [Issue 9276] New: regression(2.061): Forward reference error (6)
Jan 06 2013 [Issue 9275] New: removeRoot hits assert(0) instead of being no-op (as documented) (1)
Jan 06 2013 [Issue 9274] New: is + alias this = wrong code (1)
Jan 05 2013 [Issue 9273] New: DMD Segfaulting with templated ctors (8)
Jan 05 2013 [Issue 9272] New: opDispatch conflicts with UFCS on template functions (7)
Jan 05 2013 [Issue 9271] New: Forwarding lambda predicate with type inference causes segfault (4)
Jan 05 2013 [Issue 9270] New: Undetected ref escape of local slice (2)
Jan 04 2013 [Issue 9269] New: [2.061] rdmd -unittest fails with lcurl not found (10)
Jan 03 2013 [Issue 9268] New: [ice-on-invalid] void assignment in fail44.d no longer caught in frontend (5)
Jan 03 2013 [Issue 9267] New: Website formatting errors (2)
Jan 03 2013 [Issue 9266] New: Cannot define two Tuple objects. (9)
Jan 03 2013 [Issue 9265] New: Nullable fixed-sized array wrapper (6)
Jan 03 2013 [Issue 9264] New: [64bit] Wrong code with conversion from int parameter to float (5)
Jan 03 2013 [Issue 9263] New: statement is not reachable when statement is reachable (5)
Jan 02 2013 [Issue 9262] New: compilation of erroneous source files causes segfault (2)
Jan 02 2013 [Issue 9261] New: "Internal error: ../ztc/cgcod.c 810" on AMD64 with -lib -O -gs (1)
Jan 02 2013 [Issue 9260] New: getopt should allow setting booleans to false (5)
Jan 02 2013 [Issue 9259] New: Passing an array of pointers to a typesafe vararg is broken (4)
Jan 02 2013 [Issue 9258] New: opAssign with base class triggers "identity assignment operator overload" error (9)
Jan 02 2013 [Issue 9257] New: [ER] New optional "operator" keyword to validate magic functions (3)
Jan 01 2013 [Issue 9256] New: A purity-related error message in case of member access (2)
Jan 01 2013 [Issue 9255] New: Inconsistent .file field of thrown exceptions (3)
Jan 01 2013 [Issue 9254] New: ICE on invalid foreach aggregate (4)
Jan 01 2013 [Issue 9253] New: Review Phobos algorithms and make them transient-safe where possible (4)
Jan 01 2013 [Issue 9252] New: Wrong error message in a case of alias-this-array indexing with double value (1)
Jan 01 2013 [Issue 9251] New: An immutable arrays concatenation to produce an immutable implicitly castable to mutable? (2)
Jan 01 2013 [Issue 9250] New: Wrong error line number with an assignment (6)
Jan 01 2013 [Issue 9249] New: Defining opCast disables Upcasting (4)
Jan 01 2013 [Issue 9248] New: [2.061 beta] Concatenation of array literal and array produces corrupted result (5)
Jan 01 2013 [Issue 9247] New: Compiler accepts opaque struct returned by value from function pointer declaration. (1)
Dec 31 2012 [Issue 9246] New: safe struct with dtor doesn't generate safe opAssign (2)
Dec 29 2012 [Issue 9244] New: union containing pointers not allowed (6)
Dec 29 2012 [Issue 9242] New: Add stack smashing code to flush out heisenbugs (11)
Dec 29 2012 [Issue 9241] New: 2.061: Property call error message disappeared (6)
Dec 29 2012 [Issue 9240] New: (Regression: 2.058) non-const does not implicitly convert to const (4)
Dec 28 2012 [Issue 9238] New: Support rvalue references (15)
Dec 28 2012 [Issue 9237] New: add __traits(isPOD, ...) (6)
Dec 28 2012 [Issue 9236] New: CTFE ice on switch + with(EnumType) (6)
Dec 28 2012 [Issue 9235] New: Template mixin makes doesn't allow to mixin in non-conflicting overloads (7)
Dec 28 2012 [Issue 9232] New: Parsing error on some templated methods calls (9)
Dec 28 2012 [Issue 9231] New: overriding inout funcion with attribute inference reports weird error (5)
Dec 27 2012 [Issue 9230] New: Incorrect implicit immutable conversion occurs in pure function (10)
Dec 27 2012 [Issue 9221] New: Added -di flag to make use of deprecated symbols a warning (3)
Dec 27 2012 [Issue 9219] New: Allow matching { } in asm statements (3)
Dec 27 2012 [Issue 9218] New: [2.061] Correct signature of struct opCmp no longer accepts enum structs (12)
Dec 26 2012 [Issue 9211] New: regex lookahead, (?=(\d\d\d)+\b) failed (7)
Dec 26 2012 [Issue 9209] New: [ICE](symbol.c line 1025) with const struct heap allocation (5)
Dec 26 2012 [Issue 9208] New: [ICE](func.c line 1205) with auto return in recursive function (4)
Dec 25 2012 [Issue 9207] New: std.array.join of immutable(string[]) (3)
Dec 25 2012 [Issue 9206] New: std.exception.isValidEnumValue (4)
Dec 23 2012 [Issue 9200] New: Wrong SIMD cod generated (7)
Dec 23 2012 [Issue 9199] New: Module level qualified functions should be rejected (7)
Dec 23 2012 [Issue 9198] New: Vararg functions don't respect IFTI rules (5)
Dec 22 2012 [Issue 9195] New: Can do pointer arithmetic in safeD! (10)
Dec 22 2012 [Issue 9193] New: Wrong code with mixing -inline/non-inline modules, nested functions and templates (4)
Dec 21 2012 [Issue 9192] New: Allow opEquals for .tupleof expressions (2)
Dec 20 2012 [Issue 9191] New: Unhelpful error message on failing override (5)
Dec 19 2012 [Issue 9185] New: Add note about where -op is useful (3)
Dec 19 2012 [Issue 9184] New: std.algorithm.all fails to compile when providing a lambda (2)
Dec 18 2012 [Issue 9183] New: Add a Nullable.get(x) overload (2)
Dec 18 2012 [Issue 9182] New: [ICE](glue.c line 1235) With static struct fields (3)
Dec 18 2012 [Issue 9180] New: can't compile example code on dlang.org (6)
Dec 18 2012 [Issue 9178] New: UDA: getAttributes does not play well with topleof (5)
Dec 18 2012 [Issue 9177] New: Wrong `alias func this` incorrectly reports error message (7)
Dec 17 2012 [Issue 9174] New: [ICE](cast.c line 2463) with ternary operator with mixed alias this types (5)
Dec 17 2012 [Issue 9172] New: strange shadowing declaration check (5)
Dec 17 2012 [Issue 9170] New: CTFE: Allow reinterpret casts float <-> int (5)
Dec 16 2012 [Issue 9164] New: Can't easily assign one Nullable to another (5)
Dec 16 2012 [Issue 9163] New: std.parallelism broken with extensive optimizations (gdc) (15)
Dec 14 2012 [Issue 9157] New: RDMD: Add support for the Unilink linker (7)
Dec 13 2012 [Issue 9155] New: Ddoc: code section should strip leading spaces (5)
Dec 13 2012 [Issue 9147] New: Implicit conversion to struct with alias this does not work (2)
Dec 12 2012 [Issue 9145] New: File is not opened if 'File' constructor is called in 'with' statement expression (2)
Dec 10 2012 [Issue 9136] New: Add isNested trait (4)
Dec 10 2012 [Issue 9134] New: failed assert leads to Segmentation fault when iterating file lines (12)
Dec 09 2012 [Issue 9130] New: Wrong codegen for comile time constructed struct (8)
Dec 09 2012 [Issue 9127] New: Error on getting `stringof` on field with body-less interface type (3)
Dec 07 2012 [Issue 9122] New: std.concurrency send() fails with multiple arrays (7)
Dec 05 2012 [Issue 9113] New: ICE(interpret.c): CTFE assignment to member of struct in union (6)
Dec 03 2012 [Issue 9112] New: Uniform default construction (23)
Dec 02 2012 [Issue 9108] New: Running dmd generates an error (3)
Dec 02 2012 [Issue 9107] New: Value Range Analysis with uint and byte (2)
Dec 02 2012 [Issue 9106] New: Rename std.random.randomShuffle as std.random.shuffle (4)
Dec 01 2012 [Issue 9102] New: OutputRange should be ref parameter (13)
Nov 30 2012 [Issue 9099] New: segfault while returning an atomicLoad value (11)
Nov 29 2012 [Issue 9098] New: Error with ddoc: octal digit expected (6)
Nov 29 2012 [Issue 9097] New: Value range propagation to disable some array bound tests (2)
Nov 29 2012 [Issue 9096] New: comsub bug with chained function calls, optimization and attributes (3)
Nov 29 2012 [Issue 9095] New: [ICE](statement.c line 5037) with throw in nonthrow function (2)
Nov 28 2012 [Issue 9092] New: GC.extend allocates less then it reports (8)
Nov 28 2012 [Issue 9091] New: Perhaps another forward referencing bug. (11)
Nov 27 2012 [Issue 9083] New: mixin expression on template argument doesn't work (5)
Nov 25 2012 [Issue 9078] New: non-static opCall is chosen instead of a default constructor (3)
Nov 24 2012 [Issue 9071] New: sort function won't compile but Range fits describtion (10)
Nov 23 2012 [Issue 9067] New: Can't assign values from privately included modules to enums. (2)
Nov 23 2012 [Issue 9066] New: Implement constructor forwarding template (4)
Nov 22 2012 [Issue 9061] New: BigInt | BigInt, BigInt & int (3)
Nov 22 2012 [Issue 9055] New: Compiler bails out on initializing a variable (9)
Nov 20 2012 [Issue 9050] New: compiler crash on return type inference (4)
Nov 19 2012 [Issue 9047] New: Bad error message with power ^^ operator (10)
Nov 18 2012 [Issue 9045] New: Feature rest for std.asscii => function isNewline (12)
Nov 18 2012 [Issue 9044] New: Random "Previous Definition Different" optlink failure (looks like a buffer overflow bug somewhere) (25)
Nov 16 2012 [Issue 9033] New: Remove __thread from the language (5)
Nov 15 2012 [Issue 9031] New: No error line number with not callable postblit (2)
Nov 13 2012 [Issue 9018] New: __traits(compiles, ...) is true on second check for same incompilable code (8)
Nov 12 2012 [Issue 9009] New: allow foreach without identifier (5)
Nov 12 2012 [Issue 9008] New: Another forward referencing bug (9)
Nov 12 2012 [Issue 9007] New: DMD-head Warnings about missing curl.lib when using -unittest (2)
Nov 12 2012 [Issue 9005] New: std.concurrency.spawn should allow `void delegate(Args) shared` for new Tid (4)
Nov 11 2012 [Issue 8998] New: 'inout pure' returns immutable, which in reality is mutable (5)
Nov 11 2012 [Issue 8997] New: template instances omit symbol that may be used in other modules (8)
Nov 10 2012 [Issue 8993] New: Implement unique references/isolated memory (15)
Nov 09 2012 [Issue 8989] New: cfloat argument passing broken (3)
Nov 08 2012 [Issue 8982] New: Assertion failure: '0' on line 353 in file 'ctfeexpr.c' (6)
Nov 08 2012 [Issue 8981] New: bool and %s don't honor formating flags (2)
Nov 06 2012 [Issue 8969] New: is(T == __parameters) is undocumented (3)
Nov 05 2012 [Issue 8964] New: One infinite loop with foreach (2)
Nov 04 2012 [Issue 8960] New: DMD 2.061 git head: Unable to set thread priority (3)
Nov 03 2012 [Issue 8959] New: IsExpression should support syntax which has no Identifier in all cases (8)
Nov 03 2012 [Issue 8957] New: Closure not recognized when passing type with post-blit as lazy parameter (8)
Nov 03 2012 [Issue 8955] New: Can't have qualified field with not-qualified constructor/postblit (3)
Nov 03 2012 [Issue 8954] New: Missing line number in error message for uncollable destructor/postblit (3)
Nov 03 2012 [Issue 8953] New: Parser rejects qualifier after destructor i.e. `~this() <qualifier> { }` (4)
Nov 02 2012 [Issue 8945] New: Can't call static struct initializer or constructor without qualifier for templated inner struct (6)
Nov 02 2012 [Issue 8941] New: Documentation for the Yes struct in Phobos std.typecons appears incorrect (2)
Nov 02 2012 [Issue 8936] New: Throwing results in searching the whole directory tree rooted in current directory (37)
Nov 02 2012 [Issue 8934] New: Lambda violates DMD assertion (5)
Oct 31 2012 [Issue 8925] New: Constructor is called instead of opCall if constructor is generic (4)
Oct 31 2012 [Issue 8922] New: __traits(parent, <imported package>) shows current module as a parent (6)
Oct 31 2012 [Issue 8920] New: iota(byte), iota(ushort) (7)
Oct 31 2012 [Issue 8919] New: & for BigInt (2)
Oct 30 2012 [Issue 8913] New: Wrong code in IfStatement condition Expression (5)
Oct 29 2012 [Issue 8907] New: Selective import of a symbol after its first usage causes errors (including ICE) (2)
Oct 28 2012 [Issue 8903] New: Bad code for enum array members (4)
Oct 28 2012 [Issue 8902] New: Unexpected "duplicate union initialization for X" error (7)
Oct 26 2012 [Issue 8898] New: false positive dangling else warning (7)
Oct 25 2012 [Issue 8893] New: [ICE][CTFE] (interpret.c, line 3598) with failed array access (8)
Oct 25 2012 [Issue 8892] New: Not precise error message with failed fixed size array assign (11)
Oct 24 2012 [Issue 8890] New: std.algorithm.commonPrefix does not handle unicode correctly (5)
Oct 24 2012 [Issue 8888] New: char enums inside functions (7)
Oct 23 2012 [Issue 8880] New: Feature Request into both std.ascii std.uni isNewline (4)
Oct 22 2012 [Issue 8869] New: std.typecons.Unique instance doesn't compile, needs std.stdio (3)
Oct 21 2012 [Issue 8861] New: compiler should inform as "... can't return lvalue " but crush because of Internal error (4)
Oct 20 2012 [Issue 8860] New: DMD crashes in post-contract of auto function (2)
Oct 20 2012 [Issue 8858] New: DMD's -v option doesn't output dependencies with imports inside functions (2)
Oct 19 2012 [Issue 8856] New: import inside function sometimes causes link errors (6)
Oct 19 2012 [Issue 8853] New: Unable to use std.concurrency.receive with Tuple!(immutable(int[])) (2)
Oct 18 2012 [Issue 8847] New: voldemort + inout confuses "is" (11)
Oct 17 2012 [Issue 8841] New: Missing line numbers in stack trace? (9)
Oct 17 2012 [Issue 8837] New: BigInt/boolean error message (4)
Oct 16 2012 [Issue 8834] New: UFCS doesn't work with local aliases to functions (2)
Oct 16 2012 [Issue 8833] New: Odd error with expression tuples (6)
Oct 16 2012 [Issue 8832] New: Segfault when accessing range returned by function that has delegate referencing local variables (9)
Oct 15 2012 [Issue 8828] New: Long compilation time of a destroy() on a large fixed-sized matrix (6)
Oct 15 2012 [Issue 8827] New: Cannot move contents of R12 (6)
Oct 15 2012 [Issue 8826] New: PostExpression cannot follow NewExpression (2)
Oct 14 2012 [Issue 8819] New: void static array should have init built-in propert (7)
Oct 13 2012 [Issue 8815] New: alias modification silently fails on nested fields (3)
Oct 12 2012 [Issue 8807] New: Better error messages for a switch on doubles (4)
Oct 09 2012 [Issue 8787] New: Virtual not abstract methods in interfaces error message (6)
Oct 08 2012 [Issue 8785] New: feature request: static mixin (4)
Oct 08 2012 [Issue 8783] New: ref foreach update of const fixed size arrays in constructor (8)
Oct 06 2012 [Issue 8769] New: Template instantiation emitted into wrong file on multi-obj compilation (2)
Oct 06 2012 [Issue 8768] New: DMD segfaults if templated ctor is inherited (3)
Oct 05 2012 [Issue 8765] New: assert should print the source code for the condition when no message argument present (8)
Oct 05 2012 [Issue 8764] New: chunks.transposed causes infinite ranges. (2)
Oct 05 2012 [Issue 8763] New: struct initialization with empty variadic arguments tries to call constructor (5)
Oct 04 2012 [Issue 8761] New: variadic template with nested function using tuple fails (2)
Oct 04 2012 [Issue 8757] New: Require parenthesization of ternary operator when compounded (7)
Oct 04 2012 [Issue 8755] New: Change the order of reduce arguments (6)
Oct 04 2012 [Issue 8754] New: Function commonPrefix returns invalid string when passing two cyrillic utf-8 strings (2)
Oct 03 2012 [Issue 8748] New: the module name must not be unique in the pack and its subpacks (2)
Oct 01 2012 [Issue 8742] New: Anonymous nested class derived from another nested class makes DMD crash (7)
Sep 30 2012 [Issue 8741] New: [CTFE] Incorrect static array assign results in constructor (7)
Sep 30 2012 [Issue 8740] New: Temporary structs inside of array literals are destroyed and not copied in initialization of array (2)
Sep 29 2012 [Issue 8738] New: Struct assignment constructor order of operations DMD 2.0.6 (2)
Sep 28 2012 [Issue 8735] New: Can't use alias this on template + ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c' (3)
Sep 26 2012 [Issue 8727] New: __traits(is_reserved_word, "") ? (10)
Sep 25 2012 [Issue 8726] New: About immutable and const constructors (2)
Sep 23 2012 [Issue 8717] New: `private` and `protected` restrict member usage in same module (4)
Sep 23 2012 [Issue 8716] New: `package` restricts members usage in same module if there is no package name (4)
Sep 23 2012 [Issue 8711] New: Missing line number and bad error messages with a wrong functions array initialization (2)
Sep 23 2012 [Issue 8710] New: std.typecons.Tuple and double declared nested struct crashes dmd (2)
Sep 21 2012 [Issue 8706] New: Tool reference page (2)
Sep 19 2012 [Issue 8698] New: Forward reference error with interfaces (4)
Sep 19 2012 [Issue 8697] New: Invalid error message: Forward reference of interface (4)
Sep 19 2012 [Issue 8695] New: ParameterStorageClassTuple doesn't recognize 'in' parameters (7)
Sep 19 2012 [Issue 8694] New: std.zlib.(Un)Compress can cause an _onInvalidMemoryOperationError (5)
Sep 18 2012 [Issue 8692] New: UFCS doesn't work with template alias parameter (2)
Sep 18 2012 [Issue 8690] New: Can't access a global enum size_t from a pure function (3)
Sep 18 2012 [Issue 8689] New: Variant opArithmetic does not attempt float conversion (3)
Sep 16 2012 [Issue 8670] New: IFTI fails from aliases (2)
Sep 16 2012 [Issue 8669] New: TemplateThisParameter should change member function's qualifier (5)
Sep 16 2012 [Issue 8668] New: public selective import makes functions conflict when otherwise they don't (6)
Sep 16 2012 [Issue 8667] New: selective import breaks normal overload resolution (3)
Sep 15 2012 [Issue 8663] New: AliasThis is not used in comparison (3)
Sep 13 2012 [Issue 8655] New: bitfields and Typedef don't mix (4)
Sep 13 2012 [Issue 8651] New: Slice op Slice throws exceptions (not errors), and nothrow (7)
Sep 11 2012 [Issue 8641] New: Segfault on accessing undefined identifier (2)
Sep 09 2012 [Issue 8636] New: inconsistent behavior with implicit imports (3)
Sep 09 2012 [Issue 8635] New: Allow postfix expressions for new (18)
Sep 08 2012 [Issue 8631] New: illegal overrides accepted (7)
Sep 07 2012 [Issue 8628] New: IntegerExp::toInteger(): Assertion `0' failed (4)
Sep 06 2012 [Issue 8626] New: Mixin forward reference semantic run leads to inconsistent AST (4)
Sep 04 2012 [Issue 8619] New: Tuples article uses writefln instead of writeln (3)
Sep 04 2012 [Issue 8618] New: std.typecons.Typedef can't instead typedef keyword (2)
Sep 02 2012 [Issue 8613] New: std.typecons.Proxy cannot work with operator 'in' (5)
Sep 02 2012 [Issue 8612] New: struct alignment failure for delegate in catch block referring to the catched exception (2)
Sep 02 2012 [Issue 8609] New: A forward reference error with static arrays (4)
Aug 31 2012 [Issue 8605] New: rdmd aborts during link (4)
Aug 30 2012 [Issue 8602] New: Assertion failure (7)
Aug 28 2012 [Issue 8597] New: UFCS fails when used with a pointer to enum and implicit dereferencing (3)
Aug 28 2012 [Issue 8596] New: Indeterministic assertion failure in rehash (28)
Aug 26 2012 [Issue 8589] New: Incorrect conversion of function returning `typeof(null)` to function returning an array (8)
Aug 25 2012 [Issue 8586] New: [ICE] (module.c, line 829) with -noboundscheck and local import (6)
Aug 25 2012 [Issue 8585] New: iota(ubyte) problem (2)
Aug 24 2012 [Issue 8583] New: AA ushort[dchar] byValue range is corrupted on x86_64 (8)
Aug 21 2012 [Issue 8574] New: [std.format] The flag ' ' works for floating numbers, not only for integers (4)
Aug 20 2012 [Issue 8569] New: Unexpected OPTLINK termination at EPI=00424D76 (6)
Aug 20 2012 [Issue 8567] New: isDynamicArrray!S == true for S with alias this to array (3)
Aug 20 2012 [Issue 8563] New: Exception segfault (4)
Aug 15 2012 [Issue 8555] New: Round Robin and Infinite Ranges (2)
Aug 15 2012 [Issue 8552] New: Bogus diagnostic when member function call doesn't match constancy (4)
Aug 12 2012 [Issue 8542] New: crosstalk between template instantiations (12)
Aug 11 2012 [Issue 8541] New: mangleof symbol passed as alias gets messed up (2)
Aug 09 2012 [Issue 8529] New: ctRegex - named submatch - hash-table exception (6)
Aug 08 2012 [Issue 8523] New: compile time parsing of hex floats (2)
Aug 07 2012 [Issue 8518] New: Segmentation fault in _memset128ii (2)
Aug 04 2012 [Issue 8507] New: (Regression 2.060) rdmd hangs and mutex failures (2)
Aug 03 2012 [Issue 8504] New: Template attribute inferrence doesn't work (5)
Aug 03 2012 [Issue 8502] New: core.simd not listed. (2)
Aug 02 2012 [Issue 8493] New: template parameter extraction fails for types returned from templated function (2)
Jul 31 2012 [Issue 8485] New: referencing a deprecated symbol should never compile (2)
Jul 29 2012 [Issue 8466] New: DMD segfault (2.060 git) (4)
Jul 29 2012 [Issue 8461] New: std.container.SList can't work with std.typecons.Proxy (3)
Jul 27 2012 [Issue 8456] New: DMD crash with variadic base-class ctor and non-variadic subclass ctor (2)
Jul 26 2012 [Issue 8448] New: Take address of label (at least in inline asm) (4)
Jul 25 2012 [Issue 8441] New: function expected, not <my function> (12)
Jul 25 2012 [Issue 8432] New: write needs to print full enum type (6)
Jul 24 2012 [Issue 8426] New: Spell corrector for wrong function names looks in the wrong places (2)
Jul 22 2012 [Issue 8414] New: with statement causes linker error (7)
Jul 22 2012 [Issue 8412] New: [GSOC] Forward reference bug fest (2)
Jul 22 2012 [Issue 8411] New: core.time: No easy way to check if Duration is empty (3)
Jul 22 2012 [Issue 8408] New: Purity calculation should be improved (17)
Jul 16 2012 [Issue 8394] New: Can't compile rdmd.d using master version under XP (7)
Jul 15 2012 [Issue 8391] New: Segmentation fault (core dumped) with std.write (3)
Jul 13 2012 [Issue 8384] New: Poor wchar/dchar* to string conversion support (23)
Jul 10 2012 [Issue 8374] New: One missed array literal interpretation as int[2] (5)
Jul 10 2012 [Issue 8369] New: try/finally block and float division by zero (4)
Jul 10 2012 [Issue 8368] New: std.algorithm.sort's template constraint is inadequate (4)
Jul 10 2012 [Issue 8367] New: std.range.chain's template constraint is inadequate (3)
Jul 09 2012 [Issue 8366] New: Overriding const member function in conjunction with mutable overload causes a strange error (10)
Jul 08 2012 [Issue 8361] New: [ICE] (eh.c line 316) with struct with dtor in assert (3)
Jul 08 2012 [Issue 8358] New: TypeInfo_Const next implementation is wrong (2)
Jul 07 2012 [Issue 8357] New: ICE instantiating template inside of a unittest (3)
Jul 06 2012 [Issue 8354] New: Some missing "import std.math to use ^^ operator" error messages (7)
Jul 06 2012 [Issue 8352] New: Wrong "__overloadset isn't a template" error (4)
Jul 04 2012 [Issue 8347] New: Parser bug with const placed after ~this() in decl (4)
Jul 03 2012 [Issue 8345] New: Odd error for using 08 literal (2)
Jul 01 2012 [Issue 8331] New: Problem with sort!(SwapStrategy.stable) (5)
Jun 30 2012 [Issue 8326] New: std.string.format results in run-time exception (4)
Jun 29 2012 [Issue 8321] New: std.range.put doesn"t work with RefCounted output range (6)
Jun 29 2012 [Issue 8316] New: Regression with template functions (10)
Jun 27 2012 [Issue 8314] New: randomSample primes with constant (3)
Jun 26 2012 [Issue 8304] New: writeln of empty Nullables too (4)
Jun 26 2012 [Issue 8302] New: Documentation of dirEntries in std.file is incomplete (6)
Jun 25 2012 [Issue 8298] New: dirEntries special linux file in Home di (3)
Jun 25 2012 [Issue 8294] New: complex breaks calling in 64 bit DMD (2)
Jun 25 2012 [Issue 8293] New: Small amount of static analysis to avoid certain destructor bugs (2)
Jun 19 2012 [Issue 8269] New: The 'with' statement does not observe temporary object lifetime (5)
Jun 18 2012 [Issue 8262] New: [ICE] sequence alias this (2)
Jun 14 2012 [Issue 8245] New: UFCS doesn't work for pointers (5)
Jun 14 2012 [Issue 8238] New: regression: templates can create ghost fields (5)
Jun 11 2012 [Issue 8230] New: rdmd -lib -offilename ignores output filename (2)
Jun 11 2012 [Issue 8222] New: Optlink crashes when debug info is enabled (4)
Jun 11 2012 [Issue 8220] New: invalid function call not detected during semantic analysis (16)
Jun 09 2012 [Issue 8213] New: Incorrect error message with pointer to ubyte[] and front (4)
Jun 03 2012 [Issue 8189] New: const ref foreach iteration too (3)
Jun 01 2012 [Issue 8179] New: [ICE] with failed opCall (3)
May 31 2012 [Issue 8173] New: rdmd -g --build-only main looses debug info (2)
May 28 2012 [Issue 8157] New: Disallow (dis)equality among two different enums (2)
May 26 2012 [Issue 8153] New: Warning about toHash is incorrect (4)
May 26 2012 [Issue 8152] New: Linking C library causes Seg-fault (5)
May 25 2012 [Issue 8149] New: Possible forward reference mistake (2)
May 24 2012 [Issue 8143] New: Safe std.conv.to enum conversion (27)
May 22 2012 [Issue 8132] New: LPTSTR always aliases to LPSTR (3)
May 21 2012 [Issue 8130] New: Memory corruption because without *.def file DMD compiles DLL with assumption `_tls_index = 0` (12)
May 21 2012 [Issue 8128] New: unittest blocks should be allowed in interfaces (6)
May 19 2012 [Issue 8120] New: std.conv.to throws exception when converting const string to int with -O optimisation switch (6)
May 18 2012 [Issue 8118] New: Impossible to initialize a member struct without default constructor or assigment (6)
May 17 2012 [Issue 8111] New: [ICE] With templated recursive return-inferred function (3)
May 16 2012 [Issue 8105] New: in ref (4)
May 15 2012 [Issue 8100] New: [ICE] with templated subclassing (3)
May 10 2012 [Issue 8081] New: pure nothrow unittest problem in generated 'header' file (4)
May 10 2012 [Issue 8078] New: receiveOnly should tell which type it expected and got on mismatch (4)
May 09 2012 [Issue 8074] New: template-mixin example contradicts text (7)
May 04 2012 [Issue 8041] New: __gshared/static problem (5)
May 04 2012 [Issue 8035] New: False hijacking error (2)
May 04 2012 [Issue 8034] New: Template mixins creates ambiguous virtual function (2)
May 04 2012 [Issue 8029] New: Untyped delegate literal and template issue (2)
Apr 29 2012 [Issue 8006] New: Implement proper in-place-modification for properties (4)
Apr 29 2012 [Issue 8001] New: Alias this takes ownership of explicit cast (4)
Apr 25 2012 [Issue 7985] New: Impossible to cast interface/object reference to void* in presence of 'alias this' (2)
Apr 24 2012 [Issue 7980] New: Stack overflow / recursive expansion with alias this (4)
Apr 23 2012 [Issue 7978] New: UTF exception (memory corruption?) using std.range.chain (behavior changes with -g) (9)
Apr 23 2012 [Issue 7972] New: std.file.read allocate a buffer the size of the file even when given a upper limit (2)
Apr 20 2012 [Issue 7950] New: Cannot derive interface from empty type tuple (5)
Apr 13 2012 [Issue 7899] New: rdmd doesn't compile using dmd 2.059 (5)
Apr 13 2012 [Issue 7896] New: Sequence slicing (8)
Apr 09 2012 [Issue 7881] New: std.string.format does not support structs with no toString (3)
Apr 09 2012 [Issue 7879] New: writeln of struct array with not const toString() (3)
Apr 05 2012 [Issue 7842] New: [ICE] (cgcs.c 517) with struct literal field increment (3)
Apr 05 2012 [Issue 7840] New: $ property for arrays (2)
Apr 05 2012 [Issue 7837] New: A refused opBinaryRight("in") with bad error message (2)
Apr 05 2012 [Issue 7829] New: __traits(isStaticFunction) fails for function in supertype (3)
Apr 05 2012 [Issue 7828] New: Cannot alias function declared in supertype (3)
Apr 04 2012 [Issue 7819] New: std.file.setTimes throws error on folders (7)
Apr 02 2012 [Issue 7809] New: __traits(getMember can be used with a type although the spec says it cannot (2)
Mar 31 2012 [Issue 7804] New: Cannot alias __traits directly (5)
Mar 30 2012 [Issue 7801] New: Nested function returning garbage instead of closed-over parameter (2)
Mar 30 2012 [Issue 7800] New: Paths with square brackets cause link failure (3)
Mar 29 2012 [Issue 7797] New: std.typelist missing from documentation (3)
Mar 28 2012 [Issue 7790] New: [CTFE] assignment to AA apply ref argument (6)
Mar 23 2012 [Issue 7757] New: Inout function with lazy inout parameter doesn't compile (5)
Mar 19 2012 [Issue 7740] New: unicodeProperties cannot be read at compile time for ctRegex (3)
Mar 19 2012 [Issue 7738] New: Can't iterate a std.typecons.Typedef!(int[]) with foreach (3)
Mar 19 2012 [Issue 7737] New: std.typecons.Typedef problem with immutable initialized in static this() (2)
Mar 18 2012 [Issue 7724] New: 'final:' doesn't work (19)
Mar 16 2012 [Issue 7719] New: enum forward reference error when enum is in braces (6)
Mar 15 2012 [Issue 7717] New: Regression(2.059): typeof(this) incorrect in mixin template (10)
Mar 15 2012 [Issue 7715] New: DDoc eats $1, $2, $3 etc. inside d_code section (6)
Mar 15 2012 [Issue 7712] New: Cannot "make" website (6)
Mar 08 2012 [Issue 7675] New: std.format needs better exception messages (5)
Mar 07 2012 [Issue 7666] New: A function to reverse the items of a tuple (13)
Mar 07 2012 [Issue 7663] New: Mutable array of chars assigned to immutable fixed size array too (2)
Mar 07 2012 [Issue 7662] New: int[1u] not implicitly convertible to immutable (2)
Mar 07 2012 [Issue 7659] New: Reopen a file (7)
Mar 05 2012 [Issue 7648] New: Can't open file (Windows UTF8) (9)
Feb 29 2012 [Issue 7613] New: __traits(getMember) on inner unittest: Assertion failure: 'type' on line 6695 in file 'expression.c' (2)
Feb 29 2012 [Issue 7609] New: Can't access field of aliased type via 'with' statement (2)
Feb 28 2012 [Issue 7607] New: ICE(e2ir.c) with -inline, opApply, a template, multiple functions (2)
Feb 25 2012 [Issue 7585] New: functions in templates inferred as delegate (15)
Feb 24 2012 [Issue 7577] New: Delegate implicitly marked as system (3)
Feb 24 2012 [Issue 7576] New: disabled postblit needs to be derived from fields (2)
Feb 24 2012 [Issue 7572] New: f.fn!(void) is not an lvalue (5)
Feb 24 2012 [Issue 7570] New: No true error message in one CTFE (5)
Feb 23 2012 [Issue 7569] New: cannot void initialize tuple declarations (4)
Feb 22 2012 [Issue 7565] New: ICE cg87.c:202, 64-bit only (4)
Feb 21 2012 [Issue 7559] New: Nested function error without -inline (3)
Feb 20 2012 [Issue 7555] New: ddoc whitespace issues due to version tags (2)
Feb 19 2012 [Issue 7549] New: typeof of overloaded function picks the lexically first one (5)
Feb 16 2012 [Issue 7522] New: ICE(interpret.c) Accessing a non-static member without this (9)
Feb 16 2012 [Issue 7520] New: opDollar undocumented (4)
Feb 15 2012 [Issue 7511] New: purity inference does not work for methods of templated aggregates (6)
Feb 15 2012 [Issue 7509] New: Allow SIMD variable contents to have all their values changed to a single float variable (7)
Feb 15 2012 [Issue 7507] New: DMD crashes when trying to call to!string on a float4 array property (3)
Feb 12 2012 [Issue 7491] New: import symbol name unavailable in class scope (7)
Feb 09 2012 [Issue 7474] New: ICE cgcs.c 354 on instanciating a struct with field and destructor as tuple (2)
Feb 08 2012 [Issue 7465] New: Duplicate error message for bad template mixin (2)
Feb 07 2012 [Issue 7459] New: working around nested function declaration order (5)
Feb 05 2012 [Issue 7448] New: Documentation on etc.c.sqlite3 and etc.c.zlib left in a bad state (2)
Feb 05 2012 [Issue 7444] New: Require [] for array copies too (19)
Feb 05 2012 [Issue 7442] New: ctRegex!`\p{Letter}` uses a lot memory in compilation (13)
Feb 05 2012 [Issue 7440] New: ctRegex does not work when using alternatives ('|') involving a '+' inside non-capturing group ('(?:…)') (5)
Feb 04 2012 [Issue 7437] New: DMD enters infinite loop during overload resolution (9)
Feb 01 2012 [Issue 7420] New: Duplicate "cannot be read at compile time" error messages (3)
Feb 01 2012 [Issue 7417] New: One-definition rule for version specification - allow version expressions (6)
Jan 31 2012 [Issue 7415] New: dmd.X.XXX.zip ships with outdated man pages (3)
Jan 30 2012 [Issue 7408] New: traits compiles fails for built-in properties of template instances (4)
Jan 30 2012 [Issue 7405] New: std.algorithm.schwartzSort.release (2)
Jan 24 2012 [Issue 7364] New: Add better Eponymous Template syntax is needed (6)
Jan 24 2012 [Issue 7361] New: No documentation for front tuple expansion in foreach over range (2)
Jan 21 2012 [Issue 7345] New: interfaceToC.html missing on left-hand side (3)
Jan 18 2012 [Issue 7311] New: typeof(x~y) should never be const(T)[] (3)
Jan 17 2012 [Issue 7304] New: Online docs incorrect with regards to covariant arrays (3)
Jan 14 2012 [Issue 7292] New: Exception and Error missing from object docs (3)
Jan 12 2012 [Issue 7282] New: std.string.format throws at runtime where writef works fine (4)
Jan 11 2012 [Issue 7273] New: Tuples conversion assign (3)
Jan 10 2012 [Issue 7269] New: Named string enum cannot compile with -g (4)
Jan 09 2012 [Issue 7260] New: "g" on default in std.regex.match (11)
Jan 09 2012 [Issue 7258] New: std.array.array of mutable range of cost items (7)
Jan 09 2012 [Issue 7257] New: std.typecons.Tuple of a immutable item (2)
Jan 09 2012 [Issue 7256] New: std.typecons.Nullable of a const value (3)
Jan 09 2012 [Issue 7252] New: ICE: 'global.errors' on line 4893 in file 'template.c' (5)
Jan 05 2012 [Issue 7238] New: Windows installer doesn't install dmd 2.057 (6)
Jan 05 2012 [Issue 7236] New: Protected class members in different file inaccessible (8)
Jan 04 2012 [Issue 7227] New: [] syntax for empty associative array too? (2)
Jan 04 2012 [Issue 7226] New: Refused pure nothrow ctor syntax (3)
Jan 04 2012 [Issue 7225] New: immutable argument by const ref (2)
Jan 03 2012 [Issue 7215] New: array.Appender.put should work on its own type (3)
Jan 02 2012 [Issue 7200] New: Array append causes Access Violation with symbolic debug info (4)
Dec 28 2011 [Issue 7177] New: $ should forward to length by default (71)
Dec 28 2011 [Issue 7176] New: Lambda => syntax for function and methods too (19)
Dec 23 2011 [Issue 7159] New: Forward reference when casting auto return method (6)
Dec 22 2011 [Issue 7152] New: Can't assign null to default argument (6)
Dec 22 2011 [Issue 7151] New: [CTFE] cannot compare classes with == (2)
Dec 21 2011 [Issue 7147] New: [CTFE] typeid() should be supported in CTFE (4)
Dec 20 2011 [Issue 7142] New: Wrong formatted write of boolean values (5)
Dec 19 2011 [Issue 7139] New: OPTLINK Termination EIP=00428DA3 (2)
Dec 18 2011 [Issue 7129] New: Compiling certain nested structs with -inline causes error "*** is a nested function and cannot be accessed from ***" (3)
Dec 18 2011 [Issue 7128] New: Cartesian product of ranges (19)
Dec 16 2011 [Issue 7122] New: [module] compiler fails to handle import of renamed module (7)
Dec 16 2011 [Issue 7119] New: In the 1.072 zip osx.d is in the wrong folder (4)
Dec 15 2011 [Issue 7113] New: Final switch does not work with shared enum value (2)
Dec 13 2011 [Issue 7105] New: relax inout rules (12)
Dec 13 2011 [Issue 7104] New: linker error on void main(){ typeof(new class{}) c; c = new typeof(c); } (2)
Dec 10 2011 [Issue 7088] New: Unsigned integer (uint) value is printed as signed with `u` postfix (2)
Dec 08 2011 [Issue 7083] New: variables with static/private storage create global symbols (4)
Dec 06 2011 [Issue 7071] New: "final:" shouldn't affect variables (3)
Dec 05 2011 [Issue 7068] New: copying array of pointers calls memset instead of memcpy with -d (2)
Dec 01 2011 [Issue 7044] New: [PATCH] Add -sL swith to pass linker flags at the end of the linker command (14)
Dec 01 2011 [Issue 7042] New: Allocation of 'creal' array with 'new' fails when using DMD and OptLink in tandem (3)
Dec 01 2011 [Issue 7041] New: [PATCH] Add -di option to show deprecated errors as warnings (8)
Nov 30 2011 [Issue 7036] New: Using std.string.format on a shared value throws access violation (2)
Nov 29 2011 [Issue 7034] New: Infinite foreach on array (3)
Nov 27 2011 [Issue 7023] New: alias to overload set in template doesn't work (3)
Nov 26 2011 [Issue 7019] New: implicit constructors are inconsistently allowed (15)
Nov 25 2011 [Issue 7016] New: local import does not create -deps dependency (8)
Nov 22 2011 [Issue 6989] New: Implement toString for std.concurrency.Tid (3)
Nov 16 2011 [Issue 6963] New: pure/nothrow inference doesn't work for function pointers (5)
Nov 16 2011 [Issue 6962] New: Wrong Code With Scope Exit + By-Ref Parameters (8)
Nov 15 2011 [Issue 6955] New: Immutable Strings -> Doubles Fails At Runtime (3)
Nov 07 2011 [Issue 6905] New: ref acts as auto ref when return type is missing (6)
Nov 07 2011 [Issue 6902] New: Different "pure nothrow int()" types (10)
Nov 05 2011 [Issue 6897] New: Problem allocating an array of local enums (2)
Nov 01 2011 [Issue 6873] New: Multiple storage class is not allowed on template argument (5)
Oct 26 2011 [Issue 6857] New: Precondition contract checks should be statically bound. (89)
Oct 26 2011 [Issue 6856] New: Preconditions are not inherited (32)
Oct 25 2011 [Issue 6852] New: Cannot compare instances of ParameterStorageClassTuple (3)
Oct 22 2011 [Issue 6842] New: Can't use alias of instance member (8)
Oct 20 2011 [Issue 6833] New: Double literals outputted without comma in headers (3)
Oct 18 2011 [Issue 6830] New: valgrind flags memory leak in _d_monitor_create (2)
Oct 18 2011 [Issue 6828] New: Module Scope Operator not working for classes (2)
Oct 12 2011 [Issue 6809] New: IFTI should imply const where inout is present on args, but not on return type (3)
Oct 09 2011 [Issue 6798] New: Integrate overloadings for multidimentional indexing and slicing (5)
Oct 08 2011 [Issue 6795] New: [ICE] (cgcs.c 526) Incrementing an enum array item (6)
Oct 08 2011 [Issue 6794] New: [ICE] (expression.c 993) with inout (3)
Oct 07 2011 [Issue 6788] New: std.range.pairwise? (5)
Oct 07 2011 [Issue 6783] New: Implicit cast to immutable from pure function (5)
Oct 06 2011 [Issue 6777] New: alias this + cast(void*) == bug (5)
Oct 05 2011 [Issue 6771] New: Jagged array and init causing DMD to take a LONG time to compile. (4)
Sep 29 2011 [Issue 6744] New: Missing AA symbol with enum (10)
Sep 29 2011 [Issue 6743] New: [ICE] mars.c line 1062 (5)
Sep 28 2011 [Issue 6740] New: Can't call variadic type argument as a template function (2)
Sep 27 2011 [Issue 6737] New: Make alias to expression an error even if it's not used (3)
Sep 24 2011 [Issue 6725] New: core.time.dur should accept floating point (8)
Sep 22 2011 [Issue 6718] New: "nWayUnion" => "nWayMerge", plus true nWayUnion (6)
Sep 22 2011 [Issue 6717] New: useless error message on wrong hexadecimal number format in inline asm (3)
Sep 22 2011 [Issue 6711] New: "with" doesn't work with "alias this" (4)
Sep 21 2011 [Issue 6708] New: immutable ref implicit cast to const ref (5)
Sep 21 2011 [Issue 6707] New: Error message for mismatch of const/non-const property functions needs to improve (11)
Sep 15 2011 [Issue 6678] New: optlink crash with large array of structs (3)
Sep 15 2011 [Issue 6677] New: static this attributes position (2)
Sep 14 2011 [Issue 6668] New: Wrong "to" conversion stack trace (5)
Sep 13 2011 [Issue 6661] New: Templates instantiated only through is(typeof()) shouldn't cause errors (7)
Sep 12 2011 [Issue 6658] New: Slow short array equality (13)
Sep 12 2011 [Issue 6654] New: Fixed-sized array length not accessible in pure functions (2)
Sep 12 2011 [Issue 6652] New: foreach parameter with number range is always ref (31)
Sep 09 2011 [Issue 6635] New: std.conv.emplace: enforcement is too weak (6)
Sep 08 2011 [Issue 6628] New: [RDMD] Ability to choose which DMD to use. (4)
Sep 08 2011 [Issue 6622] New: rdmd --makedepend lists "dmd.conf" and "dmd" (11)
Sep 08 2011 [Issue 6621] New: Superimposition amount for std.range.chunks (2)
Sep 06 2011 [Issue 6615] New: Implement optimization for downcast to final class (4)
Sep 06 2011 [Issue 6614] New: std.traits should have an isFinal template (9)
Sep 06 2011 [Issue 6613] New: Can't use empty tuple as default value for variadic template function parameter (2)
Sep 03 2011 [Issue 6600] New: unrelated expression alters function name mangling (4)
Sep 02 2011 [Issue 6592] New: di header file created even if errors occur (2)
Aug 30 2011 [Issue 6582] New: alias this forward reference error (2)
Aug 30 2011 [Issue 6578] New: Ignored const with struct with constructor (6)
Aug 30 2011 [Issue 6576] New: std.string.format for struct crash on Linux 64bit (7)
Aug 24 2011 [Issue 6552] New: Wrong fallthrough warning for CaseRange (11)
Aug 20 2011 [Issue 6540] New: Default struct constructor problem (3)
Aug 20 2011 [Issue 6539] New: Incomprehensible error message with failed template instantiation (4)
Aug 20 2011 [Issue 6538] New: Invalid template constraints crash compiler (7)
Aug 20 2011 [Issue 6535] New: RDMD outputs broken library files (6)
Aug 19 2011 [Issue 6531] New: assertion failure in std.range.iota (10)
Aug 18 2011 [Issue 6528] New: Private module functions optimizations (4)
Aug 12 2011 [Issue 6486] New: std.math.abs(BigInt) (4)
Aug 12 2011 [Issue 6485] New: interface + abstract class fails on linking (2)
Aug 12 2011 [Issue 6484] New: compose can't take multi arg functions (3)
Aug 12 2011 [Issue 6480] New: std.array.array can't handle const (3)
Aug 11 2011 [Issue 6474] New: aliasing type tuple elements' members is onerous (4)
Aug 08 2011 [Issue 6453] New: Allow multiple invariant per struct/class (5)
Aug 04 2011 [Issue 6436] New: Refcounted initialization bug (7)
Aug 03 2011 [Issue 6434] New: opDispatch must be considered before alias this. (10)
Aug 02 2011 [Issue 6431] New: [RDMD] Modifying a library doesn't trigger a rebuild (5)
Aug 01 2011 [Issue 6425] New: Cannot foreach over AA with char as key type (4)
Jul 31 2011 [Issue 6419] New: [CTFE] Cannot create a struct if it has a constructor (may cause ICE) (8)
Jul 30 2011 [Issue 6412] New: Include rdmd.d in releases (4)
Jul 30 2011 [Issue 6408] New: string[].init gives a wrong type (11)
Jul 23 2011 [Issue 6370] New: [RDMD] Cannot compile with etc.c.sqlite3 (6)
Jul 23 2011 [Issue 6365] New: AutoTupleDeclaration (43)
Jul 16 2011 [Issue 6332] New: Auto-return function cannot be inferred as safe (6)
Jul 15 2011 [Issue 6322] New: IFTI doesn't support static arrays (4)
Jul 14 2011 [Issue 6319] New: Problem with prinft inside debug{} of pure function (8)
Jul 14 2011 [Issue 6312] New: template instance cannot use argument from enclosing template (5)
Jun 29 2011 [Issue 6227] New: Comparison of different enums (2)
Jun 29 2011 [Issue 6224] New: Make a read-only public ownerTid property for std.concurrency (7)
Jun 22 2011 [Issue 6196] New: with statement with single statement breaks linking (8)
Jun 20 2011 [Issue 6185] New: UFCS doesn't work with function imports (21)
Jun 19 2011 [Issue 6178] New: Struct inside the AA are not init correctly (17)
Jun 18 2011 [Issue 6174] New: Initialize const fixed-size array in constructor (11)
Jun 17 2011 [Issue 6171] New: rdmd: cache dependency file to improve startup time [patch] (6)
Jun 16 2011 [Issue 6169] New: [CTFE] pure functions cannot compute constants using functions not marked as pure (11)
Jun 14 2011 [Issue 6157] New: to!string should work for various pointer types (6)
Jun 12 2011 [Issue 6153] New: Inserting to An Array!T inside an Array!(Array!T) causes a segfault. (7)
Jun 12 2011 [Issue 6152] New: The std.concurrency.receive* family of functions is undocumented. (2)
Jun 10 2011 [Issue 6144] New: Unexpected OPTLINK Termination at EIP=00428DA3 (17)
Jun 09 2011 [Issue 6140] New: Wrong ambiguity error with overloading (2)
Jun 08 2011 [Issue 6129] New: dmd -run passes incorrect argv[0] to application (2)
Jun 08 2011 [Issue 6128] New: Struct destructor isn't run when used in with statement (4)
Jun 06 2011 [Issue 6118] New: nested overloaded foreach in contract crashes dmd (3)
Jun 05 2011 [Issue 6107] New: ICE when a non-template member named '__ctor' exists in a struct, and the constructor is attempted to be invoked. (3)
Jun 02 2011 [Issue 6089] New: __gshared with not static 2D array (7)
Other years:
2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 1970




