www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.bugs

Dec 30 2012    [Issue 9245] New: [CTFE] postblit not called on static array initialization (1)
Dec 29 2012    [Issue 9243] New: Order locals to prevent buffer overflow attacks (6)
Dec 28 2012    [Issue 9239] New: x86_64 ABI: 3 byte structs are never enregistered (1)
Dec 28 2012    [Issue 9234] New: DMD confuses string template parameter with function (6)
Dec 28 2012    [Issue 9233] New: compiler infinite recursion on recursive mixin (3)
Dec 27 2012    [Issue 9229] New: Private default arguments (5)
Dec 27 2012    [Issue 9228] New: Add getProtection to __traits() (2)
Dec 27 2012    [Issue 9227] New: __traits(identifier,...) to pick out identifier from parameter list tuple (2)
Dec 27 2012    [Issue 9226] New: More simd instructions allowed as intrinsics (2)
Dec 27 2012    [Issue 9225] New: Add sections [Environment32] and [Environment64] to sc.ini/dmd.conf (2)
Dec 27 2012    [Issue 9224] New: Add Win64 code generation support for use with Visual C (2)
Dec 27 2012    [Issue 9223] New: Add -de and -dw switches (2)
Dec 27 2012    [Issue 9222] New: Add User Defined Attributes (UDA) (2)
Dec 27 2012    [Issue 9217] New: A problem with default function argument initialization (2)
Dec 27 2012    [Issue 9216] New: Local import of std.array does not make popFront() visible (3)
Dec 26 2012    [Issue 9215] New: [2.061 beta] isDymanicArray/DynamicArrayTypeOf broken for classes/interfaces with AliasThis (5)
Dec 26 2012    [Issue 9214] New: TickDuration.to should probably be a property (5)
Dec 26 2012    [Issue 9213] New: [2.061 beta] Member access without this and __traits(compiles, ...) (5)
Dec 26 2012    [Issue 9212] New: Associative array foreach iteration with immutable key (1)
Dec 26 2012    [Issue 9210] New: [2.061 beta] Import cycle causes unpredictable compile errors (8)
Dec 25 2012    [Issue 9205] New: Better error message for misplaced pure nothrow tags (1)
Dec 24 2012    [Issue 9204] New: Unable to create alias to template function instance with auto ref param (1)
Dec 24 2012    [Issue 9203] New: Template functions with auto ref params do not share static locals (1)
Dec 24 2012    [Issue 9202] New: Missing DrawTextA & W in windows header. Also missing a couple of enum related. (3)
Dec 24 2012    [Issue 9201] New: WNDPROC does not have to be nothrow (2)
Dec 22 2012    [Issue 9196] New: Spellchecker suggestions hit private symbols (and cause bad diganostic) (4)
Dec 22 2012    [Issue 9194] New: Module imports are not properly checked when found in import path (1)
Dec 20 2012    [Issue 9189] New: (D1 only) ICE on simple valid code since dmd 1.074 (5)
Dec 20 2012    [Issue 9188] New: [meta] A huge D1 codebase doesn't compile since dmd 1.067 (5)
Dec 19 2012    [Issue 9186] New: Manifest constant can violate const correctness restrictions when empty (6)
Dec 18 2012    [Issue 9181] New: Forward reference error in struct static fields (1)
Dec 18 2012    [Issue 9179] New: Invalid template instantiation attempt should result in a readable error message (1)
Dec 18 2012    [Issue 9176] New: Incorrect gagging of fwdref error in alias this semantics (4)
Dec 17 2012    [Issue 9175] New: std.algorithm.remove!(predicate) problems (1)
Dec 17 2012    [Issue 9173] New: std.string.wrap should conform to Unicode line-breaking algorithm (1)
Dec 17 2012    [Issue 9171] New: error optimization of expression (9)
Dec 16 2012    [Issue 9169] New: semantic order difference in variable declaration (2)
Dec 16 2012    [Issue 9168] New: AA.length is impure and unsafe (3)
Dec 16 2012    [Issue 9167] New: A failed inlining of inner function (1)
Dec 16 2012    [Issue 9166] New: std.typecons.Nullable doesn't work with a not mutable type (3)
Dec 16 2012    [Issue 9165] New: Auto conversion from dynamic array to fixed size array at return (1)
Dec 15 2012    [Issue 9162] New: [tdpl] Non-static structs should have access to outer lexical scope (7)
Dec 15 2012    [Issue 9161] New: Linker error on linux if struct has disabled ~this(); (3)
Dec 15 2012    [Issue 9160] New: 2.061alpha multiSort no longer working with L-value only comparators (4)
Dec 15 2012    [Issue 9159] New: Variable and function name are the same in mixin template can't be compiled (4)
Dec 14 2012    [Issue 9156] New: std.complex inconsistency between `std.complex.Complex` vs `std.complex.complex` (3)
Dec 13 2012    [Issue 9154] New: Incorrectly generated assignment operator (7)
Dec 13 2012    [Issue 9153] New: Type inference for array of delegates should not break based on order (4)
Dec 13 2012    [Issue 9152] New: Regression in type inference of array of delegates (2)
Dec 13 2012    [Issue 9151] New: opCast makes "this" alias ineffective (4)
Dec 13 2012    [Issue 9150] New: Mismatching static array length should be detected in foreach (4)
Dec 13 2012    [Issue 9149] New: 'const' is broken (1)
Dec 13 2012    [Issue 9148] New: 'pure' is broken (1)
Dec 13 2012    [Issue 9146] New: Errors in gagged forward reference declarations are detected too late. (1)
Dec 11 2012    [Issue 9124] New: Object variable of variadic template struct needs explicit "this" in certain situations (7)
Dec 11 2012    [Issue 9143] New: template structs with two bool parameters confuse DMD (5)
Dec 11 2012    [Issue 9142] New: Segmentation fault (DMD only) when calling some external functions twice in one expression (3)
Dec 10 2012    [Issue 9141] New: Incorrect "more initializers than fields" error (3)
Dec 10 2012    [Issue 9140] New: ref foreach of immutables in postcondition (6)
Dec 10 2012    [Issue 9139] New: `destroy` is dangerous and inconsistent (2)
Dec 10 2012    [Issue 9138] New: Code optimization results in a wrong value (3)
Dec 10 2012    [Issue 9137] New: A function that equals to "out of scope" action for manual lifetime management (2)
Dec 10 2012    [Issue 9135] New: a bug which compile does not end (1)
Dec 10 2012    [Issue 9133] New: std.datetime: Cannot implicitly convert const(SysTime) to SysTime (2)
Dec 10 2012    [Issue 9132] New: Unhelpful error message when calling non-const property from const method. (4)
Dec 09 2012    [Issue 9131] New: Invalid UTF-8 when using std.algorithm.equal with dstring and string (5)
Dec 09 2012    [Issue 9129] New: Definite return analysis fails for nested case statements (1)
Dec 09 2012    [Issue 9128] New: Better error message for method-level/instance-level name confusions (3)
Dec 08 2012    [Issue 9126] New: parse!int fails on size_t.max+1 digits long input (overflow) (4)
Dec 06 2012    [Issue 9120] New: Uniform construction for array types (3)
Dec 06 2012    [Issue 9118] New: typo in github tools repo (1)
Dec 06 2012    [Issue 9117] New: format fails if opCast and this alias are both defined in an aliased struct (4)
Dec 06 2012    [Issue 9116] New: Redundant field postblit call on initializing (4)
Dec 05 2012    [Issue 9115] New: Internal error when compiling core.simd float4 expression (1)
Dec 05 2012    [Issue 9114] New: Can't call varadic template function with partly specified template parameters (1)
Dec 03 2012    [Issue 9111] New: Parent object getting GCed before the elements of child dynamic array (2)
Dec 02 2012    [Issue 9110] New: Escaping reference error from lazy variadic parameters (1)
Dec 02 2012    [Issue 9109] New: Regression: 2.053: Lazy Variadic Functions do not work with delegates (3)
Dec 02 2012    [Issue 9105] New: alias to refer to instance.attribute (2)
Dec 02 2012    [Issue 9104] New: No line number with private name found by "did you mean" (3)
Dec 02 2012    [Issue 9103] New: find should work with multiple needles which are elements rather than ranges (5)
Dec 01 2012    [Issue 9101] New: template mixin constructor causes link error (8)
Nov 30 2012    [Issue 9100] New: Weird behavior on template instance argument (8)
Nov 28 2012    [Issue 9094] New: GC not collecting under Windows (4)
Nov 28 2012    [Issue 9093] New: Overloads in extern(C++) interfaces throw up COMDAT errors (4)
Nov 28 2012    std.file.write versus std.stdio.write (3)
Nov 27 2012    [Issue 9090] New: auto ref doesn't work with arrays (5)
Nov 27 2012    [Issue 9089] New: Very restrictive Tuple constructor (2)
Nov 27 2012    [Issue 9088] New: static static (3)
Nov 27 2012    [Issue 9087] New: Value modified in foreach warning (11)
Nov 27 2012    [Issue 9086] New: std.typecons.appendIfNotNull() or a better idea (2)
Nov 27 2012    [Issue 9085] New: allow for iteration of const(V[K]) without casts (1)
Nov 27 2012    [Issue 9084] New: Structs assignment and associative arrays (2)
Nov 27 2012    [Issue 9082] New: join should accept types which are not ranges as the separator (2)
Nov 26 2012    [Issue 9081] New: Modules shouldn't have a type (2)
Nov 25 2012    [Issue 9080] New: DMD compile ambiguous code or doesn’t even warn (3)
Nov 25 2012    [Issue 9079] New: 'delete this' no longer compiles (3)
Nov 25 2012    [Issue 9077] New: Struct copy constructor ignored when opAssign with a different type is present (4)
Nov 25 2012    [Issue 9076] New: Aliased template function and property resolution doesn't work (4)
Nov 25 2012    [Issue 9075] New: core.stdc.float_ is broken with -w switch (4)
Nov 25 2012    [Issue 9074] New: Can't use range functions with Appender (1)
Nov 25 2012    [Issue 9072] New: some tests from the dmd test suite actually test the library, not the compiler (1)
Nov 24 2012    [Issue 9070] New: nothrow of constructer/destructor isn't correct (4)
Nov 24 2012    [Issue 9069] New: struct literals are treated as lvalues (10)
Nov 23 2012    [Issue 9065] New: Please consider adding these std.traits (52)
Nov 23 2012    [Issue 9064] New: Add isInstanceOf to std.traits (4)
Nov 22 2012    [Issue 9063] New: static assert should resolve property function call (4)
Nov 22 2012    [Issue 9062] New: AddrExp should distinguish the existence of property resolution. (16)
Nov 22 2012    [Issue 9060] New: std.range.chain and std.range.zip cannot get frame pointer (4)
Nov 22 2012    [Issue 9059] New: No exception runtime error message with missing file + byLine (1)
Nov 22 2012    [Issue 9058] New: Problem with std.traits.EnumMembers conversion to array (5)
Nov 22 2012    [Issue 9057] New: Non-constant expression error in biguintcore (4)
Nov 22 2012    CTFE Memory Hogging Workaround? (3)
Nov 22 2012    [Issue 9056] New: More precise error messages when function arguments are wrong (1)
Nov 21 2012    [Issue 9054] New: std.net.curl byLineAsync and byChunkAsync broken. (1)
Nov 21 2012    [Issue 9053] New: Can't overload functions with mixin (2)
Nov 21 2012    [Issue 9052] New: [2.061 alpha] AA.length in a const context tries to call opAssign + no error line number (3)
Nov 20 2012    [Issue 9051] New: [CTFE] Working with non-trivial immutable globals? (4)
Nov 20 2012    [Issue 9049] New: std.typecons.Proxy doesn't treat ref parameter correctly. (3)
Nov 19 2012    [Issue 9048] New: Error: base classes expected instead of typeof when instantiating anonymous class (3)
Nov 18 2012    [Issue 9046] New: typeof(T.init) should have the type T (8)
Nov 17 2012    [Issue 9043] New: std.variant: Crash on comparing unordered types (3)
Nov 17 2012    [Issue 9042] New: Self-import with mixin (1)
Nov 17 2012    [Issue 9039] New: __vector() support in template type resolution (5)
Nov 17 2012    [Issue 9037] New: DDoc: Chokes on consecutive example sections: (5)
Nov 16 2012    [Issue 9036] New: postblit is called for nested structs when assigning `init` (5)
Nov 16 2012    [Issue 9035] New: Nested struct `init` is lvalue and can be modified (5)
Nov 16 2012    [Issue 9034] New: errors of conversions in format.d (3)
Nov 15 2012    [Issue 9032] New: Verify some documentation comments when -w or -wi is used (1)
Nov 15 2012    [Issue 9030] New: immutable `_d_args` can be written to with `main(char[][])` (3)
Nov 15 2012    [Issue 9029] New: Built-in types treated specially for alias parameters (12)
Nov 15 2012    [Issue 9028] New: `main` is trated sometimes as having C linkage and sometimes as having D linkage (5)
Nov 15 2012    [Issue 9027] New: Getting address of overloaded function using `cast` selects the lexically first one if there is no match (2)
Nov 14 2012    [Issue 9026] New: Template mixin identifier as template alias parameter doesn't work (5)
Nov 14 2012    [Issue 9025] New: core.thread.Fiber seems to crash on Win64 (6)
Nov 14 2012    [Issue 9024] New: Inferring function argument types from other template parameters (2)
Nov 14 2012    [Issue 9023] New: CTFE: cannot use ~= on an empty AA. (1)
Nov 13 2012    [Issue 9021] New: Casting a class pointer to size_t and back does not return the same value (3)
Nov 13 2012    [Issue 9020] New: This pointer is not the same in constructor as it is in methods (4)
Nov 13 2012    [Issue 9019] New: invariant does not compile/run if class does not define constructor (4)
Nov 12 2012    [Issue 9016] New: swap() doesn't work with std.container.DList.front and back (1)
Nov 12 2012    [Issue 9015] New: std.container.DList.opOpAssign missing return (1)
Nov 12 2012    [Issue 9014] New: [ICE](glue.c line 1225) with array.front and missing array (4)
Nov 12 2012    [Issue 9013] New: Compiler crash with foreach on wrongly defined interval (4)
Nov 12 2012    [Issue 9012] New: writef/format inconsistent with format specifier (6)
Nov 12 2012    [Issue 9011] New: One more strongly pure case (3)
Nov 12 2012    [Issue 9010] New: opEquals() const results in not-covered code (3)
Nov 12 2012    [Issue 9006] New: Static struct with nested struct fields sometimes has current context pointers in `init` (4)
Nov 12 2012    [Issue 9004] New: Wrong line number for undefined identifier error (6)
Nov 12 2012    [Issue 9003] New: Nested structs smetimes have null context pointers in static struct (4)
Nov 12 2012    [Issue 9002] New: Document that `S s = S(...);` will not create temporaries (1)
Nov 12 2012    [Issue 9001] New: ICE on assigning expression tuple element with struct's `init` to enum (2)
Nov 12 2012    [Issue 9000] New: ICE on assigning struct's `init` to enum (4)
Nov 12 2012    [Issue 8999] New: Closure not detected for reference paramters of templated functions (2)
Nov 11 2012    [Issue 8996] New: [ICE](e2ir.c line 768) with bigint main-imported (3)
Nov 10 2012    [Issue 8995] New: `is(<Type> <Identifier> == function)` creates tuple with parameter storage classes (2)
Nov 10 2012    [Issue 8994] New: typeof fails when passing delegate as alias parameter (4)
Nov 10 2012    [Issue 8992] New: __traits(compileError) (4)
Nov 10 2012    [Issue 8991] New: adding a __ctfe branch with return to a function breaks NRVO (5)
Nov 09 2012    [Issue 8990] New: Forward reference error on three structs (8)
Nov 09 2012    [Issue 8987] New: Compiling using "-O -release" options yeild "Internal error: backend\cgcod.c 1663" (4)
Nov 09 2012    [Issue 8986] New: The PVS-Studio analyzer has something for you (6)
Nov 08 2012    [Issue 8985] New: __parameters tuple string strips off the scope of default args (1)
Nov 08 2012    [Issue 8984] New: Dynamic array key for associative array (3)
Nov 08 2012    [Issue 8983] New: Overload introduced behind mixin template can't be called from another overload (9)
Nov 08 2012    [Issue 8980] New: no implicit cast to const for AA (1)
Nov 08 2012    [Issue 8979] New: Can't initialize multidimensional static array with its element (1)
Nov 08 2012    [Issue 8978] New: Constructor is called instead of implicit cast when initializing from expression tuple (2)
Nov 08 2012    [Issue 8976] New: __traits(compiles, ...) causes error (5)
Nov 07 2012    [Issue 8975] New: array scalar assign broken for cfloat (1)
Nov 07 2012    [Issue 8974] New: closure delegate might break preceding code (2)
Nov 07 2012    [Issue 8973] New: core.cpuid.coresPerCPU returning incorrect value. (1)
Nov 07 2012    [Issue 8972] New: foreach fails on __traits(getOverloads) in a struct member function (6)
Nov 07 2012    [Issue 8971] New: __traits(getOverloads) fails in a member function (6)
Nov 07 2012    [Issue 8970] New: Tuple should support conversion from tuple with unnamed fields to tuple with named fields (2)
Nov 06 2012    [Issue 8968] New: std.traits.ParameterIdentifierTuple is undocumented and doesn't work with ref params (3)
Nov 06 2012    [Issue 8967] New: dirEntries throws when encountering a "long path" on windows (3)
Nov 05 2012    [Issue 8965] New: Implement mixin template for forwading constructors (2)
Nov 05 2012    [Issue 8963] New: "Forward reference" error when deriving the function name using __traits() inside an "auto"-return function (2)
Nov 05 2012    [Issue 8962] New: std.variant.Algebraic should support duplicate types (1)
Nov 04 2012    [Issue 8961] New: IFTI fails with templates in specialization (1)
Nov 03 2012    [Issue 8958] New: [RFC] Make constructors/postblits/destructors work correctly with const/immutable qualifiers (1)
Nov 03 2012    [Issue 8952] New: nested structs with conext pointers fail (3)
Nov 03 2012    [Issue 8951] New: static array of context pointer struct s fails: (4)
Nov 03 2012    [Issue 8950] New: postblit not called on const static array initialization (1)
Nov 02 2012    [Issue 8949] New: [CTFE] Internal Compiler Error (2)
Nov 02 2012    [Issue 8948] New: Make error message more readable when assigning function pointers (1)
Nov 02 2012    [Issue 8947] New: redBlackTree() of fixed size arrays (1)
Nov 02 2012    [Issue 8946] New: « any » function does not what it should do (12)
Nov 02 2012    [Issue 8944] New: Loosing const from shared const type when unqualifying in foreach over tuple (1)
Nov 02 2012    [Issue 8943] New: Cannot get parent of an overload (4)
Nov 02 2012    [Issue 8942] New: `alias <qualifier> <type>` ignores <qualifier> in foreach over tuple (4)
Nov 02 2012    [Issue 8940] New: Able to modify const/immutable with passing to a templated function by `ref` (6)
Nov 02 2012    [Issue 8939] New: ICE on passing by ref statically initialized const/immutable variable (6)
Nov 02 2012    [Issue 8938] New: static struct initializer allows to not explicitly initialize members with disabled constructor (1)
Nov 02 2012    [Issue 8937] New: import declaration statement without scope after `if` imports to a parent scope (4)
Nov 02 2012    [Issue 8933] New: -property switch and opDispatch for methods and properties (1)
Nov 01 2012    [Issue 8932] New: [Bugzilla] Version list in advanced search needs to be properly sorted (2)
Nov 01 2012    [Issue 8930] New: std.algorithm.move only operates on hasLvalueElements (1)
Nov 01 2012    [Issue 8929] New: long.min is a Voldermort literal (4)
Nov 01 2012    [Issue 8928] New: Poor error message for derived class without constructor (9)
Nov 01 2012    [Issue 8927] New: Download page should list dependencies (1)
Oct 31 2012    [Issue 8926] New: post-blit copy constructor conflicts with generic opAssign (3)
Oct 31 2012    [Issue 8924] New: Delegate becomes invalid after a while (3)
Oct 31 2012    [Issue 8923] New: Destructors of struct members get called at the wrong point (11)
Oct 31 2012    [Issue 8921] New: Printing of array of char-based enums (1)
Oct 30 2012    [Issue 8918] New: Wrong sized literal assigned to fixed size literal error message (2)
Oct 30 2012    [Issue 8917] New: Array operation a[] + a[] not implemented (4)
Oct 30 2012    [Issue 8916] New: How about to disable ++, --, and assignments to non-lvalues? (1)
Oct 30 2012    [Issue 8915] New: Current lvalue behavior looks inconsistent for structs and buildin types (1)
Oct 30 2012    [Issue 8914] New: Wrong `escaping reference` error on returning static array (1)
Oct 30 2012    [Issue 8912] New: Error compiling core.memory - possible DDoc problem (3)
Oct 29 2012    [Issue 8910] New: Static arrays and dynamic arrays and std.array.join (21)
Oct 29 2012    [Issue 8909] New: is{File,Dir,SymLink} mix return error code and exception (11)
Oct 29 2012    [Issue 8908] New: Collapse of std.csv by the specifications change of std.conv.parse (4)
Oct 29 2012    [Issue 8906] New: purity inference failure with opAssign and alias this (4)
Oct 28 2012    [Issue 8905] New: DList.Range: Internal error, inconsistent state (6)
Oct 28 2012    [Issue 8904] New: ld error: `undefined reference to X` (2)
Oct 27 2012    [Issue 8901] New: a bug to cast from array literal to ubyte[] (7)
Oct 26 2012    [Issue 8900] New: Using zip with char[] sometimes fails to compile (8)
Oct 26 2012    [Issue 8899] New: Erroneous delegate usage and map template (3)
Oct 26 2012    [Issue 8897] New: Regression: 'has forward references' error for static class after template mixin (7)
Oct 25 2012    [Issue 8896] New: RedBlackTree.opEquals has byref semantics (4)
Oct 25 2012    [Issue 8895] New: infinite loop in DList.opEquals (4)
Oct 25 2012    [Issue 8894] New: 2.059: Lookup error message has become uninformative (11)
Oct 24 2012    [Issue 8891] New: non-static opCall runs in initialization incorrectly (6)
Oct 24 2012    [Issue 8889] New: [2.061 beta][64-bit] Assertion Failure argtypes.c (4)
Oct 24 2012    [Issue 8887] New: static arrays should not be passed by value in extern C/C++ functions (3)
Oct 24 2012    [Issue 8886] New: [CTFE] a check failure of memory block inclusion (3)
Oct 24 2012    [Issue 8885] New: Passing super class' private method as delegate allowed (1)
Oct 24 2012    [Issue 8884] New: std.array RefAppender do not works with .ptr (2)
Oct 23 2012    [Issue 8883] New: -H and non-object object handled incorrectly (1)
Oct 23 2012    [Issue 8882] New: map, filter, iota and zip in pure (and nothrow) functions (2)
Oct 23 2012    [Issue 8881] New: Add EnumBaseType template into traits (5)
Oct 23 2012    [Issue 8879] New: std.range function should to be usable in a pure (and sometimes nothrow) situations (2)
Oct 23 2012    [Issue 8878] New: std.range is not pure (6)
Oct 23 2012    [Issue 8877] New: std.encoding.transcode is extremely slow (1)
Oct 23 2012    [Issue 8876] New: bitfields template generate wrong code (3)
Oct 22 2012    [Issue 8875] New: can't remove() in case of static associated array (5)
Oct 22 2012    [Issue 8874] New: Possible warning for always true/always false comparisons on unsigned values (1)
Oct 22 2012    [Issue 8873] New: Some class field reordering for emplacing? (2)
Oct 22 2012    [Issue 8872] New: Missing extended window styles (WS_EX_... enumeration) in windows header (2)
Oct 22 2012    [Issue 8871] New: Missing the RegisterClassExA function declaration in the windows header. (3)
Oct 22 2012    [Issue 8870] New: Incorrect values passing struct by value (4)
Oct 22 2012    [Issue 8868] New: overload resolution of &x.g() incorrectly chooses delegate over function pointer (2)
Oct 22 2012    [Issue 8867] New: splitter(R1, X) strong requirements, weak support. (2)
Oct 22 2012    [Issue 8866] New: Splitter(R1, R2) CANNOT be bidirectional. (1)
Oct 21 2012    [Issue 8865] New: Assertion failure: on line 1166 in interpret.c (5)
Oct 21 2012    [Issue 8864] New: Simpler syntax for array literal of structs from one argument (2)
Oct 21 2012    [Issue 8863] New: struct passed to template: cannot access frame pointer (11)
Oct 21 2012    [Issue 8862] New: order of declaration of a function and compile time execution (6)
Oct 20 2012    [Issue 8859] New: Solaris port of the toolchain (1)
Oct 20 2012    [Issue 8857] New: [CTFE] Referring to a wrong member of a sruct in CTFE with -inline (4)
Oct 19 2012    [Issue 8855] New: cannot define a function name that matches a package name in import statements (1)
Oct 19 2012    [Issue 8854] New: incomprehensible bug on windows with import side effect (4)
Oct 19 2012    [Issue 8852] New: Unable to join thread (started by another thread) (3)
Oct 18 2012    [Issue 8850] New: Nested struct creation by a template (9)
Oct 18 2012    [Issue 8849] New: std.parallelism.executeInNewThread with thread priority segfaults (3)
Oct 17 2012    [Issue 8846] New: Inline Assembler: add support of cmpxchg16b opcode (2)
Oct 17 2012    Regarding hex strings (3)
Oct 17 2012    [Issue 8845] New: Can't pass immediate or rvalue args to ref function parameters (2)
Oct 17 2012    [Issue 8844] New: Warning for bug-prone operator overloading (2)
Oct 17 2012    [Issue 8842] New: Error line numbers for some run-time functions in debug mode? (1)
Oct 17 2012    [Issue 8840] New: calculating minimum of longs with following comparison compiles to wrong code when enabling the optimizer (7)
Oct 17 2012    [Issue 8839] New: MmFile do not use Range (12)
Oct 17 2012    [Issue 8836] New: function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg) (5)
Oct 17 2012    [Issue 8835] New: dmd: module.c:829: void Module::semantic3(): Assertion `semanticstarted == 2' failed. (2)
Oct 16 2012    [Issue 8831] New: core.atomic: add compare-and-swap function with other result type (8)
Oct 16 2012    [Issue 8830] New: [CTFE] Incorrect slicing with pointer from sliced array (4)
Oct 15 2012    [Issue 8829] New: std.algorithm.find fails to take advantage of SortedRange (1)
Oct 15 2012    [Issue 8824] New: std.container.Array fails to instantiate Array!char (2)
Oct 14 2012    [Issue 8823] New: static if (A || B) != static if (A) else if (B) in some cases (3)
Oct 14 2012    [Issue 8822] New: Usiing qualified delegate type in template argument causes parser error. (3)
Oct 14 2012    [Issue 8820] New: Array initialization generates garbage (5)
Oct 14 2012    [Issue 8818] New: CTFE fails to compare strings correctly (4)
Oct 14 2012    [Issue 8817] New: Symbols named init should be illegal (3)
Oct 13 2012    [Issue 8816] New: It should be illegal for enums to declare members named init, max, or min (3)
Oct 13 2012    [Issue 8814] New: Issues casting opDispatch property when a write property exists (1)
Oct 13 2012    [Issue 8813] New: Cannot define delegate with const/immutable/shared/inout attributes (2)
Oct 13 2012    [Issue 8812] New: functionAttributes doesn't returns const/immutable/shraed/inout attributs (1)
Oct 13 2012    [Issue 8811] New: sscanf %n bug (1)
Oct 12 2012    [Issue 8810] New: struct not returned properly from extern (C) functions (3)
Oct 12 2012    [Issue 8809] New: Cannot statically bind to base class method overridden by derived class (5)
Oct 12 2012    [Issue 8808] New: Header generation must recreate folder structure if -Hd is used (3)
Oct 12 2012    Interaction between std.stdio and std.stream... (2)
Oct 11 2012    [Issue 8805] New: corrupt data at compile time. (3)
Oct 11 2012    [Issue 8804] New: countUntil warning on an infinite range (6)
Oct 11 2012    [Issue 8803] New: map.filter.array run map delegate an incorrect number of time. (13)
Oct 11 2012    [Issue 8802] New: Problem with enums of void* (7)
Oct 11 2012    [Issue 8801] New: assigning to __ctfe crashes the compiler (3)
Oct 11 2012    [Issue 8800] New: Invalid UTF-8 sequences allowed in strings with 'c' postfix. (4)
Oct 10 2012    [Issue 8799] New: Tuple Expand Property (2)
Oct 10 2012    [Issue 8798] New: Tuple curry example not really curry (1)
Oct 10 2012    [Issue 8797] New: std.traits std.typetuple.Alias is private and used in std.traits (4)
Oct 10 2012    [Issue 8796] New: Optimizer bug on 64bit (5)
Oct 10 2012    [Issue 8794] New: DDoc should provide qualified symbol names suitable for anchors (6)
Oct 10 2012    [Issue 8793] New: Another problem with pure inference of inner delegate (4)
Oct 09 2012    [Issue 8792] New: std.algorithm.joiner doesn't return a proper forward range` (5)
Oct 09 2012    [Issue 8791] New: Optlink fails when reading PATH variable and -g is used (8)
Oct 09 2012    [Issue 8790] New: Compiling with optimization produces erroneous variable initialization error (2)
Oct 09 2012    [Issue 8789] New: mangling of const member function (1)
Oct 09 2012    [Issue 8788] New: The super constructor call can be prevented by mentioning "return". (5)
Oct 09 2012    [Issue 8786] New: assert does not call "invariant()" function (6)
Oct 08 2012    [Issue 8784] New: std.bigint.BigInt.infinity (4)
Oct 08 2012    [Issue 8782] New: D lexer do not understand unicode char … for variadic (4)
Oct 08 2012    [Issue 8780] New: std.traits.ReturnType of overloaded functions (4)
Oct 08 2012    [Issue 8779] New: std.zlib.UnCompress needs a way to detect end-of-stream (1)
Oct 07 2012    [Issue 8778] New: Struct with core.simd type has wrong size and gives Segmentation fault (3)
Oct 07 2012    [Issue 8777] New: "final fields" in error messages (2)
Oct 07 2012    [Issue 8776] New: pure static this can't access inhexistant field __gate (1)
Oct 07 2012    [Issue 8775] New: 2.059 worked 2.060 does not: Range Violation (8)
Oct 07 2012    [Issue 8774] New: 2.059 worked 2.060 does not: Unable to join thread (41)
Oct 07 2012    [Issue 8773] New: [CTFE] foreach ref element doesn't work well at compile time. (3)
Oct 06 2012    [Issue 8772] New: DList.remove doesn't work with result of std.range.take (3)
Oct 06 2012    [Issue 8771] New: Wrong writeln of negative numbers (2)
Oct 06 2012    [Issue 8770] New: Wrong error line number with immutable field (3)
Oct 05 2012    [Issue 8767] New: expression of type bool() does not have a boolean value? (4)
Oct 05 2012    [Issue 8766] New: unexpected compile-time error when switching a struct definition to a class (6)
Oct 05 2012    [Issue 8762] New: instanceOf trait for static conditionals (2)
Oct 04 2012    [Issue 8760] New: for a struct A, new A should work if A a; does (1)
Oct 04 2012    [Issue 8759] New: autogenerated opEquals does no handle well Variant (1)
Oct 04 2012    [Issue 8758] New: A problem with zip.map.reduce at compile time (1)
Oct 04 2012    [Issue 8756] New: Add link to location of curl static library (1)
Oct 04 2012    [Issue 8753] New: Too aggressive expansion for variables which have void initializer (4)
Oct 04 2012    [Issue 8752] New: Unsafe use of T.init should be allowed in system function (2)
Oct 04 2012    [Issue 8751] New: Problem with pure inference of inner delegate (8)
Oct 03 2012    [Issue 8750] New: ICE when using any and all as a template condition (2)
Oct 03 2012    [Issue 8749] New: Wrong mangling of in parameters (3)
Oct 03 2012    [Issue 8747] New: isAssignable!(int, const(int)) is false (5)
Oct 01 2012    [Issue 8745] New: floating point comparison ("is" vs "==") inconsistency (on 32) (5)
Oct 01 2012    [Issue 8744] New: pragma(msg) incorrectly prints uint values >= 2^31 (4)
Oct 01 2012    [Issue 8743] New: Add support for memoizing class methods (11)
Sep 29 2012    [Issue 8739] New: DDoc outputs wrong parameter name in delegate parameter list (4)
Sep 29 2012    [Issue 8737] New: Associative Array (AA) KeyType is not Unqual-able (4)
Sep 29 2012    [Issue 8736] New: DMD should translate slashes in -of on Windows (2)
Sep 28 2012    [Issue 8734] New: Compiler must verify exe path is writable before attempting compilation (5)
Sep 27 2012    [Issue 8731] New: Compiler allows multiple implementations of the same function signature (1)
Sep 26 2012    [Issue 8730] New: writeln stops on a nul character, even if passed a D string (6)
Sep 26 2012    [Issue 8729] New: parse!bool does not work correctly (8)
Sep 25 2012    [Issue 8725] New: segmentation fault with negative-lookahead in module-level regex (6)
Sep 25 2012    [Issue 8724] New: Throwing exception in constructor prints strange warning (1)
Sep 25 2012    About immutable and const constructors (2)
Sep 25 2012    [Issue 8723] New: Error: function called with argument types: (8)
Sep 25 2012    "Access Violation" Problems in DMD 2.060 (2)
Sep 25 2012    [Issue 8722] New: foreach triggers a floating point exception with multidimensional array of a dimension equal to 0 (3)
Sep 24 2012    [Issue 8721] New: std.algorithm.remove problem (1)
Sep 24 2012    [Issue 8719] New: spawnvp() (POSIX) throws exception in fork()ed child process (1)
Sep 23 2012    [Issue 8718] New: Template mixin + string mixin name collision (1)
Sep 23 2012    [Issue 8715] New: zipWith (7)
Sep 23 2012    [Issue 8714] New: Instantiate template within CTFE with same CTFE returned value (5)
Sep 23 2012    [Issue 8712] New: There is no staticFilter in std.typetuple (3)
Sep 23 2012    [Issue 8709] New: toLower on alias this (5)
Sep 22 2012    [Issue 8708] New: Documentation for std.process.exec family is inaccurate (2)
Sep 21 2012    [Issue 8705] New: std.conv.to bug, from documentation (6)
Sep 21 2012    [Issue 8704] New: Invalid nested struct constructions should be detected (3)
Sep 21 2012    [Issue 8703] New: Disabling default ctor does not forbid default construction (4)
Sep 20 2012    [Issue 8702] New: tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works (4)
Sep 20 2012    [Issue 8701] New: One case of template type deduction (2)
Sep 20 2012    [Issue 8700] New: Inner type deduction? (2)
Sep 20 2012    [Issue 8699] New: [ICE] (cast.c, line 1991) with bad array of functions (2)
Sep 19 2012    [Issue 8696] New: Compiler reports incorrect dangling else with version attributes (5)
Sep 18 2012    [Issue 8693] New: inconsistent behavior with "is a nested function and cannot be accessed from" (1)
Sep 18 2012    [Issue 8691] New: Stack overflow with recursive struct (4)
Sep 18 2012    [Issue 8688] New: Qualified indexing type tuple returns wrong result (4)
Sep 18 2012    [Issue 8686] New: Tuple cannot define with type that has only mutable opEquals (4)
Sep 18 2012    [Issue 8685] New: sha1UUID does not show up on http://dlang.org/phobos/std_uuid.html (2)
Sep 18 2012    [Issue 8684] New: Missing ')' in argument list creates a sea of error messages (3)
Sep 17 2012    [Issue 8683] New: bad type resolution for template property functions (5)
Sep 17 2012    [Issue 8680] New: SpanMode.breadth incorrect (11)
Sep 17 2012    [Issue 8679] New: ICE after compiler-error (2)
Sep 17 2012    [Issue 8678] New: Wrong processing of Complex!double as function argument (2)
Sep 17 2012    [Issue 8677] New: compiler attempts to call ctor instead of opCall (3)
Sep 17 2012    [Issue 8676] New: lockstep needs to document default stopping policy (3)
Sep 17 2012    [Issue 8675] New: Nothrow can't throw Errors (3)
Sep 16 2012    [Issue 8674] New: template class name unconsistent behavior (1)
Sep 16 2012    [Issue 8673] New: enum z = [0][(()=>$-1)()]; crashes the compiler (3)
Sep 16 2012    [Issue 8671] New: Segmentation fault with 1.0 - uniform(0.0, 1.0) (2)
Sep 16 2012    "undefined reference to" error. can't compile with custom modules (5)
Sep 15 2012    [Issue 8666] New: std.math.abs(int.min) returns int.min (3)
Sep 15 2012    [Issue 8665] New: auto function and implicit conversion in return statement corrupt returned value (6)
Sep 15 2012    [Issue 8664] New: Compiler causes stack overflow with recursive typedef and option -g (1)
Sep 14 2012    [Issue 8661] New: typeof not an attribute, doesn't work with UFCS (5)
Sep 14 2012    [Issue 8660] New: Unclear semantics of array literals of char type, vs string literals (6)
Sep 14 2012    [Issue 8659] New: CTFE: str ~= wchar rejected if string was initialized with an array literal (2)
Sep 14 2012    [Issue 8658] New: Passing large structs to function b value causes stack corruption (3)
Sep 14 2012    [Issue 8657] New: TypeInfo generated for const/immutable static arrays not transitive (3)
Sep 14 2012    [Issue 8656] New: Different naming of member base/next in TypeInfo_Const in object_.d and object.di (1)
Sep 13 2012    [Issue 8654] New: cannot take address of function which is 1)overloaded, 2) templated, and 3) member (static or not): Error: xxx is not an lvalue (1)
Sep 13 2012    [Issue 8653] New: cannot take address of auto-return function declared in outside module: "Error: forward reference" (2)
Sep 13 2012    [Issue 8652] New: dmd make calls to _d_assertm (1)
Sep 13 2012    [Issue 8650] New: SLice opOpAssign SLice with overlap does not throw (5)
Sep 13 2012    [Issue 8649] New: Not accepted "const ref Type" in foreach (4)
Sep 13 2012    [Issue 8648] New: No error line number with incomplete template (1)
Sep 13 2012    [Issue 8647] New: Invalid specification of destroy function (2)
Sep 12 2012    Header file generation not working correctly (2)
Sep 12 2012    [Issue 8646] New: std.datetime ISO strings are incompatible with ISO 8601 (5)
Sep 12 2012    [Issue 8645] New: ICE: Assertion failed: (0), function totym, file glue.c, line 1150. (6)
Sep 12 2012    [Issue 8644] New: CTFE doesn't support string >,< on array literals (6)
Sep 11 2012    [Issue 8642] New: Fix `fopen` and friends functions signatures on Windows (12)
Sep 11 2012    [Issue 8640] New: Template struct/class member functions should compile conditionally (6)
Sep 11 2012    [Issue 8639] New: dmd buffer overflow related to function literal, real.max, template alias parameter (7)
Sep 10 2012    [Issue 8638] New: built-in array opSliceAssign fails with user defined opAssign (3)
Sep 10 2012    [Issue 8637] New: Enforcement and purity (10)
Sep 09 2012    [Issue 8634] New: Anonymous function parameters (8)
Sep 08 2012    [Issue 8633] New: core.atomic not documented (5)
Sep 08 2012    [Issue 8632] New: DMD accepts illegal template metaprogram (1)
Sep 08 2012    [Issue 8630] New: Assertion failure: 'fd && fd->inferRetType' on line 81 in file 'mangle.c' (9)
Sep 08 2012    [Issue 8629] New: UFCS resolution prints fake error (4)
Sep 07 2012    Status on Precise GC (2)
Sep 07 2012    [Issue 8627] New: Internal error: ../ztc/cgcs.c 343 (3)
Sep 05 2012    [Issue 8625] New: foreach doesn't do implicit conversions on associative arrays and opApply (1)
Sep 05 2012    [Issue 8624] New: CTFE: 0x6161636772 == 0x4161636772 (6)
Sep 05 2012    [Issue 8623] New: Multiple function match needs to print file+line numbers (3)
Sep 05 2012    [Issue 8621] New: Iterattion variable in foreach not closed upon properly in delegate (2)
Sep 04 2012    [Issue 8620] New: Possible circular reference (2)
Sep 04 2012    [Issue 8617] New: std.typecons.Proxy.opEquals compiles error: undefined identifier 'startsWith' (5)
Sep 03 2012    [Issue 8616] New: Make pointers dereference with UFCS like they do with member functions (8)
Sep 03 2012    [Issue 8615] New: Unused lazy arguments generate redundant code in empty inlined functions (1)
Sep 03 2012    [Issue 8614] New: Cannot change the iteration index during CTFE (2)
Sep 02 2012    [Issue 8611] New: assumeSafeAppend pure nothrow? (1)
Sep 02 2012    [Issue 8610] New: Compilation loop with enum (5)
Sep 02 2012    [Issue 8608] New: CTFE seems to be invoked implicitly(std.parallelism.task) (9)
Sep 02 2012    [Issue 8607] New: __simd and pcmpeq should be safe pure nothrow (1)
Sep 01 2012    [Issue 8606] New: import std.string causes Optlink 'Error 32: Data Outside Segment Bounds : _DATA' (3)
Aug 31 2012    [Issue 8604] New: dmd segfaults (3)
Aug 31 2012    [Issue 8603] New: Member access operator doesn't always dereference the pointer it's operating on (5)
Aug 30 2012    [Issue 8601] New: CTFE Assertion failure (interpret.c) on dstring[].toUpper (6)
Aug 30 2012    [Issue 8600] New: "writeln" one parameter garbled (1)
Aug 29 2012    [Issue 8599] New: Link time error when class's method are defined without body and nothing is abstract (3)
Aug 29 2012    [Issue 8598] New: [regression 2.059] Calling template function doesn't print instantiated line number (6)
Aug 28 2012    [Issue 8595] New: typeof(return) inside opApply loop always int (4)
Aug 27 2012    [Issue 8594] New: Enum string validator in Phobos? (1)
Aug 27 2012    [Issue 8593] New: CT out of bounds checks sometimes skipped (2)
Aug 26 2012    [Issue 8592] New: dmd crashing on in-function import with all optimizations turned on (2)
Aug 26 2012    [Issue 8591] New: typecons.RefCounted.refCountedPayload should be nothrow (6)
Aug 26 2012    [Issue 8590] New: Documentation for "any" and "all" in std.algorithm is incorrect (2)
Aug 25 2012    [Issue 8587] New: Missing line number or wrong error message with ^^ of array (1)
Aug 25 2012    [Issue 8584] New: bug with std.range.zip? range with opEquals(const) const not allowed inside zip (3)
Aug 24 2012    [Issue 8582] New: std.parallelism unittest failure on single processor (5)
Aug 24 2012    [Issue 8581] New: Internal error: backend/cod1.c 1677 on structs with bitfields (when compile with release or optimize parameter) (1)
Aug 24 2012    Graduate Aptitude Test in Engineering(GATE) (1)
Aug 23 2012    [Issue 8580] New: VariantN.peek works wrongly for types with size bigger than maxDataSize template argument (1)
Aug 21 2012    [Issue 8578] New: std.demangle.demangle does not parse symbols that are type names (1)
Aug 21 2012    [Issue 8577] New: static assert is triggered after tuple bounds check (1)
Aug 21 2012    [Issue 8575] New: Lambda expression causes compilation error with template function (6)
Aug 21 2012    std.demangle.demangle does not parse symbols that are type names (4)
Aug 21 2012    [Issue 8573] New: A simpler Phobos function that returns the index of the mix or max item (1)
Aug 21 2012    [Issue 8572] New: Bad mismatched nested comments error (3)
Aug 21 2012    [Issue 8571] New: Defined exception for unequal zip lengths with StoppingPolicy.requireSameLength (1)
Aug 20 2012    [Issue 8570] New: Tuples without named fields should implicitly convert to tuples with named fields when returned from a function (2)
Aug 20 2012    [Issue 8568] New: compile time access of associative array keys results in segfault (3)
Aug 20 2012    [Issue 8566] New: Inconsistency in aligning named and anonymous structs (2)
Aug 20 2012    [Issue 8565] New: DMD 2.060 regression: align(1) broken (10)
Aug 20 2012    [Issue 8564] New: Ambiguous renamed import is allowed (2)
Aug 19 2012    [Issue 8562] New: math.pow fails at compile-time (7)
Aug 19 2012    [Issue 8561] New: Make xtoString, xopCmp and xtoHash detection just as tolerant as xopEquals detection (1)
Aug 18 2012    [Issue 8560] New: Strange behavior of lambda expressions (4)
Aug 18 2012    [Issue 8559] New: void and function type prints redundant error message with init property (4)
Aug 18 2012    [Issue 8558] New: std.net.isemail doesn't compile without -d switch (5)
Aug 18 2012    [Issue 8557] New: AA error with string[string][] (5)
Aug 17 2012    [Issue 8556] New: Using take results in a corrupted call to opSlice (12)
Aug 16 2012    AA rehash link error (3)
Aug 15 2012    [Issue 8554] New: ddemangle is doing nothing on 64 bit linux (1)
Aug 15 2012    [Issue 8553] New: templated interface methods (virutal?) and linker missing symbols (3)
Aug 15 2012    [Issue 8551] New: Endless Split (6)
Aug 15 2012    [Issue 8550] New: std.container.InlinedArray (4)
Aug 15 2012    [Issue 8549] New: Bad error message with const methods (7)
Aug 15 2012    [Issue 8548] New: relocation R_X86_64_32 against can not be used when making a shared object (6)
Aug 15 2012    [Issue 8547] New: Pure Functions Compilation - Not consistent errors (3)
Aug 13 2012    [Issue 8546] New: std.array.overlap missing from ddoc (4)
Aug 12 2012    [Issue 8545] New: defined opCast disables cast(void*)this in classes (6)
Aug 12 2012    [Issue 8544] New: Expose "cArgs" in druntime (8)
Aug 12 2012    [Issue 8543] New: simd literals need better CTFE support (1)
Aug 11 2012    [Issue 8540] New: std.net.curl.SMTP doesn't escape leading dots (2)
Aug 11 2012    [Issue 8539] New: -inline failure involving CTFE, nested functions, a ref parameter (5)
Aug 11 2012    [Issue 8538] New: array variadic apparently doesn't get copied in closure (1)
Aug 11 2012    [Issue 8537] New: Warnings page is outdated (3)
Aug 10 2012    [Issue 8536] New: OPTLINK crash with large fixed-size array (8)
Aug 10 2012    [Issue 8535] New: perfectly valid uncidoe chars give: "Unsupported char xxx" (3)
Aug 10 2012    [Issue 8534] New: mixed-in struct definition not forward referenceable (1)
Aug 10 2012    [Issue 8533] New: Postfix and prefix declarations of static multidimensional arrays aren't equivalent (3)
Aug 10 2012    [Issue 8532] New: Pure Segfault (4)
Aug 10 2012    [Issue 8531] New: formatting string documentation (3)
Aug 10 2012    [Issue 8530] New: Float types default initializers doesn't work in class (8)
Aug 09 2012    [Issue 8528] New: std.stream.File believes /dev/stdin to be seekable (1)
Aug 09 2012    [Issue 8527] New: `object.destroy` doesn't destroy interfaces (4)
Aug 09 2012    [Issue 8526] New: DMD 2.060 regression: anonymous delegate call in foreach loop (8)
Aug 08 2012    [Issue 8525] New: optimizer loops infinitely (3)
Aug 08 2012    OPTLINK : Error 118: Filename Expected (7)
Aug 08 2012    [Issue 8522] New: Overloading template function with prefix const doesn't work (5)
Aug 07 2012    [Issue 8520] New: Simple "in"-constrained opBinaryRight in interface doesn't work (5)
Aug 07 2012    [Issue 8519] New: winsamp.d doesn't compile with 2.060 (6)
Aug 07 2012    [Issue 8516] New: std.string.representation works incorrect for shared(const(T)) types (4)
Aug 06 2012    [Issue 8515] New: [regression] calling function types with default args fails (3)
Aug 06 2012    [Issue 8514] New: dmd generate bug that segfault in very weird situation. (7)
Aug 05 2012    Problem with stdlib.d (2)
Aug 05 2012    [Issue 8512] New: Nasty bug about template (2)
Aug 04 2012    [Issue 8510] New: No line number in error message for conflicting aliases (5)
Aug 04 2012    [Issue 8508] New: std.traits.isSomeString no longer works with enums (2)
Aug 04 2012    [Issue 8506] New: segault when using map with template delegate (5)
Aug 04 2012    [Issue 8505] New: Threadgroups fails using DMD 2.060 (4)
Aug 03 2012    [Issue 8503] New: UFCS fails on integer literal with Unicode identifier (4)
Aug 02 2012    [Issue 8501] New: Unexpected OPTLINK Termination at EIP=0041078E (3)
Aug 02 2012    [Issue 8500] New: DList extremely wasteful in node allocation (4)
Aug 02 2012    [Issue 8499] New: ICE on undefined identifier (2)
Aug 02 2012    [Issue 8498] New: inconsistent foreach behaviour in CTFE and at runtime (6)
Aug 02 2012    [Issue 8497] New: Bad code gen involving ubyte, ternary operators, and shifts (6)
Aug 02 2012    [Issue 8496] New: (Regression 2.060) Assignment of function literal to function pointer variable with non-D linkage broken (5)
Aug 02 2012    [Issue 8495] New: A problem with std.algorithm.remove on array of fixed size array (1)
Aug 02 2012    [Issue 8494] New: Return value for Tuple.opAssign (1)
Aug 01 2012    [Issue 8492] New: can't infer type in static assert (2)
Aug 01 2012    [Issue 8491] New: alias basic type in template paramter unable pass complie (2)
Aug 01 2012    [Issue 8490] New: Global property calls do not work with auto expressions (7)
Aug 01 2012    [Issue 8489] New: Octal digits have been removed from dmd but not from lex.html (2)
Jul 31 2012    [Issue 8488] New: dmd does not support named HTML entities that contain multiple code points (1)
Jul 31 2012    [Issue 8487] New: Semantic analysis of templates is insanely slow (9)
Jul 31 2012    [Issue 8486] New: Possibly wrong interaction of Variant and const arrays (6)
Jul 31 2012    [Issue 8484] New: [CTFE] Assertion failure: 'thisval && thisval->op == TOKclassreference' on line 4896 in file 'interpret.c'. (6)
Jul 31 2012    [Issue 8483] New: Definition of isOutputList warped due to "put" implementation (2)
Jul 31 2012    [Issue 8482] New: RefCounted fails on opAssign (3)
Jul 31 2012    [Issue 8481] New: assert can't concatenate strings (2)
Jul 31 2012    [Issue 8480] New: to!string(BigInt, base) doesn't work (1)
Jul 30 2012    [Issue 8479] New: dmd and the spec do not match with regards to the list of named character entities that they support (2)
Jul 30 2012    [Issue 8478] New: Turn some undefined pointer comparisons into compile-time errors (1)
Jul 30 2012    [Issue 8477] New: [2.060 beta] Strange error calling member func from overridden Exception::toString() (10)
Jul 30 2012    [Issue 8475] New: postblits fails attributes qualifying when in a template. (4)
Jul 30 2012    [Issue 8473] New: Guaranteed relative key-values with byKey and byValue (1)
Jul 30 2012    [Issue 8472] New: Replace walkLength() with an improved count() (1)
Jul 30 2012    [Issue 8471] New: std.stdio.readf (4)
Jul 29 2012    [Issue 8470] New: NamedCharacterEntity is missing a \ in lex.html (2)
Jul 29 2012    [Issue 8469] New: isSorted fails with predicate "a.length < b.length ? true : a < b" (12)
Jul 29 2012    [Issue 8467] New: A different third signature for std.algorithm.count (3)
Jul 29 2012    [Issue 8465] New: std.file cannot set file attributes (1)
Jul 29 2012    [Issue 8463] New: Nested template static struct should work as like module level ones (12)
Jul 29 2012    [Issue 8462] New: recursive alias error with function pointer (1)
Jul 28 2012    [Issue 8459] New: std.traits.isSafe definition silently changed (3)
Jul 28 2012    [Issue 8458] New: scope(exit) enters infinite loop (DMD 2.059) (1)
Jul 27 2012    [Issue 8457] New: Disabled default constructors have no effect when used in arrays (4)
Jul 27 2012    [Issue 8455] New: Endless stack frame with File().byChunk() (1)
Jul 27 2012    [Issue 8454] New: [ICE] (backend\cg87.c 3497) with cdouble and sqrt (4)
Jul 27 2012    [Issue 8453] New: Associative array keys refused as property by sort (4)
Jul 27 2012    [Issue 8452] New: if lambda function can be template? (1)
Jul 26 2012    [Issue 8450] New: measureTime doesn't work with unsafe template functions (7)
Jul 26 2012    [Issue 8447] New: Self importing is allowed? (3)
Jul 26 2012    [Issue 8446] New: Can't use 'this' pointer in pure member function? (4)
Jul 26 2012    [Issue 8445] New: non-int enum values cause error when compiled with -g (3)
Jul 25 2012    [Issue 8444] New: Cannot use dot to disambiguate between local method and class declaration (5)
Jul 25 2012    [Issue 8443] New: [2.060 beta] Win32 linker bug with separate compilation (7)
Jul 25 2012    [Issue 8442] New: [2.060 beta] Empty array enum not treated as immutable (6)
Jul 25 2012    [Issue 8440] New: templated functions + template mixins give conflict (1)
Jul 25 2012    [Issue 8438] New: [0.60 beta] delegate default arguments (2)
Jul 25 2012    [Issue 8437] New: [0.60 beta] static struct no size yet for forward reference (5)
Jul 25 2012    [Issue 8434] New: [2.060 beta] cannot implicitly convert expression (vs1.opCast()) of type const(Vector2D) to object.Object (10)
Jul 25 2012    [Issue 8433] New: Compiler could warn on duplicate static if checks which can't branch (3)
Jul 24 2012    [Issue 8431] New: [Optimizer] Merge equivalent jump tables for switch statements (3)
Jul 24 2012    [Issue 8430] New: [2.060 beta] Default arguments ignored for delegates/function pointers (3)
Jul 24 2012    [Issue 8429] New: [2.060 beta] 'version' rejected inside 'static if's (5)
Jul 24 2012    [Issue 8428] New: [2.060 beta] ByLine -> Map -> Filter (8)
Jul 24 2012    [Issue 8427] New: [2.060 beta] static foreach over typesafe vararg rejected (5)
Jul 24 2012    [Issue 8425] New: Missing line number and module name that can't use core.simd (1)
Jul 24 2012    [Issue 8424] New: Compile time conversions of double/floats to strings (1)
Jul 24 2012    [Issue 8423] New: Wrong code for lazy parameters. (6)
Jul 24 2012    [Issue 8422] New: TypeTuple of tuples can't be read at compile time (5)
Jul 23 2012    [Issue 8420] New: isExpression and templates should capture all template parameters when using variadic TemplateParameter (3)
Jul 23 2012    [Issue 8419] New: Dollar sign ($) fails in CTFE function (3)
Jul 22 2012    [Issue 8418] New: core.thread.Fiber is a Coroutine or Semi-Coroutine? (2)
Jul 22 2012    [Issue 8417] New: Better error message on invalid operator call (1)
Jul 22 2012    [Issue 8416] New: Assertion failure: '0' on line 2018 in file 'interpret.c' (2)
Jul 22 2012    [Issue 8410] New: Static initializers for fixed size arrays too (4)
Jul 22 2012    [Issue 8409] New: Proposal: implement arr.dup in library (2)
Jul 21 2012    [Issue 8407] New: Add inout inferrence to member functions in templates (1)
Jul 21 2012    [Issue 8406] New: dmd treats lineSep and paraSep as end-of-line but the docs do not (4)
Jul 21 2012    [Issue 8405] New: Create overload for joiner which is random access for random access ranges (1)
Jul 21 2012    [Issue 8404] New: Importing the enclosing package of a module will crash dmd instead of generating errors. (2)
Jul 20 2012    [Issue 8403] New: ^^ and ^^= missing from lex.html (4)
Jul 20 2012    [Issue 8402] New: Lambda argument's default value is not taken into account (7)
Jul 19 2012    [Issue 8401] New: rdmd doesn't compile on 2.060 HEAD (2)
Jul 18 2012    [Issue 8399] New: Deprecation of scope not documented (2)
Jul 18 2012    [Issue 8398] New: enforceEx cannot be used with OutOfMemoryError (5)
Jul 17 2012    [Issue 8397] New: parameter types are not checked when assigning a function literal (4)
Jul 17 2012    [Issue 8396] New: wrong order of evaluation for tuple expansion in function arguments (1)
Jul 16 2012    [Issue 8395] New: Templated struct constructors don't implicitly convert to const (4)
Jul 16 2012    Operations on all array elements => access to memory outside array (3)
Jul 16 2012    [Issue 8393] New: class in lambda causes linker trouble (1)
Jul 15 2012    [Issue 8392] New: DMD sometime fail when using a non static function template within a function template (1)
Jul 15 2012    [Issue 8390] New: Refused array operation mutable[] += const[] (3)
Jul 13 2012    [Issue 8389] New: Classes, nested in the same base class cannot be derived from. (4)
Jul 13 2012    [Issue 8388] New: std.traits.MemberFunctionsTuple doesn't work with constructors or destructors (2)
Jul 13 2012    [Issue 8387] New: Semantic errors in opDispatch body are not reported (2)
Jul 13 2012    [Issue 8386] New: writeln stopped working with wstring (6)
Jul 13 2012    [Issue 8385] New: to!wstring("Hello, world!"w.ptr) == "4" (2)
Jul 13 2012    [Issue 8383] New: 64-bit ABI: unions not the same size as in C in some situations (3)
Jul 12 2012    [Issue 8382] New: std.bitmanip opCmp bug or user error? (1)
Jul 12 2012    Stopping a StopWatch that's not started (3)
Jul 12 2012    [Issue 8381] New: Uniform function call syntax (pseudo member) enhancement suggestions (8)
Jul 12 2012    [Issue 8380] New: -unittest makes it so that std.replace doesn't work on enums (2)
Jul 11 2012    [Issue 8379] New: std.algorithm.findSplit example is freaking hard to read (2)
Jul 11 2012    [Issue 8378] New: /entry:_function is implemented, but undocumented. (1)
Jul 11 2012    [Issue 8377] New: Unexpected OPTLINK Termination at EIP=004106BE (17)
Jul 10 2012    [Issue 8376] New: 64 bit codegen bug involving dynamically indexed static array and continue statement (7)
Jul 10 2012    [Issue 8375] New: std.path.sep is deprecated (2)
Jul 10 2012    [Issue 8373] New: IFTI fails on overloading of function vs non function template (3)
Jul 10 2012    [Issue 8372] New: -property is broken (10)
Jul 10 2012    [Issue 8371] New: Add a function to make a range from a sequence of elements (5)
Jul 10 2012    [Issue 8370] New: invalid deprecation error with -release -inline -noboundscheck (1)
Jul 09 2012    [Issue 8365] New: Static fixed size array of enums initialization fails (1)
Jul 09 2012    [Issue 8364] New: Allow exclamation mark in template definition (5)
Jul 09 2012    [Issue 8363] New: Provide an intutive way to clear all entries in Associative Array (6)
Jul 08 2012    [Issue 8362] New: safe function 'benchmark' cannot call system function literal (6)
Jul 08 2012    [Issue 8359] New: std.stdio.write(ln) segmentation faults (1)
Jul 07 2012    [Issue 8356] New: Disabled postblit ignored on return statement (3)
Jul 07 2012    [Issue 8355] New: struct's sizeof has bug (5)
Jul 06 2012    [Issue 8353] New: Array of polymorphic objects does not compile (2)
Jul 06 2012    [Issue 8351] New: Lambdas in 'static foreach' give errors (3)
Jul 05 2012    [Issue 8350] New: array operation not fullly implemented (2)
Jul 05 2012    [Issue 8349] New: CTFE memcpy Error with ctRegex (6)
Jul 05 2012    [Issue 8348] New: ICE: 'semanticRun == PASSsemantic3done' on line 547 in file 'glue.c' (19)
Jul 03 2012    [Issue 8346] New: Literals 00 - 07 results in odd errors when used with UFCS (1)
Jul 03 2012    [Issue 8344] New: segfault on recursive template constraint evaluation (1)
Jul 03 2012    [Issue 8343] New: Last argument of topNCopy forcing a sort? (1)
Jul 03 2012    [Issue 8342] New: Truly sorted output for topNCopy(zip())? (1)
Jul 03 2012    [Issue 8341] New: topN(zip()) too? (1)
Jul 03 2012    [Issue 8340] New: *= operator breaks long array in x64 (6)
Jul 02 2012    [Issue 8339] New: is(typeof(...)) is reporting true when it's false due to nested function error (8)
Jul 02 2012    [Issue 8338] New: Unqual doesn't work properly on arrays (5)
Jul 02 2012    [Issue 8336] New: Default function parameters ignored by delegate (4)
Jul 02 2012    [Issue 8335] New: DMD ignoring ref for array arguments (7)
Jul 01 2012    [Issue 8334] New: find cannot handle close match at end of haystack in needle isn't bi-directional (4)
Jul 01 2012    [Issue 8333] New: std.Container.Array (and .Range) du not implement opIndexUnary (3)
Jul 01 2012    [Issue 8332] New: std.Array.Range.opIndexOpAssign does not compile (4)
Jun 30 2012    [Issue 8329] New: foreach over string with dchar as element isn't nothrow (3)
Jun 30 2012    [Issue 8328] New: Mind Blowing error (possibly in DMD or std.variant) (7)
Jun 30 2012    [Issue 8327] New: Internal error: backend/cod1.c 3271 (2)
Jun 30 2012    [Issue 8325] New: IFTI on non-function templates (2)
Jun 30 2012    [Issue 8324] New: Arrays seen as callables for map/filter (2)
Jun 30 2012    [Issue 8323] New: std.string.chompPrefix does not handle varying string types properly (5)
Jun 29 2012    [Issue 8322] New: std.string.chomp does not handle combining characters correctly (2)
Jun 29 2012    [Issue 8320] New: metastrings.Format and int array (2)
Jun 29 2012    [Issue 8319] New: selective scoped import (4)
Jun 29 2012    [Issue 8317] New: [ICE] (cast.c, line 1986) with array of lambdas (3)
Jun 28 2012    [Issue 8315] New: Invalid nested-ref check in template constraint (4)
Jun 27 2012    [Issue 8313] New: stack overflow on recursive ifti evaluation (1)
Jun 27 2012    [Issue 8312] New: Too many error messages with a writeln of fixed size array (8)
Jun 27 2012    [Issue 8311] New: Incomplete doc for std.getopt.getopt function. (1)
Jun 27 2012    [Issue 8310] New: writeln of Range of fixed size array (4)
Jun 27 2012    [Issue 8309] New: ICE in typeMerge on 'void main(){auto x = [()=>1.0, ()=>1];}' (5)
Jun 27 2012    [Issue 8308] New: wrong function literal type inference results in type coercion (1)
Jun 27 2012    [Issue 8307] New: inconsistent treatment of auto functions (1)
Jun 27 2012    [Issue 8306] New: alias 'array' this consumes array on iteration (3)
Jun 26 2012    [Issue 8305] New: DMD Segfaults on Certain Imports (2)
Jun 26 2012    [Issue 8303] New: [ICE] (interpret.c, line 100) Maybe caused by a closure (2)
Jun 26 2012    [Issue 8301] New: Exception not caught when a big array is allocated (2)
Jun 26 2012    [Issue 8300] New: Stack overflow with alias this (2)
Jun 25 2012    [Issue 8299] New: segfault on incorrect (?) module declaration (2)
Jun 25 2012    [Issue 8297] New: Cannot access front of array with immutable elements (2)
Jun 25 2012    [Issue 8295] New: Struct member destructor can not be called from shared struct instance (1)
Jun 24 2012    [Issue 8291] New: dirEntry cannot handle root directories + unhandled exception causes crash (2)
Jun 24 2012    [Issue 8290] New: DMD git-master segfaults if outputfile exists as directory (1)
Jun 23 2012    [Issue 8289] New: Cannot declare functions returning anonymous enum if they have 'in' block. (2)
Jun 23 2012    [Issue 8288] New: immutable(char)** is not convertable to const(char)** (2)
Jun 23 2012    [Issue 8287] New: When a class with the same name as a module exists within that module and has static members, you're required to do modulename.classname.member() in order to access said members (7)
Jun 23 2012    [Issue 8286] New: Type resolution issue during extra inlining semantic (1)
Jun 22 2012    [Issue 8284] New: [std.container] can't define Array!T, if T is Tuple!(size_t, size_t) (4)
Jun 22 2012    [Issue 8283] New: backend/cod1.c 1677, related to structs with constructors (?) (7)
Jun 22 2012    [Issue 8282] New: Can not allocate an Array!T on heap. (1)
Jun 22 2012    [Issue 8281] New: Too many error message with a failed template instantiation (1)
Jun 21 2012    [Issue 8280] New: std.array.uninitializedArrayExtend (1)
Jun 21 2012    [Issue 8279] New: Potential small improvement for std.conv.parse arguments (1)
Jun 21 2012    [Issue 8278] New: std.range.chunks for generic Forward Ranges too? (1)
Jun 21 2012    [Issue 8277] New: Missed implicit cast with fixed size array (1)
Jun 20 2012    [Issue 8276] New: [CTFE] ICE when reading variable from nested function (3)
Jun 20 2012    [Issue 8275] New: DMD assumes that Object.toHash() overrides are safe, even though base is trusted (2)
Jun 20 2012    [Issue 8274] New: thread_attachThis only works for main thread (2)
Jun 20 2012    [Issue 8273] New: FreeBSD core.sys.posix.unistd enums severely lacking (6)
Jun 20 2012    [Issue 8272] New: [Ddoc] Recursive macro expansion is failed. (3)
Jun 20 2012    [Issue 8271] New: [Ddoc] non-ascii character string macro names cannot be replaced (3)
Jun 20 2012    [Issue 8270] New: Different error messages for missing const in var[] and var.opSlice() (3)
Jun 19 2012    [Issue 8267] New: called template only instantiated once with foreach over expression type tuple (1)
Jun 19 2012    [Issue 8266] New: Calling a function in pseudo-member syntax fails to deduce template argument type that uses alias this (2)
Jun 19 2012    [Issue 8265] New: Pseudo member function not found when called across modules (1)
Jun 18 2012    [Issue 8264] New: [std.conv.to] constructing conversion doesn't work with alias this (7)
Jun 18 2012    [Issue 8263] New: wrong offset in IMAGE_DEBUG_DIRECTORY (1)
Jun 18 2012    [Issue 8261] New: std.traits.ParameterTypeTuple may break existing codes (6)
Jun 18 2012    [Issue 8260] New: * used three or more times on an array inside std.format.formattedRead (3)
Jun 17 2012    [Issue 8259] New: AssociativeArray seen through with alias parameter and UFCS (3)
Jun 17 2012    [Issue 8258] New: Delegates do not respect default parameters (5)
Jun 16 2012    [Issue 8257] New: __traits(compiles) gives compile error (4)
Jun 16 2012    [Issue 8256] New: mixin() doesn't work in a template declaration (5)
Jun 16 2012    [Issue 8254] New: nested struct cannot access the types of the parent's fields (1)
Jun 16 2012    [Issue 8252] New: no UFCS for 0 literal (4)
Jun 16 2012    [Issue 8251] New: Property function call without parenthesis fails when it's passed as template argument (4)
Jun 16 2012    [Issue 8250] New: dirEntries fails to generate file list when compiled with -inline (6)
Jun 15 2012    [Issue 8249] New: Spurious error message with templates and alias this (3)
Jun 15 2012    [Issue 8248] New: std.container.Array needs a const-overload for opSlice (1)
Jun 14 2012    [Issue 8247] New: Inconsistent behaviour of randomSample depending on whether a random number generator is specified (7)
Jun 14 2012    [Issue 8246] New: type tuple fields pollute the linker namespace (1)
Jun 14 2012    [Issue 8244] New: cannot slice a type tuple with '[]' in locations where a type is valid (1)
Jun 14 2012    [Issue 8243] New: cannot initialize tuple with an element at module scope (2)
Jun 14 2012    [Issue 8242] New: cannot use template function literals at module scope (4)
Jun 14 2012    [Issue 8241] New: cannot use template function literal as default alias argument (4)
Jun 14 2012    [Issue 8240] New: std.algorithm.joiner and empty inputRangeObject (5)
Jun 14 2012    [Issue 8239] New: PIC always enabled on OSX (3)
Jun 14 2012    [Issue 8237] New: Error message with _error_ when using failed type inference in template parameter (4)
Jun 14 2012    [Issue 8236] New: Wrong error message in creating struct from vector operation (1)
Jun 13 2012    [Issue 8235] New: IsUserAnAdmin not in shell32.lib (3)
Jun 13 2012    [Issue 8234] New: symbols used in CTFE affect the function literal type (2)
Jun 13 2012    [Issue 8233] New: std.array.array fails to compile with ranges of immutable elements which have a length property (5)
Jun 12 2012    [Issue 8232] New: Segmentation fault in rt_finalize_gc() (1)
Jun 11 2012    [Issue 8227] New: Anonymous member variable of struct get's it's arguments shifted when called. (1)
Jun 11 2012    [Issue 8226] New: Global lambda assign to const/immutable (4)
Jun 11 2012    [Issue 8225] New: UFCS when the first argument is a function (3)
Jun 11 2012    [Issue 8224] New: Problem with std.functional.unaryFun (1)
Jun 11 2012    [Issue 8223] New: "auto break" switch proposal (1)
Jun 11 2012    [Issue 8221] New: typeof(null) rejected as return type for covariant overrides (9)
Jun 11 2012    [Issue 8219] New: File.writeln is slow (9)
Jun 11 2012    [Issue 8218] New: shared library segmentation fault when missing un-needed import (1)
Jun 10 2012    [Issue 8217] New: static nested class can reference outer scope by template instantiation (1)
Jun 10 2012    Issue 8184 - problem with tuple argument deduction (1)
Jun 10 2012    Issue 8183 - template bug? (1)
Jun 09 2012    [Issue 8216] New: CTFE should allow 'pointer is inside range' comparisons (5)
Jun 09 2012    [Issue 8215] New: Non-ASCII object names are generated (2)
Jun 09 2012    [Issue 8214] New: blocking option for TaskPool.finish() (12)
Jun 08 2012    [Issue 8212] New: shared value data structures should implicitly cast to mutable (3)
Jun 08 2012    [Issue 8211] New: ICE: Compiling two files with main functions (2)
Jun 08 2012    [Issue 8210] New: Installer does not install dman on Mac OS X (2)
Jun 08 2012    [Issue 8209] New: Installer installs D into /usr/bin, would prefer /usr/local/bin (1)
Jun 08 2012    [Issue 8208] New: BitArray.opApply does not work on const(BitArray) (1)
Jun 07 2012    [Issue 8207] New: OS X: Should extern(D) symbols include another underscore? (2)
Jun 07 2012    [Issue 8206] New: dmd bash completion script is failing on Ubuntu 10.04 (1)
Jun 07 2012    [Issue 8205] New: Order of dmd '-run' flag is wrong on Mac OS X (4)
Jun 06 2012    [Issue 8204] New: Alias causes error: "auto can only be used for template function parameters" (1)
Jun 06 2012    [Issue 8203] New: Use of std.regex.match() generates "not enough preallocated memory" error (11)
Jun 06 2012    [Issue 8202] New: Templated function with multiple parameters fails to compile with only one argument if type is not exact (2)
Jun 05 2012    [Issue 8201] New: Conversion from dynamic array to static array fails when static array is immutable (5)
Jun 05 2012    [Issue 8200] New: DMD segfault: template aliasing result of map (4)
Jun 05 2012    [Issue 8199] New: scope exit breaks stack alignment (5)
Jun 04 2012    [Issue 8198] New: Nested lambda inference doesn't work (4)
Jun 04 2012    [Issue 8197] New: phobos\win32.mak missing -Idruntime\import (3)
Jun 04 2012    [Issue 8196] New: Compiler pages are missing -nofloat flag (2)
Jun 03 2012    [Issue 8195] New: Segfault when comparing a VariantN to a non-variant type which it holds (5)
Jun 03 2012    [Issue 8194] New: "Function cannot access frame" even though all I requested was the type (4)
Jun 03 2012    [Issue 8193] New: wrong error message on escaping initialized immutable instance field (2)
Jun 03 2012    [Issue 8192] New: inconsistent behavior of initialized immutable instance fields (5)
Jun 03 2012    [Issue 8191] New: cstream is completely unusable on x86_64 (5)
Jun 03 2012    [Issue 8190] New: Externally defined struct error message (4)
Jun 02 2012    [Issue 8188] New: need this to access member when mixining in a function (4)
Jun 02 2012    [Issue 8187] New: replaceFirst doesn't work for string[] haystack (5)
Jun 02 2012    [Issue 8186] New: Formatting class object has an alias this to int* field is broken. (4)
Jun 02 2012    [Issue 8185] New: Pure functions and pointers (58)
Jun 01 2012    [Issue 8182] New: with a lazy struct parameter, the struct's destructor is called on the generated delegate (5)
Jun 01 2012    [Issue 8181] New: String splitting with nonempty delim produces empty result (1)
Jun 01 2012    [Issue 8180] New: UFCS writeln doesn't work with Tuples (4)
Jun 01 2012    [Issue 8178] New: Wrong line number in trying to modify enum string (3)
May 31 2012    [Issue 8176] New: Error: cannot implicitly convert expression (record) of type CsvRecord!(string,cast(Malformed)0,string,dchar) to string (1)
May 31 2012    [Issue 8175] New: aa.c assert(0) (4)
May 31 2012    [Issue 8174] New: short floating point literals not catched in the parser (5)
May 31 2012    [Issue 8172] New: OSX: symbols mangled on gdb,ggdb,cgdb,lldb but not on ubuntu; no line numbers on stacktraces (9)
May 30 2012    [Issue 8171] New: [Regression 2.060head] Broken std.algorithm.move for nested struct has no members (4)
May 30 2012    OPENFILENAME structure (2)
May 30 2012    [Issue 8169] New: Method loses its compile-time evaluability when used through alias this (3)
May 30 2012    [Issue 8168] New: dmd crashes when asm statement with wrong opcode (3)
May 30 2012    [Issue 8167] New: BigInt(BigInt(1)) too (1)
May 30 2012    [Issue 8166] New: retro() of splitter() too (2)
May 30 2012    [Issue 8165] New: BigInt opAssign return value (3)
May 30 2012    [Issue 8164] New: BigInt from char[] too (3)
May 30 2012    [Issue 8163] New: compiler error when assigning a static array return value (5)
May 29 2012    [Issue 8162] New: [TDPL] -property fails to give an error when a property function is called with parens (7)
May 29 2012    [Issue 8161] New: -property should give an error for invalid property functions (4)
May 29 2012    [Issue 8160] New: Ddoc doesn't emit docs for manifest constants (3)
May 29 2012    [Issue 8159] New: ICE: Slicing r-value static array (4)
May 29 2012    compiler can't deduce template function (2)
May 29 2012    [Issue 8158] New: std.algorithm.min fails to compile with user-defined types (5)
May 27 2012    [Issue 8156] New: Very slow compilation with string-imported file ~100 MiB (3)
May 27 2012    [Issue 8154] New: Source fo error is hidden when using default-parametrized tempalte-struct (3)
May 26 2012    Seg-fault interfacing C library (GSL) (3)
May 25 2012    [Issue 8151] New: [ICE] Two internal errors with recursive map (3)
May 25 2012    [Issue 8150] New: Throwing nothrow struct constructor? (10)
May 25 2012    [Issue 8148] New: properties and the ternary operator (2)
May 25 2012    [Issue 8147] New: Blah!R.init now requires parens - (Blah!R).init (4)
May 24 2012    [Issue 8146] New: Potentially ambiguous overloaded call (3)
May 24 2012    [Issue 8145] New: void template instantiation? (3)
May 24 2012    [Issue 8144] New: Lambda template instantiation at Tuple creation point (1)
May 24 2012    [Issue 8142] New: std.functional.curry isn't flexible enough (1)
May 24 2012    [Issue 8141] New: Two small improvements for std.string maketrans and translate (3)
May 24 2012    [Issue 8140] New: allow to catch exceptions by implemented interface (1)
May 24 2012    [Issue 8139] New: Make objects really disposable by addition of "Object finalized" assertion (6)
May 23 2012    [Issue 8137] New: Handling of Errors should be defined (1)
May 23 2012    [Issue 8136] New: Stack unwinding example uses OutOfMemoryError (2)
May 23 2012    [Issue 8135] New: throwing Error runs finally handler (13)
May 23 2012    [Issue 8134] New: Arguments getting nonsensical values in out contract when method is final (1)
May 23 2012    [Issue 8133] New: regression(2.059): D shared lib on OSX fails in 2.059, worked in 2.058 (6)
May 21 2012    [Issue 8131] New: Delegate type inference with templates is absolutely *horrible* (2)
May 21 2012    [Issue 8129] New: Cannot deduce template function when using UFCS and having a delegate(T) as first argument and an empty function. (7)
May 20 2012    [Issue 8127] New: dmd link library paths not given precedence over gcc defaults (3)
May 20 2012    [Issue 8126] New: Internal corruption in DMD when built with MSVC++ (unless my version was just messed up...) (3)
May 20 2012    [Issue 8125] New: TypeInstance dedunction problem (3)
May 19 2012    [Issue 8122] New: opDispatch doesn't forward opCall (1)
May 18 2012    [Issue 8117] New: Cannot initialize struct member without default constructor (3)
May 18 2012    [Issue 8116] New: new Foo().bar() should work (3)
May 18 2012    [Issue 8115] New: Templated default constructor not called (1)
May 18 2012    [Issue 8114] New: Methods are delegates, not functions. (19)
May 18 2012    std.conv.to throws exception when converting const string to int with (1)
May 17 2012    [Issue 8113] New: alias this doesn't forward opCall (12)
May 17 2012    [Issue 8112] New: std.algorithm.fill must accept InputRange (4)
May 16 2012    [Issue 8110] New: DMD tries to opCast when doing opEquals, and fails (4)
May 16 2012    [Issue 8109] New: typeof(function) within functions (1)
May 16 2012    [Issue 8108] New: Forward declaration and implementation allowed in same file (4)
May 16 2012    [Issue 8107] New: Float literals are not specified as they are implemented (1)
May 16 2012    [Issue 8106] New: func.stringof with default args (18)
May 15 2012    [Issue 8104] New: UFCS on forward reference won't compile (8)
May 15 2012    [Issue 8099] New: Inner class's outer pointer matches constancy of inner, but can be set to object of arbitrary constancy (4)
May 15 2012    [Issue 8098] New: Inner class method can modify outer's members regardless of constancy (5)
May 14 2012    [Issue 8094] New: Static if matching using alias parameter in template fails (3)
May 14 2012    [Issue 8093] New: Returning ref from delegate foreach gives bad address (6)
May 12 2012    [Issue 8091] New: Optimizer generates wrong code when reducing comparisons. (7)
May 12 2012    [Issue 8090] New: ICE: Assertion failure: 'typen->deco' on line 1703 in file 'cast.c' (4)
May 11 2012    [Issue 8089] New: Importing package as module causes segfault (5)
May 11 2012    [Issue 8088] New: Inline assembler: Indexing struct fields not possible (1)
May 11 2012    Procedure entry point RtlCaptureContext could not be located (2)
May 11 2012    [Issue 8087] New: Improve clarity of std.algorithm documentation (1)
May 11 2012    [Issue 8085] New: std.algorithm.joiner makes invalid assumptions about front() (7)
May 11 2012    [Issue 8084] New: std.stdio.ByLine is not true input range (8)
May 11 2012    std.concurrency and module constructors (3)
May 11 2012    [Issue 8083] New: Throwing in a loop results in infinite bypassing exception messages (1)
May 10 2012    [Issue 8080] New: 'alias this' causes toString to be shadowed by aliased object (4)
May 10 2012    [Issue 8079] New: Memory corruption on stack-allocated temporary static arrays (4)
May 09 2012    [Issue 8075] New: Optional parameters should be able to refer to previous parameters (3)
May 09 2012    [Issue 8073] New: Regression (git) Error: undefined identifier __result (3)
May 09 2012    [Issue 8072] New: Methods defined in external object files when template alias parameter is involved (2)
May 09 2012    [Issue 8071] New: ICE(glue.c): delegate passed to std.algorithm.map (3)
May 09 2012    [Issue 8070] New: associative array element is created before value is ready (2)
May 08 2012    [Issue 8069] New: incorrect ambiguous virtual function error (4)
May 08 2012    [Issue 8068] New: Segmentation fault in std.string.format() (2)
May 08 2012    [Issue 8067] New: std.algorithm.move doesn't work for static array of elaborate struct (2)
May 08 2012    [Issue 8066] New: ICE on missing return statement if invariant is present (4)
May 08 2012    [Issue 8065] New: No way to write function/delegate literals returning ref T (1)
May 08 2012    [Issue 8064] New: return reference semantics not obeyed on delegates? (5)
May 08 2012    [Issue 8063] New: Purity of assert's second parameter (4)
May 08 2012    [Issue 8062] New: UFCS and operator overloading (6)
May 07 2012    [Issue 8061] New: std.algorithm.joiner breaks when used with InputRangeObject (15)
May 07 2012    [Issue 8060] New: xmmstore cannot allocate store for optimized operation that uses int and floats (6)
May 07 2012    [Issue 8059] New: Deprecate .classinfo (7)
May 06 2012    [Issue 8058] New: assert(false) displays incomplete filename (3)
May 06 2012    [Issue 8057] New: std.algorithm.move cannot use for nested struct (6)
May 06 2012    [Issue 8056] New: Properties should behave like variables, e.g. compound assignments (3)
May 06 2012    [Issue 8055] New: std.algorithm.move corrupts moved object field (5)
May 06 2012    [Issue 8052] New: Spurious warning when exiting out of a labeled Do-While (1)
May 05 2012    [Issue 8051] New: alias member not accessible (2)
May 05 2012    [Issue 8048] New: Missing head function in std.net.curl (1)
May 05 2012    [Issue 8047] New: important opcodes missing from core/simd.d (1)
May 05 2012    [Issue 8046] New: simd.d needs some documentation (1)
May 04 2012    [Issue 8045] New: Postblit should be called on function call initilalizer that returns ref (3)
May 04 2012    [Issue 8044] New: Print names, not casted values when using enum template parameter (2)
May 04 2012    [Issue 8043] New: DMD Crash on undefined identifier (2)
May 04 2012    [Issue 8042] New: extern(C) on structs can cause stack corruption with opEquals (1)
May 04 2012    [Issue 8040] New: writeln(null) too (7)
May 04 2012    [Issue 8039] New: `scoped` doesn't call any elaborate destructors for struct fields (4)
May 04 2012    [Issue 8038] New: #line which is in a double template instantiation doesn't work (4)
May 04 2012    [Issue 8036] New: Zero-length static array of structs with elaborate destructor as struct or class field is rejected (3)
May 04 2012    [Issue 8033] New: Named template mixins conflicts with unnamed (1)
May 04 2012    [Issue 8032] New: `mixin template` before virtual method with same method causes an error (4)
May 04 2012    [Issue 8031] New: If a class have some signals it's impossible for a derived class to have any signals (3)
May 04 2012    [Issue 8030] New: Multiple override are allowed using mixin template (2)
May 03 2012    [Issue 8028] New: Templates sometimes-can/sometimes-can't access private symbols in same module (1)
May 03 2012    [Issue 8027] New: in contract is never checked for overrided functions (3)
May 03 2012    [Issue 8026] New: Fix or disallow randomShuffle() on fixed-sized arrays (7)
May 03 2012    [Issue 8025] New: std.net.curl.del should return response body. (1)
May 03 2012    [Issue 8024] New: Template alias parameter is fail to compile when -inline is used (1)
May 03 2012    [Issue 8023] New: (Regression git) Methods defined in external object files when template alias parameter is involved (6)
May 03 2012    [Issue 8022] New: BigInt division bug (2) (3)
May 03 2012    [Issue 8021] New: BigInt division bug (4)
May 03 2012    [Issue 8020] New: std.stdio can't open UTF16 file names in Windows (7)
May 02 2012    [Issue 8019] New: (D1 only) can't convert [] to int[] (1)
May 02 2012    [Issue 8017] New: Shadowing declaration not detected when iterating hashes (2)
May 02 2012    [Issue 8015] New: std.typecons.Tuple does not support struct with alias method this (4)
May 01 2012    [Issue 8012] New: Add .length field to enums or provide helper function to Phobos (3)
May 01 2012    [Issue 8011] New: BigInt ++ and -- do wrong thing on negative numbers (6)
May 01 2012    [Issue 8010] New: Type deduction problem (1)
May 01 2012    [Issue 8009] New: ICE with bad type inside templated function with delegate (6)
Apr 30 2012    [Issue 8007] New: Wrong documentation for '>>' (3)
Apr 29 2012    [Issue 8005] New: Lambda with parameter type inference should consider default args (4)
Apr 29 2012    [Issue 8004] New: Direct call of function literal should consider default arguments (4)
Apr 29 2012    [Issue 8003] New: Phobos uses deprecated std.path sep symbol (2)
Apr 29 2012    [Issue 8002] New: Excess initial errors when passing template args to non-templated struct (4)
Apr 27 2012    [Issue 7999] New: rdmd eval fails on OSX, works on windows (2)
Apr 27 2012    [Issue 7998] New: static assert message string printing problem (4)
Apr 27 2012    [Issue 7997] New: Optlink crash with static zero length array (2)
Apr 27 2012    [Issue 7996] New: Refuse std.math.isnan() on not floating point values? (1)
Apr 26 2012    [Issue 7995] New: regression(2.059): D runtime initialization from C fails on OSX in 2.059, worked in 2.058 (11)
Apr 26 2012    [Issue 7994] New: Impure mixin generator of pure code inside pure functions too (2)
Apr 26 2012    [Issue 7993] New: BigInt divide-by-1 error (9)
Apr 26 2012    [Issue 7992] New: std.algorithm.find breaks in certain circumstances (6)
Apr 26 2012    [Issue 7991] New: Regression (2.057): Cannot pass subtype by reference (2)
Apr 26 2012    [Issue 7990] New: Assertion failure in std.variant (3)
Apr 26 2012    [Issue 7989] New: isInputRange and isForwardRange declare unused variables (8)
Apr 26 2012    [Issue 7987] New: [CTFE] cannot compare arrays of slices (2)
Apr 25 2012    [Issue 7986] New: segfault in rt.lifetime.__doPostblit on array of struct (8)
Apr 25 2012    [Issue 7984] New: why is there a hidden field this in nested struct with non-static methods (3)
Apr 24 2012    [Issue 7983] New: ICE with getMember on a unittest member (6)
Apr 24 2012    [Issue 7982] New: iota broken when start and end are unsigned and step is negative. (4)
Apr 24 2012    [Issue 7981] New: immutable structs by default have mutable constructor (1)
Apr 24 2012    [Issue 7979] New: Alias this does not work with switch (1)
Apr 23 2012    [Issue 7977] New: FormatString grammar is incomplete (1)
Apr 23 2012    [Issue 7975] New: Incorrect quotes escaping in std.format (3)
Apr 23 2012    [Issue 7973] New: BigInt %= long/ulong gives wrong value (6)
Apr 22 2012    [Issue 7971] New: Cannot compile druntime with -debug=PRINTF (3)
Apr 22 2012    [Issue 7970] New: property does not properly disambiguate delegate properties (1)
Apr 22 2012    [Issue 7969] New: Writing Win32 DLLs page is outdated (1)
Apr 22 2012    [Issue 7968] New: Failing implicit cast, new in 2.059 (4)
Apr 22 2012    [Issue 7967] New: Bad code with -inline, mismatching constness and array append (2)
Apr 22 2012    [Issue 7966] New: First template instantiation inside `with` results in `Error 42: Symbol Undefined` (1)
Apr 21 2012    [Issue 7965] New: Invalid outer function scope pointer in some cases (10)
Apr 21 2012    [Issue 7964] New: Organic Bug (4)
Apr 21 2012    [Issue 7963] New: dmd doesn't inline std.algorithm.swap on a 'alias this' struct (1)
Apr 21 2012    [Issue 7962] New: std.regex: Captures.length() returns incorrect value (4)
Apr 21 2012    [Issue 7961] New: Add support for C++ namespaces (1)
Apr 20 2012    [Issue 7959] New: dmd compiler crashes with internal error when main() redefined (2)
Apr 20 2012    [Issue 7958] New: Uniform Function Call fails if class defined in unittest body (2)
Apr 20 2012    [Issue 7957] New: std.functional untuple/untupleReversed too (1)
Apr 20 2012    [Issue 7956] New: Missing error line number with wrong function name (4)
Apr 20 2012    [Issue 7954] New: x86_64 Windows fibers do not save nonvolatile XMM registers (2)
Apr 20 2012    [Issue 7953] New: DMD Error: variable r used before set when compiling with -O (5)
Apr 20 2012    [Issue 7952] New: invalid dwarf2 offset when trying to debug with gdb (1)
Apr 20 2012    [Issue 7951] New: DMD: Internal error: backend/cgxmm.c 567 (5)
Apr 20 2012    [Issue 7949] New: DMD segfaults when compiling this (4)
Apr 20 2012    [Issue 7948] New: std.range.zip broken with requireSameLength (5)
Apr 20 2012    [Issue 7947] New: typeof on anonymous function literal returns void (4)
Apr 19 2012    [Issue 7946] New: can't put string into Appender!string (2)
Apr 19 2012    [Issue 7945] New: alias this doesn't work on function ref parameter (4)
Apr 19 2012    [Issue 7944] New: popFront() cycles when the range is empty (6)
Apr 19 2012    [Issue 7943] New: UFCS does not work with alias this (4)
Apr 19 2012    [Issue 7942] New: Appending a string to a dstring is allowed (1)
Apr 18 2012    [Issue 7941] New: Regression(2.059): Type check is ignored when manifest constant initializer is function literal (4)
Apr 18 2012    [Issue 7940] New: CTFE breaks (7)
Apr 18 2012    [Issue 7939] New: Assigning to Object strips away const (2)
Apr 18 2012    [Issue 7938] New: Stack overflow/access violation when throwing exceptions from fibers (8)
Apr 18 2012    [Issue 7937] New: Range iota.Result should be const where possible (10)
Apr 18 2012    Cast Object - get null (4)
Apr 18 2012    GLUT glutCreateWindow error (3)
Apr 17 2012    [Issue 7935] New: Struct-by-pointer field access in TypeTuple (1)
Apr 17 2012    [Issue 7934] New: std.algorithm.sum and std.algorithm.reduce for fixed size arrays too (1)
Apr 17 2012    [Issue 7933] New: Illegal interaction of templates (4)
Apr 17 2012    [Issue 7932] New: protected method (7)
Apr 17 2012    [Issue 7931] New: Error message with _error_ with var[1,2] (4)
Apr 16 2012    [Issue 7930] New: Static initialization of static-sized array in union fails (1)
Apr 16 2012    [Issue 7929] New: Broken semantic of StructInitializer with const (4)
Apr 16 2012    [Issue 7928] New: Regex regression - out of memory. (6)
Apr 16 2012    [Issue 7927] New: windows console utf (1)
Apr 16 2012    [Issue 7926] New: segmentation fault on recursive string mixin (2)
Apr 16 2012    [Issue 7925] New: extern(C++) delegates? (1)
Apr 16 2012    [Issue 7923] New: Please remove 'deprecated' from setAssertHandler() (3)
Apr 16 2012    [Issue 7922] New: alias this causes weird formatting issues for strings (6)
Apr 16 2012    [Issue 7921] New: Two order of magnitude file size increase (up to 111 MiB for GtkD) mostly from zeroes (8)
Apr 15 2012    [Issue 7920] New: Possible to return const object through mutable Object (2)
Apr 15 2012    [Issue 7919] New: Sample code works on GDC but fails with DMD (8)
Apr 15 2012    [Issue 7918] New: Crash when using heredoc syntax in DMD v2.05[89] on Win7 [64bit] (4)
Apr 15 2012    [Issue 7916] New: Add an API to register hooks for memory, file (1)
Apr 15 2012    [Issue 7915] New: Forward reference to two-level nested static if symbols fails within struct (3)
Apr 15 2012    [Issue 7914] New: wrong AA insert evaluation order (2)
Apr 14 2012    [Issue 7913] New: Strange triggering of irrelevant compilation errors (1)
Apr 14 2012    [Issue 7912] New: Cannot read compile variable at compile time (5)
Apr 14 2012    [Issue 7911] New: Nested static if failing to execute (8)
Apr 14 2012    [Issue 7910] New: Compiler gives error when post-contract is used in a function that returns from inside a loop (2)
Apr 14 2012    [Issue 7909] New: to!(enum)(string) and to!(string)(enum) break when enum is integral (4)
Apr 14 2012    [Issue 7908] New: Array operations fail when compiled with -d flag (3)
Apr 14 2012    [Issue 7907] New: [ICE] invalid expression on template argument crashes dmd (4)
Apr 14 2012    [Issue 7906] New: [ICE] enum declaration with invalid array literal crashes dmd (6)
Apr 13 2012    [Issue 7905] New: std.conv.parse doesn't work with UFCS (3)
Apr 13 2012    [Issue 7904] New: Template instantiation failure depending on compilation order (2)
Apr 13 2012    [Issue 7903] New: [TDPL] public member variables are supposed to be illegal in synchronized classes (1)
Apr 13 2012    [Issue 7902] New: [TDPL] sychronized is supposed to be for classes, not functions (1)
Apr 13 2012    [Issue 7901] New: 2D std.Array breaks (3)
Apr 13 2012    [Issue 7900] New: CTFE Internal error with -inline and associative arrays (8)
Apr 13 2012    [Issue 7898] New: copy in std.algorithm fails in CTFE when used with two arrays (6)
Apr 13 2012    [Issue 7897] New: Problem with alias template parameter (10)
Apr 12 2012    [Issue 7895] New: Internal compiler error (2)
Apr 12 2012    [Issue 7894] New: [CTFE] - goto within ForStatement restarts loop (4)
Apr 12 2012    [Issue 7893] New: Spec completely wrong for D variadic arguments on 64 bits (4)
Apr 11 2012    [Issue 7891] New: int[] broken in vararg if it appears after 5 arguments of type bool (5)
Apr 11 2012    [Issue 7890] New: [CTFE] - segfault for struct literal with AA field (4)
Apr 11 2012    [Issue 7889] New: writeln of array of tuple of const too (2)
Apr 10 2012    [Issue 7888] New: derivedMembers forward reference (2)
Apr 10 2012    [Issue 7887] New: [CTFE] can't assign to returned reference (1)
Apr 10 2012    [Issue 7886] New: derivedMembers infinite recursion (3)
Apr 10 2012    [Issue 7885] New: std.rationals too (1)
Apr 10 2012    [Issue 7884] New: std.file.DirIterator.opApply is wrong. (2)
Apr 09 2012    [Issue 7882] New: Cannot initialize static array member in ctor (3)
Apr 09 2012    [Issue 7880] New: [CTFE] cast from void array allowed with different results than at runtime (4)
Apr 09 2012    [Issue 7878] New: A problem with purity and general templated algorithms (7)
Apr 09 2012    [Issue 7877] New: std.string.format does not support positional arguments (2)
Apr 09 2012    [Issue 7876] New: [CTFE] assertion failure on invalid stack reference (3)
Apr 09 2012    [Issue 7875] New: deprecate.html not generated (2)
Apr 09 2012    [Issue 7874] New: [CTFE] CTFE internal error: unsupported assignment (5)
Apr 09 2012    [Issue 7873] New: [2.059 beta] IFTI with inout does not properly match template parameter if called from inout function for pointers (4)
Apr 09 2012    [Issue 7872] New: dmd should warn if `printf` is used on D strings (8)
Apr 09 2012    [Issue 7871] New: RangeViolation with findSplitBefore (5)
Apr 08 2012    [Issue 7870] New: Shared library support for Linux is missing (2)
Apr 08 2012    [Issue 7868] New: derivedMembers/static if regression (8)
Apr 08 2012    [Issue 7867] New: -S compiler switch to output asm (2)
Apr 08 2012    [Issue 7866] New: Type printing too for single nulls (2)
Apr 08 2012    [Issue 7865] New: More realistic docs regarding virtual functions (1)
Apr 08 2012    [Issue 7864] New: Structs with class members can't be sorted (3)
Apr 08 2012    [Issue 7862] New: Accepts-invalid template forward reference bug related to derivedMembers (3)
Apr 08 2012    [Issue 7861] New: Segfault during __error propagation with self-referencing module (3)
Apr 08 2012    [Issue 7860] New: Constant fields of forward referenced structs break everything (3)
Apr 08 2012    [Issue 7859] New: Crash on invalid alias template parameter type (4)
Apr 08 2012    [Issue 7858] New: __traits(getOverloads) returns incorrect symbol (4)
Apr 08 2012    [Issue 7857] New: File#write formats enum as a boolean. (5)
Apr 08 2012    [Issue 7856] New: static import-ed module behaves as symbol it contents (1)
Apr 08 2012    [Issue 7855] New: Wrong module dtor order (2)
Apr 07 2012    [Issue 7854] New: Non-C attributes allowed on extern(C) function parameters (15)
Apr 07 2012    [Issue 7853] New: Almost useless error message related to postblit with AA of const struct (1)
Apr 07 2012    [Issue 7851] New: Internal error: e2ir.c 688 (6)
Apr 07 2012    [Issue 7850] New: Cannot call overloaded function from inherited class (2)
Apr 06 2012    [Issue 7846] New: Forward referenced storage class is not applied in certain cases (2)
Apr 06 2012    [Issue 7845] New: Internal error: ../ztc/cgcs.c 354 (4)
Apr 06 2012    [Issue 7844] New: for-loop end-condition optimization (2)
Apr 05 2012    [Issue 7843] New: Regression(2.059 beta): Informational warning fails to produce executable (3)
Apr 05 2012    [Issue 7841] New: Better error message for wrong template argument with ref (1)
Apr 05 2012    [Issue 7839] New: std.range.count() too (4)
Apr 05 2012    [Issue 7838] New: Give some error messages for wrong ranges (5)
Apr 05 2012    [Issue 7835] New: Ignored break inside static foreach (11)
Apr 05 2012    [Issue 7834] New: Assign x%int to int without cast? (8)
Apr 05 2012    [Issue 7833] New: Regression(2.059 Beta): struct opEquals broken (7)
Apr 05 2012    [Issue 7832] New: opAssign does not get used for function parameters with a default value (4)
Apr 05 2012    [Issue 7831] New: Unlisted BUG in File.detach causes FILE* leaks when reopening (2)
Apr 05 2012    [Issue 7830] New: public import is not fully documented (3)
Apr 05 2012    [Issue 7826] New: [D2 Beta] Cannot use getHash in toHash without a warning (6)
Apr 04 2012    [Issue 7825] New: Hijacking of functions by non-function templates. (1)
Apr 04 2012    [Issue 7824] New: isInputRange fails to recognize inout(T)[] (4)
Apr 04 2012    [Issue 7823] New: Can't use a struct initializer to initialize a nested enum used as a default function argument initializer (4)
Apr 04 2012    [Issue 7822] New: lseek cast(int)offset should be lseek cast(off_t)offset (1)
Apr 04 2012    [Issue 7821] New: std.conv.to is broken for enums (3)
Apr 04 2012    [Issue 7820] New: regression(DMD 2.059head) Wrong error on forward reference to 'front' with -property switch (9)
Apr 03 2012    [Issue 7818] New: __traits(allMembers) issue? (8)
Apr 03 2012    [Issue 7817] New: opAssign to in declaration broken in dmd 1.074 beta1 (5)
Apr 03 2012    [Issue 7816] New: non-virtual template methods in interface unsupported (2)
Apr 03 2012    [Issue 7815] New: Mixin template forward reference (?) regression (19)
Apr 03 2012    [Issue 7814] New: Regression(2.059head) ICE(tocsym.c) using scope(failure) within foreach-range (5)
Apr 02 2012    [Issue 7812] New: Segfault on invalid code during template match deduction with errors gagged (4)
Apr 02 2012    [Issue 7811] New: D2 beta outputs "not a property" error instead of real error on UFCS array template property (4)
Apr 02 2012    [Issue 7810] New: ctRegex!`a|b` asserts at regex.d:1150 (16)
Apr 01 2012    [Issue 7808] New: Nullable's alias this does not work with structs containing classes (4)
Apr 01 2012    [Issue 7807] New: Ambiguous virtual function error on const overloading with covariant return types (3)
Mar 31 2012    [Issue 7805] New: "static" allows free templated functions to accept struct fields as template alias parameters (1)
Mar 31 2012    [Issue 7803] New: scope(success) in nothrow/ safe functions causes compile errors (10)
Mar 30 2012    [Issue 7802] New: UFCS functions get lost when type is transmitted to template (10)
Mar 29 2012    [Issue 7798] New: Improve nested functions (2)
Mar 29 2012    [Issue 7796] New: std.typecons.Unique is using writeln without importing std.stdio (4)
Mar 29 2012    [Issue 7795] New: Ddoc emits garbage if a default argument contains a struct constructor call (3)
Mar 29 2012    [Issue 7794] New: Sea of errors when calling regex() after compile error (5)
Mar 29 2012    [Issue 7793] New: static assert( void_function() ) gives misleading error message (6)
Mar 28 2012    [Issue 7792] New: DMD crushes when local enum array containing undefined (3)
Mar 28 2012    [Issue 7791] New: Unnecessarily slow test in the DMD test suite (1)
Mar 28 2012    [Issue 7789] New: [CTFE] null pointer exception on setting array length (3)
Mar 28 2012    Regex problem (5)
Mar 28 2012    [Issue 7788] New: __gshared and UFCS - "Error: nested structs with constructors are not yet supported in CTFE (Bug 6419)" (8)
Mar 27 2012    [Issue 7787] New: Anonymous interface instantiation returned from anonymous function misbehaves (1)
Mar 27 2012    [Issue 7786] New: dmd crashes with invalid module name (6)
Mar 26 2012    [Issue 7785] New: [CTFE] ICE when slicing pointer to variable (4)
Mar 26 2012    [Issue 7784] New: stack overflow in Expression::apply with cyclic references (3)
Mar 25 2012    [Issue 7783] New: compiler generated struct equality doesn't compare array fields (3)
Mar 25 2012    [Issue 7782] New: [ICE] With wrong import syntax (4)
Mar 25 2012    [Issue 7781] New: Segmentation fault on 'mixin({return;}());' (4)
Mar 25 2012    [Issue 7779] New: D1-style opWhatever method is chosen in preference to opBinary under D2 (1)
Mar 25 2012    [Issue 7778] New: regression(DMD 2.059head) Segmentation fault on 'auto foo(){bar[]r;r~=[];}' (1)
Mar 25 2012    [Issue 7777] New: std.typecons.Typedef problem with global arrays (1)
Mar 25 2012    [Issue 7775] New: std.range.chunks on const array of strings too (1)
Mar 25 2012    [Issue 7774] New: I've found a bug in D2 (6)
Mar 25 2012    [Issue 7773] New: UCFS syntax on built-in attributes too? (3)
Mar 25 2012    [Issue 7772] New: Remove volatile statements from core.thread (3)
Mar 25 2012    [Issue 7771] New: [ICE][CTFE] With maketrans and string slicing (2)
Mar 25 2012    [Issue 7770] New: __dollar cannot be read at compile time (7)
Mar 24 2012    [Issue 7769] New: relax inout rule doesn't work for template function (2)
Mar 24 2012    [Issue 7768] New: More readable template error messages (5)
Mar 24 2012    [Issue 7767] New: Unstable sort - slow performance cases (1)
Mar 24 2012    [Issue 7766] New: (Full Closures) Chain of nested functions fails (2)
Mar 24 2012    [Issue 7765] New: Cannot access __gshared function pointers from static methods (2)
Mar 24 2012    [Issue 7764] New: Using phobos on windows through MinGW (2)
Mar 24 2012    [Issue 7763] New: No template instantiation backtrace printed trying to use writefln on a const or immutable object reference (2)
Mar 24 2012    [Issue 7762] New: Possible bug in std.algorithm.sort(ubyte[]) (1)
Mar 24 2012    [Issue 7761] New: lambda expression doesn't parse attributes (3)
Mar 24 2012    [Issue 7760] New: Getting delegate address from class object requires unneeded cast (1)
Mar 23 2012    [Issue 7758] New: Mixin error: No size yet for forward reference (2)
Mar 23 2012    [Issue 7755] New: regression(2.059head): ICE in glue.c (4)
Mar 23 2012    [Issue 7754] New: static this() in template is stripped during header gen (5)
Mar 22 2012    [Issue 7753] New: Support opIndexCreate as part of index operator overloading in user-defined types (5)
Mar 22 2012    [Issue 7752] New: Static array .init is actually .init of the array element type, not the array. (3)
Mar 22 2012    [Issue 7751] New: [ICE] From auto and forward reference (6)
Mar 21 2012    [Issue 7750] New: while(true) loop with try/catch block causes segfault (7)
Mar 21 2012    [Issue 7749] New: make unittest should test the gcstub version of druntime as well. (1)
Mar 21 2012    [Issue 7748] New: Unification of template arguments with parameters does not work with variadics (1)
Mar 21 2012    [Issue 7747] New: "forward reference to <func>" message fix (1)
Mar 21 2012    [Issue 7745] New: Regression (1.x git-415e48a) Methods defined in external object files when a pointer to it is taken (7)
Mar 20 2012    [Issue 7744] New: Crash with forward reference in string mixin (1)
Mar 20 2012    [Issue 7743] New: Parsing problem with nothrow delegate (5)
Mar 20 2012    [Issue 7742] New: 'More initializers than fields' error with correct number of fields (5)
Mar 19 2012    [Issue 7739] New: regex fails to accept \p in expression of unicode properties (2)
Mar 19 2012    [Issue 7736] New: opApply for immutable structs too (3)
Mar 19 2012    [Issue 7735] New: Functions with variadic void[][]... arguments corrupts passed data (5)
Mar 19 2012    [Issue 7734] New: Wrong comparison of float return value from opEquals (3)
Mar 19 2012    [Issue 7733] New: [tdpl] opIndexUnary not called with postfix increment/decrement operators (4)
Mar 19 2012    [Issue 7732] New: CTFE bug causes if(ptr !is null) to pass when ptr==null (3)
Mar 19 2012    [Issue 7731] New: Assertion failure: 't' on line 7911 in file 'mtype.c' (4)
Mar 18 2012    [Issue 7730] New: Make imports work case-sensitive on all platforms (12)
Mar 18 2012    [Issue 7729] New: fileno conflict (1)
Mar 18 2012    [Issue 7728] New: Alternative div and mod in core.bitop (3)
Mar 18 2012    [Issue 7726] New: 'virtual' keyword please (10)
Mar 18 2012    [Issue 7723] New: property filter/filter (7)
Mar 18 2012    [Issue 7722] New: Refuse normal functions to be used as properties (9)
Mar 18 2012    [Issue 7721] New: Loss of template context when passed as template template parameter (1)
Mar 17 2012    [Issue 7720] New: asm silent wrong code generation (3)
Mar 16 2012    [Issue 7718] New: regex and ctRegex produce different results (2)
Mar 15 2012    [Issue 7716] New: Add an indexed overload to countUntil (4)
Mar 15 2012    [Issue 7714] New: Building d-programming-language.org fails to build phobos when built with multiple jobs. (2)
Mar 15 2012    [Issue 7713] New: lambda inference doesn't work on template function argument (7)
Mar 14 2012    [Issue 7711] New: ICE when trying to use an AA with inout type. (2)
Mar 14 2012    [Issue 7710] New: Segmentation fault when assigning function to delegate variable (3)
Mar 14 2012    [Issue 7709] New: Segfault when trying to use any property of an AA, which is the return type of a CTFE function with inout parameters. (6)
Mar 14 2012    [Issue 7708] New: cannot implicitly assign delegate taking const to a delegate reference taking mutable (2)
Mar 13 2012    [Issue 7707] New: Purity inference fails when template used before it's defined (1)
Mar 13 2012    [Issue 7706] New: Comparing struct rvalues (3)
Mar 13 2012    [Issue 7705] New: lambda syntax doesn't allow some valid signatures (5)
Mar 13 2012    [Issue 7704] New: RangeError when using key optainey by AA byKey() iteration (4)
Mar 13 2012    [Issue 7703] New: [UFCS] explicit template function instantiation as property (3)
Mar 13 2012    [Issue 7702] New: opDispatch & opCall errors (6)
Mar 13 2012    [Issue 7700] New: wrong semantic scope while ordering parameterized specialization (2)
Mar 13 2012    [Issue 7699] New: Cannot get frame pointer to function when compiling with -inline (5)
Mar 13 2012    [Issue 7698] New: can't specialize parameterized template value (3)
Mar 13 2012    [Issue 7697] New: Default argument in template method throws AssertError (1)
Mar 12 2012    [Issue 7696] New: The Array container works improperly when using as a property (1)
Mar 12 2012    [Issue 7695] New: ICE on associative array with keys of struct type with const members (5)
Mar 12 2012    [Issue 7694] New: Internal error: e2ir.c 1251 when calling member function inside struct via alias param (7)
Mar 12 2012    [Issue 7693] New: Getopt Ignores Trailing Characters on Enums (1)
Mar 12 2012    private struct's destructor causes internal error during compilation (2)
Mar 11 2012    [Issue 7692] New: std.conv.parse should do lookahead for "0x" in strings with radix 16 (3)
Mar 11 2012    [Issue 7691] New: A pure std.math.floor (5)
Mar 11 2012    [Issue 7689] New: splitter() on ivalid UTF-8 sequences (2)
Mar 11 2012    [Issue 7688] New: Ddoc should give a list of inherited members (3)
Mar 11 2012    [Issue 7687] New: Ddoc should be able to generate "Jump to" links (1)
Mar 11 2012    [Issue 7686] New: template argument ignored with specialization for dependent parameter (2)
Mar 11 2012    [Issue 7685] New: Cannot initialize const field if field initializer present (4)
Mar 11 2012    [Issue 7684] New: IFTI and shared overload doesn't work (3)
Mar 11 2012    [Issue 7683] New: the attribute has not been correctly inferred in either the constructor or nested function. (1)
Mar 11 2012    [Issue 7682] New: shared array type and "cast() is not an lvalue" error (4)
Mar 10 2012    [Issue 7681] New: Regression(2.059head):ICE:opCatAssign(delegate) to undefined identifier (5)
Mar 10 2012    [Issue 7680] New: template specialization bug (1)
Mar 10 2012    [Issue 7679] New: std.regex.split and splitter don't work w/ ctRegex (4)
Mar 09 2012    [Issue 7678] New: Add -cflags switch for DMD that allows passing flags to GCC or ${CC} (3)
Mar 09 2012    [Issue 7677] New: obj2asm thinks / starts a switch on non-Windows systems (1)
Mar 09 2012    [Issue 7676] New: covariance of out arguments and function subtyping doesn't work (3)
Mar 08 2012    [Issue 7674] New: regex replace requires escaped format (4)
Mar 08 2012    [Issue 7673] New: Static variables do not allow implicit call to ctor via assignment (2)
Mar 08 2012    [Issue 7672] New: Remove top const doesn't work for inout array type. (3)
Mar 08 2012    [Issue 7671] New: Broken inout deduction of shared(inout(T[n])) from immutable(int[3]) (3)
Mar 08 2012    [Issue 7670] New: UFCS problem with property and structs (5)
Mar 08 2012    [Issue 7669] New: Broken inout deduction with static array type (3)
Mar 07 2012    [Issue 7668] New: std.algorithm.reduce of array of const ints too (1)
Mar 07 2012    [Issue 7667] New: ICE(interpret.c): Assertion failure: 'ctfeStack.stackPointer() == 0' (4)
Mar 07 2012    [Issue 7665] New: Problem with fixed-sized associative mutable array key assignment (1)
Mar 07 2012    [Issue 7664] New: Problem with fixed-sized associative array key assignment (4)
Mar 07 2012    [Issue 7660] New: toImpl conflict in std.conv (4)
Mar 07 2012    [Issue 7658] New: [CTFE] assignment to reference in foreach fails without error message (3)
Mar 06 2012    [Issue 7657] New: ReturnType fails for simple templated functions (3)
Mar 06 2012    [Issue 7655] New: scope class instantiations not supported in CTFE (3)
Mar 06 2012    [Issue 7654] New: Direct using of Rebindable!T doesn't work (2)
Mar 05 2012    [Issue 7651] New: Cannot use object.d file in user projects (2)
Mar 05 2012    [Issue 7650] New: Bad lambda inference in associative array literal (4)
Mar 05 2012    [Issue 7649] New: Bad lambda inference in default function argument (4)
Mar 04 2012    [Issue 7647] New: Internal error: ../ztc/machobj.c 2158 (4)
Mar 04 2012    [Issue 7646] New: bug in code sample and unittest (5)
Mar 04 2012    [Issue 7644] New: [tdpl] receive( (OwnerTerminated) {} ); fails to compile (4)
Mar 04 2012    [Issue 7643] New: Whole tuple slice isn't resolved as expected (4)
Mar 03 2012    [Issue 7642] New: opDispatch with AA crashes dmd (2)
Mar 03 2012    [Issue 7641] New: std.typecons.Proxy incorrectly allows implicit conversion to class (6)
Mar 03 2012    [Issue 7640] New: CTFE: Confusing error message when looking up missing hash key (1)
Mar 03 2012    [Issue 7639] New: Undefined enum AA key crashes compiler (3)
Mar 03 2012    [Issue 7638] New: [CTFE] std.array.replace causes a segfault at compile time while replacing the begining of a string (2)
Mar 03 2012    [Issue 7637] New: writeln doesn't take custom toString into account (5)
Mar 03 2012    [Issue 7636] New: const hole for implicit conversion to base class (3)
Mar 03 2012    [Issue 7635] New: Inconsistent naming in std.stdio - byLine(), byChunk() (3)
Mar 03 2012    [Issue 7634] New: optlink creates bad debug info for a large number of modules (1)
Mar 02 2012    [Issue 7633] New: Missing CTFE error message (5)
Mar 02 2012    [Issue 7632] New: byValue() for associative arrays doesn't return the correct values (14)
Mar 02 2012    [Issue 7631] New: D OSX Installer doesn't install support files (6)
Mar 02 2012    [Issue 7630] New: declaration in switch scope not initialized + CTFE error (2)
Mar 02 2012    [Issue 7629] New: Add check for ref/out parameters not being null (2)
Mar 02 2012    [Issue 7628] New: Regression with std.string format and alias this (9)
Mar 02 2012    [Issue 7627] New: std.traits.isMutable is undocumented (2)
Mar 02 2012    [Issue 7626] New: std.regex.match("", r"^$") is empty. (2)
Mar 01 2012    [Issue 7625] New: inlining on works with explicit else branch (1)
Mar 01 2012    [Issue 7624] New: std.typecons.Tuple slicing (1)
Mar 01 2012    [Issue 7623] New: Allow aliasing of symbols of an aliased subtype (1)
Mar 01 2012    [Issue 7622] New: Qualified imports inside functions don't work for real (2)
Mar 01 2012    [Issue 7621] New: Immutable type equivalence problem (3)
Mar 01 2012    [Issue 7620] New: format has different output compared to writef (3)
Mar 01 2012    [Issue 7619] New: Broken deprecated feature with template function (2)
Mar 01 2012    [Issue 7618] New: delegate/function pointer call bypass parameter storage class (4)
Mar 01 2012    [Issue 7617] New: Add support for 64bit and 256bit vectors (6)
Feb 29 2012    [Issue 7616] New: aggregates don't inherit pure nothrow from outer scope (2)
Feb 29 2012    [Issue 7615] New: Error aliasing an enum member through an alias of a type inside a struct (3)
Feb 29 2012    [Issue 7614] New: Spec says pragma(msg) only accepts strings, but it accepts anything (3)
Feb 29 2012    [Issue 7612] New: Bad error message when missing compile time opCmp in struct used in enums (1)
Feb 29 2012    [Issue 7611] New: static this() in template is not executed in .lib (2)
Feb 29 2012    [Issue 7610] New: DMD -H switch doesn't output interfaces to package hierarchy (5)
Feb 29 2012    [Issue 7608] New: __traits(allMembers) is broken for template instances (6)
Feb 28 2012    [Issue 7606] New: core.time.TickDuration opCmp accepts only lvalues (5)
Feb 28 2012    [Issue 7605] New: Better error message when variable declaration hides type declaration (2)
Feb 28 2012    [Issue 7604] New: statically disallow shift amounts provably outside the valid range (2)
Feb 27 2012    [Issue 7603] New: Default initializer is allowed on ref/out params (11)
Feb 27 2012    [Issue 7602] New: [CTFE] Segmentation fault when using array.keys (11)
Feb 27 2012    [Issue 7601] New: Spurious "dangling else" warning with "version(X):" (2)
Feb 27 2012    [Issue 7600] New: Generate better error message with lvalue mismatch (2)
Feb 26 2012    [Issue 7598] New: format() doesn't work with alias this (4)
Feb 26 2012    [Issue 7597] New: Statically disallow a init() method in structs (1)
Feb 26 2012    [Issue 7596] New: traits compiles can't detect non-copyable errors (1)
Feb 26 2012    [Issue 7595] New: Data being overwritten. (5)
Feb 26 2012    [Issue 7594] New: xmm ops use actual addition/subtraction when evaluating real+imaginary (5)
Feb 26 2012    [Issue 7593] New: cfloat to cdouble conversion is broken when using xmm (6)
Feb 26 2012    [Issue 7592] New: Conversion from ireal to ifloat broken when using xmm (5)
Feb 26 2012    [Issue 7591] New: Wrong const-folding comparisons involving complex nans (4)
Feb 26 2012    [Issue 7590] New: no error with missing template parameter (4)
Feb 26 2012    [Issue 7589] New: __traits(compiles) does not work with a template that fails to compile (3)
Feb 25 2012    [Issue 7588] New: Segfault with alias this and function templates (3)
Feb 25 2012    [Issue 7587] New: reduce() of a const array of tuples too (1)
Feb 25 2012    [Issue 7586] New: Equality lambda inference problem on tuples (3)
Feb 25 2012    Linux DMD 2.058 shared library support still broken (1)
Feb 25 2012    [Issue 7584] New: contract checking is too conservative for inherited contracts (11)
Feb 25 2012    [Issue 7583] New: [CTFE] Pushing to Token array results in interpreter assert (5)
Feb 25 2012    [Issue 7582] New: Untyped nested delegate literals don't compile (3)
Feb 25 2012    [Issue 7581] New: Compiler uses wrong instructions to move complex value from ST to xmm registers (6)
Feb 25 2012    [Issue 7580] New: Identity assignment of Nullable crashes dmd (5)
Feb 25 2012    [Issue 7579] New: disabled postblit called for array appending of Rvalues (8)
Feb 25 2012    [Issue 7578] New: ICE on indexing result of vararg opDispatch (5)
Feb 24 2012    [Issue 7575] New: [ICE] with possible forward reference error (3)
Feb 24 2012    [Issue 7574] New: No line number with forward reference error (3)
Feb 24 2012    [Issue 7573] New: No line number with associative array creation error (3)
Feb 24 2012    [Issue 7571] New: No uniformity of array textual representation (2)
Feb 23 2012    setlocale not working as expected (3)
Feb 23 2012    [Issue 7568] New: pragma(msg) segfaults with an aggregate including a class. (4)
Feb 23 2012    [Issue 7567] New: Lazy quantifiers fail with ctRegex (2)
Feb 23 2012    [Issue 7566] New: compiler works incorrectly when debug{} statements are present, ver 2.057 (5)
Feb 22 2012    [Issue 7564] New: Implicit conversion from static to dynamic array in loops (5)
Feb 22 2012    [Issue 7563] New: Class members with default template arguments have no type (4)
Feb 22 2012    [Issue 7562] New: DMD crashes by using TemplateThisParameter (4)
Feb 22 2012    [Issue 7561] New: std.net.curl broken (7)
Feb 21 2012    [Issue 7560] New: Expanding inherited overload sets gives error (6)
Feb 21 2012    [Issue 7558] New: Useless 'cannot implicitly convert' errors when number of function arguments is wrong (3)
Feb 21 2012    [Issue 7557] New: Sea of errors after template failure (6)
Feb 20 2012    [Issue 7556] New: toUTF16z and others duplicated in rt.util.uft and std.utf (1)
Feb 20 2012    [Issue 7554] New: Immutable function pointer arguments too (8)
Feb 20 2012    [Issue 7553] New: auto template param triggers mixin conflict (1)
Feb 20 2012    [Issue 7552] New: Cannot get and combine a part of overloaded functions (4)
Feb 20 2012    [Issue 7551] New: Regex parsing bug for right bracket in character class (7)
Feb 19 2012    [Issue 7550] New: Missing AVX instruction VPMULDQ (4)
Feb 19 2012    [Issue 7547] New: -deps output lists object as a top level module (4)
Feb 19 2012    [Issue 7546] New: 64-bit floating-point issue with negative zero: -0.0 == 0.0 is false. (4)
Feb 19 2012    [Issue 7545] New: DMD 2.058 ICE cast.c line 2082 assert(t1->ty == t2->ty) (5)
Feb 19 2012    [Issue 7544] New: ICE(interpret.c) Catching an exception with a null catch block (5)
Feb 19 2012    [Issue 7543] New: inout opApply should work properly (16)
Feb 19 2012    [Issue 7542] New: inout parameter contravariant should be allowed (6)
Feb 19 2012    [Issue 7541] New: Postblit not called when returning from an array of structs. (2)
Feb 18 2012    [Issue 7540] New: Catch multiple exception types with single catch block (2)
Feb 18 2012    [Issue 7539] New: cast(bool) of empty array must result in false (3)
Feb 18 2012    [Issue 7537] New: `File.tmpfile` requires administrator rights on Windows (10)
Feb 17 2012    [Issue 7536] New: ctfeAdrOnStack triggered (4)
Feb 17 2012    [Issue 7535] New: Position of method in code inside class/struct decides that code is proper or invalid (1)
Feb 17 2012    [Issue 7534] New: Allow attribute-overloading of an overridden method (12)
Feb 17 2012    [Issue 7532] New: DMD stripping imports in header files (2)
Feb 17 2012    [Issue 7531] New: writeln doesn't work an a range that uses some char as front (3)
Feb 17 2012    [Issue 7530] New: Postblit not called structs returned from an array index expr. (7)
Feb 16 2012    [Issue 7529] New: IFTI does not support aliases (20)
Feb 16 2012    [Issue 7528] New: The core.atomic module does not have implementations when compiling with -D. (2)
Feb 16 2012    [Issue 7527] New: [CTFE] Segfault when slicing a pointer at compile time (5)
Feb 16 2012    [Issue 7526] New: void functions passed to getopt die (3)
Feb 16 2012    [Issue 7525] New: Broken return type inference for delegate returns (5)
Feb 16 2012    [Issue 7523] New: Incorrect capacity for new T[] with non-zero T.init. (4)
Feb 16 2012    [Issue 7521] New: Add const inference for templated method and delegate parameters (3)
Feb 16 2012    [Issue 7519] New: std.xml cannot manage single quoted attribute values (2)
Feb 16 2012    [Issue 7518] New: Regression(2.058): std.parallelism.parallel fails with shared array of strings (5)
Feb 16 2012    [Issue 7517] New: Interface contracts broken (2)
Feb 16 2012    [Issue 7516] New: Postblit not called for structs returned from a ternary operator (5)
Feb 15 2012    [Issue 7515] New: The new std.string.translate is slow for ASCII text (15)
Feb 15 2012    [Issue 7514] New: Dynamic array to fixed size array cast error message (2)
Feb 15 2012    [Issue 7513] New: [TDPL] opAssign examples don't work as described (2)
Feb 15 2012    [Issue 7512] New: Associative arrays with dstring as key do not work correctly (12)
Feb 15 2012    [Issue 7510] New: implicit conversion to immutable fails for pure delegates and function pointers (1)
Feb 15 2012    [Issue 7508] New: float4 values aren't stored on initialisation (3)
Feb 15 2012    [Issue 7506] New: Postblit does not called properly with inlining (5)
Feb 15 2012    [Issue 7505] New: [your code here] tip points at the old NewsGroup page rather than the new forum (2)
Feb 14 2012    [Issue 7502] New: 2.056 regression: Assigning .init takes forever to compile for large structs (3)
Feb 13 2012    [Issue 7501] New: Array of function pointers append (3)
Feb 13 2012    [Issue 7500] New: [ICE] (template.c line 5287) with immutable lambda function (5)
Feb 13 2012    [Issue 7499] New: [ICE] ('cast.c line 1495) with lambda array (4)
Feb 13 2012    [Issue 7498] New: function expected before (), not <function> (6)
Feb 13 2012    [Issue 7497] New: optimizer/inliner misplaces load instruction (6)
Feb 13 2012    [Issue 7496] New: Selective imports make module accessible with another import from the same package (2)
Feb 13 2012    [Issue 7495] New: Scoped imports broken (2)
Feb 13 2012    [Issue 7494] New: Selective import does not work inside a function (12)
Feb 13 2012    [Issue 7493] New: Initialization of void[][N] (9)
Feb 13 2012    [Issue 7492] New: [CTFE] Error at assign to immutable character array (2)
Feb 12 2012    [Issue 7490] New: std.array.array(std.bitmanip.BitArray) too (2)
Feb 12 2012    [Issue 7489] New: A problem map on AA.byKey() (1)
Feb 12 2012    [Issue 7488] New: Short array optimization for std.bitmanip.BitArray (2)
Feb 12 2012    [Issue 7487] New: A faster std.bitmanip.BitArray.opCat (2)
Feb 12 2012    [Issue 7486] New: dmd 2.057 lose const qualifier with ref (3)
Feb 11 2012    [Issue 7485] New: Incorrect BigInt Error Message (5)
Feb 11 2012    [Issue 7484] New: std.algorithm.copy overlapping array copy (8)
Feb 11 2012    [Issue 7483] New: Can't recursively call function with auto return (6)
Feb 10 2012    [Issue 7482] New: deprecation isn't checked inside forward referenced is(typeof()) (6)
Feb 10 2012    [Issue 7481] New: Compiler should 'soldier on' after template errors (6)
Feb 10 2012    [Issue 7480] New: Unhelpful formatting specifier mismatch exception message for pointers (4)
Feb 10 2012    [Issue 7479] New: Regression(2.046) ICE(glue.c) with invalid template parameter during gagging (2)
Feb 09 2012    [Issue 7478] New: dmd crashes while compiling (7)
Feb 09 2012    [Issue 7477] New: Enum structs without specified values (2)
Feb 09 2012    [Issue 7476] New: Write(ln) functions no longer accept retro range (13)
Feb 09 2012    [Issue 7475] New: Regression(2.058 beta): Template member erroneously inaccessible (3)
Feb 09 2012    [Issue 7473] New: [CTFE] Non-ref argument behaves as if it's a ref argument (5)
Feb 09 2012    [Issue 7472] New: __traits compiles/ is(typeof) don't work for invalid type casts. (2)
Feb 09 2012    [Issue 7471] New: Improve performance of std.regex (7)
Feb 08 2012    [Issue 7470] New: opEquals for interfaces (2)
Feb 08 2012    [Issue 7468] New: Ddoc does not output DOCTYPE declaration (3)
Feb 08 2012    [Issue 7467] New: opUnary!"++" rejects valid, claiming "var has no effect in expression" (1)
Feb 08 2012    [Issue 7466] New: Error without line number in recursive template expansion (2)
Feb 08 2012    [Issue 7464] New: Better Error Message When Using S.tupleof within S (1)
Feb 08 2012    [Issue 7463] New: Duplicated error message with bad template value parameter (5)
Feb 08 2012    [Issue 7462] New: Error message with _error_ in overridden function (5)
Feb 08 2012    [Issue 7461] New: Broken link (2)
Feb 08 2012    [Issue 7460] New: std.windows.registry reports a false exception message (5)
Feb 07 2012    bug: Console buffer not flushed at right time (2)
Feb 07 2012    [Issue 7458] New: documentation claims non-existent limitation of nested aggregate member functions (2)
Feb 07 2012    [Issue 7457] New: nested pure functions not specified (1)
Feb 07 2012    [Issue 7456] New: Purity strength not documented (2)
Feb 06 2012    [Issue 7454] New: Add file and line numbers to Linux stack traces using addr2line (2)
Feb 06 2012    [Issue 7452] New: Function using enforce() cannot be inferred as safe because of the lazy argument (5)
Feb 06 2012    [Issue 7451] New: [Git regression] AAs broken for interfaces keys and values with opEquals (5)
Feb 06 2012    [Issue 7450] New: AA: Cannot uniquely infer foreach argument types (3)
Feb 05 2012    [Issue 7449] New: Algebraic's operator[] is incorrect (2)
Feb 05 2012    [Issue 7447] New: Alias template within struct/class not visible when struct/class is accessed through an alias (2)
Feb 05 2012    [Issue 7446] New: [TDPL] Trivial asynchronous file copy example crashes with OwnerTerminated (1)
Feb 05 2012    [Issue 7445] New: Troubles with array assignment syntax (1)
Feb 05 2012    [Issue 7441] New: interface allowes empty statics and replace of statics (3)
Feb 04 2012    [Issue 7439] New: Compound assignment causes segmentation fault (3)
Feb 04 2012    [Issue 7435] New: Regression(master):dmd crashes when 'scope(failure) debug ...' without -debug option. (4)
Feb 03 2012    [Issue 7434] New: Error involving array literal created in ctfe gives wrong line number (4)
Feb 03 2012    [Issue 7433] New: writeln of char range (3)
Feb 03 2012    [Issue 7431] New: overload-resolution should be more fine-grained (1)
Feb 03 2012    [Issue 7430] New: opCmp doesn't support unordered value comparison. (7)
Feb 03 2012    [Issue 7429] New: Cannot append a struct type to itself even if an opOpAssign(string op : "~") is defined. (3)
Feb 02 2012    [Issue 7428] New: regression (DMD 2.058head) ICE on slightly convoluted setup including closures (4)
Feb 02 2012    [Issue 7427] New: Cannot use templated opAssign when there is a member whose type has a postblit. (2)
Feb 02 2012    [Issue 7426] New: Inner struct "no size yet for forward reference" when using .tupleof inside it. (8)
Feb 02 2012    [Issue 7425] New: IFTI does not work with inout methods (3)
Feb 02 2012    [Issue 7424] New: Segfault when trying to call a templated property with inout. (4)
Feb 01 2012    [Issue 7423] New: Regression (2.057): Hex Literals are no longer treated as unsigned. (14)
Feb 01 2012    opDispatch returning this not working in a hierarchy (3)
Feb 01 2012    [Issue 7422] New: Regression(master): ICE with template function and if statement (3)
Feb 01 2012    [Issue 7421] New: std.getopt does not work with shared strings (3)
Feb 01 2012    [Issue 7419] New: [2.058/CTFE] Constructor of struct is overwritten inside a unittest with -inline (7)
Feb 01 2012    [Issue 7418] New: Overloading doesn't work with aliases declared inside templates (4)
Feb 01 2012    [Issue 7416] New: 2.058 regression: fails to instantiate a constrained function template with a nested function (4)
Jan 31 2012    [Issue 7414] New: Vector literal assignment doesn't work in global scope (4)
Jan 31 2012    [Issue 7413] New: Vector literals don't work (17)
Jan 31 2012    [Issue 7411] New: Deduce base type from vector types in templates (3)
Jan 31 2012    [Issue 7410] New: Wrong error message for selective import (1)
Jan 31 2012    [Issue 7409] New: Overloading with user-defined struct when passing by ref (3)
Jan 30 2012    [Issue 7407] New: Can't implicitly convert char[][] to const(char)[][] (4)
Jan 30 2012    [Issue 7406] New: tuple foreach doesn't work with mixed tuples (5)
Jan 30 2012    [Issue 7403] New: Possible to instantiate forward referenced classes (3)
Jan 30 2012    [Issue 7402] New: Appending enum string causes type change? (3)
Jan 30 2012    [Issue 7401] New: Pure contracts Unnecessarily strict (4)
Jan 30 2012    [Issue 7400] New: failing local imports not fully gagged in is expression (2)
Jan 30 2012    [Issue 7399] New: Broken import statement in trySemantic() causes silent compiler error (7)
Jan 30 2012    [Issue 7398] New: spell checker should suppress error messages (2)
Jan 29 2012    [Issue 7397] New: [Regression] std.path.buildPath can't be used with string[] (7)
Jan 29 2012    [Issue 7396] New: Indicate default alignment with 0. (27)
Jan 29 2012    [Issue 7395] New: Need error on declaring a variable after `if` and`synchronized` without {} (1)
Jan 28 2012    [Issue 7394] New: ddmangle tool needs rebuilding (2)
Jan 28 2012    [Issue 7392] New: ICE on invalid nested case statement (1)
Jan 28 2012    [Issue 7391] New: floating wtf dmd 2.057 64 bit (3)
Jan 28 2012    [Issue 7390] New: Problem in generating switch cases with a static foreach (4)
Jan 28 2012    [Issue 7389] New: Disallow or implement correct SortedRange equality (2)
Jan 28 2012    [Issue 7388] New: Inline assembler shouldn't assume operand size (2)
Jan 28 2012    [Issue 7387] New: "call" instruction does not understand $ (1)
Jan 28 2012    [Issue 7386] New: Can't use a 'version' that was set inside 'static if' (1)
Jan 28 2012    [Issue 7385] New: Bad error message missing line number on invalid array op that isn't special cased (7)
Jan 28 2012    [Issue 7384] New: Typo in volatile deprecation message (4)
Jan 27 2012    [Issue 7383] New: Blank lines in code sections cause premature section termination (4)
Jan 27 2012    [Issue 7382] New: Static matrix initialization (1)
Jan 27 2012    [Issue 7381] New: Make auto tail-const (3)
Jan 27 2012    [Issue 7380] New: Crash trying to use address of variable in struct constructor at module level (3)
Jan 27 2012    [Issue 7379] New: DMD segfaults on semantic3 phase when alias enum this; (3)
Jan 27 2012    [Issue 7377] New: Compiler segfault in: TemplateMixin::hasPointers() (8)
Jan 27 2012    [Issue 7376] New: floating point bug (4)
Jan 27 2012    [Issue 7375] New: Regression(2.057): Invalid downcast permitted with derived/aliased template classes (14)
Jan 26 2012    [Issue 7374] New: stdin.byLine() throws AssertError on empty input (4)
Jan 26 2012    [Issue 7373] New: (Regression git) Renamed imports conflict with other implicitly imported symbols (5)
Jan 26 2012    [Issue 7372] New: wrong error: undefined identifier (5)
Jan 26 2012    [Issue 7371] New: Associative arrays as associative array keys (4)
Jan 25 2012    [Issue 7370] New: Major errors in the FAQ (4)
Jan 25 2012    [Issue 7369] New: Inout constructor causes compiler to reject invariant (6)
Jan 25 2012    [Issue 7368] New: template mixin + __traits(allMembers) = Assertion 'members' failed (2)
Jan 24 2012    [Issue 7367] New: wrong char comparison result (4)
Jan 24 2012    [Issue 7366] New: template overload resolution failure (4)
Jan 24 2012    [Issue 7365] New: AAs broken for Object keys and values with opEquals (8)
Jan 24 2012    [Issue 7363] New: Eponymous Template doesn't hide internal names in some cases with `static if` (7)
Jan 24 2012    [Issue 7362] New: forward referenced inner struct with align(1) doesn't add to offset of next field when used inside a union of another struct, that is nested in the same outer struct (3)
Jan 24 2012    [Issue 7360] New: Predicate templates in std.traits should consider alias this (2)
Jan 24 2012    [Issue 7359] New: Template function with typesafe variadic rejects more than one string arguments (4)
Jan 24 2012    [Issue 7358] New: `final switch` over enum should add throwing default in debug mode at least (5)
Jan 24 2012    [Issue 7357] New: Allow `function f = <lambda>` and `delegate d = <lambda>` syntax (1)
Jan 23 2012    [Issue 7356] New: Implement KeyType, ValueType for hashes in std.traits (7)
Jan 23 2012    [Issue 7355] New: inout incorrectly resolved if the same type has both mutable and immutable parts (21)
Jan 23 2012    [Issue 7354] New: ld: GOT load reloc does not point to a movq instruction (2)
Jan 23 2012    [Issue 7353] New: NRVO not properly working with inferred return type (9)
Jan 23 2012    [Issue 7352] New: Poor error message when using variable as template type parameter (1)
Jan 22 2012    [Issue 7351] New: Possible asm bug: bad type/size of operands 'xadd' (4)
Jan 22 2012    [Issue 7350] New: Improve error message on access to non-existent enum field (3)
Jan 22 2012    [Issue 7349] New: assert(0) in class destructor - bad (or incorrect) error (2)
Jan 22 2012    [Issue 7348] New: to!string(null) matches more than one template declaration (16)
Jan 22 2012    [Issue 7347] New: scope storage class destruction & allocation issues (1)
Jan 21 2012    [Issue 7346] New: interfaceToC.html doesn't mention htomodule.html (1)
Jan 21 2012    [Issue 7344] New: Function-as-array-method doesn't work with local imports (3)
Jan 21 2012    [Issue 7343] New: hole in the type system: inout function call compiles but shouldn't (2)
Jan 21 2012    [Issue 7342] New: structs don't call the right opEquals on contained arrays (2)
Jan 21 2012    [Issue 7341] New: writefln of strings array with size formatting (5)
Jan 21 2012    [Issue 7340] New: inout not resolved for default parameters (1)
Jan 21 2012    [Issue 7339] New: [2.058] std.string.indexOf doesn't instantiate with inlining (2)
Jan 21 2012    [Issue 7338] New: Non-blocking socket.accept() behavior differs on platforms (1)
Jan 21 2012    [Issue 7337] New: subclasses without invariants don't check basisclass invariant after method (2)
Jan 21 2012    [Issue 7336] New: Sometimes OUT-Block dont have correct acces to method-parameter (2)
Jan 21 2012    [Issue 7335] New: sometimes the OUT - block have undefined class members-acces (10)
Jan 21 2012    [Issue 7334] New: autogenerated CTOR don't check invariant (2)
Jan 20 2012    [Issue 7333] New: interfaceToC should mention __gshared (2)
Jan 20 2012    [Issue 7332] New: interfaceToC should mention std.bitmanip.bitfields (2)
Jan 20 2012    bugzilla hooked to github (1)
Jan 20 2012    [Issue 7331] New: ICE on curried delegate literal where the first of 3 arguments is referenced (2)
Jan 20 2012    [Issue 7330] New: Local imports are order sensitive (7)
Jan 20 2012    [Issue 7328] New: Allow casting between ubyte[4] and int (9)
Jan 20 2012    [Issue 7327] New: Nested overload sets are not resolved correctly (2)
Jan 20 2012    [Issue 7326] New: write interprets enum with byte backing type as a character (2)
Jan 20 2012    [Issue 7325] New: Static / instance destruction order (3)
Jan 19 2012    [Issue 7324] New: Access Violation when printing struct with union (2)
Jan 19 2012    [Issue 7321] New: returning void considered unsafe by safety inference (4)
Jan 19 2012    [Issue 7320] New: final switch on enum with backing type not statically checked (4)
Jan 19 2012    [Issue 7319] New: .bss section not used (5)
Jan 19 2012    [Issue 7318] New: Cannot concatenate arrays of super- and subtype (8)
Jan 19 2012    [Issue 7317] New: writeln cannot handle alias this of array type (3)
Jan 18 2012    [Issue 7316] New: the result of a strongly pure function should implicitly convert to and from shared (1)
Jan 18 2012    [Issue 7315] New: 'out' parameters should be covariant (1)
Jan 18 2012    [Issue 7314] New: strong purity should be inferred at call site (2)
Jan 18 2012    [Issue 7313] New: the result of a 'new' expression should implicitly cast to (im)mutable (3)
Jan 18 2012    [Issue 7312] New: const should be abstract (5)
Jan 18 2012    [Issue 7310] New: pure function results should implicitly cast to mutable (8)
Jan 17 2012    [Issue 7309] New: [2.058] Regression caused by new inlining code (2)
Jan 17 2012    [Issue 7308] New: Lambda template literals (2)
Jan 17 2012    [Issue 7307] New: Not fully enforced properties syntax (2)
Jan 17 2012    [Issue 7306] New: Access violation with .byValue of an empty associative array (2)
Jan 17 2012    [Issue 7303] New: Erroneous closure behavior (5)
Jan 17 2012    [Issue 7302] New: std.conv.parse with radix doesn't work on ranges (3)
Jan 16 2012    [Issue 7301] New: RegexMatch opCast!bool not working (9)
Jan 15 2012    [Issue 7300] New: std.regex.ShiftOr!dchar.search is broken (3)
Jan 15 2012    [Issue 7299] New: Online standard library docs out-of-date (5)
Jan 15 2012    [Issue 7298] New: [CTFE] global static function and delegate literals (3)
Jan 15 2012    [Issue 7297] New: allow explicit storage classes for delegate parameters with inferred types (4)
Jan 15 2012    [Issue 7296] New: [2.058] Regression: Cannot swap RefCounted (4)
Jan 15 2012    [Issue 7295] New: Alias This + Pure + pointsTo = rejects-valid (4)
Jan 15 2012    [Issue 7294] New: [Regression] No warning when escaping local reference type variables (3)
Jan 14 2012    [Issue 7293] New: dmd segfault (8)
Jan 14 2012    [Issue 7291] New: UFCS doesn't work for static member functions (2)
Jan 14 2012    [Issue 7290] New: Heap allocation with scoped delegate literal (2)
Jan 13 2012    [Issue 7289] New: format string docs don't describe how structs, unions, and assoc arrays are formatted (1)
Jan 13 2012    [Issue 7288] New: [ICE toir.c 190] with lambda return + auto (4)
Jan 12 2012    [Issue 7287] New: std.container.BinaryHeap example fails (3)
Jan 12 2012    [Issue 7286] New: Array division bypasses immutable (2)
Jan 12 2012    [Issue 7285] New: Implicit fixed-size array cast (3)
Jan 12 2012    [Issue 7284] New: ICE: Assertion failure: 'semanticstarted == 2' on line 844 in file 'module.c (3)
Jan 12 2012    [Issue 7281] New: std.string.reversed (6)
Jan 12 2012    [Issue 7280] New: Can't get address of array `.length` or `.ptr` properties (2)
Jan 12 2012    [Issue 7279] New: Inconsistent overloading between arrays and scalars (2)
Jan 12 2012    [Issue 7278] New: Templated struct (instantiated with null) can't access its own members (DMD confused about struct's type) (3)
Jan 12 2012    [Issue 7277] New: [CTFE ICE] Assertion failure: 'thisval' on line 1690 in file 'interpret.c' (3)
Jan 11 2012    [Issue 7276] New: ambugious method call with shared / const / immutable (2)
Jan 11 2012    [Issue 7275] New: Cannot use property function call in case/case range statement (3)
Jan 11 2012    [Issue 7274] New: Cannot use property function call in pragma declaration/statement (3)
Jan 11 2012    [Issue 7272] New: `out` section makes return type `const` in `return` statement (2)
Jan 11 2012    [Issue 7271] New: Calling struct.init causes a memory allocation. (3)
Jan 10 2012    [Issue 7268] New: Incorrect sign when raising negative number to even power. (2)
Jan 10 2012    [Issue 7267] New: nothrow functions with lazy arguments too (1)
Jan 10 2012    [Issue 7266] New: [CTFE] Can't alter ref param taken from struct member (2)
Jan 10 2012    [Issue 7265] New: Function Literals where a keyword was omitted should be delegate even if inference. (11)
Jan 10 2012    [Issue 7264] New: Can't iterate result from 4-arg dirEntries as string (4)
Jan 09 2012    [Issue 7263] New: Tuple slicing + -O switch causes "used before set" error (4)
Jan 09 2012    [Issue 7262] New: 'used before set' error with no line number (3)
Jan 09 2012    [Issue 7261] New: [ICE glue.c line 678] With taskPool.reduce (7)
Jan 09 2012    [Issue 7259] New: Explicit annotation for method hiding (3)
Jan 09 2012    [Issue 7255] New: Struct array assign? (1)
Jan 09 2012    [Issue 7253] New: Bad error message when symbol is not found in selective import (6)
Jan 08 2012    [Issue 7250] New: [UFCS] UFCS chaining doesn't work (3)
Jan 08 2012    [Issue 7249] New: 2.058 regression: "no size yet for forward reference" when using this.init.tupleof (6)
Jan 08 2012    [Issue 7248] New: [CTFE] Stack overflow on using struct filed pointer with address of array element (2)
Jan 07 2012    [Issue 7247] New: All programs segfault before main (13)
Jan 07 2012    [Issue 7246] New: http://www.d-programming-language.org/phobos/std_algorithm.html#remove (1)
Jan 07 2012    [Issue 7245] New: [CTFE] Address of ref foreach parameter changes to point after array (3)
Jan 07 2012    [Issue 7244] New: Access Violation with optimized build when using memory-mapped file (2)
Jan 07 2012    [Issue 7243] New: Compiler should call separate function when allocating a struct on the heap (9)
Jan 07 2012    [Issue 7242] New: Cannot call base class member function with same name but diff parameters (2)
Jan 06 2012    [Issue 7241] New: std.format can't read into array of dchar (5)
Jan 06 2012    [Issue 7240] New: Possibilities of throwing Throwable should be calculated (1)
Jan 06 2012    [Issue 7239] New: C style struct initialization doesn't work with aliases (3)
Jan 05 2012    [Issue 7237] New: un.di is missing in dmd.2.057.zip (1)
Jan 05 2012    [Issue 7235] New: throwing away return value of pure function should yield an error (2)
Jan 05 2012    [Issue 7234] New: Segmentation fault when using stdio (5)
Jan 05 2012    [Issue 7233] New: [ICE] (symbol.c 1032) Struct tupleof (2)
Jan 05 2012    [Issue 7232] New: Warning: statement is not reachable has no line number (5)
Jan 05 2012    [Issue 7231] New: Segfault using opDispatch with property notation (4)
Jan 05 2012    [Issue 7230] New: Crash during printing anonymous union with writeln family functions. (7)
Jan 04 2012    [Issue 7228] New: MOVDQ2Q instruction is emitted with swapped register indices (1)
Jan 04 2012    [Issue 7224] New: Throwing precondition of nothrow function (1)
Jan 04 2012    [Issue 7223] New: Access violation when using rmdirRecurse on folder without modify permissions (3)
Jan 04 2012    [Issue 7220] New: Bad initialization when using mixin to generate a static field in a -lib'rary (7)
Jan 04 2012    [Issue 7219] New: valid overrides with type qualifiers rejected (1)
Jan 04 2012    [Issue 7218] New: Nested function with contract is rejected (3)
Jan 04 2012    [Issue 7217] New: Regression(head 7c839960): [CTFE] ICE on accesing struct array field (2)
Jan 03 2012    [Issue 7216] New: [CTFE] Can't call struct member function using pointer field (3)
Jan 03 2012    [Issue 7214] New: Change of template specialization resolution (3)
Jan 03 2012    [Issue 7212] New: Regression(Head): ICE with overload resolution and delegate/function inference (3)
Jan 03 2012    [Issue 7211] New: Initializing const members in derived classes' constructors (1)
Jan 03 2012    [Issue 7210] New: opCall weird behavior in struct (5)
Jan 03 2012    [Issue 7209] New: Stack overflow on explicitly typed enum circular dependency (3)
Jan 02 2012    [Issue 7208] New: Unique arrays should be covariant (4)
Jan 02 2012    [Issue 7207] New: Explicit cast should resolve lambda type (3)
Jan 02 2012    [Issue 7206] New: Constructor from mixin does not conflict with other constructors (5)
Jan 02 2012    [Issue 7205] New: Function attribute inference fails in case of mutual dependencies (2)
Jan 02 2012    [Issue 7203] New: Method pointer types differ depending on context (2)
Jan 02 2012    [Issue 7201] New: Lambda template assignment to variable (3)
Jan 02 2012    [Issue 7199] New: std.string.indexof cannot be compiled with -inline (12)
Jan 01 2012    [Issue 7197] New: enum string doesn't work with CTFE (7)
Jan 01 2012    [Issue 7196] New: Unfair function address overload resolution (7)
Jan 01 2012    [Issue 7195] New: remove in std.algorithm documentation quick links goes to wrong remove (3)
Jan 01 2012    [Issue 7194] New: [CTFE] Incorrect behaviour with pointers as local struct variable fields (2)
Jan 01 2012    [Issue 7193] New: Regression(2.058head): ICE: delete lambda expression crashes dmd (3)
Dec 31 2011    [Issue 7192] New: improve error message for "object.d cannot be read" (4)
Dec 31 2011    [Issue 7190] New: Tuple length incorrect (4)
Dec 31 2011    [Issue 7189] New: inline failed (3)
Dec 31 2011    [Issue 7188] New: "import phobos;" crashes DMD (3)
Dec 30 2011    [Issue 7187] New: Regression(head 12d62ca5): [CTFE] ICE on slicing (6)
Dec 30 2011    [Issue 7185] New: [CTFE] ICE on changing char array length (2)
Dec 29 2011    [Issue 7181] New: Make bswap a recognized sequence, rather than an intrinsic (6)
Dec 28 2011    [Issue 7180] New: Documentation bug of "Const and Invariant Structs" (2)
Dec 28 2011    [Issue 7178] New: Segfault with import of invalid template (4)
Dec 27 2011    [Issue 7174] New: Cannot use property function call as static if condition (5)
Dec 27 2011    [Issue 7172] New: nested class with additional attributes is not supported (4)
Dec 27 2011    [Issue 7168] New: Regression(1.072, 2.057) __traits(allMembers) returns wrong tuple (4)
Dec 26 2011    [Issue 7166] New: Internal error: ../ztc/cgxmm.c 60 (5)
Dec 24 2011    [Issue 7163] New: Can't alias an enum of an aliased struct (2)
Dec 23 2011    [Issue 7160] New: Regression(2.057): ICE(dsymbol.c:1052) ICE using __traits(derivedMembers) (5)
Dec 21 2011    [Issue 7150] New: Templated Constructors Should be Able to Call Other Constructors (4)
Dec 21 2011    [Issue 7148] New: Turn associative array byValue/byKey/byPairs into ranges (2)
Dec 20 2011    [Issue 7141] New: std.regex - escaped characters can form operators in character classes (4)
Dec 20 2011    [Issue 7140] New: DMD hangs on isExpression with template default and variadic parameter (3)
Dec 19 2011    [Issue 7138] New: Can't call array() on dirEntries (4)
Dec 19 2011    [Issue 7137] New: Fresh git clone fails to build (2)
Dec 17 2011    [Issue 7124] New: Alias this doesn (4)
Dec 16 2011    [Issue 7121] New: Structs with Disabled Default Constructors Also Disable No-Arg Constructors in Classes (2)
Dec 16 2011    [Issue 7120] New: Scope Delegates + Delegate Literals (3)
Dec 16 2011    [Issue 7118] New: Calling a vararg function with float within scope(exit) causes segfault (2)
Dec 16 2011    [Issue 7117] New: [regression 1.071->1.072] put contract for class member functions are broken (8)
Dec 15 2011    [Issue 7112] New: Add function in core.sys.posix.signal (5)
Dec 14 2011    [Issue 7111] New: New regex engine cannot match beginning of empty string (5)
Dec 14 2011    [Issue 7110] New: static opSlice & opIndex functions don't work as template arguments (7)
Dec 14 2011    [Issue 7107] New: Compiled program aborts when using foreach and std.regex.splitter (3)
Dec 14 2011    [Issue 7106] New: DMD Segmentation faults! (2)
Dec 13 2011    [Issue 7103] New: the -property switch vs. template functions with default template arguments (2)
Dec 13 2011    [Issue 7102] New: std.numeric.gcd with BigInts too (4)
Dec 12 2011    [Issue 7101] New: Downloads & Tools doesn't expand (2)
Dec 11 2011    [Issue 7097] New: opDollar doesn't work with slicing (6)
Dec 11 2011    [Issue 7096] New: statement.html - content does not belong to main column (3)
Dec 11 2011    [Issue 7094] New: More initializers than struct fields for static member creation (2)
Dec 10 2011    [Issue 7092] New: std.concurrency.receive does not accept free functions (3)
Dec 10 2011    [Issue 7091] New: ICE in Statement::blockExit (6)
Dec 09 2011    [Issue 7084] New: Missing writeln Unicode normalization (4)
Dec 08 2011    [Issue 7081] New: BigInt array slice int assignment (2)
Dec 08 2011    [Issue 7080] New: Chained BigInt.opAssign (2)
Dec 07 2011    [Issue 7078] New: BigInt.toInt returns a long (3)
Dec 06 2011    [Issue 7075] New: Struct class comparison should check opAssign for class (5)
Dec 06 2011    [Issue 7074] New: std.concurrency.receive segfaults when called from new thread (2)
Dec 06 2011    [Issue 7073] New: Parsing of class-returning varargs function inside module ctor fails (4)
Dec 04 2011    [Issue 7066] New: You can redefine .init and .stringof without error (2)
Dec 04 2011    [Issue 7065] New: align() refused for struct defined inside functions (4)
Dec 03 2011    [Issue 7063] New: No error or warning for conflicting D and C symbols (4)
Dec 03 2011    [Issue 7062] New: Void parameter errors with overloaded templates don't indicate instantiation location (2)
Dec 02 2011    [Issue 7058] New: static initializer for structs doesn't respect init values of members (3)
Dec 02 2011    [Issue 7054] New: formatting fixed width string fields w/utf (4)
Dec 02 2011    [Issue 7050] New: Safety error message should include full function names (5)
Nov 30 2011    [Issue 7038] New: Type mismatch with const struct (5)
Nov 29 2011    [Issue 7035] New: "Please use instead" broken documentation (4)
Nov 29 2011    [Issue 7030] New: const method mangling of extern(C++) structs (4)
Nov 28 2011    [Issue 7025] New: strange static lib error (2)
Nov 27 2011    [Issue 7022] New: File.byLine doesn't release file handle (7)
Nov 27 2011    [Issue 7021] New: Structs with disabled default constructors can be constructed without calling a constructor. (22)
Nov 26 2011    [Issue 7020] New: Exception thrown across DLL is not caught. (6)
Nov 25 2011    [Issue 7017] New: Pure inference makes inconsistent result (4)
Nov 25 2011    [Issue 7007] New: [] should have a type of its own (4)
Nov 24 2011    [Issue 7003] New: no tuple expansion for c++ mangling (3)
Nov 24 2011    [Issue 7002] New: std.path needs a isValidFilePath function (12)
Nov 24 2011    [Issue 7001] New: std.path.baseName and isValidFilename wrong documentation (8)
Nov 23 2011    [Issue 6999] New: parsing error for inout method/ wrong headergen (4)
Nov 23 2011    [Issue 6998] New: std.container.Array destroys class instances (2)
Nov 23 2011    [Issue 6996] New: std.typecons calls writeln without importing std.stdio (2)
Nov 22 2011    [Issue 6988] New: char[] chars = ['à','è','ì']; should not compile (3)
Nov 22 2011    [Issue 6987] New: The "Memory Management" documentation incorrectly claims arrays are passed by reference. (4)
Nov 21 2011    [Issue 6983] New: Vararg corrupts string on 64bit (3)
Nov 21 2011    [Issue 6982] New: immutability isn't respected on array assignment (10)
Nov 20 2011    [Issue 6981] New: incorrect error message when calling method without parentheses (3)
Nov 19 2011    [Issue 6975] New: Class documentation page rendered incorrectly (2)
Nov 18 2011    [Issue 6971] New: [lex.dd] Type of string literals are outdated (3)
Nov 17 2011    [Issue 6969] New: Forward reference on template class triangle (13)
Nov 17 2011    [Issue 6968] New: Segmantation fault, if exclamation mark absent (4)
Nov 17 2011    [Issue 6967] New: template instantiation depends an pragma(msg, T.stringof) if __traits is used (2)
Nov 17 2011    [Issue 6966] New: cannot create qualified type from tuple entry (3)
Nov 15 2011    [Issue 6956] New: std.algorithm.remove problem with SwapStrategy.unstable (4)
Nov 15 2011    [Issue 6951] New: dependency parameter (-deps) crashes dmd in release build (13)
Nov 14 2011    [Issue 6949] New: no warning or error if unsigned variable is compared to 0 (19)
Nov 14 2011    [Issue 6948] New: Possible bug in compiler or documentation regarding signature of opCmp() (3)
Nov 14 2011    [Issue 6947] New: Lots of broken links at d-p-l.org because of macros inconsistency (2)
Nov 13 2011    [Issue 6946] New: Compile-time flags generator (7)
Nov 13 2011    [Issue 6945] New: [ICE](expression.c line 1853) arrays of missing symbols (3)
Nov 13 2011    [Issue 6944] New: stdio.File.byLine can't handle an empty file (4)
Nov 12 2011    [Issue 6937] New: new with struct doesn't allow field assignment (6)
Nov 11 2011    [Issue 6933] New: Segfault(declaration.c) using struct with destructor in CTFE (3)
Nov 11 2011    [Issue 6931] New: scope parameter storage class not checked at all (4)
Nov 09 2011    [Issue 6926] New: std.process.system return wrong exit code (5)
Nov 09 2011    [Issue 6921] New: Request for a 'static final switch' statement (2)
Nov 09 2011    [Issue 6918] New: Internal error: e2ir.c 1242 (3)
Nov 08 2011    [Issue 6915] New: "pure" after template constraint too (2)
Nov 08 2011    [Issue 6914] New: wrong function of an overload set printed on argument mismatch (2)
Nov 08 2011    [Issue 6909] New: incorrect definition of the OVERLAPPED struct in core.sys.windows.windows ? (5)
Nov 05 2011    [Issue 6896] New: ICE(glue.c !vthis->csym): on method with alias this access (7)
Nov 05 2011    [Issue 6892] New: Formatted write with specified length of enum member (9)
Nov 04 2011    [Issue 6891] New: template with uint value parameter causes several issues (5)
Nov 02 2011    [Issue 6883] New: Array static bounds tests with $ too (6)
Nov 01 2011    [Issue 6875] New: floating point %= trashes register EAX (2)
Nov 01 2011    [Issue 6874] New: heap corruption caused by std.array.insertInPlaceImpl or gc.gcx (3)
Oct 31 2011    [Issue 6869] New: Disallow array to pointer cast (5)
Oct 28 2011    [Issue 6861] New: Implicitly convert expression. const(immutable(char)[][string][string]) to const(string[string][string]) (3)
Oct 28 2011    [Issue 6860] New: isNumeric(immutable(char)) fails (3)
Oct 24 2011    [Issue 6848] New: typeof(super) does not take into account const/immutable attributes inside member functions (4)
Oct 24 2011    [Issue 6847] New: typeof(super) doesn't work outside member function (2)
Oct 23 2011    [Issue 6844] New: Reinterpret cast of static to dynamic array doesn't work in safe code (2)
Oct 22 2011    [Issue 6841] New: writeln problem with array of tuples (5)
Oct 22 2011    [Issue 6839] New: documentation for opAssign incorrect (3)
Oct 22 2011    [Issue 6838] New: Covariant return types don't work with static arrays (4)
Oct 20 2011    [Issue 6835] New: Code pattern: uniq on an array (2)
Oct 20 2011    [Issue 6834] New: std.stdio conflicts with core.stdc.stdio (7)
Oct 19 2011    [Issue 6831] New: mangled name over 128 characters becomes unreadable (3)
Oct 18 2011    [Issue 6827] New: `assert(0)` is ignored in a function template (3)
Oct 16 2011    [Issue 6821] New: core.exception.OutOfMemoryError on dtor field test of class-embedded struct (6)
Oct 16 2011    [Issue 6818] New: Globally shared class instances are never released (2)
Oct 15 2011    [Issue 6815] New: Char array is turned into string expression during constant folding (3)
Oct 15 2011    [Issue 6814] New: Calling std.file.readLink causes code to not compile. (4)
Oct 12 2011    [Issue 6808] New: string to BigInt using std.conv.to (3)
Oct 10 2011    [Issue 6801] New: access violation when passing a function literal to the mixin and calling it from function that has other declarations (2)
Oct 08 2011    [Issue 6797] New: Fake changes to enum array of array (3)
Oct 08 2011    [Issue 6796] New: Several __error with wrong enum definition (3)
Oct 07 2011    [Issue 6790] New: buildPath using std.path.curdir segfaults (9)
Oct 07 2011    [Issue 6789] New: std.stdio.File + ternary = bug (2)
Oct 07 2011    [Issue 6786] New: Bad error message in a wrong usage of ^^ pow operator (2)
Oct 07 2011    [Issue 6785] New: Wrong error message from pragma(msg) of failed instantiation (5)
Oct 07 2011    [Issue 6784] New: Compile-time constant assigned with a runtime value (4)
Oct 07 2011    [Issue 6780] New: Templated global property functions do not work (5)
Oct 07 2011    [Issue 6779] New: Error: can only initialize const member xxx inside constructor - not const, no line number (3)
Oct 07 2011    [Issue 6778] New: Internal error on parsing functions with arguments on which opOpAssign is invoked (3)
Oct 06 2011    [Issue 6776] New: attributes injected via pure template mixin but not class mixin (2)
Oct 05 2011    [Issue 6772] New: Cannot pass cfloat argument type to a function on x86_64 (2)
Oct 04 2011    [Issue 6768] New: Problem with init of struct members in presence of templated opAssign (4)
Oct 03 2011    [Issue 6764] New: IFTI fails on typesafe variadic function over static array with non IntegerLiteral length (4)
Oct 03 2011    [Issue 6763] New: Using TypeTuple with (const/in/ref etc.) changes it forever (4)
Oct 02 2011    [Issue 6760] New: Disallow disabled overrides (3)
Oct 02 2011    [Issue 6758] New: std.c.stdarg problems with 8 or more integer arguments on x86_64 (15)
Oct 01 2011    [Issue 6755] New: Better wrong function pointer error message (3)
Sep 29 2011    [Issue 6742] New: Alignments in std.variant.Algebraic (3)
Sep 27 2011    [Issue 6738] New: Can't call templatized property function from within a struct/class method (9)
Sep 26 2011    [Issue 6734] New: Contradiction on the Lexical page on website (2)
Sep 26 2011    [Issue 6732] New: static assert fails on true expression (3)
Sep 25 2011    [Issue 6729] New: [ICE] (backend\symbol.c) With tupleof of 2-items tuple (2)
Sep 24 2011    [Issue 6724] New: core.time.dur should use SI symbols for durations, not the ad hoc contractions it uses now (3)
Sep 24 2011    [Issue 6723] New: foreach (i, e; range) {} crash (6)
Sep 23 2011    [Issue 6722] New: Can't remove a char[] key from an AA with immutable(char)[] key type. (3)
Sep 22 2011    [Issue 6716] New: Linking a C program with D library causes DEH errors (2)
Sep 22 2011    [Issue 6715] New: Using a custom pow function for ^^ (4)
Sep 22 2011    [Issue 6713] New: Segfault with typeid of an alias (2)
Sep 22 2011    [Issue 6712] New: .init wrong when multiple functions declare the same typedef (2)
Sep 21 2011    [Issue 6710] New: Can't use .sizeof in pragma(msg) call (3)
Sep 21 2011    [Issue 6709] New: execvp eats two bytes of its first argument. (3)
Sep 21 2011    [Issue 6706] New: 'inout' is accepted in foreach, but apparently ignored (2)
Sep 21 2011    [Issue 6705] New: Bad codegen when passing fields as template alias params (2)
Sep 20 2011    [Issue 6704] New: CommaExpression as an IfCondition (3)
Sep 20 2011    [Issue 6703] New: Unexpected OPTLINK Termination at EIP=0042785B (4)
Sep 20 2011    [Issue 6701] New: template specialization resolution failure (2)
Sep 20 2011    [Issue 6699] New: More cases of __error in error messages (7)
Sep 19 2011    [Issue 6697] New: std.bitmanip.FastBitMatrix (4)
Sep 19 2011    [Issue 6696] New: Error messages for const/immutable arrays given to immutable/const (2)
Sep 17 2011    [Issue 6687] New: [64bit] error in GC on FreeBSD (amd64), so any program does not work (2)
Sep 17 2011    [Issue 6685] New: Allow using "with" with rvalues (7)
Sep 16 2011    [Issue 6681] New: bogus duplicate union initialization or overlapping initialization errors (16)
Sep 15 2011    [Issue 6676] New: Optimize error std.conv.to!int(const(char[])) (3)
Sep 14 2011    [Issue 6670] New: Compiler seg fault using std.concurrency.atomicOp (9)
Sep 13 2011    [Issue 6660] New: Problem with SSE registers in array ops (10)
Sep 13 2011    [Issue 6659] New: Destructor in range foreach called after initialization (5)
Sep 12 2011    [Issue 6655] New: Forward error with static array length (4)
Sep 12 2011    [Issue 6650] New: ICE(glue.c): type inference of invalid template instantiation from is(typeof()) (2)
Sep 11 2011    [Issue 6649] New: core.sys.posix.sys.ioctl (4)
Sep 11 2011    [Issue 6647] New: [SafeD] unhelpful error message for safety mismatch of generated destructor (3)
Sep 10 2011    [Issue 6643] New: Very slow compilation for large switch() using -O and -inline (8)
Sep 10 2011    [Issue 6642] New: SysTime should not be hasUnsharedAliasing (5)
Sep 10 2011    [Issue 6641] New: RefAppender!(T[]) should be OutputRange. (4)
Sep 09 2011    [Issue 6637] New: Postblits of static array elements are not called on function argument (5)
Sep 09 2011    [Issue 6636] New: Destructors of static array elements are not called on function parameter (5)
Sep 08 2011    [Issue 6632] New: toUTFz sometimes does not work with const parameters (11)
Sep 08 2011    [Issue 6631] New: core.time module constructor runs AFTER main program's module constructor (5)
Sep 08 2011    [Issue 6627] New: BigInt textual representation (3)
Sep 08 2011    [Issue 6625] New: Distribute newer Windows API import libraries (4)
Sep 07 2011    [Issue 6619] New: Forward a single field to a subfield, like "alias this" (2)
Sep 07 2011    [Issue 6617] New: Two problems using enum lenghs (6)
Sep 06 2011    [Issue 6612] New: Associative arrays with associative array keys literals (4)
Sep 06 2011    [Issue 6611] New: array[]++ and array[]-- too? (7)
Sep 05 2011    [Issue 6605] New: Add switch to enable setting library search paths via command line (10)
Sep 03 2011    [Issue 6598] New: Function literals are rejected by structure initializers as non-constant (3)
Sep 02 2011    [Issue 6597] New: to!SomeString should use std.format.formatValue (2)
Sep 02 2011    [Issue 6595] New: std.string.format() and sformat() are obsolete (6)
Sep 02 2011    [Issue 6591] New: di header generation loses selective import symbols (5)
Sep 01 2011    [Issue 6588] New: Struct d'tors + immutable elements doesn't work (4)
Aug 31 2011    [Issue 6587] New: std.parallelism (5)
Aug 30 2011    [Issue 6580] New: scoped classes are aligned incorrectly (4)
Aug 30 2011    [Issue 6579] New: Calling static method should *require* using type and not instance (9)
Aug 29 2011    [Issue 6571] New: typedefs ignore const, shared, immutable etc modifiers when implicitly converting (9)
Aug 29 2011    [Issue 6570] New: 'this' silently passes from one object to another (3)
Aug 26 2011    [Issue 6560] New: Exponentiation operator ^^ doesn't work for complex numbers (10)
Aug 26 2011    [Issue 6559] New: [CTFE-ish] Inconsistent array formatting at runtime vs compiletime (6)
Aug 25 2011    [Issue 6555] New: Problem with readf (4)
Aug 25 2011    [Issue 6554] New: Refused two imports of the same module (2)
Aug 24 2011    [Issue 6553] New: Better const(char[]) !-> string error message (4)
Aug 23 2011    [Issue 6547] New: Call to std.algorithm.remove causes compile error (6)
Aug 22 2011    [Issue 6544] New: Tuple unpacking at the called function (3)
Aug 21 2011    [Issue 6542] New: Add IFTI (Implicit Function Template Instantiation) to glossary (3)
Aug 19 2011    [Issue 6534] New: const struct definition inside functions too (8)
Aug 19 2011    [Issue 6533] New: Compiler should catch duplicate overrides (2)
Aug 17 2011    [Issue 6520] New: Problem with -inline with lazy arguments and inner functions (3)
Aug 17 2011    [Issue 6518] New: break inside a static foreach inside a switch (7)
Aug 16 2011    [Issue 6504] New: Regression(2.041): "str" ~ [arr] allows string literal to be modified (9)
Aug 15 2011    [Issue 6501] New: import inside of eponymous template does not work correctly (4)
Aug 15 2011    [Issue 6498] New: [CTFE] copy-on-write is slow and causes huge memory usage (2)
Aug 14 2011    [Issue 6497] New: [safeD] Escaping a reference to a local variable from safe function (4)
Aug 12 2011    [Issue 6487] New: Richer impurity error message (2)
Aug 12 2011    [Issue 6483] New: std.container.moveBack (4)
Aug 12 2011    [Issue 6482] New: std.algorithm.moveAll precondition (2)
Aug 11 2011    [Issue 6477] New: Classes link empty on contracts page (2)
Aug 11 2011    [Issue 6476] New: inner template mixin not defined?! (3)
Aug 11 2011    [Issue 6475] New: template identifier is not a member of alias (7)
Aug 11 2011    [Issue 6473] New: segfault in Lexer::uniqueId (5)
Aug 11 2011    [Issue 6472] New: RedBlackTree.removeKey (6)
Aug 08 2011    [Issue 6458] New: Multibyte char literals shouldn't implicitly convert to char (16)
Aug 08 2011    [Issue 6456] New: toString fails with alias this when more than one field present (2)
Aug 07 2011    [Issue 6451] New: ICE(expression.c:4434): SymbolExp::SymbolExp(Loc, TOK, int, Declaration*, int): Assertion `var' failed. (8)
Aug 06 2011    [Issue 6446] New: Problem with iota(long) (4)
Aug 06 2011    [Issue 6445] New: [CTFE] Absurd memory usage (still) on building array (7)
Aug 06 2011    [Issue 6444] New: Using != to compare with null does not cause a compiler error (2)
Aug 05 2011    [Issue 6441] New: Downloads & Tools section is impossible to reach (4)
Aug 05 2011    [Issue 6438] New: [CTFE] wrong error "value used before set" when slicing =void array (5)
Aug 04 2011    [Issue 6437] New: Refcounted calls dtor before ctor, never calls dtor for globals (4)
Aug 03 2011    [Issue 6432] New: Compilation doesn't terminate on a recursive mixin error (4)
Aug 02 2011    [Issue 6430] New: Overloaded auto-return functions each with a nested aggregate of the same name are conflated (2)
Aug 02 2011    [Issue 6429] New: Nested function error in reduce (5)
Jul 30 2011    [Issue 6413] New: 2.054 Debian package doesn't install properly on Ubuntu (2)
Jul 29 2011    [Issue 6404] New: Cannot check ref-ness of auto ref parameter in template constraint (6)
Jul 29 2011    [Issue 6403] New: Upgrade std.regex to Unicode UTS #18 Level 1 support (6)
Jul 29 2011    [Issue 6402] New: Note on property in spec needs updating (3)
Jul 29 2011    [Issue 6400] New: opDispatch with WithStatement (2)
Jul 29 2011    [Issue 6398] New: Regression(2.054 beta): Property getter/setter confusion (5)
Jul 28 2011    [Issue 6396] New: enums + struct initializers == wrong code (3)
Jul 28 2011    [Issue 6395] New: Multiple-at-a-time bug breaking e.g. DustMite (9)
Jul 27 2011    [Issue 6391] New: Line-less error when passing the '.im' of floating pointer value by reference (5)
Jul 25 2011    [Issue 6379] New: std.container.SList fails to compile (2)
Jul 24 2011    [Issue 6373] New: More descriptive 'hidden by X is deprecated' error (10)
Jul 23 2011    [Issue 6368] New: Too many error messages for a missing ); (3)
Jul 22 2011    [Issue 6364] New: Static struct's destructor called on exit of function (5)
Jul 20 2011    [Issue 6357] New: Almost all AA methods are not pure/nothrow/ safe (6)
Jul 20 2011    [Issue 6356] New: Pure/nothrow/ safe-inference failed for a template function if it is instantiated without evaluating at the global scope (5)
Jul 20 2011    [Issue 6354] New: Optimizer bug on x86_64: Bitshift optimized out when foreach and scope(failure) are used (4)
Jul 20 2011    [Issue 6353] New: No stacktraces on x86_64 (5)
Jul 19 2011    [Issue 6347] New: dmd 2.054, gcc 4.2.3 - can not compile dmd from source (4)
Jul 17 2011    [Issue 6340] New: std.conv.to: integer to bool conversion (2)
Jul 16 2011    [Issue 6336] New: Can't return ref T where T has const/immutable members (7)
Jul 16 2011    [Issue 6335] New: Issues with d-p-l.org statement.html, std_getopt.html (4)
Jul 16 2011    [Issue 6333] New: The 'capacity' function is not pure/nothrow/ safe. (3)
Jul 15 2011    [Issue 6327] New: Internal error: ..\ztc\cgcv.c 206 (9)
Jul 14 2011    [Issue 6321] New: stack overflow error while compiling with DMD (12)
Jul 13 2011    [Issue 6307] New: imported packages are visible everywhere (3)
Jul 12 2011    [Issue 6302] New: Function imports in debug blocks crashes compiler (3)
Jul 12 2011    [Issue 6296] New: Assertion failure: '0' on line 1121 in file 'glue.c' (24)
Jul 11 2011    [Issue 6292] New: HTOD hides constants behind a comment (2)
Jul 11 2011    [Issue 6290] New: GC breaks if a thread is allocated on Mac OSX (3)
Jul 09 2011    [Issue 6278] New: 'in' contract inheritance doesn't work with safe code (13)
Jul 09 2011    [Issue 6277] New: Disallow short floating point literals (22)
Jul 08 2011    [Issue 6273] New: Tuple [] operator in pure function (3)
Jul 08 2011    [Issue 6272] New: Named import in functions problem (6)
Jul 07 2011    [Issue 6263] New: Ambiguous declaration using typeof and an overloaded function is accepted. (2)
Jul 07 2011    [Issue 6262] New: Templates which exist only inside is(typeof()) shouldn't be instantiated (2)
Jul 06 2011    [Issue 6257] New: Struct postblit not called in one case (3)
Jul 05 2011    [Issue 6255] New: Add support for different base conversions in std.conv (8)
Jul 05 2011    [Issue 6253] New: Refuse definition too of impossible associative arrays (9)
Jul 05 2011    [Issue 6251] New: D spec should warn about using foreach_reverse on a delegate (8)
Jul 04 2011    [Issue 6249] New: HTOD deletes files without notice (2)
Jul 04 2011    [Issue 6248] New: HTOD leaves out const when translating C headers (3)
Jul 03 2011    [Issue 6246] New: Struct instance parameterized with an Integral fails as argument to functions/methods (3)
Jul 03 2011    [Issue 6245] New: Using an exception object inside a delegate, causes a crash (2)
Jul 03 2011    [Issue 6243] New: Update the D2 FAQs. (3)
Jul 01 2011    [Issue 6238] New: Cannot define global immutable AA (5)
Jul 01 2011    [Issue 6236] New: Subtle bug with Windows timer, hashes and imports (2)
Jun 30 2011    [Issue 6231] New: [patch] std.conv.to: Structs with toString and isInputRange match multiple templates. (3)
Jun 29 2011    [Issue 6222] New: A problem with iota() using size_t (4)
Jun 29 2011    [Issue 6221] New: Should be possible to pass struct function returns by 'const ref'. (7)
Jun 28 2011    [Issue 6219] New: "There are currently four implementations:" (3)
Jun 26 2011    [Issue 6217] New: [GSOC] result of std.algorithm.map is not movable (2)
Jun 26 2011    [Issue 6216] New: Built-in opAssign implicitly defined should call field's opAssign (3)
Jun 26 2011    [Issue 6214] New: Don't influence foreach iteration on range (3)
Jun 24 2011    [Issue 6209] New: -L\implib and -H generation should follow -od flag (2)
Jun 24 2011    [Issue 6208] New: Parameter storage classes are ignored in template function deducing. (6)
Jun 24 2011    [Issue 6207] New: Mixin template evaluated to string can convert to string mixin expression implicitly (4)
Jun 24 2011    [Issue 6205] New: Strongly-pure nothrow functions with ignored return value are entirely stripped even if it contains a failing 'assert'. (8)
Jun 23 2011    [Issue 6199] New: [GSoC] Postblit not called when returning a reference to a by-value function. (7)
Jun 23 2011    [Issue 6197] New: std.traits.isImplicitlyConvertible returns some wrong results. (4)
Jun 22 2011    [Issue 6195] New: [GSoC] opSlice defined on range prevents call to postblit. (3)
Jun 21 2011    [Issue 6191] New: removechars doesn't accept a const string (3)
Jun 21 2011    [Issue 6189] New: register content destroyed in function prolog (17)
Jun 19 2011    [Issue 6180] New: Private has no effect on types in modules (15)
Jun 19 2011    [Issue 6179] New: scope should be removed from http://www.digitalmars.com/d/2.0/memory.html (3)
Jun 19 2011    [Issue 6177] New: Insert in associative array: Internal error: backend/cgcs.c 162 (10)
Jun 19 2011    [Issue 6176] New: [TDPL] Cannot use string variables in case expressions (25)
Jun 18 2011    [Issue 6175] New: String corruption when passing static char arrays to std.conv (10)
Jun 17 2011    [Issue 6172] New: rdmd: insecure temporary file creation (5)
Jun 17 2011    [Issue 6170] New: Undefined reference for methods without body implemented in derived class (3)
Jun 16 2011    [Issue 6167] New: RefCounted and lazy/delegate (3)
Jun 16 2011    [Issue 6165] New: Anonymous enums specification (3)
Jun 12 2011    [Issue 6151] New: Make the GC functions weakly pure (2)
Jun 11 2011    [Issue 6148] New: Make templates smarter about instantiating with implicitly convertible arrays (6)
Jun 11 2011    [Issue 6146] New: A way to mark a static construct as having no dependencies (2)
Jun 10 2011    [Issue 6143] New: Navigation bar has dead links (2)
Jun 10 2011    [Issue 6141] New: Bad code with ref-foreach and closures (6)
Jun 08 2011    [Issue 6124] New: [dwarf] error: CIE not found for FDE at offset 0x00000014 with length of 0x00000018 and CIE offset of 0x00000018 (2)
Jun 06 2011    [Issue 6119] New: Assertion failure: '0' on line 1118 in file 'glue.c' (3)
Jun 06 2011    [Issue 6116] New: May not join spawn()'ed threads (6)
Jun 06 2011    [Issue 6115] New: Variadic documentation should import core.vararg. (4)
Jun 05 2011    [Issue 6108] New: Crash on inherited contract using overridden method in unittest (2)
Jun 04 2011    [Issue 6106] New: Keep track of changes during replace function (2)
Jun 03 2011    [Issue 6099] New: std.windows.registry exposes too much implementation details (4)
Jun 03 2011    [Issue 6096] New: optimizer assert on cdouble to bool conversion (4)
Jun 02 2011    [Issue 6091] New: [d-p-l.org] Description for "Modifier casting" is misleading (3)
Jun 02 2011    [Issue 6088] New: Stack trace or some info with stack overflow (20)
May 28 2011    [Issue 6069] New: DMD tries to call static Foo.opCall() on cast(immutable(Foo)) (4)
May 28 2011    [Issue 6068] New: std.path has some issues for Windows user (3)
May 26 2011    [Issue 6060] New: Refuse wrong final switch (5)
May 25 2011    [Issue 6055] New: multiple problems with static dtor and ctors in spec (3)
May 23 2011    [Issue 6047] New: Segfault when struct with three or more ulongs with a toString is passed to format with at least two substitution clauses. (9)
May 23 2011    [Issue 6046] New: Not true for Java about Function Hijacking. (3)
May 19 2011    [Issue 6038] New: core.cpuid reports unexpected values for threadsPerCPU and hyperThreading (6)
May 18 2011    [Issue 6029] New: Bus error on invalid code (9)
May 18 2011    [Issue 6027] New: bigint to!string conversion and its implications (4)
May 16 2011    [Issue 6021] New: std.parallelism missing from dpl.org (4)
May 16 2011    [Issue 6020] New: Dead link: http://d-programming-language.org/32-64-portability.html (2)
May 16 2011    [Issue 6017] New: std.algorithm.remove has a wrong link (13)
May 15 2011    [Issue 6013] New: private ignored for aliases (4)
May 14 2011    [Issue 5999] New: Inconsistent equality with array of NaNs between runtime and CTFE (4)
May 13 2011    [Issue 5996] New: [CTFE] Undefined function call in auto return function (6)
May 12 2011    [Issue 5992] New: Phobos Win64 - D2 (2)
May 12 2011    [Issue 5991] New: druntime Win64 (2)
May 12 2011    [Issue 5990] New: Phobos Win64 - D1 (2)
May 09 2011    [Issue 5974] New: Incorrect nested function address in expression (&f).ptr (3)
May 09 2011    [Issue 5971] New: Some BigInt ideas (3)
May 09 2011    [Issue 5970] New: format("%d", BigInt) problem (7)
May 08 2011    [Issue 5964] New: std.stdio.readln can throw a UnicodeException (5)
May 08 2011    [Issue 5956] New: Undocumented mangling of struct value (4)
May 06 2011    [Issue 5939] New: Cannot copy std.algorithm.map (19)
May 06 2011    [Issue 5935] New: Non-tuple iteration with std.range.zip (7)
May 05 2011    [Issue 5930] New: cas doesn't work when used in code compiled with -D (10)
May 04 2011    [Issue 5926] New: D2 shows empty command line on Windows 98 SE (19)
Apr 30 2011    [Issue 5913] New: std.range.put broken sentence (3)
Apr 29 2011    [Issue 5910] New: Stride members' documentation comments are wrong (5)
Apr 28 2011    [Issue 5905] New: Error message with const fixed-size array (5)
Apr 28 2011    [Issue 5903] New: Overloading template functions with typeof() parameter type fails. (3)
Apr 27 2011    [Issue 5902] New: ICE(toir.c) with -inline when there is a cross-module call to a closure (3)
Apr 27 2011    [Issue 5896] New: const overload with Template function (7)
Apr 26 2011    [Issue 5889] New: Struct construction should be rvalue (18)
Apr 24 2011    [Issue 5879] New: RDMD quits silently on invalid ASM syntax (6)
Apr 23 2011    [Issue 5877] New: Cannot 'alias __traits(parent, obj) X;' (3)
Apr 23 2011    [Issue 5876] New: std.container doesn't work with delegates (2)
Apr 21 2011    [Issue 5868] New: static attribute ignored with public static {} blocks (13)
Apr 20 2011    [Issue 5866] New: std.math.sin(float), std.math.cos(float) to return float (7)
Apr 19 2011    [Issue 5860] New: optlink borken for paths with "+" (plus) in PATH (2)
Apr 18 2011    [Issue 5855] New: object.clear is not documented (2)
Apr 18 2011    [Issue 5854] New: Built-in array sort doesn't sort SysTime (3)
Apr 17 2011    [Issue 5851] New: Ambiguous alias this accepted. (5)
Apr 16 2011    [Issue 5850] New: Default arguments of out and ref arguments (2)
Apr 16 2011    [Issue 5848] New: Coverage always report 0000000 for inlined function (8)
Apr 13 2011    [Issue 5843] New: Unable to format (writeln) a struct with an alias-this to long/ulong. (4)
Apr 13 2011    [Issue 5841] New: alias grammar is incorrect (4)
Apr 11 2011    [Issue 5835] New: Class array's TypeInfo.getHash doesn't work correctly (5)
Apr 10 2011    [Issue 5833] New: To read a key (10)
Apr 10 2011    [Issue 5832] New: Template alias parameters are never successfully pattern matched (4)
Apr 09 2011    [Issue 5826] New: Error: Statement SwitchErrorStatement::toCBuffer() cannot be interpreted at compile time (3)
Apr 09 2011    [Issue 5824] New: Linking of objs containing mixin and function literal fails (3)
Apr 08 2011    [Issue 5820] New: Documentation states string literals can implicitly convert to char* (3)
Apr 03 2011    [Issue 5813] New: [patch] std.array.Appender has severe performance and memory leak problems. (21)
Apr 03 2011    [Issue 5809] New: feqrel fails assert in std.math on x86_64 systems (11)
Mar 30 2011    [Issue 5796] New: ICE with pragma(msg, ...) after missing ';' in a template (4)
Mar 28 2011    [Issue 5790] New: "Error: variable result used before set" when -release -inline -O (11)
Mar 27 2011    [Issue 5787] New: Invisible multiple function calls in static foreach (5)
Mar 27 2011    [Issue 5786] New: std.algorithm.sort does not work with std.container.Array: Range violation (5)
Mar 23 2011    [Issue 5778] New: Missing attributes. (3)
Mar 23 2011    [Issue 5775] New: "body" keyword is unnecessary (4)
Mar 23 2011    [Issue 5774] New: [64 bit] "relocation truncated to fit" with __gshared array, while(), and $ (2)
Mar 23 2011    [Issue 5770] New: Template constructor bypass access check (2)
Mar 23 2011    [Issue 5769] New: struct elaborate constructor should make rvalue (4)
Mar 22 2011    [Issue 5768] New: std.uni's "is*" functions should return bool (2)
Mar 21 2011    [Issue 5765] New: ^^ and << with BigInts (12)
Mar 20 2011    [Issue 5757] New: std.math: exp, expm1, exp2 return 'inf' when no asm. (6)
Mar 19 2011    [Issue 5754] New: 'glue.c' assertion failure with map(filter) (8)
Mar 15 2011    [Issue 5741] New: Add the SYSCALL and SYSRET opcodes to the inline assembler (3)
Mar 15 2011    [Issue 5739] New: versioned linkage declarations don't work (8)
Mar 15 2011    [Issue 5737] New: postblit not called for locals initialized from ref functions (6)
Mar 13 2011    [Issue 5733] New: Calling opDispatch As Template Results in Compiler Infinite Loop (4)
Mar 07 2011    [Issue 5719] New: [patch] std.conv.to should support structs with custom converters in addition to objects (10)
Mar 07 2011    [Issue 5718] New: Can't demangle symbol defined inside unittest block (7)
Mar 07 2011    [Issue 5715] New: Contradiction in spec: meaning of variable.init (2)
Mar 07 2011    [Issue 5714] New: case ranges in final switches (4)
Mar 07 2011    [Issue 5713] New: Broken final switch on ints (15)
Mar 05 2011    [Issue 5709] New: template instantiation fails with extra non-mutable class parameter (3)
Mar 05 2011    [Issue 5704] New: Silent ddoc failure on plot2kill (5)
Mar 04 2011    [Issue 5695] New: Problem with TypeTuple of lambdas (3)
Mar 03 2011    [Issue 5690] New: Struct const member makes struct const (6)
Mar 03 2011    [Issue 5689] New: [64-Bit] uniform() fails with -profile (8)
Mar 02 2011    [Issue 5687] New: std.string.format() error with "%a" (7)
Mar 02 2011    [Issue 5686] New: class template error (9)
Mar 02 2011    [Issue 5684] New: Extremely show compile times with large tuples with -O -inline (4)
Mar 01 2011    [Issue 5679] New: Type aliasing "this" from an access function defined in base class confuses the compiler about the type of objects (5)
Mar 01 2011    [Issue 5675] New: e2ir assertion on AALiteral call expression (6)
Mar 01 2011    [Issue 5674] New: AssertError in std.regex (6)
Feb 28 2011    [Issue 5668] New: std.regex.Captures is not documented (3)
Feb 27 2011    [Issue 5660] New: yield syntax sugar (10)
Feb 25 2011    [Issue 5653] New: Allocating in a destructor called during a GC corrupts memory (9)
Feb 25 2011    [Issue 5652] New: Add \p and \P unicode properties to std.regex (5)
Feb 24 2011    [Issue 5651] New: Named enum doesn't work with associative arrays (2)
Feb 23 2011    [Issue 5648] New: dmd command line option list inconsistencies (7)
Feb 22 2011    [Issue 5641] New: Local instantiation does not save context properly (5)
Feb 22 2011    [Issue 5640] New: error with constructing RedBlackTree from range of array (typesafe variadics) (3)
Feb 21 2011    [Issue 5637] New: Anonymous structs/unions should have their own context (2)
Feb 21 2011    [Issue 5636] New: Array ops broken for comparisons (6)
Feb 21 2011    [Issue 5634] New: ICE on Mac OS X when there are multiple 'main's (9)
Feb 19 2011    [Issue 5614] New: version(Win32) vs version(Windows) in Phobos (5)
Feb 18 2011    [Issue 5609] New: struct opEquals doesn't conform to language specifications. (3)
Feb 15 2011    [Issue 5593] New: Add dladdr to druntime for linux/FreeBSD (7)
Feb 15 2011    [Issue 5592] New: Previous definition different: __arrayExpSliceMulSliceAddass_d (4)
Feb 15 2011    [Issue 5590] New: ICE when using .values on enum which is associative array (11)
Feb 15 2011    [Issue 5587] New: Use __LINE__ to pick number in unittest block names (17)
Feb 15 2011    [Issue 5584] New: bad string representation of function types with C/Windows linkage (2)
Feb 14 2011    [Issue 5582] New: Improvements to the DLL startup code (4)
Feb 14 2011    [Issue 5576] New: Problem with map() that yields Tuples (3)
Feb 14 2011    [Issue 5575] New: Problem with a map() of a const uniq() (2)
Feb 14 2011    [Issue 5573] New: Compiler (not linker) should generate an error for missing main() (4)
Feb 12 2011    [Issue 5567] New: arrays can't call aliased functions as member functions (2)
Feb 11 2011    [Issue 5562] New: Add OS=win32wine build to druntime's posix.mak (2)
Feb 10 2011    [Issue 5561] New: Problem with map() that returns array contents (3)
Feb 10 2011    [Issue 5559] New: A static down cast in Phobos (6)
Feb 09 2011    [Issue 5554] New: [qtd] Covariance detection failure (5)
Feb 08 2011    [Issue 5547] New: Improve assert to give information on values given to it when it fails (9)
Feb 07 2011    [Issue 5543] New: to!int to see a char as a single-char string (21)
Feb 07 2011    [Issue 5539] New: Statically disallow unsigned<0 test (2)
Feb 06 2011    [Issue 5537] New: invariant._d_invariant() failing in std.concurrency.MessageBox.get (3)
Feb 05 2011    [Issue 5527] New: Bug in http://www.digitalmars.com/d/2.0/ctod.html#closures ? (4)
Feb 04 2011    [Issue 5525] New: Eponymous templates should allow for overloaded eponymous members (9)
Feb 03 2011    [Issue 5523] New: std.regex handles "\s" and "\W" (etc.) inside square brackets improperly (2)
Jan 29 2011    [Issue 5505] New: std.functional: Fix for possible lurking bug & replace complex return type with auto (3)
Jan 28 2011    [Issue 5499] New: toir.c Internal error (11)
Jan 28 2011    [Issue 5498] New: array of elements of subtypes of a common supertype (5)
Jan 26 2011    [Issue 5493] New: Able to overwrite immutable data (17)
Jan 26 2011    [Issue 5491] New: filter cannot be used in a function? (8)
Jan 25 2011    [Issue 5488] New: Spawned threads hang in a way that suggests allocation or gc issue (7)
Jan 24 2011    [Issue 5481] New: Support deprecated("message") (7)
Jan 22 2011    [Issue 5476] New: spec: attributes have an optional else clause (2)
Jan 21 2011    [Issue 5473] New: Members of const-qualified classes are not const themselves. (4)
Jan 20 2011    [Issue 5467] New: library-based typedef (5)
Jan 20 2011    [Issue 5466] New: AA ranges (5)
Jan 20 2011    [Issue 5463] New: errno undeclared in gzio.c (4)
Jan 14 2011    [Issue 5454] New: Compiling std.datetime's unit tests on Windows causes dmd to run out of memory (4)
Jan 13 2011    [Issue 5448] New: Array of AAs literal doesn't work (6)
Jan 11 2011    [Issue 5446] New: Ddoc doesn't output aliased and typedef'ed names (4)
Jan 10 2011    [Issue 5444] New: std.string.format: arguments without format specifier appended to result (2)
Jan 10 2011    [Issue 5442] New: std.algorithm.sort problem with struct with char[10] (2)
Jan 09 2011    [Issue 5437] New: Problems with length of std.traits.EnumMembers (4)
Jan 08 2011    [Issue 5435] New: Static foreach over tuple ignores type annotation (7)
Jan 07 2011    [Issue 5426] New: Property syntax fails with template function with template paramters but no function parameters and you have a setter (4)
Jan 07 2011    [Issue 5425] New: __traits(compiles, ...) fails when given a template property function without parens (2)
Jan 07 2011    [Issue 5423] New: d:\m\d\scregexp\trunk\scregexp.d(158): Error: template instance scregexp.screg!("^[)\\]}>]$") recursive expansion (2)
Jan 07 2011    [Issue 5422] New: "Module is private" error with public/private overloaded functions (2)
Jan 06 2011    [Issue 5420] New: Cannot override function error (10)
Jan 05 2011    [Issue 5414] New: Language Reference errors (2)
Jan 05 2011    [Issue 5413] New: (diagnostic): No notification that warnings are treated as errors (2)
Jan 04 2011    [Issue 5412] New: import wtf2 (4)
Jan 04 2011    [Issue 5411] New: import wtf1 (8)
Jan 03 2011    [Issue 5408] New: Calling GC.malloc inside a unittest with a flag of 1 results in an access violation. (3)
Jan 03 2011    [Issue 5403] New: foreach requires front to be a function in a range (5)
Dec 31 2010    [Issue 5394] New: Changing the order of writing pragma(msg, (...).mangleof) changes the result (7)
Dec 31 2010    [Issue 5393] New: opDispatch with template this parameter fails to compile (4)
Dec 30 2010    [Issue 5392] New: Method with template this parameter doesn't work as a property (3)
Dec 28 2010    [Issue 5387] New: Unclear error message "override cannot be applied to variable" (2)
Dec 28 2010    [Issue 5385] New: DMD doesn't block access to "static package" members (4)
Dec 28 2010    [Issue 5384] New: Rows foreach on alias-this matrix (2)
Dec 28 2010    [Issue 5383] New: writeln of alias-this matrix (3)
Dec 27 2010    [Issue 5380] New: Subtyping with "alias this" doesn't mix with regular inheritance (4)
Dec 25 2010    [Issue 5374] New: std.container's documentation is borked (3)
Dec 24 2010    [Issue 5372] New: rpm dmd.conf is old (3)
Dec 24 2010    [Issue 5369] New: Segfault with pure auto function in separate module (5)
Dec 24 2010    [Issue 5367] New: Array of closures assign problem (2)
Dec 21 2010    [Issue 5363] New: const + alias this = wrong code (5)
Dec 19 2010    [Issue 5358] New: std.functional: binaryReverseArgs & toDelegate missing from documentation (6)
Dec 17 2010    [Issue 5355] New: Global variables are not aligned (3)
Dec 15 2010    [Issue 5354] New: formatValue: range templates introduce 3 bugs related to class & struct cases (21)
Dec 14 2010    [Issue 5352] New: Error: static assert (!true) is-expression with invalid class template instantiation (2)
Dec 12 2010    [Issue 5346] New: instantiation of std.conv.toImpl and std.format.formatValue fails for unions (4)
Dec 12 2010    [Issue 5345] New: std.array is missing the remove functions from std.container (3)
Dec 10 2010    [Issue 5341] New: alias this ignores invariant() (2)
Dec 10 2010    [Issue 5338] New: __gshared on class member variable implies static? (4)
Dec 09 2010    [Issue 5337] New: DMD compiles incorrect code on windows (9)
Dec 09 2010    [Issue 5335] New: DDoc ignores member when it is on the same line as open curly brace (2)
Dec 08 2010    [Issue 5332] New: Undefined reference to zero length array (7)
Dec 05 2010    [Issue 5324] New: Site docs doesn't mention .length property of std.typecons.Tuple (2)
Dec 03 2010    [Issue 5315] New: array initializer accepts empty initializers (3)
Dec 03 2010    [Issue 5314] New: Wrong error message: struct within immutable member and postblit function (12)
Dec 01 2010    [Issue 5308] New: std.conv documentation is behind implementation (4)
Dec 01 2010    [Issue 5306] New: Disallow foreach ref on numeric interval (4)
Dec 01 2010    [Issue 5305] New: intrinsic functions have safe stripped of them in release mode. (4)
Dec 01 2010    [Issue 5304] New: Cannot access __dollar in pure function (2)
Dec 01 2010    [Issue 5299] New: Protected inheritance is semantically undefined. (6)
Dec 01 2010    [Issue 5297] New: The lookup order of recursive with statements is undefined. (5)
Dec 01 2010    [Issue 5296] New: 2.50: std.conv.to!string() fails on char[ 256 ] buf (3)
Nov 29 2010    [Issue 5290] New: Static array literals with too few elements (13)
Nov 26 2010    [Issue 5279] New: Function-static associative arrays (8)
Nov 26 2010    [Issue 5278] New: DMD generates programs that immediately segfault. (32)
Nov 24 2010    [Issue 5270] New: Using a scope delegate allows memory corruption in safe mode (3)
Nov 24 2010    [Issue 5269] New: version(assert) (2)
Nov 23 2010    [Issue 5261] New: Uncompilable example for Windows (3)
Nov 23 2010    [Issue 5260] New: std.math.feqrel() returns negative number (2)
Nov 22 2010    [Issue 5259] New: Download link from homepage points to older version (2)
Nov 16 2010    [Issue 5227] New: X ^^ FP at compile-time (2)
Nov 15 2010    [Issue 5220] New: Make std.conv.ConvError an Exception instead of an Error (4)
Nov 13 2010    [Issue 5215] New: Crash with empty program (7)
Nov 13 2010    [Issue 5210] New: PATCH: minor changes to allow compiling with Visual C++ 2008 (3)
Nov 11 2010    [Issue 5206] New: stat_t is not the same as struct stat (16)
Nov 11 2010    [Issue 5204] New: Inherited out contract requires lvalue result? (5)
Nov 11 2010    [Issue 5202] New: opIndexAssign doesn't work on structs obtained via getters (5)
Nov 06 2010    [Issue 5181] New: Excess cast on in-place operation op= involving conversion (5)
Nov 06 2010    [Issue 5178] New: StructLiteral should not be lvalue (3)
Nov 04 2010    [Issue 5166] New: about D's template enhancement (2)
Nov 03 2010    [Issue 5161] New: Selective import results in conflicting definition. (5)
Nov 03 2010    [Issue 5158] New: Allow operator overloading on non-type template instances (2)
Nov 01 2010    [Issue 5151] New: Home page download link(s?) doesn't update itself (2)
Oct 31 2010    [Issue 5146] New: OSX version identifier is not documented (3)
Oct 30 2010    [Issue 5139] New: Illegal TokenString allowed (5)
Oct 30 2010    [Issue 5138] New: Special token sequence (2)
Oct 30 2010    [Issue 5136] New: DDoc: listing methods in the 'Jump to' links may be undesirable (10)
Oct 29 2010    [Issue 5132] New: ~ unary operator silently different from C (2)
Oct 29 2010    [Issue 5129] New: More strict 'abstract' management (6)
Oct 27 2010    [Issue 5126] New: is expression: matched variadic arguments get empty (2)
Oct 26 2010    [Issue 5122] New: Error messages that show the package/module name too of a function (2)
Oct 24 2010    [Issue 5116] New: Too many error messages with failed template constraint (2)
Oct 24 2010    [Issue 5115] New: std.typecons.scoped problems (13)
Oct 24 2010    [Issue 5114] New: Too many error messages with main(; (4)
Oct 24 2010    [Issue 5113] New: stray e2ir: in casting error message (3)
Oct 24 2010    [Issue 5112] New: scope is deprecated, but this is not mentioned in the specification (7)
Oct 24 2010    [Issue 5111] New: Static function-level variables are not in the language spec. (3)
Oct 22 2010    [Issue 5103] New: Container Documentation missing syntax (7)
Oct 22 2010    [Issue 5100] New: -O Degrades performance of loop statements (10)
Oct 20 2010    [Issue 5089] New: feqrel does not compile for floats (3)
Oct 20 2010    [Issue 5083] New: module object cannot read file 'object.d' (4)
Oct 19 2010    [Issue 5082] New: delegate alias parameters are silently accepted inside structs. limits most of std.algorithm, etc. (4)
Oct 19 2010    [Issue 5080] New: breaking const-correctness with class/interface (11)
Oct 18 2010    [Issue 5076] New: std.algorithm.sorted / schwartzSorted (15)
Oct 16 2010    [Issue 5064] New: Crash related to std.algorithm.map, delegates, and casts (12)
Oct 15 2010    [Issue 5058] New: invariant() should not be called before opAssign() (12)
Oct 15 2010    [Issue 5057] New: std.variant.Algebraic-aware GC (8)
Oct 12 2010    [Issue 5047] New: DMD 2.049 Deb Fails to install on Ubuntu 10.10 (3)
Oct 11 2010    [Issue 5044] New: opIndexUnary not working for post++ (3)
Oct 11 2010    [Issue 5043] New: writeln with empty arrays should write something useful (6)
Oct 11 2010    [Issue 5042] New: format("%s") of struct without toString (7)
Oct 11 2010    [Issue 5041] New: Cannot check functor in template constraint (2)
Oct 11 2010    [Issue 5039] New: Cannot use invariant() with auto methods (5)
Oct 09 2010    [Issue 5031] New: pragma(msg,...) outputs to stderr, not stdout (2)
Oct 09 2010    [Issue 5030] New: Operators don't work with AssociativeArray!(T1,T2) (2)
Oct 09 2010    [Issue 5024] New: Order of execution of invariant and pre/post conditions (4)
Oct 09 2010    [Issue 5023] New: Docs about order of execution of invariant and pre/post conditions (5)
Oct 09 2010    [Issue 5021] New: Associative array assigned to in spite of exception (3)
Oct 07 2010    [Issue 5011] New: std.container: SList linearRemove produces wrong results (3)
Oct 07 2010    [Issue 5008] New: Bizarre "conflicts with __anonymous at" error with regex and indirectly imported phobos (2)
Oct 06 2010    [Issue 5004] New: 'aka' usage in error messages (9)
Oct 05 2010    [Issue 4997] New: names, values, length and basetype enum properties (5)
Oct 04 2010    [Issue 4993] New: Temporary values and opIndexAssign (5)
Oct 04 2010    [Issue 4991] New: Make 'nothrow', other function attributes, accessible (via traits?) (2)
Oct 04 2010    [Issue 4986] New: IFTI fails on partial matching with value parameters (2)
Oct 02 2010    [Issue 4983] New: Stack overflow while initializing struct member with address of one of its methods (5)
Oct 02 2010    [Issue 4976] New: Can't use auto on const member functions. (5)
Oct 01 2010    [Issue 4967] New: { } struct literals not documented, and not working (11)
Sep 30 2010    [Issue 4960] New: dmd 2.049 rejects code containing templates with a uint as template parameter (5)
Sep 29 2010    [Issue 4957] New: std.concurrency does not allow to pass Tid in struct fields (4)
Sep 29 2010    [Issue 4956] New: remove direct references to gcc from linux.mak (3)
Sep 28 2010    [Issue 4954] New: Clarify documentation of foreach with delegates. (2)
Sep 28 2010    [Issue 4953] New: opBinaryRight for "in" doesn't work right (20)
Sep 26 2010    [Issue 4948] New: std.algorithm.sort asserts unexpectedly with certain comparators (9)
Sep 26 2010    [Issue 4946] New: Not good error message with wrongly positioned 'const' (2)
Sep 25 2010    [Issue 4940] New: ICE(symbol.c): Accessing tuple-typed field of struct literal with user-defined constructor (8)
Sep 24 2010    [Issue 4936] New: Regression(2.049) std.algorithm.completeSort doesn't match string arrays (5)
Sep 23 2010    [Issue 4929] New: DirEntry does not always report correct type of file on linux (3)
Sep 23 2010    [Issue 4920] New: Member expression tuple allowed for types, disallowed for expressions (4)
Sep 23 2010    [Issue 4918] New: tuples in eponymous template have default values only (2)
Sep 21 2010    [Issue 4906] New: Dereferencing null error in a single expression (2)
Sep 20 2010    [Issue 4900] New: compiler still slow due to a single function (4)
Sep 19 2010    [Issue 4897] New: CodeView: No locals or parameters are shown when debugging, because of missing function info (4)
Sep 18 2010    [Issue 4889] New: Declarator in "if" statement allows name shadowing (4)
Sep 18 2010    [Issue 4887] New: Right-shifting by 32 is allowed and broken (13)
Sep 18 2010    [Issue 4886] New: Template (alias) tuple parameters cannot take .length property in compiletime (4)
Sep 17 2010    [Issue 4884] New: Using template struct parameters in method definition fails with "parameter _param_0 is already defined" (4)
Sep 17 2010    [Issue 4880] New: [patch] std.range.put does not handle output ranges implement via opDispatch; breaks on RefAppender (5)
Sep 15 2010    [Issue 4875] New: Allow struct initialization with constructor (6)
Sep 14 2010    [Issue 4870] New: Suffix for intptr_t literals (2)
Sep 14 2010    [Issue 4867] New: Postblit is not usable with const objects (4)
Sep 13 2010    [Issue 4863] New: DWARF debug symbols treat arrays as unsigned long long (6)
Sep 13 2010    [Issue 4862] New: modfl() missing for FreeBSD (5)
Sep 13 2010    [Issue 4860] New: Taking delegates to a member function broken if method is also aliased in from a base class (12)
Sep 12 2010    [Issue 4855] New: When a class has private override member function, the function requires no return value type (6)
Sep 11 2010    [Issue 4854] New: writefln Segmentation fault if no globals (19)
Sep 10 2010    [Issue 4848] New: core.sys.windows.windows: Environment functions (2)
Sep 09 2010    [Issue 4844] New: _traits(allMembers, X) ignores version guards inside X (3)
Sep 09 2010    [Issue 4843] New: Inconsistency in overloading ref vs. non-ref (7)
Sep 07 2010    [Issue 4838] New: Cannot declare a delegate variable for const member functions (11)
Sep 07 2010    [Issue 4836] New: "duplicated union initialization" without a union (4)
Sep 05 2010    [Issue 4822] New: Problem with std.stdio.File.writef("%c" (4)
Sep 05 2010    [Issue 4821] New: std.array.insert on string[] (3)
Sep 05 2010    [Issue 4820] New: Regressions in DStress caused by changeset 452 (8)
Sep 05 2010    [Issue 4819] New: "this" in classes should not an lvalue (2)
Sep 05 2010    [Issue 4816] New: template constraint and __traits(compiles, ...) don't work properly together with a delegate (3)
Sep 04 2010    [Issue 4812] New: Basic template syntax is rejected (2)
Sep 04 2010    [Issue 4809] New: Stack trace when throwing exception misses location of the throw statement (4)
Sep 03 2010    [Issue 4803] New: std.range.chain with const string arguments (6)
Sep 01 2010    [Issue 4788] New: extern (System) not documented (3)
Sep 01 2010    [Issue 4785] New: auto return of a function with in contract (10)
Aug 31 2010    [Issue 4779] New: www.d-programming-language.org "Interfacing to C" should make clear how to do callbacks (3)
Aug 31 2010    [Issue 4778] New: www.d-programming-language.org "Interfacing to C" says "There are no const or volatile type modifiers in D" (3)
Aug 31 2010    [Issue 4777] New: www.d-programming-language.org "Language Reference" has link to "Const and Invariant" (4)
Aug 31 2010    [Issue 4776] New: www.d-programming-language.org links to Phobos 1.0 docs instead of 2.0 (2)
Aug 31 2010    [Issue 4772] New: DMD allows "dereferencing" arrays as if it were a pointer to first element (3)
Aug 29 2010    [Issue 4762] New: Textual representation of struct that doesn't define toString() (2)
Aug 29 2010    [Issue 4754] New: format and Format!() do not work with posix positional parameters (3)
Aug 28 2010    [Issue 4747] New: Make each unittest block a separate function that runs independently of the others (6)
Aug 27 2010    [Issue 4744] New: std.conv: string->enum doesn't look for longer match (6)
Aug 26 2010    [Issue 4736] New: http://www.digitalmars.com/d/2.0/hash-map.html (3)
Aug 25 2010    [Issue 4724] New: Template literal escaping: Inconsistent behavior when -inline is on (3)
Aug 22 2010    [Issue 4710] New: writeln crashes when called from C code. (2)
Aug 21 2010    [Issue 4704] New: Problems with aa.byValue() (4)
Aug 21 2010    [Issue 4702] New: Long Postfix not working with cross-module overloading (5)
Aug 20 2010    [Issue 4697] New: std.demangle doesn't work correctly (4)
Aug 20 2010    [Issue 4695] New: std.range.zip is broken (5)
Aug 20 2010    [Issue 4694] New: Unused last assignment warning (6)
Aug 19 2010    [Issue 4685] New: in contract of base class affected by the body of the overriding function (3)
Aug 19 2010    [Issue 4679] New: Problem with final & override (3)
Aug 19 2010    [Issue 4678] New: Built struct is callable without opCall (3)
Aug 18 2010    [Issue 4675] New: Eponymous Template should hide internal names (9)
Aug 17 2010    [Issue 4665] New: map with no automatic closure (4)
Aug 17 2010    [Issue 4663] New: Wrong 'static' position error message (2)
Aug 17 2010    [Issue 4662] New: Array ops on const arrays (10)
Aug 16 2010    [Issue 4658] New: Support needed for new x86 and x86_64 instructions (2)
Aug 16 2010    [Issue 4656] New: stdio.readf does not ignore white space (6)
Aug 15 2010    [Issue 4651] New: Docs: Returned classes that have access to stack variables of its enclosing function (5)
Aug 15 2010    [Issue 4648] New: "In" contracts in interfaces missbehaving (4)
Aug 15 2010    [Issue 4647] New: Cannot explicitly call final interface method, ambiguous calls allowed (7)
Aug 11 2010    [Issue 4629] New: BufferedFile.printf() wants char[] as first argument (5)
Aug 11 2010    [Issue 4624] New: std.stdio.File and std.typecons.Unique not GC-heap safe (4)
Aug 10 2010    [Issue 4616] New: Link error with copy constructor of nested struct (2)
Aug 10 2010    [Issue 4612] New: DMD DDoc marks both static and final methods of interfaces as abstract in generated documentation (3)
Aug 09 2010    [Issue 4609] New: clear() does not call base constructor if a class does not implement a default constructor (2)
Aug 09 2010    [Issue 4608] New: std.string.chomp documentation mismatch implementation (4)
Aug 09 2010    [Issue 4607] New: Make .byValue() and .byKey() of associative arrays adopt the input range interface. (3)
Aug 09 2010    [Issue 4605] New: Wrong print of an int[string] aa (7)
Aug 09 2010    [Issue 4604] New: A stack overflow with writeln (4)
Aug 09 2010    [Issue 4603] New: array(iota(1, 0)) error (13)
Aug 08 2010    [Issue 4601] New: Spawned threads frequently don't terminate or let other threads ever run if you spawn more than one thread (3)
Aug 07 2010    [Issue 4596] New: Rebinding *this* in class method compiles (9)
Aug 05 2010    [Issue 4588] New: [lex] ttributes are not documented (5)
Aug 05 2010    [Issue 4584] New: std.algorithm.sort fails with SwapStrategy.stable (11)
Aug 05 2010    [Issue 4583] New: PIC code not working: EBX register set incorrectly (14)
Aug 03 2010    [Issue 4579] New: std.typecons.Tuple syntax unpacking sugar (5)
Aug 02 2010    [Issue 4573] New: Specialized functions conflict with generic function (2)
Aug 01 2010    [Issue 4568] New: Segfault in program that writes an array (2)
Aug 01 2010    [Issue 4563] New: [module system] Error messages for missing package or missing name (14)
Aug 01 2010    [Issue 4562] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/dbc.html (2)
Aug 01 2010    [Issue 4561] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/function.html (2)
Aug 01 2010    [Issue 4560] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/const3.html (2)
Aug 01 2010    [Issue 4556] New: Misbehaving nested function (6)
Aug 01 2010    [Issue 4554] New: accepts-invalid Cyclic constructor calls cause stack overflow (5)
Aug 01 2010    [Issue 4553] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/struct.html (2)
Aug 01 2010    [Issue 4551] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/arrays.html (7)
Aug 01 2010    [Issue 4550] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/statement.html (4)
Aug 01 2010    [Issue 4549] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/expression.html (6)
Aug 01 2010    [Issue 4548] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/attribute.html (2)
Aug 01 2010    [Issue 4547] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/property.html (4)
Aug 01 2010    [Issue 4545] New: Alias to members possible without "this" instance (12)
Jul 31 2010    [Issue 4539] New: Refuse assignment to string literal (23)
Jul 30 2010    [Issue 4538] New: Listed complexity of reverse() is incorrect (5)
Jul 30 2010    [Issue 4536] New: Typetuples (T...) should have an .init member (7)
Jul 29 2010    [Issue 4533] New: Ban public aliases to private symbols (8)
Jul 29 2010    [Issue 4531] New: [2.046] No constructors with variable type list (2)
Jul 28 2010    [Issue 4525] New: Array member call syntax can't find matches in current class (9)
Jul 27 2010    [Issue 4523] New: .remove method for Associative Arrays returns void in all cases (6)
Jul 27 2010    [Issue 4520] New: add support for //! style documentation comments (8)
Jul 27 2010    [Issue 4517] New: final switch over with base type allows missing values (6)
Jul 26 2010    [Issue 4510] New: accepts-invalid: ref with a wrong type specifier is accepted (7)
Jul 26 2010    [Issue 4507] New: use spellchecker when override function doesn't override anything (4)
Jul 25 2010    [Issue 4504] New: Internal compiler error using std.algorithm.count with recursive nested function in release. (14)
Jul 24 2010    [Issue 4501] New: Can't call templated properties as properties from within class (3)
Jul 23 2010    [Issue 4498] New: cannot get return type of a function returning a nested struct with typeof (3)
Jul 23 2010    [Issue 4497] New: inexpressive error message for const object method (5)
Jul 23 2010    [Issue 4495] New: The -Hd (import file generation directory) option for DMD doesn't work correctly in 2.047. (2)
Jul 20 2010    [Issue 4489] New: std.array.insert is slow (11)
Jul 19 2010    [Issue 4487] New: 16 bytes long structs requires 32 bytes if allocated singularly on the heap (4)
Jul 18 2010    [Issue 4484] New: Warning for unreachable code in scope statements is too confusing (4)
Jul 17 2010    [Issue 4480] New: JSON: include location range, not just line numbers, for everything (2)
Jul 16 2010    [Issue 4476] New: __traits for more kinds of names (4)
Jul 15 2010    [Issue 4463] New: double.init in associative array seems 0.0 (2)
Jul 14 2010    [Issue 4460] New: (2.047) Internal error when compiling foreach over associative array literal (11)
Jul 13 2010    [Issue 4454] New: Can't implicitly cast static arrays of primitives to immutable (4)
Jul 07 2010    [Issue 4437] New: copy construction bug with "return this;" (8)
Jul 07 2010    [Issue 4435] New: Multiple-inheritance of Interfaces results in final/static method/function hijacking (6)
Jul 06 2010    [Issue 4433] New: object.Error: Access Violation missing file and line number (3)
Jul 06 2010    [Issue 4432] New: DMD r575 won't build on Linux in debug mode: undefined reference to obj_long (2)
Jul 04 2010    [Issue 4426] New: assert(condition, string) fails in std.array.back (2)
Jul 04 2010    [Issue 4425] New: More bells & whistles for bitfields (5)
Jul 01 2010    [Issue 4415] New: code generation for std.all fails on fedora (4)
Jul 01 2010    [Issue 4413] New: typeof(this) doesn't work in method template signature (9)
Jun 28 2010    [Issue 4405] New: all function - returns whether predicate is true for all elements in a range (9)
Jun 27 2010    [Issue 4399] New: Incomplete extern (...) docs (2)
Jun 23 2010    [Issue 4378] New: Array Literals as Default Field Initializers Shared Across Instances. (8)
Jun 22 2010    [Issue 4371] New: template tuple [misuse?] segfault (5)
Jun 22 2010    [Issue 4364] New: ICE compiling a struct def named 'Object' followed by a class definition (7)
Jun 20 2010    [Issue 4356] New: Copy constructor not called under extremely mysterious circumstances (4)
Jun 19 2010    [Issue 4352] New: Destructor of inner struct not callale (3)
Jun 19 2010    [Issue 4349] New: Deprecate automatic case fallthrough (8)
Jun 18 2010    [Issue 4342] New: branches that are known as not taken at compile time should not be checked (2)
Jun 17 2010    [Issue 4338] New: Structs with non-const destructors cannot be used as const parameters (8)
Jun 16 2010    [Issue 4337] New: Associative array assignment with dstring keys breaks lookup (7)
Jun 16 2010    [Issue 4332] New: C files in druntime should be converted to D (22)
Jun 15 2010    [Issue 4324] New: Optlink silently ignores corrupt object file (5)
Jun 15 2010    [Issue 4319] New: Constructor templates in struct/class templates documented as __ctor(T) (4)
Jun 15 2010    [Issue 4318] New: compile with flag unittest, depending on the order files, Access Violation (3)
Jun 14 2010    [Issue 4313] New: undefined identifier error with scope guard statement (3)
Jun 14 2010    [Issue 4311] New: Applying a template to a variadic template parameter in a templated function's parameter list breaks compilation (6)
Jun 14 2010    [Issue 4310] New: std.stdarg 64-Bit problems? (2)
Jun 08 2010    [Issue 4298] New: Constant array translated to unnecessary array literal creation (7)
Jun 08 2010    [Issue 4295] New: IID_IUnknown symbol undefined in phobos.lib (11)
Jun 07 2010    [Issue 4293] New: Wrong line number with disable (4)
Jun 06 2010    [Issue 4288] New: Error on passing delegate to C linkage function. (5)
Jun 06 2010    [Issue 4285] New: template inside function error message (9)
Jun 06 2010    [Issue 4283] New: static if with dangling else clause (7)
Jun 06 2010    [Issue 4281] New: AA literal problem with mutable array as key (4)
Jun 06 2010    [Issue 4279] New: AAs change key type (6)
Jun 04 2010    [Issue 4272] New: x.typeof syntax (8)
Jun 02 2010    [Issue 4264] New: Various std.algorithm.map problems (12)
May 31 2010    [Issue 4256] New: Inner template mathods can't access this pointer (3)
May 31 2010    [Issue 4255] New: Missing declaration on core.stdc.stdio of kbhit function (2)
May 30 2010    [Issue 4251] New: const(T) is appendable to const(T)[] (23)
May 29 2010    [Issue 4250] New: std.regex does not support character sets other than unicode (7)
May 27 2010    [Issue 4241] New: duplicate union initialization error doesn't give a file location (7)
May 26 2010    [Issue 4235] New: !in not working (D1) (8)
May 23 2010    [Issue 4229] New: cast spec (3)
May 23 2010    [Issue 4227] New: Overloading rules not complete in D1 docs (4)
May 23 2010    [Issue 4225] New: mangle.c:81: char* mangle(Declaration*): Assertion `fd && fd->inferRetType' failed. (6)
May 22 2010    [Issue 4222] New: druntime should apply safe/ system/ trusted (2)
May 20 2010    [Issue 4216] New: Class method hidden by another one warning (3)
May 20 2010    [Issue 4214] New: Rebinding of scoped class references (3)
May 18 2010    [Issue 4205] New: Strange error message when trying to call unknown method on string (3)
May 18 2010    [Issue 4203] New: Const field of struct that contains a whole struct (2)
May 17 2010    [Issue 4201] New: associative arrays keys property contains corrupted data for keys property for keys of size < size_t (5)
May 14 2010    [Issue 4187] New: Error Message for std.file.remove outputting wrong file and line (8)
May 13 2010    [Issue 4183] New: property doesnt work with delegate return (6)
May 12 2010    [Issue 4181] New: GDB print strange value (2)
May 12 2010    [Issue 4180] New: D DWARF extensions conflict with DWARF-4 (6)
May 10 2010    [Issue 4174] New: Template interface functions not allowed (10)
May 05 2010    [Issue 4161] New: disable after function signature has no effect (2)
May 03 2010    [Issue 4155] New: return of NaN to temporary fails equality test (6)
May 03 2010    [Issue 4154] New: Incorrect DWARF section names on Mac (17)
May 02 2010    [Issue 4149] New: refs displayed as pointers in gdb (18)
May 01 2010    [Issue 4142] New: Missing tags in subversion (5)
May 01 2010    [Issue 4141] New: unary ++ (post increment) invokes opBinary (2)
Apr 21 2010    [Issue 4113] New: std.typetuple, std.typecons, TypeTuple, Tuple, tuple names (4)
Apr 14 2010    [Issue 4091] New: Small docs page about dynamic array implementation (4)
Apr 14 2010    [Issue 4090] New: foreach(const ref x; a) error message (18)
Apr 13 2010    [Issue 4088] New: opEquals not called on interfaces (20)
Apr 12 2010    [Issue 4082] New: nothrow main() can throw (7)
Apr 10 2010    [Issue 4079] New: [CTFE] Stack overflow from undetected circular reference (3)
Apr 09 2010    [Issue 4076] New: Wrong error line number with enum (5)
Apr 07 2010    [Issue 4071] New: Missing support to share memory and objects between DLLs and executable (12)
Apr 05 2010    [Issue 4070] New: prefix const on member functions considered confusing (6)
Apr 05 2010    [Issue 4066] New: [ICE] enum AA get (6)
Apr 05 2010    [Issue 4062] New: can call method without this pointer inside is() (5)
Apr 02 2010    [Issue 4054] New: ICE(eh.c) line 49 (7)
Apr 02 2010    [Issue 4044] New: [Tracker] Bad debug information and DWARF errors (5)
Apr 01 2010    [Issue 4041] New: Error with ref or auto ref return from opOpAssign (4)
Apr 01 2010    [Issue 4039] New: Another possible DWARF issue (7)
Mar 30 2010    [Issue 4031] New: Tidier management of static variables in pure functions (5)
Mar 28 2010    [Issue 4024] New: Last catch only accepts block statement (3)
Mar 28 2010    [Issue 4019] New: [CTFE] Adding an item to an AA (5)
Mar 27 2010    [Issue 4014] New: CodeView debug type info not linked in from library (6)
Mar 26 2010    [Issue 4010] New: dmd should support linkers other than OPTLINK (13)
Mar 25 2010    [Issue 4007] New: VersionSpecification not listed under DeclDef rule (2)
Mar 25 2010    [Issue 4006] New: dirEntries won't span subdirectories (5)
Mar 22 2010    [Issue 3999] New: Enum equality to an int (9)
Mar 21 2010    [Issue 3998] New: BasicType2 rule shouldn't have slice syntax (3)
Mar 20 2010    [Issue 3995] New: Can't access array/AA from function literal defined inside the array/AA's initializer (4)
Mar 20 2010    [Issue 3994] New: Wrong line numbers inside AA/Array initializers (2)
Mar 20 2010    [Issue 3990] New: Deferencing a dynamic array as pointer (13)
Mar 20 2010    [Issue 3989] New: stringof of nested enums doesn't give sufficient information (2)
Mar 19 2010    [Issue 3988] New: Provide canonical example for operator overloading (3)
Mar 19 2010    [Issue 3985] New: Documentation of the main() Function (4)
Mar 17 2010    [Issue 3981] New: More useful and more clean 'is' (7)
Mar 15 2010    [Issue 3972] New: Regarding module with name different from its file name (9)
Mar 15 2010    [Issue 3971] New: Syntax & semantics for array assigns (30)
Mar 15 2010    [Issue 3969] New: Built-in compile time errors against usage of wrong operator strings (5)
Mar 13 2010    [Issue 3960] New: Unused variable warning (35)
Mar 13 2010    [Issue 3954] New: DeclDef rule is missing TemplateMixinDeclaration (3)
Mar 12 2010    [Issue 3943] New: "in" function argument is redundant (4)
Mar 12 2010    [Issue 3941] New: quirks of overloading function templates impede the new operator overloading (2)
Mar 12 2010    [Issue 3938] New: semantics of casting arrays need to be reworked (2)
Mar 11 2010    [Issue 3934] New: Some untidy attributes (29)
Mar 11 2010    [Issue 3932] New: Title: A forward declaration error with a struct.init (2)
Mar 10 2010    [Issue 3928] New: Comparing imaginaries with reals produces results that are inconsistent (4)
Mar 10 2010    [Issue 3927] New: array.length++; is an error (12)
Mar 10 2010    [Issue 3924] New: nothrow ignored in some situations (3)
Mar 10 2010    [Issue 3923] New: std.algorithm.find is too much hard to understand (7)
Mar 10 2010    [Issue 3922] New: Wrong error message with return in void function (15)
Mar 10 2010    [Issue 3921] New: Compile time evaluation requirements not well-specified (4)
Mar 09 2010    [Issue 3918] New: Parameter use before its use in an AndAnd expression with reals treats NaN as false (5)
Mar 09 2010    [Issue 3913] New: Bad error message with wrong enum (3)
Mar 09 2010    [Issue 3910] New: Explicit template instantiations for functions used as array properties? (2)
Mar 08 2010    [Issue 3908] New: attributes not part of function grammar (2)
Mar 08 2010    [Issue 3907] New: attributes not part of grammar (4)
Mar 08 2010    [Issue 3906] New: Undefined struct and union declarations are not documented (3)
Mar 08 2010    [Issue 3895] New: Appending a double[] to a float[] no longer works. (8)
Mar 07 2010    [Issue 3890] New: Bad writeln of a nested struct (3)
Mar 07 2010    [Issue 3889] New: Forbid null as representation of empty dynamic array (16)
Mar 06 2010    [Issue 3886] New: Bad example of definition file for DLLs (3)
Mar 05 2010    [Issue 3883] New: Line number and file name of Exception instantiation (2)
Feb 26 2010    [Issue 3857] New: Write property for arrays does not work properly (4)
Feb 24 2010    [Issue 3851] New: Array copy error message with no line number (5)
Feb 24 2010    [Issue 3850] New: Signed/unsigned bytes type name (11)
Feb 23 2010    [Issue 3845] New: [module system] A problem caused by duplicated import (3)
Feb 18 2010    [Issue 3838] New: PrimaryExpression rule doesn't permit module scope template instances (3)
Feb 18 2010    [Issue 3836] New: obligatory override attribute (14)
Feb 18 2010    [Issue 3828] New: A failure in AA literals (2)
Feb 18 2010    [Issue 3827] New: automatic joining of adjacent strings is bad (28)
Feb 18 2010    [Issue 3826] New: init of fixed sized arrays (4)
Feb 18 2010    [Issue 3822] New: alloca() can return the same address inside a function (13)
Feb 18 2010    [Issue 3821] New: writeln doesn't detect recursive data structures yet (4)
Feb 18 2010    [Issue 3819] New: [module system] Tiding up the imports (12)
Feb 18 2010    [Issue 3812] New: Missing line number for implicit cast of variadic function to array (6)
Feb 17 2010    [Issue 3810] New: overloading on const does not work for methods (4)
Feb 15 2010    [Issue 3807] New: typedef still listed as keyword, but not present anywhere in grammar (3)
Feb 14 2010    [Issue 3800] New: "Foreach over Structs and Classes with Ranges" and "Invariant Struct" in D2 Spec (7)
Feb 09 2010    [Issue 3791] New: Reference anonymous nested classes when describing new expressions (4)
Feb 09 2010    [Issue 3787] New: clarification: assigment to 'this' (6)
Feb 08 2010    [Issue 3783] New: Text inconsistent with EscapeSequence rules (4)
Feb 06 2010    [Issue 3777] New: size_t is undefined (3)
Feb 05 2010    [Issue 3771] New: warn or disallow method as property usage without property attribute (4)
Jan 31 2010    [Issue 3759] New: Implementing two interfaces with same final function is accepted (4)
Jan 30 2010    [Issue 3757] New: The overload and override issue of const/immutable member functions -2nd- (10)
Jan 30 2010    [Issue 3756] New: std.traits.ReturnType broken for ref returns (2)
Jan 30 2010    [Issue 3754] New: Templates related bug (3)
Jan 28 2010    [Issue 3747] New: D application fails with error code "c0000096 privileged instruction" under Win 7 64 bit (6)
Jan 25 2010    [Issue 3742] New: Please add support for 'Lightweight Profiling' which adds a set of user-controlled counters to the AMD64 architecture (6)
Jan 23 2010    [Issue 3735] New: op= (8)
Jan 22 2010    [Issue 3733] New: call overloaded method by shared (6)
Jan 20 2010    [Issue 3731] New: Immutable class may be changed when inherits from mutable parent (16)
Jan 18 2010    [Issue 3720] New: Taking address of member functions possible without an instance (7)
Jan 17 2010    [Issue 3715] New: std.string.format can't use const/immutable toString functions (7)
Jan 17 2010    [Issue 3714] New: Identity assignment operator overload LEGAL for const, shared, etc. (2)
Jan 14 2010    [Issue 3708] New: ImportExpression should be clear on how file is found (3)
Jan 13 2010    [Issue 3701] New: Incorrect initialisation of static arrays of floating-point values (11)
Jan 11 2010    [Issue 3696] New: SuperStack (6)
Jan 07 2010    [Issue 3686] New: condExp type combining (3)
Jan 06 2010    [Issue 3683] New: Linker error on certain array expressions when using -release and -inline (3)
Jan 05 2010    [Issue 3678] New: Should disallow throwing of exceptions that are not derived from Exception (2)
Jan 02 2010    [Issue 3666] New: Enhancement Request: Mixin Templates (4)
Dec 29 2009    [Issue 3657] New: No lexical scope for local variables in debug info (9)
Dec 23 2009    [Issue 3642] New: Poor error message when using shared: function ___ not callable with argument types ___ (6)
Dec 17 2009    [Issue 3630] New: bad error location in "has no effect in expression" error (9)
Dec 17 2009    [Issue 3626] New: alias this prevents appending to array (2)
Dec 14 2009    [Issue 3616] New: __traits(compiles) returns true for uncompilable code due to static assert (2)
Dec 12 2009    [Issue 3613] New: enforce cannot be called with template parameters and compile. (3)
Dec 11 2009    [Issue 3610] New: isNumeric("3.14w") is false. (9)
Dec 11 2009    [Issue 3608] New: Allow isExpression and templates to capture template parameters and FQN of template (8)
Dec 07 2009    [Issue 3599] New: Navigation sidebar should have "const and immutable" link (2)
Dec 05 2009    [Issue 3581] New: "private" attribute breaks "override" (23)
Dec 05 2009    [Issue 3578] New: Impossible to run a struct invariant using assert(s) (6)
Dec 04 2009    [Issue 3574] New: post-condition is not evaluated if there is no return statement (7)
Dec 02 2009    [Issue 3565] New: rdmd --man doesn't work on Windows (4)
Dec 01 2009    [Issue 3563] New: Enum values returned by ref from a function trigger compiler error. (2)
Nov 30 2009    [Issue 3561] New: math.abs signature accepts static arrays, but errors internally. (2)
Nov 30 2009    [Issue 3559] New: DMD 1.048+ fails to take function pointer from overloaded member functions (8)
Nov 23 2009    [Issue 3546] New: Aliasing an element of a static array should be legal if the index is a compile time constant (3)
Nov 20 2009    [Issue 3536] New: [patch] Make switch case error at unintentional fallthrough. (allow intentional fallthrough) (16)
Nov 20 2009    [Issue 3530] New: A case where IFTI works with int but not enum (2)
Nov 19 2009    [Issue 3526] New: Mixin of member function not overriden by enclosing scope (2)
Nov 19 2009    [Issue 3525] New: Override keyword & indirect inheritance of many interfaces (2)
Nov 18 2009    [Issue 3524] New: "Internal error: e2ir.c 725", after scoped error and processing inrevelant file. (5)
Nov 18 2009    [Issue 3523] New: Fiber is not garbage collected properly (14)
Nov 14 2009    [Issue 3510] New: Cannot forward reference a templated type from within a template mixin (4)
Nov 14 2009    [Issue 3509] New: Cannot forward reference a template mixin's members in a compile-time context (4)
Nov 13 2009    [Issue 3506] New: [module] Imports should be valid at any scope (2)
Nov 13 2009    [Issue 3505] New: [module] static imports should be binded to the leaf module, not the fully qualified name (6)
Nov 13 2009    [Issue 3504] New: [module] import foo: *; should be supported if imports are static by default (3)
Nov 13 2009    [Issue 3503] New: [module] Imports should be static by default (15)
Nov 13 2009    [Issue 3501] New: "is null" comparison should be disallowed for fixed-size arrays (2)
Nov 09 2009    [Issue 3492] New: Can't overload nested functions (9)
Nov 02 2009    [Issue 3467] New: Non-int integral template parameters not correctly propagated (14)
Oct 31 2009    [Issue 3461] New: Unittests and assert don't work at all (5)
Oct 29 2009    [Issue 3451] New: Initializers don't work for tuple variables (3)
Oct 29 2009    [Issue 3448] New: __traits(compiles) returns true for a non-compilable template instantiation (4)
Oct 27 2009    [Issue 3445] New: DDoc usually omits pure nothrow (8)
Oct 21 2009    [Issue 3431] New: Automatic deduction of anonymous delegate signatures (2)
Oct 17 2009    [Issue 3413] New: DMD makefiles needs improvements (6)
Oct 15 2009    [Issue 3408] New: compiler asks for object.d when it really expects object.di (4)
Oct 14 2009    [Issue 3396] New: Call of abstract method not detected by semantic check (3)
Oct 13 2009    [Issue 3393] New: illegal to refer to 'this' implicitly or explicitly (3)
Oct 12 2009    [Issue 3391] New: gdb: dynamic arrays and associative arrays are not properly printed (6)
Oct 12 2009    [Issue 3389] New: gdb: using -gc is mandatory but not well documented (9)
Oct 09 2009    [Issue 3382] New: Implement uniform function call syntax (8)
Oct 04 2009    [Issue 3363] New: std.stream.readf segfaults with immutable format strings (3)
Oct 02 2009    [Issue 3359] New: Cannot parse pure/const/immutable functions with inferred return type (3)
Oct 01 2009    [Issue 3354] New: asm fld x, ST(6); accepted. (7)
Sep 29 2009    [Issue 3350] New: Missing error message for bug 2788 (2)
Sep 22 2009    [Issue 3338] New: template "is not an expression", "of type void", and "is not evaluatable at compile time" combo error. (3)
Sep 10 2009    [Issue 3309] New: `Traits` : function parameters name (10)
Sep 03 2009    [Issue 3290] New: accepts-invalid: non-const by-ref foreach over a const array is accepted (6)
Sep 03 2009    [Issue 3282] New: The overload and override issue of const/immutable member functions (14)
Sep 01 2009    [Issue 3279] New: Type tuple comparison fails (5)
Sep 01 2009    [Issue 3277] New: DMD includes a version of OleAut32.lib which is missing some functions (3)
Aug 25 2009    [Issue 3265] New: Interface-typed function parameter does not return instance's ClassInfo (5)
Aug 18 2009    [Issue 3258] New: Calling private or package override methods calls the base implementation (14)
Aug 16 2009    [Issue 3254] New: Module member visibility depends on declaration order (8)
Aug 01 2009    [Issue 3221] New: Array extension methods require parentheses (6)
Jul 23 2009    [Issue 3204] New: Document global properties (5)
Jul 17 2009    [Issue 3187] New: Nested foreach over opApply doesn't work (6)
Jul 15 2009    [Issue 3182] New: compile time access of imported symbol (4)
Jul 15 2009    [Issue 3179] New: [PATCH] Improvement of Inline Assembly D 2.0 specification (10)
Jul 15 2009    [Issue 3177] New: constrained template reverse operator overload prohibits use of non-reverse overloads (2)
Jul 10 2009    [Issue 3161] New: Ddoc should produce much better documentation (2)
Jul 09 2009    [Issue 3159] New: Can't access member variables from templated nested member function (2)
Jul 07 2009    [Issue 3150] New: cast from dynamic array to ulong is allowed (10)
Jul 06 2009    [Issue 3144] New: Invalid break accepted (6)
Jul 06 2009    [Issue 3142] New: std.loader documentation missing (2)
Jul 03 2009    [Issue 3134] New: Conflicting Class Names Permitted From Imported File (2)
Jul 03 2009    [Issue 3131] New: better type resolve (9)
Jul 01 2009    [Issue 3124] New: updates to version.dd's list of identifiers (2)
Jun 30 2009    [Issue 3116] New: cannot use basic types as template alias parameters (5)
Jun 29 2009    [Issue 3111] New: 'mangleof' can't be member of a struct not documented (4)
Jun 29 2009    [Issue 3110] New: a.foo(...) -> foo(a, ...) transform for a array not documented (2)
Jun 29 2009    [Issue 3106] New: [meta] Parameter storage classes (2)
Jun 29 2009    [Issue 3105] New: [meta] ABI (2)
Jun 29 2009    [Issue 3103] New: std.base should use ubyte[] for binary data (2)
Jun 25 2009    [Issue 3093] New: Object.factory has incomplete documentation (2)
Jun 25 2009    [Issue 3092] New: Indexing a tuple produces a tuple containing the indexed element (17)
Jun 23 2009    [Issue 3091] New: "auto x = new shared foo" does not compile (10)
Jun 19 2009    [Issue 3085] New: Cannot index tuple in declaration (4)
Jun 19 2009    [Issue 3084] New: Formatting of lazy in parameters section (3)
Jun 19 2009    [Issue 3083] New: Some parameter storage classes are undocumented (2)
Jun 14 2009    [Issue 3068] New: concatenation operator doesn't like typed named enums (2)
Jun 07 2009    [Issue 3057] New: Add pure annotations to core.stdc.* (14)
May 27 2009    [Issue 3031] New: scoped static var conflicts while linking (6)
May 27 2009    [Issue 3029] New: Bug in array value mangling rule (9)
May 26 2009    [Issue 3028] New: The D 1.0 Ubuntu .deb file is completely broken (7)
May 20 2009    [Issue 3015] New: Lookup of non-member not working (4)
May 20 2009    [Issue 3012] New: string.format is broken (6)
May 20 2009    [Issue 3011] New: alias, typedef should have assignment syntax (8)
May 17 2009    [Issue 3005] New: ill-defined for statement (5)
May 17 2009    [Issue 2999] New: Return-type overloading should be error (2)
May 17 2009    [Issue 2997] New: allMembers does not return interface members (6)
May 15 2009    [Issue 2986] New: wrong lookup: interface declaration inside function scope (3)
May 13 2009    [Issue 2972] New: Can't overload non-templated function against template (5)
May 02 2009    [Issue 2926] New: bug in alias this with mutually recursive structs (2)
Apr 30 2009    [Issue 2916] New: struct constructor use syntax undocumented (3)
Apr 29 2009    [Issue 2913] New: aliasing a ref type is not possible (5)
Apr 25 2009    [Issue 2894] New: abstract classes sometimes allow non-abstract bodyless functions (4)
Apr 22 2009    [Issue 2883] New: array member call syntax fails when array is returned from "property" syntax (5)
Apr 22 2009    [Issue 2880] New: DMD is generating the wrong file & line number for a (new) phobos error in conv.text. traits.d:1011 conv.d:2454 (2)
Apr 16 2009    [Issue 2845] New: Alias-to-local as template argument + delegate = Access Violation (2)
Apr 15 2009    [Issue 2837] New: OPTLINK and LARGEADDRESSAWARE (4)
Apr 10 2009    [Issue 2830] New: private attribute doesn't work for structs (13)
Apr 09 2009    [Issue 2825] New: Guideline for semianonymous structs and unions (4)
Apr 07 2009    [Issue 2819] New: array.sort segfaults if array length >=0x8F_FFFF (10)
Apr 06 2009    [Issue 2814] New: implicit cast (implemented via alias this) is not triggered when passing to function (3)
Apr 04 2009    [Issue 2801] New: std.typecons.Unique does not work (3)
Mar 31 2009    [Issue 2775] New: "private" ignored for templates (4)
Mar 29 2009    [Issue 2771] New: browse() fails if Safari is renamed or moved. (4)
Mar 29 2009    [Issue 2769] New: Link needed in 'Templates' for DeclDefs (2)
Mar 21 2009    [Issue 2753] New: Cannot declare pointer to function returning ref (10)
Mar 18 2009    [Issue 2742] New: std.stdio assumes console works in utf-8 (15)
Mar 17 2009    [Issue 2741] New: debug symbols on OSX (8)
Mar 15 2009    [Issue 2733] New: Unclear semantics of template value parameters (7)
Mar 10 2009    [Issue 2726] New: linker does not add "unused" module info (2)
Mar 06 2009    [Issue 2712] New: error with passing an array slot as another array length to new (3)
Mar 02 2009    [Issue 2706] New: invalid template instantiation (and declaration?) is not rejected (5)
Mar 01 2009    [Issue 2699] New: template functions doesn't specialize types of arguments correctly. (2)
Feb 28 2009    [Issue 2696] New: Spurious "if"clause of template function shown in error message (3)
Feb 20 2009    [Issue 2680] New: Declarator rule is broken (2)
Feb 14 2009    [Issue 2666] New: forward reference hell! (3)
Feb 14 2009    [Issue 2662] New: Symbol template argument not defined by grammar or text (2)
Feb 14 2009    [Issue 2661] New: Symbol not listed as valid template parameter in grammar (2)
Feb 13 2009    [Issue 2659] New: Remove the comma operator (3)
Feb 09 2009    [Issue 2653] New: ConditionalStatement not referenced in rest of grammar (3)
Feb 05 2009    [Issue 2646] New: Named mixins and member functions (3)
Feb 02 2009    [Issue 2642] New: .init contains zeroes (13)
Feb 01 2009    [Issue 2640] New: Improve usability of the "inner name trick" (4)
Feb 01 2009    [Issue 2639] New: Hex and octal string values not completely specified (5)
Jan 29 2009    [Issue 2632] New: Setting length on invalid arrays causes assertion failure with a debug runtime (3)
Jan 25 2009    [Issue 2617] New: incorrect code generation for asm{ inc eax } (5)
Jan 24 2009    [Issue 2614] New: auto + templated structs = unhelpful error messages (6)
Jan 16 2009    [Issue 2588] New: std.signals should not use 'length' stealth keyword in indexing (2)
Jan 07 2009    [Issue 2563] New: Derived class is implicitly castable to Base class when inherited privately (11)
Jan 04 2009    [Issue 2554] New: spec for pragma(lib, ...) doesn't say it's only legal as declaration (4)
Jan 03 2009    [Issue 2553] New: Private interfaces cause a link error (6)
Dec 20 2008    [Issue 2526] New: non-const initializer to constant accepted inside template (4)
Dec 18 2008    [Issue 2524] New: final override inconsistent when implementing interfaces (18)
Dec 17 2008    [Issue 2522] New: Combining two types (4)
Dec 16 2008    [Issue 2516] New: DDoc omits static on templates (3)
Dec 13 2008    [Issue 2513] New: Silent error for tupleof from forward refference (3)
Dec 10 2008    [Issue 2505] New: Inline Assembly: Getting offset of a label (3)
Dec 06 2008    [Issue 2497] New: delete and null relationship needs more details (7)
Dec 06 2008    [Issue 2495] New: const syntax for member functions needs better description (3)
Dec 06 2008    [Issue 2494] New: describe explicit casting of arrays (6)
Dec 01 2008    [Issue 2483] New: DMD allows assignment to a scope variable (7)
Nov 25 2008    [Issue 2472] New: Delegates are not lvalue. (7)
Nov 19 2008    [Issue 2462] New: DMD creates a wrong DLL so loading a DLL in the context of another Process via loadlibrary will crash the remote process (4)
Nov 18 2008    [Issue 2461] New: Duplicate typedef (with different initializer) in module has wrong value (7)
Nov 15 2008    [Issue 2456] New: "cannot put catch statement inside finally block" (4)
Nov 07 2008    [Issue 2445] New: D2 std.demangle example doesn't compile (7)
Nov 06 2008    [Issue 2444] New: structs should allow calling the normal blitting function when overriding opAssign (3)
Nov 06 2008    [Issue 2443] New: opApply should allow delegates that are not ref if it makes no sense (7)
Oct 19 2008    [Issue 2422] New: Type is turned into type tuple in variadic template (4)
Oct 13 2008    [Issue 2417] New: protected base member is not available via base hanlde in a derived class if it is defined in a separate module (15)
Oct 09 2008    [Issue 2411] New: Reference Tuple Foreach (8)
Oct 08 2008    [Issue 2402] New: Type is not found if accessed via renamed import (3)
Oct 08 2008    [Issue 2401] New: type definition conflicts with itself imported through different module (2)
Oct 06 2008    [Issue 2397] New: wrong file name in error after #line (5)
Oct 06 2008    [Issue 2395] New: spec does not document struct forward declarations (declaring opaque struct type) (3)
Oct 04 2008    [Issue 2393] New: IFTI regression on (T:char)(T[]) vs (T:dchar)(T[]) (4)
Oct 03 2008    [Issue 2389] New: void* vs. object type overloading fails (6)
Oct 03 2008    [Issue 2388] New: type of NaN given by real.nan not specified (4)
Oct 03 2008    [Issue 2387] New: Static array terminology (3)
Oct 01 2008    [Issue 2382] New: spec is not clear on what is allowed as global/static initializers (4)
Sep 30 2008    [Issue 2381] New: Minor mistakes in DDoc comments of std.path. (7)
Sep 20 2008    [Issue 2367] New: Overloading error (24)
Sep 12 2008    [Issue 2358] New: offsetof inconsistent between structs and classes (2)
Sep 10 2008    [Issue 2351] New: enum with no members allowed (8)
Sep 07 2008    [Issue 2344] New: Two wrong lookups for array functions (6)
Sep 07 2008    [Issue 2343] New: unified function call syntax (3)
Sep 02 2008    [Issue 2328] New: setTypeInfo in gc.d backwards. (6)
Sep 02 2008    [Issue 2327] New: opDot() should work as expected with operator overloading. (4)
Aug 23 2008    [Issue 2307] New: Cannot use explicitly instantiated template function with array property syntax (2)
Aug 20 2008    [Issue 2299] New: the ABI documentation for registry convention does not include IA-64 platform (5)
Aug 19 2008    [Issue 2296] New: Function template parameterization on fixed array size does not work (5)
Aug 14 2008    [Issue 2281] New: documentation still says can't overload self assignment for struct (opassign)s (3)
Jul 29 2008    [Issue 2254] New: Size of executable almost triples (40)
Jul 19 2008    [Issue 2237] New: string mixin + const array = array literal constructed upon every use (??!?!) (4)
Jul 07 2008    [Issue 2201] New: Unescaped carriage return ('\r') in string is changed into different EOL. (11)
Jul 05 2008    [Issue 2197] New: Need warning on declared, but unaccessed, variables (4)
Jul 05 2008    [Issue 2195] New: Variable shadowing is not detected and reported (9)
Jul 03 2008    [Issue 2192] New: Returning element in an AA of AAs during nested foreach generates compiler error (7)
Jun 26 2008    [Issue 2179] New: import inside class works but is not in spec (7)
Jun 25 2008    [Issue 2172] New: bool add bool accepted? (8)
Jun 25 2008    [Issue 2171] New: bizzare toCBuffer result when emit error message for bad source code (2)
Jun 24 2008    [Issue 2167] New: is exp doesn't return correct result (7)
Jun 18 2008    [Issue 2152] New: Parentheses usage inconsistency. (4)
May 24 2008    [Issue 2128] New: Template function argument binding is too restrictive wrt qualifiers (5)
May 20 2008    [Issue 2119] New: Please provide example of interfacing to C struct (3)
May 14 2008    [Issue 2106] New: export class doesn't affect, what is exported (7)
May 09 2008    [Issue 2085] New: CTFE fails if the function is forward referenced (8)
Apr 29 2008    [Issue 2057] New: Unexpected type names with template typedefs (2)
Apr 28 2008    [Issue 2051] New: interfaces should allow private methods (7)
Apr 26 2008    [Issue 2042] New: Nav bar on left is incorrect (2)
Apr 24 2008    [Issue 2028] New: Can't create template class in module of same name (9)
Apr 22 2008    [Issue 2025] New: Inconsistent rules for instantiating templates with a tuple parameter (14)
Apr 20 2008    [Issue 2020] New: version(release) is missing (3)
Apr 18 2008    [Issue 2006] New: Appending empty array using ~= doesn't work (17)
Apr 12 2008    [Issue 1988] New: more unicode (9)
Apr 10 2008    [Issue 1986] New: Mixin code from website doesn't compiler (6)
Apr 10 2008    [Issue 1985] New: import expression should return ubyte[] not string (12)
Apr 07 2008    [Issue 1977] New: integral arithmetic operation only on int? (34)
Apr 05 2008    [Issue 1973] New: static on interfaces should be an error (2)
Mar 31 2008    [Issue 1962] New: -H also compiles and links (3)
Mar 26 2008    [Issue 1951] New: Remove SFINAE (5)
Mar 25 2008    [Issue 1944] New: is-expressions don't correctly define tuples named in the match expression (2)
Mar 25 2008    [Issue 1943] New: Templates can't take function pointer parameters (4)
Mar 12 2008    [Issue 1920] New: Class documentation incomplete (3)
Mar 12 2008    [Issue 1918] New: __traits(getVirtualFunctions) returns final functions (14)
Mar 07 2008    [Issue 1896] New: null literal check does not work (3)
Mar 05 2008    [Issue 1893] New: Allow delete to work on non-lvalues (2)
Mar 03 2008    [Issue 1890] New: DDOC removes leading space in D_CODE macro (5)
Feb 26 2008    [Issue 1870] New: Reproduce offending lines in error messages (3)
Feb 23 2008    [Issue 1863] New: better error message (3)
Feb 22 2008    [Issue 1861] New: .sort fails if opCmp takes ref param (5)
Feb 14 2008    [Issue 1840] New: Fix ambiguity errors over struct static opCall and regular opCall (5)
Feb 14 2008    [Issue 1838] New: Missing redundant symbols make compile time monsters (4)
Feb 12 2008    [Issue 1829] New: Inline assembler cannot get label addresses (8)
Feb 11 2008    [Issue 1827] New: Uniform syntax for is(), static if, alias, template definition & static assert (9)
Feb 09 2008    [Issue 1824] New: Object not const correct (20)
Feb 05 2008    [Issue 1818] New: storage class in type tuples is discarded for function and delegate declarations (4)
Feb 05 2008    [Issue 1817] New: Creating a lazy tuple function with string literals fails (2)
Jan 25 2008    [Issue 1807] New: ENHANCEMENT: Let IFTI "see through" templates to simple aliases (7)
Jan 10 2008    [Issue 1780] New: Type tuple deduction failure for class templates (4)
Jan 07 2008    [Issue 1772] New: regexp.split behaves incorrectly for paths with captures (10)
Jan 01 2008    [Issue 1759] New: Closures and With Statements (4)
Dec 30 2007    [Issue 1754] New: module member visibility does not affect conflicts (6)
Dec 26 2007    [Issue 1750] New: RegExp: lack of support for wchar, dchar; lack of lookingAt() method (5)
Dec 11 2007    [Issue 1726] New: std.stream FileMode documentation problems (2)
Nov 15 2007    [Issue 1673] New: is(symbol == template) should work (3)
Nov 08 2007    [Issue 1650] New: Incorrect overload selected with IFTI (14)
Oct 28 2007    [Issue 1623] New: Overloading on different parameters numbers gratuitously restrictive. (6)
Oct 19 2007    [Issue 1599] New: compile time evaluation with invariant problem (3)
Oct 13 2007    [Issue 1578] New: const initializer rejected (3)
Oct 11 2007    [Issue 1570] New: Wrong return for address operator (10)
Oct 09 2007    [Issue 1563] New: dynamic cast is not always performed (7)
Oct 07 2007    [Issue 1552] New: DLL writing instructions do not mention _moduleDtor() (2)
Sep 28 2007    [Issue 1536] New: Literal '0' is improperly used to deduce an implicit template parameter (5)
Sep 19 2007    [Issue 1521] New: Umbiguous documentation (3)
Sep 16 2007    [Issue 1509] New: Need a way to create namespaces inside modules (5)
Sep 14 2007    [Issue 1504] New: import osmosis (6)
Sep 13 2007    [Issue 1500] New: Template Arguments, Aliases, or Typedefs Generate Error when used inside inline ASM blocks (4)
Sep 06 2007    [Issue 1481] New: add final on template function cause local variable be finaled (2)
Aug 30 2007    [Issue 1457] New: array extension member syntax confused with local member functions (3)
Aug 30 2007    [Issue 1456] New: Cannot use a constant with alias template parameters (5)
Aug 29 2007    [Issue 1451] New: overloading methods by mixin in static if doesn't work (5)
Aug 29 2007    [Issue 1449] New: deprecated methods are counted as interface implementation (19)
Aug 26 2007    [Issue 1441] New: Allow 'private' to restrict class visibility outside module or outer class (10)
Aug 05 2007    [Issue 1403] New: Incorrect scope in unit test (3)
Aug 03 2007    [Issue 1397] New: BufferedFile HANDLE constructor needs default parameter (2)
Jul 31 2007    [Issue 1390] New: Implicit Instantiation: delegate args from 2 template params (2)
Jul 27 2007    [Issue 1382] New: memory allocated for arrays in CTFE functions during compilation is not released (17)
Jul 20 2007    [Issue 1353] New: Can't use typeof() in base class list. (6)
Jul 20 2007    [Issue 1352] New: Can't use module scope operator in base class list. (2)
Jul 20 2007    [Issue 1350] New: template, tuple or static foreach issue; wrong values (7)
Jul 18 2007    [Issue 1348] New: offTi property of TypeInfo return empty array. (9)
Jul 17 2007    [Issue 1344] New: Can't implicitly convert literal 0 to typedef of ulong (3)
Jul 11 2007    [Issue 1335] New: typedef-1 can't be stored in same typedef (8)
Jul 10 2007    [Issue 1328] New: Default class template parameters don't work as expected (4)
Jul 08 2007    [Issue 1323] New: Implement opIn_r for arrays (18)
Jul 04 2007    [Issue 1313] New: out/body disables escape analysis (4)
Jul 02 2007    [Issue 1310] New: alias opCall vs struct literal (3)
Jun 17 2007    [Issue 1273] New: final-const-invariant.html html errors (9)
May 30 2007    [Issue 1251] New: Final template class w/ constructor and invariant causes compile error (5)
May 24 2007    [Issue 1246] New: "module in multiple packages" error should say which packages (3)
Apr 30 2007    [Issue 1205] New: Make links from phobos web pages to source code (3)
Apr 24 2007    [Issue 1188] New: Phobos doesn't correctly parse command-line arguments containing international characters (12)
Apr 21 2007    [Issue 1175] New: nested class inheritance (7)
Apr 21 2007    [Issue 1173] New: Inline assembler: cannot use global scope operator (3)
Apr 18 2007    [Issue 1161] New: Access to private static members is allowed from other module. (9)
Apr 15 2007    [Issue 1149] New: Optimizer: obsolete array length loads, common subexpr. elimin. not working (10)
Apr 11 2007    [Issue 1124] New: inconsistent: "<" calls opCmp(typeof(this) o); but array.sort calls opCmp(Object o) (3)
Apr 11 2007    [Issue 1123] New: We can change Struct.init (3)
Apr 09 2007    [Issue 1115] New: incorrect flow analysis for scope(failure) (2)
Apr 05 2007    [Issue 1099] New: weird tupleof behavior in mixins (5)
Mar 19 2007    [Issue 1069] New: No error on type mismatch with varargs (9)
Mar 15 2007    [Issue 1064] New: Compile time array literal from a tuple (6)
Feb 28 2007    [Issue 1012] New: type templates don't support default arguments (10)
Feb 23 2007    [Issue 1003] New: Weird error messages for duplicate function definitions (5)
Feb 17 2007    [Issue 977] New: Wrong line number reported for a missing comma in an array initializer within a struct initializer (9)
Feb 15 2007    [Issue 965] New: incorrect result for "is(BadTemplate!())" (6)
Feb 12 2007    [Issue 955] New: Passing arguments into functions - in, out, inout, const, and contracts (4)
Feb 11 2007    [Issue 949] New: Wrong spec/compiler behaviour for DecimalFloat and HexFloat (4)
Feb 10 2007    [Issue 946] New: Circular reference undetected in some cases (3)
Feb 03 2007    [Issue 926] New: Implicit conversion from Derived[] to Base[] (10)
Feb 01 2007    [Issue 918] New: Template order matter, version block change something with typedef, and another template bug. (8)
Jan 28 2007    [Issue 900] New: changing import order causes type mismatch (10)
Jan 27 2007    [Issue 895] New: multiply defined function via alias isn't failing to build (4)
Jan 18 2007    [Issue 855] New: Improve performance (4)
Jan 14 2007    [Issue 850] New: we need (*type).property to refer to property if we use typedef (5)
Jan 13 2007    [Issue 846] New: Error 42: Symbol Undefined _D1a7__arrayZ (8)
Jan 06 2007    [Issue 808] New: using properties as lvalues (8)
Jan 05 2007    [Issue 796] New: Error: AssertError Failure internal\invariant.d(14) (14)
Jan 03 2007    [Issue 790] New: arbitrary lookahead for nested functions (9)
Jan 02 2007    [Issue 785] New: static if(is(cent)): "basic type expected, not cent" (36)
Jan 01 2007    [Issue 783] New: Cannot use an array w/ const or variable index as new[] size argument. (10)
Dec 30 2006    [Issue 780] New: The assignment of 'this' is allowed (8)
Dec 20 2006    [Issue 701] New: Inline asm using incorrect offsets when used in inner function (6)
Dec 11 2006    [Issue 678] New: should this be a bug?? (10)
Dec 09 2006    [Issue 671] New: Weird class reference declaration compiles (7)
Dec 09 2006    [Issue 664] New: is(func T == return) ignores variadic arguments (17)
Dec 07 2006    [Issue 662] New: Support functions as basictypes and enum properties (4)
Dec 01 2006    [Issue 625] New: static import and renamed import of mixin don't work (4)
Nov 30 2006    [Issue 620] New: Can't use property syntax with a template function (10)
Nov 27 2006    [Issue 611] New: IsExpression fails when inside implemented interface (4)
Nov 15 2006    [Issue 516] New: Mutually calling constructors allowed (10)
Nov 13 2006    [Issue 502] New: reimplementing methods for interface (6)
Oct 15 2006    [Issue 435] New: Constructors should be templatized (11)
Oct 02 2006    [Issue 391] New: .sort and .reverse break utf8 encoding (17)
Sep 28 2006    [Issue 387] New: When EOF of din is reached, a line of output is lost (20)
Sep 10 2006    [Issue 337] New: IFTI and overloading are incompatible (10)
Jul 02 2006    [Issue 235] New: goto & scope: cannot goto forward into different try block level (12)
Jun 14 2006    [Issue 194] New: DDoc: method-attributes ignored within templated class (6)

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