www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.bugs

Dec 27 2009    [Issue 3655] New: Virtual functions without bodies are not optimized away. (4)
Dec 25 2009    [Issue 3648] New: ICE when invoking a function with a default struct argument (2)
Dec 25 2009    [Issue 3647] New: non-function opDispatch crashes dmd (3)
Dec 24 2009    [Issue 3645] New: manifest constant (enum) crashes dmd (5)
Dec 23 2009    [Issue 3641] New: alias shared T U does not work (3)
Dec 19 2009    [Issue 3635] New: Arrays of pointers to forward declared structs fail to compile (1)
Dec 17 2009    [Issue 3628] New: can't cast null to int (5)
Dec 16 2009    [Issue 3623] New: Cannot mixin templated classes with inner classes (1)
Dec 16 2009    [Issue 3621] New: implicit conversion to const rules need tightening (5)
Dec 15 2009    [Issue 3617] New: CTFE: wrong code for if(x) where x is int or smaller (3)
Dec 12 2009    [Issue 3612] New: ExpressionList is undefined (3)
Dec 12 2009    [Issue 3611] New: Enum forward referencing regression (4)
Dec 11 2009    [Issue 3605] New: Compiler accepts invalid variable declaration, which does not link (6)
Dec 08 2009    [Issue 3601] New: Debug and Release builds of DMD produce different object files (4)
Dec 07 2009    [Issue 3596] New: Need alias for using std.algorithm.remove (2)
Dec 07 2009    [Issue 3595] New: Several rules are missing ':' after rule name (3)
Dec 07 2009    [Issue 3594] New: AsmPrimaryExp rule references unspecified rules (3)
Dec 07 2009    [Issue 3593] New: IntegerExpression rule unspecified (3)
Dec 07 2009    [Issue 3592] New: ClassTemplateDeclaration and FunctionTemplateDeclaration rules are unreferenced (3)
Dec 07 2009    [Issue 3591] New: TemplateIdentifier rule is misspelled (3)
Dec 07 2009    [Issue 3590] New: FunctionParameterList rule is missing (3)
Dec 07 2009    [Issue 3589] New: BaseClassList and InterfaceClasses rules are incorrect, missing ',' (3)
Dec 07 2009    [Issue 3588] New: WithStatement rule references unspecified Symbol (3)
Dec 07 2009    [Issue 3587] New: Aggregate rule references undefined Tuple (4)
Dec 07 2009    [Issue 3586] New: TypeSpecialization rule has duplicate entry for "interface" (2)
Dec 07 2009    [Issue 3585] New: Duplicate clauses in EqualExpression and RelExpression rules (3)
Dec 07 2009    [Issue 3584] New: DeclDef rule is missing entries (3)
Dec 06 2009    [Issue 3583] New: Unsigned right shift works the same as signed right shift. (6)
Dec 05 2009    [Issue 3580] New: Update docs s/invariant/immutable/ (6)
Dec 05 2009    [Issue 3579] New: Broken Links to Compiler (5)
Dec 05 2009    [Issue 3577] New: Wrong precedence for opPow (6)
Dec 05 2009    [Issue 3576] New: Can't overload explicitly instantiated template functions (2)
Dec 05 2009    [Issue 3575] New: CTFE: member structs not initialized correctly (4)
Dec 03 2009    [Issue 3571] New: super description has a duplicated sentence (3)
Dec 03 2009    [Issue 3568] New: BitArray Indexing Should Use ulong (6)
Dec 02 2009    [Issue 3567] New: std.traits: Unqual doesn't handle arrays well (3)
Dec 02 2009    [Issue 3566] New: scoped class's member available after delete (2)
Nov 26 2009    [Issue 3553] New: ICE when a template function size_t argument defaults to __LINE__ (9)
Nov 25 2009    [Issue 3551] New: nested struct => dmd adds a hidden pointer (4)
Nov 24 2009    [Issue 3549] New: Is this a bug? (5)
Nov 21 2009    [Issue 3540] New: Another DWARF line number fix (6)
Nov 21 2009    [Issue 3537] New: Casting objects with alias this takes the subtype (1)
Nov 19 2009    [Issue 3529] New: Use of /etc discouraged in FreeBSD for third party applications. (1)
Nov 19 2009    [Issue 3527] New: DMD won't compile on FreeBSD (freebsd.mak doesn't seem to be maintained) (3)
Nov 16 2009    [Issue 3521] New: Optimized code access popped register (6)
Nov 16 2009    [Issue 3518] New: Destructor not called on temporaries (2)
Nov 16 2009    [Issue 3517] New: Allocators proposal (1)
Nov 16 2009    [Issue 3514] New: opApply should be the first-choice foreach iteration method. (11)
Nov 13 2009    [Issue 3507] New: [module] Flag unused imports to avoid unnecessary dependencies (1)
Nov 11 2009    [Issue 3497] New: Emphasize Wiki4D more on main site (1)
Nov 11 2009    [Issue 3496] New: ICE ..\ztc\cgelem.c 3387 (8)
Nov 11 2009    [Issue 3495] New: Segfault(typinf.c) instantiating D variadic function with too few arguments (3)
Nov 11 2009    [Issue 3494] New: Segfault(mtype.c) using typeof(return) inside an auto function (2)
Nov 07 2009    [Issue 3487] New: [tdpl] Covariant returns needed for typedef (2)
Nov 07 2009    [Issue 3486] New: [tdpl] Incorrect result type of binary operators applied to typedef'd types (2)
Nov 07 2009    [Issue 3485] New: [tdpl] Double bug in typedef (2)
Nov 06 2009    [Issue 3482] New: dmd: template.c:4017: Identifier* TemplateInstance::genIdent(): Assertion `0' failed. (5)
Nov 06 2009    [Issue 3481] New: PATCH: opPow(), x ^^ y as a power operator (17)
Nov 05 2009    [Issue 3478] New: "no effect in expression" error on return to void (7)
Nov 05 2009    [Issue 3477] New: ICE when assign struct with ctor to enum (2)
Nov 05 2009    [Issue 3476] New: C-style initializer for structs must be disallowed for structs with a constructor (3)
Nov 04 2009    [Issue 3472] New: alias of a template cannot be used to override a function required by an interface (2)
Nov 03 2009    [Issue 3471] New: [tdpl] Complicated array expressions fail to compile (2)
Nov 02 2009    [Issue 3469] New: ICE in func.c (4)
Nov 02 2009    [Issue 3468] New: dmd allows negative values to be assigned to an uint variable (2)
Oct 31 2009    [Issue 3460] New: Allow calllng of class c'tors through methods other than new (2)
Oct 30 2009    [Issue 3459] New: There should be a flavor of file.listdir() that returns a range instead of taking a delegate (2)
Oct 30 2009    [Issue 3458] New: int fsync(int) commented out in core.sys.posix.unistd (6)
Oct 30 2009    [Issue 3456] New: ref foreach over array in CTFE silently fails. (3)
Oct 28 2009    [Issue 3446] New: Rename float.min to float.min_normal (9)
Oct 26 2009    [Issue 3443] New: Thread.thread_needLock() should be const pure nothrow (7)
Oct 26 2009    [Issue 3442] New: scope(exit) Problem (3)
Oct 25 2009    [Issue 3440] New: invalid -X JSON output, a comma is missing (2)
Oct 22 2009    [Issue 3435] New: JSON output (-X) simply crashes (4)
Oct 21 2009    [Issue 3433] New: [tdpl] Comparing structs for equality is not member-by-member (11)
Oct 21 2009    [Issue 3432] New: ICE(e2ir.c): declaring local template function and casting it (5)
Oct 21 2009    [Issue 3430] New: Cannot use constructor in member function default argument (1)
Oct 20 2009    [Issue 3429] New: Core dump on passing template literal to member function. (5)
Oct 20 2009    [Issue 3427] New: Chain doesn't work w/ arrays with immutable elements. (3)
Oct 20 2009    [Issue 3426] New: ICE(optimize.c): struct literal with cast, as function default parameter. (4)
Oct 20 2009    [Issue 3424] New: Ref counting still doesn't work for std.stdio.File (6)
Oct 20 2009    [Issue 3423] New: The Bartosz Blocker (4)
Oct 20 2009    [Issue 3422] New: Structs with default initializers bigger than register size cannot be default parameters (6)
Oct 18 2009    [Issue 3416] New: Non-compilable template instantiation in is(typeof()) fails compilation (11)
Oct 17 2009    [Issue 3411] New: DMD 1.x svn branch doesn't compile (2)
Oct 15 2009    [Issue 3407] New: [tdpl] Compiling with -safe -release must keep all bound checks (15)
Oct 15 2009    [Issue 3406] New: [tdpl] Cannot compile "Hello, world" or even less with -safe (2)
Oct 15 2009    [Issue 3405] New: DMD crashes during compilation (3)
Oct 14 2009    [Issue 3402] New: Please bring back canFind in std.algorithm (4)
Oct 14 2009    [Issue 3401] New: Compiler crash on invariant + method overload (8)
Oct 14 2009    [Issue 3400] New: scope(failure) is not allowed in contracts (2)
Oct 14 2009    [Issue 3399] New: Internal error: ..\ztc\out.c 1201 when invoking a function that takes a struct as a default argument (3)
Oct 14 2009    [Issue 3397] New: Unintended function call to static opCall (9)
Oct 13 2009    [Issue 3394] New: enum + for loop = strange errors (2)
Oct 13 2009    [Issue 3392] New: a cast of this to void in tango.core.Thread is not allowed (6)
Oct 12 2009    [Issue 3390] New: [tdpl] out(result) contract should not be able to rebind result (5)
Oct 12 2009    [Issue 3388] New: [tdpl] contracts should allow throw expressions (5)
Oct 10 2009    [Issue 3385] New: `std.string.split` requires a mutable array (2)
Oct 09 2009    [Issue 3384] New: toArray (4)
Oct 08 2009    [Issue 3381] New: [tdpl] Incorrect assessment of overriding in triangular-shaped hierarchy (9)
Oct 08 2009    [Issue 3380] New: [tdpl] typeid(obj) should return the dynamic type of the object (5)
Oct 08 2009    [Issue 3379] New: [tdpl] Parameter names not visible in the if clause of a template (12)
Oct 08 2009    [Issue 3377] New: [tdpl] static foreach should be implemented (4)
Oct 08 2009    [Issue 3376] New: [tdpl] Multiple ranged case labels don't work (3)
Oct 08 2009    [Issue 3375] New: Ternary operator doesn't yield an lvalue (2)
Oct 08 2009    [Issue 3374] New: Associative array type not inferred (3)
Oct 07 2009    [Issue 3371] New: regexp behavior in console and win32 are different (2)
Oct 05 2009    [Issue 3368] New: GDB 6.8 cannot list code (sometimes) (4)
Oct 05 2009    [Issue 3367] New: Regression: assignment at declaration no longer supports opAssign or ctor overloads (6)
Oct 05 2009    [Issue 3366] New: Crash by variadic member function templates (3)
Oct 05 2009    [Issue 3365] New: Safe casts: type modifiers (1)
Oct 05 2009    [Issue 3364] New: module with unittest forces entire import chain (2)
Oct 01 2009    [Issue 3357] New: ICE with aa that use static char array as key (7)
Sep 30 2009    [Issue 3353] New: storage class of a member function is propagated to default arguments (3)
Sep 30 2009    [Issue 3352] New: RangeError in std.conv (6)
Sep 30 2009    [Issue 3351] New: Reference diagrams (1)
Sep 28 2009    [Issue 3349] New: typeid(shared(T)) generates wrong value (3)
Sep 26 2009    [Issue 3346] New: classinfo behaves like no other D entity (9)
Sep 25 2009    [Issue 3344] New: Internal error: e2ir.c 644 by a strange return statement (5)
Sep 25 2009    [Issue 3343] New: Crash by "auto main(){}" (3)
Sep 22 2009    [Issue 3340] New: std.string.split(S1 s, S2 delim) still doesn't work for char[]. (4)
Sep 20 2009    [Issue 3336] New: Attempting to compile this file with the '-g' flag crashes the compiler with an assertion failure. (13)
Sep 20 2009    [Issue 3335] New: minor warning cleanups (2)
Sep 20 2009    [Issue 3333] New: std.conv.to!(string, const int) error: cannot modify const (4)
Sep 18 2009    [Issue 3331] New: Error in the std.md5 example (2)
Sep 18 2009    [Issue 3330] New: Compiler rejects mixin templates that generate moderately long code; (2)
Sep 17 2009    [Issue 3328] New: DMD strips package names from objects (ignores -op) with -lib (2)
Sep 17 2009    [Issue 3327] New: OPTLINK and the librarian fail to see a symbol in a library (2)
Sep 17 2009    [Issue 3325] New: ICE(func.c) function literal with post-contract (10)
Sep 16 2009    [Issue 3320] New: DInstaller overwrites the %PATH% variable (1)
Sep 13 2009    [Issue 3316] New: Functions nested in a pure templated function cannot reference its local variables (3)
Sep 12 2009    [Issue 3315] New: ICE(mtype.c) floating point converted to an integer type and passed to a function, when certain incompatible overloads exist (4)
Sep 11 2009    [Issue 3311] New: std.range.chain shouldn't have opIndexAssign if arguments aren't mutable. (4)
Sep 10 2009    [Issue 3310] New: std.range needs to import std.conv. (3)
Sep 10 2009    File.seek OS X dmd 2.031 and 2.032 (1)
Sep 08 2009    [Issue 3307] New: Template alias default parameters aren't resolved properly (2)
Sep 07 2009    [Issue 3305] New: Segfault(expression.c) with recursive struct template alias expressions (3)
Sep 07 2009    [Issue 3304] New: Segfault using 'is' with a pointer enum. (3)
Sep 05 2009    [Issue 3302] New: Sloppy type check in dynamic initialization of struct (2)
Sep 04 2009    [Issue 3301] New: Import statements are order dependent; should be order independent (17)
Sep 04 2009    Bugzilla upgrade: sometime tonight (1)
Sep 04 2009    [Issue 3300] New: std.string.toupper and tolower should be (const(char)[]), not string (4)
Sep 04 2009    [Issue 3299] New: DMD does not build under Ubuntu linux; (2)
Sep 03 2009    [Issue 3298] New: std.file.read on OSX: "Memory allocation failed" (8)
Sep 03 2009    [Issue 3297] New: readln example doesn't compile (3)
Sep 03 2009    [Issue 3296] New: DMD crash with no output (3)
Sep 03 2009    [Issue 3292] New: ICE(todt.c) when using a named mixin with an initializer (6)
Sep 03 2009    [Issue 3291] New: Bad codegen when using templates with a named mixin as a parameter (1)
Sep 03 2009    [Issue 3289] New: ICE (..\ztc\cod4.c) when using a delegate inside a foreach (2)
Sep 03 2009    [Issue 3288] New: conv.d : using to with cont int or long fails to compile. (5)
Sep 03 2009    [Issue 3287] New: DANGER!! Generating wrong binaries by initializing of between different type structs (3)
Sep 03 2009    [Issue 3286] New: Default parameter prevents solution of inter-module circular dependency (4)
Sep 03 2009    [Issue 3284] New: snn linked programs never release memory back to the OS (2)
Sep 03 2009    [Issue 3283] New: glue.c assertion with no info (5)
Sep 02 2009    [Issue 3281] New: append returned struct to array: Internal error: ../ztc/cod1.c 168 (3)
Sep 01 2009    [Issue 3280] New: comparing array length is wonky (4)
Aug 31 2009    [Issue 3275] New: Private selective imports are visible in another module (2)
Aug 28 2009    [Issue 3270] New: pure functions returning struct (5)
Aug 28 2009    [Issue 3269] New: pure functions silently become nothrow (4)
Aug 25 2009    [Issue 3264] New: -O causes wrong "used before set" error when using enum. (3)
Aug 20 2009    [Issue 3262] New: Webpage uses obsolete 'byte' type (3)
Aug 19 2009    [Issue 3261] New: compiler crash with mixin and forward reference (Issue 402 and 784) (4)
Aug 19 2009    [Issue 3260] New: "Error: undefined identifier backend" when compiling 'write' with 'wchar' (3)
Aug 19 2009    [Issue 3259] New: Dynamic Initialization of Structs fails type check for some cases (3)
Aug 18 2009    [Issue 3257] New: Spec is unclear describing string switch case labels (3)
Aug 17 2009    [Issue 3255] New: final switch broken with -w switch (2)
Aug 16 2009    [Issue 3253] New: DMD crashes on function pointer struct member initialization with function literal (2)
Aug 15 2009    [Issue 3251] New: DecimalFloat literal cannot begin with "08" or "09" (1)
Aug 13 2009    [Issue 3250] New: Template mixin with import + base class causes forward reference (4)
Aug 12 2009    [Issue 3249] New: sort and setIntersection on array of struct or class (3)
Aug 12 2009    [Issue 3248] New: lossless floating point formatting (13)
Aug 12 2009    [Issue 3247] New: Crash on overriding class methods with 'auto' return type (3)
Aug 12 2009    [Issue 3246] New: ICE(init.c) using indexed array initializer on local array (2)
Aug 11 2009    [Issue 3245] New: Easy bug fix available for disabled unit test code in std.encoding (3)
Aug 10 2009    [Issue 3243] New: Mixin 'static this()' bring on a compiler message ': __gate is thread local' (2)
Aug 10 2009    [Issue 3242] New: splitter does not handle input range made of a unique separator correctly (3)
Aug 10 2009    [Issue 3240] New: std.numeric.findRoot only works with real (7)
Aug 10 2009    [Issue 3239] New: std.conv.roundTo does not accept const/immutable/shared (3)
Aug 08 2009    [Issue 3237] New: Access Violation during reference counting (6)
Aug 08 2009    [Issue 3236] New: Postblit called but no matching destructor (2)
Aug 07 2009    [Issue 3233] New: final switch could skip bounds checking in release mode (1)
Aug 06 2009    [Issue 3231] New: Function declared to return a type with its same name doesn't compile (16)
Aug 05 2009    [Issue 3229] New: No return or assert(0) at end of function (5)
Aug 05 2009    [Issue 3228] New: Segfault(mtype.c) multiple empty delegates (2)
Aug 05 2009    [Issue 3227] New: Segfault(mtype.c) anonymous delegate with void parameter (2)
Aug 04 2009    [Issue 3226] New: -fPIC flag doesn't seem to work (1)
Aug 04 2009    [Issue 3225] New: std.string function name casing (3)
Aug 03 2009    [Issue 3224] New: std.random documentation bugs (3)
Jul 31 2009    [Issue 3219] New: Inaccurate std.conv.to!(numeric)(numeric) error messages (3)
Jul 30 2009    [Issue 3218] New: Performance of std.xml.encode must be improved (2)
Jul 30 2009    [Issue 3217] New: std.functional.binaryFunImpl doesn't support UDT with string functions , therefore neither does many std.algorithm functions (3)
Jul 30 2009    [Issue 3216] New: Type-unsafe struct initializing (2)
Jul 28 2009    [Issue 3213] New: PDF Spec has moved (2)
Jul 27 2009    [Issue 3212] New: Error message says "mutable"; should say "immutable" (2)
Jul 26 2009    [Issue 3211] New: Template mix-ins silently drop LinkageAttribute(s) (2)
Jul 25 2009    [Issue 3209] New: Please allow pure functions with input known at compile time to be executed at compile time (3)
Jul 24 2009    [Issue 3208] New: setAssertHandler leads to segfault (5)
Jul 24 2009    [Issue 3206] New: Cannot instantiate a class implementing an abstract method (1)
Jul 23 2009    [Issue 3205] New: CTFE: $ cannot be used in lvalues (3)
Jul 23 2009    [Issue 3203] New: ICE in ztc\cod4.c(354) when returning a constant structure (2)
Jul 22 2009    shell not implemented on... osx! (2)
Jul 21 2009    [Issue 3199] New: sort(chain(...)) doesn't work in some cases (4)
Jul 21 2009    [Issue 3197] New: Minor fixes and additions to std.traits (3)
Jul 20 2009    [Issue 3196] New: Bad struct declaration before a anonymous delegate within the parameter list show a segment fault (6)
Jul 20 2009    [Issue 3195] New: `std.conv` pureness (3)
Jul 20 2009    [Issue 3193] New: Wrong processing by DMD.exe of Russian Windows-1251 character set: "invalid UTF-8 sequence" (27)
Jul 19 2009    [Issue 3192] New: asm in a anonymous delegate crash the compiler (7)
Jul 19 2009    [Issue 3190] New: enum doesn't work as the increment in a for loop (5)
Jul 18 2009    [Issue 3189] New: `std.conv.to` : check for a custom `to` method in classes/structs (3)
Jul 16 2009    [Issue 3186] New: corrections for http://www.digitalmars.com/d/2.0/dmd-osx.html (2)
Jul 16 2009    [Issue 3185] New: osx is not a directory (complains cannot read std/c/osx/socket.d) (2)
Jul 16 2009    [Issue 3184] New: std.algorithm.until should work like "find" (2)
Jul 16 2009    [Issue 3183] New: Spec of align attribute needs work (4)
Jul 15 2009    [Issue 3178] New: std.date.localTZA never initialised (3)
Jul 14 2009    [Issue 3176] New: Out of Memory error on poorly formed recurrence function (5)
Jul 14 2009    [Issue 3174] New: (ICE): Compiler crash or compiler error with auto returns and const / immutable / invarient / pure (3)
Jul 13 2009    [Issue 3173] New: assert on wrong code (double to long to int conversion) (5)
Jul 13 2009    [Issue 3172] New: compile-time floating point exception when compiling this 4-line code. (2)
Jul 13 2009    [Issue 3171] New: % not implemented correctly for floats (7)
Jul 13 2009    [Issue 3170] New: Forward reference bugs (14)
Jul 13 2009    [Issue 3169] New: ICE dividing ulong by int (5)
Jul 12 2009    [Issue 3168] New: Declaring structs as incomplete types no longer works (6)
Jul 12 2009    [Issue 3166] New: "positive" -> "non-negative" in modulo operator description (4)
Jul 12 2009    [Issue 3165] New: What kind of integer division does D use? (4)
Jul 11 2009    [Issue 3164] New: double quoted strings are not recognized (2)
Jul 10 2009    [Issue 3162] New: can't fully use floats computed in CTFE as template parameters (7)
Jul 10 2009    [Issue 3160] New: ICE(cgcod.c 1511) returning string from void main, D1 only (6)
Jul 08 2009    [Issue 3156] New: auto works like scope instead of type inference, which leads to silent breakage (6)
Jul 07 2009    [Issue 3153] New: win32.mak tries to copy phobos.lib, gcstub.obj to nonexistent folder lib (5)
Jul 07 2009    [Issue 3152] New: Broken link for Glee D (2)
Jul 07 2009    [Issue 3151] New: Broken link for akide (2)
Jul 07 2009    [Issue 3148] New: syntax error using invariant (3)
Jul 06 2009    [Issue 3141] New: osx syntax problem with touch (1)
Jul 05 2009    [Issue 3138] New: Const bug (4)
Jul 05 2009    [Issue 3137] New: choosing the template declaration for a template instantiation involves more than partial ordering by specialization (1)
Jul 04 2009    [Issue 3135] New: 'alias this' in struct breaks blitting (3)
Jul 03 2009    [Issue 3132] New: std.string.split should be templated on mutable/const/immutable (9)
Jul 03 2009    [Issue 3130] New: Crashed with triple stars (5)
Jul 02 2009    bug: mixin and classes (1)
Jul 02 2009    [Issue 3129] New: Cannot take advantage of overriding Throwable.toString (2)
Jul 02 2009    [Issue 3128] New: Internal error: ..\ztc\cod4.c 2737 (3)
Jul 02 2009    [Issue 3125] New: statement foreach semantic opApply should be tried if range funcs not satisfied (8)
Jul 01 2009    [Issue 3122] New: [patch] Adding support for fast and reliable build tools to the frontend (8)
Jul 01 2009    [Issue 3121] New: recurrence does not generate the correct numbers (3)
Jun 30 2009    [Issue 3119] New: Segfault combining std.c.linux and passing a ref string (5)
Jun 30 2009    [Issue 3117] New: dmd crash by double star (3)
Jun 30 2009    [Issue 3115] New: Illegal optimization to unsigned right shift (only array) (5)
Jun 30 2009    [Issue 3114] New: optlink failing on multicore machines (2)
Jun 29 2009    [Issue 3109] New: [meta] Template ordering (1)
Jun 29 2009    [Issue 3108] New: [meta] Protection (1)
Jun 29 2009    [Issue 3107] New: [meta] Property syntax (1)
Jun 28 2009    [Issue 3102] New: Incorrectly matching type as shared (two cases with is expressions) (4)
Jun 28 2009    [Issue 3101] New: Compiler hangs with 100% CPU load (5)
Jun 27 2009    [Issue 3100] New: Assertion failure when a struct with members is shared (2)
Jun 27 2009    [Issue 3098] New: std.algorithm.reduce example can not compile (2)
Jun 26 2009    [Issue 3097] New: Error at contract block + wierd error at struct template declaration (4)
Jun 26 2009    [Issue 3095] New: wc example for D2 doesn't compile (4)
Jun 23 2009    [Issue 3090] New: is expressions do not support shared (2)
Jun 23 2009    [Issue 3089] New: Error: f.bar can only be called on a mutable object, not shared(foo) (6)
Jun 22 2009    [Issue 3087] New: std.range.retro.opIndex out of range (2)
Jun 22 2009    ping Walter: RFC (1)
Jun 19 2009    [Issue 3081] New: unaryFun can't be used to get element out of struct (8)
Jun 19 2009    [Issue 3080] New: dmd should output compilation errors to stderr, not stdout (2)
Jun 18 2009    [Issue 3078] New: NaN reported as equal to zero (4)
Jun 18 2009    [Issue 3077] New: crash exiting main() without result code (7)
Jun 17 2009    [Issue 3076] New: ICE[ztc\cod1.c:1673] - Compiler doesn't care about struct types in initializers (2)
Jun 17 2009    [Issue 3074] New: std.conv.to!(string)(int.min) (3)
Jun 16 2009    [Issue 3071] New: nested func declaration parse problem (3)
Jun 14 2009    multithread GC more slower? (3)
Jun 11 2009    [Issue 3062] New: -run compiler switch ignores -I option (2)
Jun 10 2009    [Issue 3061] New: Circular Import dependencies (3)
Jun 09 2009    [Issue 3059] New: Nonsensical complex op= should be illegal (2)
Jun 08 2009    volunteers? (1)
Jun 07 2009    bugzilla changes (1)
Jun 07 2009    [Issue 3058] New: [CTFE] Cannot return out of foreach range statement (2)
Jun 07 2009    [Issue 3056] New: test bug, sorry for the noise (2)
Jun 06 2009    [Issue 3054] New: multithreading GC problem. And Stdio not multithreading safe (9)
Jun 04 2009    bug in std.algoeithm.sort ? (2)
Jun 03 2009    [Issue 3049] New: ICE(cod4.c) or segfault: Array operation on void[] array (3)
Jun 03 2009    [Issue 3048] New: out and invariant contracts is not working for const(C) classes (2)
Jun 01 2009    [Issue 3045] New: Can't use ref with foreach on tuple (2)
Jun 01 2009    [Issue 3044] New: Bus error compiling the following code (3)
May 31 2009    [Issue 3042] New: Segfault on incorrect override (5)
May 31 2009    [Issue 3041] New: Array slices can be compared to their element type: bad codegen or ICE (4)
May 31 2009    [Issue 3040] New: /usr/include/d/std/math.d(1174): number is not representable (6)
May 30 2009    [Issue 3039] New: -vtls compiler flag not listed (3)
May 30 2009    assert(0x814a & 0x8000 == 0x8000 ); Assertion failure (2)
May 29 2009    [Issue 3037] New: Off-by-one error in Stride.length (3)
May 29 2009    [Issue 3036] New: Number is allowed as struct initializer, but doesn't work (2)
May 28 2009    [Issue 3035] New: "cannot have const/invariant out parameter of type shared" (3)
May 28 2009    [Issue 3034] New: Template instance name wrongly mangled as LName (2)
May 28 2009    [Issue 3033] New: CTFE call of non-static member function allowed inside template (2)
May 27 2009    [Issue 3032] New: No stack allocation for "scope c = new class Object {};" (1)
May 27 2009    [Issue 3030] New: wcslen should accept const argument (2)
May 26 2009    [Issue 3027] New: object.toString should be const (3)
May 26 2009    [Issue 3026] New: ICE using static array initializer at compile time (3)
May 25 2009    [Issue 3025] New: uniform(float,float) pops first, uniform(int,int) pops last (3)
May 25 2009    [Issue 3024] New: array slicing bypass the stack var escape check (3)
May 24 2009    [Issue 3023] New: override keyword fail if iface has several super interfaces (2)
May 23 2009    [Issue 3022] New: scope x = new Foo; does not allocate on stack if Foo has allocator (1)
May 23 2009    [Issue 3021] New: D1 CTFE and enums produces error '... constant expression expected' (2)
May 22 2009    [Issue 3017] New: doc errors in std.range (on behalf of Steven Schveighoffer) (2)
May 22 2009    doc errors in std.range (1)
May 22 2009    build dmd.2.029 on Redhat Linux9.0 error (1)
May 22 2009    build dmd phobos (1)
May 21 2009    [Issue 3016] New: Errors in the documentation of std.math.acos (2)
May 20 2009    [Issue 3014] New: ICE(template.c) instantiating template with tuple (4)
May 20 2009    [Issue 3013] New: bizaar diagnose message (7)
May 20 2009    [Issue 3010] New: ICE(mtype.c) function pointer type deduction puts compiler in corrupt state (4)
May 18 2009    [Issue 3008] New: Members of non-lvalues can be assigned to. (23)
May 17 2009    [Issue 3006] New: template module using array operation cause dmd internal error (5)
May 17 2009    Segmentation fualt on ubuntu linux when using Fiber (1)
May 17 2009    [Issue 3004] New: [patch] Better handling of ignored pragmas (1)
May 17 2009    [Issue 3003] New: Need to implicitly add () on member template function calls (2)
May 17 2009    [Issue 3002] New: toArray or eager for ranges (2)
May 17 2009    [Issue 3000] New: iota should work with floats (6)
May 17 2009    [Issue 2998] New: ICE(expression.c) with floating point enum (6)
May 17 2009    [Issue 2996] New: std.typetuple: add support for any static tuples (3)
May 16 2009    [Issue 2993] New: getops uses globals for formatting (1)
May 16 2009    [Issue 2991] New: Import within aggregate causes conflicts with private identifiers (1)
May 15 2009    [Issue 2989] New: InterfacesTuple doesn't work with interface (3)
May 15 2009    [Issue 2988] New: Chain needs opIndexAssign. (2)
May 15 2009    [Issue 2987] New: D2 phobos BigInt opMul doesn't work correctly (5)
May 15 2009    [Issue 2985] New: Add enumToString and enumFromString to std.conv (3)
May 15 2009    [Issue 2984] New: Failure to find front/back/popBack/popFront/etc should fall back to opApply (7)
May 15 2009    [Issue 2983] New: Elaborate restricted variadic function does not compile (4)
May 15 2009    [Issue 2982] New: Assertion failure in function if() clause (6)
May 15 2009    [Issue 2981] New: Bad code generation for structs containing invariants (2)
May 14 2009    [Issue 2980] New: compiler error when writefln( uint ) (5)
May 14 2009    [Issue 2979] New: Xml tags with only attributes return as without attributes ElementParser.parse (7)
May 13 2009    [Issue 2978] New: Unhandled win32 exception on successful exe compilation (10)
May 13 2009    [Issue 2977] New: std.random.unpredictableSeed() should use thread ID somewhere (4)
May 13 2009    [Issue 2976] New: rename retreatN to retreat (5)
May 13 2009    [Issue 2974] New: Segfault on auto function (2)
May 12 2009    [Issue 2970] New: shared variables and std.stdio.writefln (2)
May 12 2009    [Issue 2969] New: ICE on const declaration (5)
May 12 2009    [Issue 2968] New: Add a pragma(framework) on osx (3)
May 12 2009    [Issue 2967] New: spec does not mention that inline asm is a valid "return" statement. (2)
May 12 2009    [Issue 2966] New: std.algorithm.sort Slower than Selection Sort (2)
May 11 2009    [Issue 2964] New: Reading string into associative array key garbles string (3)
May 10 2009    [Issue 2961] New: some sets of files compiled with (-w -inline -release) cause the linker error /PAGESIZE:16 is too small (2)
May 10 2009    [Issue 2960] New: CTFE rejects static array to dynamic array casts (2)
May 10 2009    samples of D2 can't be compiled (1)
May 10 2009    bugzilla email (3)
May 10 2009    std.getopt RangeError (1)
May 09 2009    Bugzilla Downtime (3)
May 07 2009    [Issue 2952] New: Segfault on exit when using array ops with arrays of doubles larger than 8 elements (6)
May 07 2009    Is it a bug ? (3)
May 07 2009    [Issue 2949] New: array.length not an lvalue (2)
May 06 2009    [Issue 2948] New: Array literal changeable if part of class. (2)
May 05 2009    [Issue 2942] New: asm fadd; accepted, but generates code for faddp. (5)
May 05 2009    [Issue 2940] New: null is null cannot be evaluated at compile time (4)
May 04 2009    [Issue 2939] New: lazy evaluation not invoked for lambda function (10)
May 04 2009    [Issue 2937] New: postblit not called for foreach arg over array of structs (4)
May 04 2009    [Issue 2934] New: "".dup does not return empty string (9)
May 03 2009    [Issue 2932] New: bad e_ehsize (36 != 52) (4)
May 02 2009    [Issue 2925] New: Destructor not called (2)
May 02 2009    [Issue 2924] New: Destructor not called (2)
May 02 2009    [Issue 2923] New: bug with -inline (3)
May 02 2009    [Issue 2922] New: Egregiously bad hashing performance with strings (6)
May 02 2009    [Issue 2921] New: std.random.uniform doesn't work with char. (3)
May 02 2009    [Issue 2920] New: recursive templates blow compiler stack (4)
May 02 2009    [Issue 2919] New: Using .di files, does not always get all public imports (1)
Apr 30 2009    [Issue 2915] New: [Patch]: Optimize -a*-b into a*b (3)
Apr 29 2009    [Issue 2914] New: to!string(struct) is broken (2)
Apr 29 2009    [Issue 2912] New: Incorrect array append for mixed character sizes (2)
Apr 29 2009    [Issue 2910] New: ~= can append array literals to strings. (3)
Apr 28 2009    [Issue 2908] New: Build error: ../mars/mars.h doesn't exist (5)
Apr 28 2009    [Issue 2907] New: std.stdio.writeln hangs multithreaded programs. (2)
Apr 27 2009    [Issue 2906] New: writef problem with formatting floating point (4)
Apr 27 2009    [Issue 2905] New: [PATCH] Faster +-*/ involving a floating-pointing literal (8)
Apr 25 2009    [Issue 2902] New: improve error message with template (4)
Apr 25 2009    [Issue 2900] New: Array appending slowed drastically since integration of druntime (10)
Apr 25 2009    [Issue 2899] New: Object.toString is not declared const (3)
Apr 25 2009    [Issue 2897] New: RandomCover docs wrong: RandomCover needs a random access range. (3)
Apr 25 2009    [Issue 2896] New: std.demangle example does not work (2)
Apr 25 2009    [Issue 2895] New: std.stream.File access violation on close() in dtor (2)
Apr 24 2009    [Issue 2893] New: Type const(int) does not have an Unsigned counterpart (2)
Apr 24 2009    [Issue 2892] New: Appending U[] to T[] where U : T but U != T yields corrupted results (6)
Apr 24 2009    [Issue 2890] New: std.stdio.write family blocks on file lock (4)
Apr 24 2009    [Issue 2888] New: [PATCH] float * 2.0 is unnecessarily slow (4)
Apr 24 2009    [Issue 2887] New: Wrong line number reported inside string mixin (3)
Apr 22 2009    [Issue 2884] New: ICE: Assert: 'template.c', line 3773, 'global.errors' (5)
Apr 22 2009    [Issue 2882] New: std.random.MersenneTwisterEngine without no seed (2)
Apr 22 2009    [Issue 2878] New: Forward reference (6)
Apr 22 2009    [Issue 2877] New: suggest keyword:auto return (2)
Apr 22 2009    [Issue 2876] New: suggest keyword:auto return (5)
Apr 22 2009    [Issue 2875] New: ICE(cgcod.c) setting delegate = &Struct.func (3)
Apr 21 2009    [Issue 2870] New: Recursive mixin hangs compiler (2)
Apr 21 2009    [Issue 2869] New: alias type not equel to origin type when typeof call on it (2)
Apr 21 2009    [Issue 2867] New: stringof is broken (1)
Apr 20 2009    Assertion failure: '0' on line 872 in file 'constfold.c' (2)
Apr 20 2009    [Issue 2865] New: RandomCover not random. (6)
Apr 20 2009    [Issue 2863] New: Assertion failure: '0' on line 935 in file 'glue.c' (3)
Apr 20 2009    [Issue 2862] New: ICE: assert template.c(4048) global.errors (6)
Apr 20 2009    [Issue 2861] New: Forward reference of .stringof in a template gives wrong value (2)
Apr 19 2009    [Issue 2860] New: enum convert error (2)
Apr 19 2009    [Issue 2859] New: enum convert error (2)
Apr 19 2009    [Issue 2858] New: D specs allow GC implementations that don't call finalizers (10)
Apr 18 2009    [Issue 2855] New: __traits: no way to get overloads and information for non-instance methods (8)
Apr 18 2009    [Issue 2852] New: Cannot pass temporary result by reference (regression) (5)
Apr 17 2009    [Issue 2851] New: Segfault using C-style struct initializer with too few arguments (6)
Apr 17 2009    [Issue 2847] New: DMD raise internal error when struct includes type real variable (minor situation) (4)
Apr 16 2009    [Issue 2844] New: Result of getMembers cannot be used because of const (1)
Apr 16 2009    [Issue 2843] New: ICE with is-expression with invalid dot-expression in is-expression involving typeid expression (3)
Apr 16 2009    [Issue 2839] New: ICE with int /= imaginary (3)
Apr 14 2009    [Issue 2836] New: Navigate from ClassInfo to TypeInfo (4)
Apr 12 2009    [Issue 2833] New: DMD returns -1073741819 on Intel Quadcore (7)
Apr 10 2009    [Issue 2831] New: DMD segfault with std.algorithm tuple access (2)
Apr 10 2009    [Issue 2829] New: aborted when accessing out of bounds element in a static array constant initialized through struct literal (3)
Apr 09 2009    [Issue 2827] New: Crash compiling a foreach on an invalid class (3)
Apr 09 2009    [Issue 2826] New: failed assignment gives wrong line number (3)
Apr 09 2009    [Issue 2823] New: -w switch breaks CTFE (2)
Apr 08 2009    [Issue 2821] New: struct alignment inconsistent with C for { int, long } (4)
Apr 08 2009    Error building DMD under Syllable (2)
Apr 07 2009    [Issue 2815] New: Attributes at end of file accepted (3)
Apr 06 2009    [Issue 2812] New: sqrt(2.0) is about -2.7341e-53 (5)
Apr 06 2009    [Issue 2811] New: mixin fields not visible inside mixin method (2)
Apr 06 2009    DMD returns -1073741819 despite success (13)
Apr 06 2009    [Issue 2808] New: 'nothrow' nested functions cannot be parsed (5)
Apr 06 2009    [Issue 2807] New: Marking a nested function as 'pure' may cause bad code generations silently accepted (4)
Apr 06 2009    [Issue 2806] New: enum member cannot be forward referenced (1)
Apr 06 2009    [Issue 2804] New: Impure nested functions should be legal inside pure functions[patch included] (3)
Apr 05 2009    [Issue 2802] New: opCmp(VariantN, T) fails where T != VariantN (5)
Apr 04 2009    [Issue 2799] New: "out" contractual clause fails to compile for const returns (2)
Apr 03 2009    [Issue 2797] New: Trouble with std.traits revision 991 (2)
Apr 03 2009    [Issue 2796] New: Dependency on libstdc++-v3 (3)
Apr 03 2009    [Issue 2795] New: text imports shall be replaces with a literal in generated headers (1)
Apr 03 2009    [Issue 2793] New: Unreachable code in Phobos std.algorithm sort (2)
Apr 03 2009    [Issue 2792] New: Enum manifest constants and string produces errors (3)
Apr 03 2009    [Issue 2791] New: port.h and port.c are missing licenses (1)
Apr 03 2009    [Issue 2790] New: std.path.join with version(Windows) (4)
Apr 02 2009    druntime bug reports: Bugzilla or dsource? (3)
Apr 02 2009    [Issue 2786] New: Interfaces should be able to require constructors (2)
Apr 02 2009    [Issue 2785] New: Interfaces should be able to require non-member functions (6)
Apr 02 2009    [Issue 2784] New: Interfaces should be able to require type definitions (2)
Apr 01 2009    [Issue 2782] New: Parameter Names Should Be Visible In Function Template Constraints (2)
Mar 31 2009    [Issue 2773] New: problem compiling a big program with -O -inline -release (10)
Mar 30 2009    [Issue 2772] New: lib can't open response file (4)
Mar 29 2009    [Issue 2770] New: Example code would help in Modules documentation (1)
Mar 29 2009    [Issue 2768] New: Module name does not have to match file name (2)
Mar 28 2009    [Issue 2767] New: DMD incorrectly mangles NTFS stream names (6)
Mar 27 2009    [Issue 2766] New: DMD hangs with 0%cpu (4)
Mar 27 2009    [Issue 2765] New: module name in .obj file (2)
Mar 27 2009    [Issue 2764] New: Skip link if main not found (4)
Mar 27 2009    [Issue 2763] New: std.mangle.demangle not translating 'ya' (2)
Mar 25 2009    [Issue 2762] New: DMD does not use the header directory (-Hd) (2)
Mar 25 2009    [Issue 2761] New: Unreachable statement warning in std.string (2)
Mar 25 2009    [Issue 2760] New: DMD can't prevent optlink from generating a map file (2)
Mar 24 2009    [Issue 2759] New: ImportExpression does not respect relative paths (2)
Mar 24 2009    [Issue 2758] New: An access violation within complicated inheritance of interface and class (6)
Mar 24 2009    [Issue 2757] New: resource management in a timely manner (11)
Mar 24 2009    [Issue 2756] New: Bad code generation for pure nothrow math functions (4)
Mar 22 2009    [Issue 2755] New: ICE on invalid ref returns in linked objects: Assertion failure: 'type' on line 6566 in file 'expression.c'. No ICE or error if invalid code is local to the file. (2)
Mar 21 2009    [Issue 2754] New: The error message regarding implicit conversion to shared doesn't mention shared in the message. (2)
Mar 21 2009    [Issue 2752] New: std.xml does not encode CData correctly (3)
Mar 20 2009    [Issue 2751] New: incorrect scope storage class vardeclaration tocbuffer (2)
Mar 19 2009    [Issue 2750] New: Optimize slice copy with size known at compile time (4)
Mar 19 2009    [Issue 2748] New: -H -o- together should me no semantic phases (3)
Mar 19 2009    [Issue 2747] New: improper toCBuffer of funcexp (2)
Mar 19 2009    [Issue 2746] New: Make float.init signalling NaN by default (4)
Mar 18 2009    [Issue 2745] New: missing token tochars in lexer.c (2)
Mar 18 2009    [Issue 2744] New: wrong init tocbuffer of forstatement (4)
Mar 18 2009    [Issue 2743] New: dumpobj gives "buss error" on Tiger (2)
Mar 17 2009    [Issue 2739] New: _argptr is invalid for functions nested in class methods (2)
Mar 15 2009    D demoscene compo (17)
Mar 15 2009    [Issue 2735] New: Can't assign ref function to function pointer (7)
Mar 12 2009    [Issue 2731] New: Errors in associative array example (2)
Mar 11 2009    [Issue 2730] New: Restriction on op= can be lifted (3)
Mar 11 2009    [Issue 2729] New: hash_t undocumented and unnecessary (4)
Mar 11 2009    [Issue 2728] New: Bogus Error message on const ref return (2)
Mar 10 2009    [Issue 2727] New: std.date Cyclic dependency (2)
Mar 10 2009    [Issue 2725] New: Pattern matching in static if not working with variadic arguments (4)
Mar 10 2009    [Issue 2724] New: Persistent segfaults in templated code (2)
Mar 10 2009    [Issue 2723] New: ICE with variadic template parameters, different case (3)
Mar 10 2009    [Issue 2722] New: ICE with variadic template parameters (2)
Mar 09 2009    [Issue 2721] New: func(ref X) does not match parameter types (X) (2)
Mar 09 2009    [Issue 2719] New: func(ref X) does not match parameter types (X) (3)
Mar 07 2009    [Issue 2715] New: Access Violation at writefln with interface (4)
Mar 06 2009    [Issue 2714] New: std.getopt erroneously splits arguments (3)
Mar 06 2009    [Issue 2711] New: -H produces bad headers files if function defintion is templated and have auto return value (3)
Mar 06 2009    [Issue 2710] New: dmd2/src/druntime/src/../import/std/intrinsic.di misses pure and nothrow in signatures (2)
Mar 05 2009    [Issue 2709] New: foreach with undefined identifier segfaults dmd (3)
Mar 05 2009    [Issue 2708] New: Assertion failure: 'global.errors' on line 3883 in file 'template.c' (2)
Mar 02 2009    [Issue 2705] New: Response file size cannot exceed 64kb (2)
Mar 02 2009    [Issue 2704] New: Constness lost when passing a struct member by alias (1)
Mar 01 2009    [Issue 2702] New: Declaring struct, assigning rvalue via opAssign in same statement fails silently (10)
Mar 01 2009    [Issue 2700] New: typeof tests stops compilation abruptly (4)
Mar 01 2009    should not compile (2)
Feb 28 2009    [Issue 2697] New: Cast of float function return to ulong or uint gives bogus value (10)
Feb 27 2009    [Issue 2695] New: pure functions can invoke impure function pointers (3)
Feb 27 2009    [Issue 2694] New: alias pure nothrow XXX; is not pure nothrow! (4)
Feb 27 2009    [Issue 2692] New: alignment of double on x86 linux is incorrect (2)
Feb 26 2009    'private import' and 'private alias' is not working. (4)
Feb 25 2009    [Issue 2690] New: DMD aborts with MALLOC_CHECK_ set (8)
Feb 25 2009    [Issue 2689] New: seek behaves incorrectly on MAC OSX (4)
Feb 25 2009    OSX stream seek/read problem (5)
Feb 24 2009    [Issue 2687] New: ICE in statement.c: ParameterTypeTuple of aliased function and friends (7)
Feb 24 2009    [Issue 2685] New: implicit string literal concatenation (2)
Feb 22 2009    [Issue 2684] New: Associative arrays have wrong opIndex signatures (2)
Feb 22 2009    [Issue 2682] New: const struct initialized with struct literal recreates value on stack when used (4)
Feb 21 2009    [Issue 2681] New: ICE trying to print struct w/ no toString() method. (3)
Feb 20 2009    [Issue 2679] New: Spurious "warning - " messages output to console (3)
Feb 20 2009    [Issue 2678] New: for loops are already assumed to terminate (8)
Feb 19 2009    [Issue 2677] New: Alias type parameters not visible in concept-if clauses (2)
Feb 19 2009    [Issue 2676] New: alias parameters not matched in concept if clause (2)
Feb 18 2009    [Issue 2675] New: cannot foreach structs with copy constructor (2)
Feb 18 2009    [Issue 2674] New: Copy postblit constructor this(this) not called for members (2)
Feb 17 2009    [Issue 2673] New: Static constructors sometimes do not run when compiling with -lib (2)
Feb 16 2009    [Issue 2670] New: std.file.read() should read files of 0 length (2)
Feb 14 2009    [Issue 2665] New: crash on certain const struct function return types (8)
Feb 14 2009    [Issue 2664] New: OSX standard math functions are less accurate (2)
Feb 14 2009    [Issue 2663] New: template instantiation description permits runtime instantiation (2)
Feb 13 2009    [Issue 2660] New: Change #line to pragma(line) (14)
Feb 13 2009    [Issue 2658] New: Remove EscapeString literals. (11)
Feb 10 2009    error in return statement (4)
Feb 07 2009    [Issue 2650] New: TypeInfo_Ak and similar do not inherit from TypeInfo_Array (3)
Feb 07 2009    [Issue 2649] New: Inconsistent naming in TypeInfo derived classes (1)
Feb 06 2009    [Issue 2647] New: typedef's and struct constructors (3)
Feb 05 2009    D2 phobos BigInt bug (5)
Feb 04 2009    [Issue 2645] New: dmd 0.23 crashes on this (wrong) code (2)
Feb 03 2009    Russian and other national languages support (12)
Feb 01 2009    [Issue 2641] New: std.variant Variant's check for "can append" is wrong (3)
Feb 01 2009    [Issue 2638] New: auto string var should be invariant(char)[], not char[] (9)
Feb 01 2009    [Issue 2637] New: Segfault using + inside char [] function parameter (2)
Feb 01 2009    crash D1 compiler (4)
Jan 29 2009    [Issue 2633] New: incorrect ModuleInfo declaration in object.di (3)
Jan 28 2009    [Issue 2629] New: obj[n] not allowed for user-defined tuples (2)
Jan 27 2009    [Issue 2626] New: template function not working against template struct instantiated with default arguments (3)
Jan 27 2009    [Issue 2624] New: A string mixin should be allowed wherever a type + storage class is (2)
Jan 27 2009    [Issue 2623] New: Function type drops ref spec (2)
Jan 27 2009    [Issue 2622] New: ref returns not allowed in complex template (2)
Jan 27 2009    [Issue 2621] New: ref binds to rvalues of user-defined types (3)
Jan 26 2009    [Issue 2620] New: coffimplib silently overwrites a library with a mixed-case extension (1)
Jan 26 2009    [Issue 2619] New: Locally-instantiated structs are not instantiated locally (2)
Jan 25 2009    [Issue 2618] New: Assert errors should be unrecoverable. (6)
Jan 24 2009    [Issue 2612] New: immutable not accepted wherever invariant is (2)
Jan 24 2009    [Issue 2611] New: A way to specify no ref parameter for value parameters (1)
Jan 23 2009    [Issue 2607] New: Please consider building DMD agast and older version of glibc (4)
Jan 23 2009    [Issue 2605] New: Null literal is not implicitly castable to const return type (2)
Jan 22 2009    [Issue 2604] New: DW_TAG_module and GDB (6)
Jan 22 2009    [Issue 2603] New: ICE on subtracting string literals (3)
Jan 21 2009    [Issue 2602] New: std.bind doesnt work (2)
Jan 21 2009    [Issue 2599] New: Two variadic parameters should be accepted (7)
Jan 20 2009    [Issue 2597] New: auto return doesn't work for a variety of cases (3)
Jan 20 2009    [Issue 2596] New: Variadic constructors don't compile (11)
Jan 20 2009    [Issue 2595] New: template ctors crash compiler (2)
Jan 19 2009    [Issue 2593] New: "Overriding" interface functions in final classes fails (3)
Jan 18 2009    [Issue 2591] New: custom allocator new argument should be size_t instead of uint (2)
Jan 16 2009    [Issue 2589] New: asserts when a struct contains an aliased function member. (3)
Jan 16 2009    [Issue 2587] New: std.process.shell doesn't work for win32 (4)
Jan 15 2009    [Issue 2585] New: std.stream readf (2)
Jan 12 2009    [Issue 2583] New: Segfault on invalid foreach argument (2)
Jan 12 2009    [Issue 2582] New: Significantly Increased Compile Times For DWT (4)
Jan 11 2009    [Issue 2580] New: Documented WinMain for D2 is wrong (10)
Jan 10 2009    [Issue 2578] New: Compiler crashes when type is passed to writefln() (2)
Jan 10 2009    [Issue 2577] New: DMD crashes on foreach of undefined identifier (5)
Jan 10 2009    [Issue 2576] New: Assertion failure in mtype.c - forward reference of aliased-type string constant (3)
Jan 10 2009    [Issue 2575] New: gdb can not show code (13)
Jan 10 2009    [Issue 2574] New: std.c.stdio doesn't compile: va_list not defined! (3)
Jan 08 2009    [Issue 2570] New: Patch for some mistakes in Ddoc comments. (5)
Jan 08 2009    [Issue 2569] New: static arrays in CTFE functions don't compile (12)
Jan 07 2009    [Issue 2566] New: compiler segfault from TypeTuple (4)
Jan 07 2009    [Issue 2564] New: CTFE: the index in a tuple foreach is uninitialized (bogus error) (3)
Jan 07 2009    [Issue 2562] New: foreach over uninitialized array fails in CTFE (2)
Jan 07 2009    [Issue 2561] New: Function return values cannot be used as "ref const" parameters (2)
Jan 06 2009    [Issue 2560] New: ICE on invoking method that takes ref const struct parameter (12)
Jan 06 2009    [Issue 2558] New: #line should show the same package as the original module (1)
Jan 05 2009    [Issue 2557] New: inconsistent behavior when taking reference to member without instance (10)
Jan 05 2009    [Issue 2555] New: Segfault using invalid tuple property in a declaration (3)
Jan 02 2009    [Issue 2551] New: std.format on invariant values : error and segmentation fault (4)
Dec 26 2008    [Issue 2542] New: array casts behave differently at compile and runtime (5)
Dec 26 2008    [Issue 2541] New: cannot use aliased type for decl of foreach variable (3)
Dec 22 2008    [Issue 2539] New: Base class methods are not envolved in interface methods implementation resolution (4)
Dec 22 2008    [Issue 2538] New: Private inheritance doesn't work for interfaces (11)
Dec 22 2008    [Issue 2537] New: compiler crashes on this code: (6)
Dec 21 2008    [Issue 2534] New: dmd.conf is wrong (5)
Dec 21 2008    [Issue 2533] New: compiler falls with "assertion failed" message on wrong code (3)
Dec 21 2008    [Issue 2531] New: DDoc not generated correctly for struct methods inside static if (2)
Dec 21 2008    [Issue 2530] New: "Previous definition different" error on using template class with inner struct (4)
Dec 20 2008    [Issue 2528] New: Arrays in Phobos shold be pre-allocated. (4)
Dec 20 2008    [Issue 2527] New: Alias Template Params Are Always Same Type As First Instantiation (according to typeof(x).stringof) (2)
Dec 17 2008    [Issue 2520] New: ICE on template mixin typedef (4)
Dec 17 2008    [Issue 2519] New: Segfault when >> used in an invalid slice (2)
Dec 16 2008    [Issue 2518] New: scope(success) not execuate and RAII variable destructor is not called (2)
Dec 16 2008    [Issue 2517] New: DDoc omits abstract on classes (2)
Dec 14 2008    [Issue 2515] New: Lots of pure and nothrow functions not marked as such. (3)
Dec 09 2008    [Issue 2502] New: compiler crashes on erroneous AA declaration (6)
Dec 08 2008    [Issue 2500] New: template struct methods are left unresolved if imported from multiple modules (6)
Dec 02 2008    [Issue 2487] New: regexp .* fails to capture space in a greedy way (2)
Nov 29 2008    [Issue 2478] New: std.math.poly Should be const-correct. (2)
Nov 27 2008    [Issue 2476] New: std.stdio fails to compile (9)
Nov 27 2008    [Issue 2475] New: -inline breaks man or boy (2)
Nov 23 2008    [Issue 2469] New: arbitrary struct accepted as struct initializer (12)
Nov 21 2008    [Issue 2465] New: Wrong .stringof value for parameter type of a templated function (2)
Nov 11 2008    [Issue 2448] New: template return by reference causes seg fault (3)
Nov 03 2008    [Issue 2440] New: VarDeclaration::toSymbol(): Assertion `!needThis()' failed (4)
Oct 31 2008    [Issue 2435] New: Assertion failure: 'i < parameters->dim' on line 784 in file 'template.c' (4)
Oct 28 2008    [Issue 2433] New: Assertion failure: 't->deco' on line 604 in file 'mtype.c' (2)
Oct 26 2008    [Issue 2432] New: complex alias -> mtype.c:125: virtual Type* Type::syntaxCopy(): Assertion `0' failed. (4)
Oct 25 2008    [Issue 2430] New: Internal error: ..\ztc\evalu8.c 2093 (2)
Oct 24 2008    [Issue 2429] New: std.stream.File incorrect flag parsing and sharing mode (7)
Oct 21 2008    [Issue 2426] New: Assertion failure: 'type' on line 6308 in file 'expression.c' (3)
Oct 20 2008    [Issue 2423] New: Erroneous unreachable statement warning (11)
Oct 13 2008    [Issue 2416] New: Slice of typedef'ed array should preserve the typedef'ed type (4)
Oct 08 2008    [Issue 2403] New: Ice on function pointer type forward declaration (3)
Oct 08 2008    [Issue 2399] New: ICE on casting function to delegate (5)
Oct 07 2008    [Issue 2398] New: writef("%x") for a pointer is always uppercase (4)
Sep 17 2008    [Issue 2364] New: ftell return type is long in C, that is 64-bit on x86-64 (13)
Sep 14 2008    [Issue 2359] New: typeof(this) gives the wrong type in template mixins (4)
Sep 11 2008    [Issue 2353] New: Assertion failure on template function auto return type deduction (2)
Sep 07 2008    [Issue 2346] New: ICE when comparing typedef'd class (6)
Sep 07 2008    [Issue 2342] New: derived nested classes in derived outer class. (7)
Sep 06 2008    [Issue 2339] New: Inconsistent behaviour referring to template mixin member at compile time (4)
Sep 06 2008    [Issue 2338] New: wrong error location for wrong import statement (2)
Sep 03 2008    [Issue 2336] New: link to nonexistent std_array.html (7)
Sep 01 2008    [Issue 2326] New: Methods within final class are not considered final when optimizing (7)
Sep 01 2008    [Issue 2325] New: using alias template parameter with anonymous delegate before passing it on crashes compiler (4)
Aug 30 2008    [Issue 2323] New: Internal error: taking address of a method of a temporary struct (4)
Aug 29 2008    [Issue 2319] New: "Win32 Exception" not very useful (5)
Aug 23 2008    [Issue 2309] New: Crash on a template mixing in a variadic template with an undefined template identifier (3)
Aug 21 2008    [Issue 2302] New: offsetof property not working properly (4)
Aug 20 2008    [Issue 2298] New: Parameters not visible in the concept condition (2)
Aug 17 2008    [Issue 2288] New: Cannot mixin a case or default statement (2)
Aug 14 2008    [Issue 2284] New: template is instantiated not properly when instantiated twise with different types (2)
Aug 14 2008    [Issue 2282] New: Struct copy-constructor should call opAssign (7)
Aug 10 2008    [Issue 2277] New: array ops and const arrays incompatible (3)
Aug 07 2008    [Issue 2274] New: all static if typeof seriously wrong (12)
Aug 06 2008    [Issue 2271] New: foreach over tuple regression (3)
Aug 06 2008    [Issue 2268] New: Compiler should generate function name conflict error with templated functions. (5)
Aug 01 2008    [Issue 2260] New: Template uniqueness not valid anymore from 1.031 to 1.033 (5)
Jul 29 2008    [Issue 2253] New: Assertion failure: 'global.errors' on line 3820 in file 'template.c' (2)
Jul 28 2008    [Issue 2251] New: Variadic templates and auto return types don't work together. (9)
Jul 26 2008    [Issue 2249] New: object.d: module object cannot read file 'object.d' (6)
Jul 19 2008    [Issue 2238] New: Internal DMD data corruption (8)
Jul 17 2008    [Issue 2233] New: ICE when dot-referencing a name declared in multiple modules (2)
Jul 16 2008    [Issue 2229] New: Compiler crashes on invalid code (15)
Jul 15 2008    [Issue 2226] New: is expression for associative arrays: is(U T == T[S], S) (2)
Jul 13 2008    [Issue 2224] New: Temporary assignment circumvents bug (4)
Jul 12 2008    [Issue 2221] New: Bug with typeof(*this) in template struct (4)
Jul 11 2008    [Issue 2218] New: "builtin" typeinfos for arrays of basic types do not inherit TypeInfo_Array (6)
Jul 10 2008    [Issue 2215] New: Forward reference enum with base type within a struct causes Segmentation Fault in the compiler (4)
Jul 09 2008    [Issue 2212] New: phobos itself should be able to be compiled with '-w' switch (4)
Jul 08 2008    [Issue 2205] New: Warning on comparison between signed and unsigned (4)
Jul 08 2008    [Issue 2203] New: typeof(class.template.foo) crashes compiler (7)
Jul 08 2008    [Issue 2202] New: Error getting type of non-static member of a class (12)
Jul 07 2008    [Issue 2200] New: std.string.format behaves wrong when passing an interface reference (3)
Jul 06 2008    [Issue 2199] New: Segfault using array operation in function call (6)
Jun 28 2008    [Issue 2184] New: Class Invariants not called (3)
Jun 20 2008    [Issue 2158] New: Static associative array initialisation causes segmentation fault (2)
Jun 18 2008    [Issue 2154] New: static if (is(typeof(E.toString()) : string)) in template broken (5)
Jun 16 2008    [Issue 2151] New: Optimizer generates buggy array appending code (4)
Jun 14 2008    [Issue 2150] New: cannot get values from const variant (2)
May 29 2008    [Issue 2134] New: 'Symbol undefined' when array created from tuple is sliced and used in foreach (2)
May 12 2008    [Issue 2103] New: import expression with relative path fails on Linux (3)
May 11 2008    [Issue 2097] New: -g + auto ref => stack overflow, similar to issue 2033 (2)
May 02 2008    [Issue 2064] New: Dmd faults (4)
Apr 30 2008    [Issue 2061] New: wrong vtable call with multiple interface inheritance (7)
Apr 27 2008    [Issue 2048] New: Code causes DMD to crash (4)
Apr 27 2008    [Issue 2045] New: .init Property documentation (3)
Apr 25 2008    [Issue 2033] New: -g + circular refs => dmd hangs (3)
Apr 24 2008    [Issue 2029] New: Typesefe variadic functions don't work at compile time (15)
Apr 18 2008    [Issue 2010] New: Template tuples don't work in string mixins (3)
Apr 16 2008    [Issue 1999] New: std.typecons.Tuple doesn't like strings (2)
Apr 14 2008    [Issue 1994] New: Assertion failure: 't->deco' on line 597 in file 'mtype.c' (13)
Apr 12 2008    [Issue 1990] New: Invariant associative arrays broken (2)
Apr 10 2008    [Issue 1984] New: Assertion in dmd (5)
Apr 09 2008    [Issue 1981] New: Internal error: ..\ztc\cgcod.c 1523 when using -O -inline -release (2)
Apr 08 2008    [Issue 1979] New: Anonymous class with confused context pointer (3)
Apr 05 2008    [Issue 1972] New: Foreach range statement breaks CTFE (3)
Apr 02 2008    [Issue 1969] New: Internal error: ..\ztc\cod1.c 1662 (4)
Mar 30 2008    [Issue 1959] New: Internal error: eh.c 41 (8)
Mar 30 2008    [Issue 1958] New: Casting to invariant breaks CTFE (2)
Mar 28 2008    [Issue 1956] New: Struct in 'for' statement breaks CTFE (3)
Mar 26 2008    [Issue 1950] New: CTFE doesn't work correctly for structs passed by ref (5)
Mar 26 2008    [Issue 1948] New: CTFE fails when mutating a struct in an array (4)
Mar 26 2008    [Issue 1946] New: Compiler crashes on attempt to implicit cast const typedef to non-const. (2)
Mar 25 2008    [Issue 1940] New: Phobos buildscripts do not work on x86_64 (24)
Mar 20 2008    [Issue 1934] New: yet another Internal error: ..\ztc\cod1.c 2529 (7)
Mar 18 2008    [Issue 1929] New: concatenation of multi-dimensional arrays fails when holding static arrays (3)
Mar 18 2008    [Issue 1928] New: dmd SEGV with too many template parameters (2)
Mar 17 2008    [Issue 1927] New: dmd SEGV when passing invalid symbol as parameter (3)
Mar 14 2008    [Issue 1923] New: GC optimization for contiguous pointers to the same page (9)
Mar 12 2008    [Issue 1919] New: StringWriter docs are completely unclear (5)
Mar 12 2008    [Issue 1916] New: dmd ice on invalid string concat (7)
Mar 12 2008    [Issue 1915] New: new struct destructor : ice dmd (2)
Mar 11 2008    [Issue 1909] New: final classes' methods that don't override anything shouldn't be virtual (3)
Mar 07 2008    [Issue 1897] New: dmd SEGV with template function (5)
Feb 29 2008    [Issue 1884] New: manifest constants for strings (7)
Feb 25 2008    [Issue 1869] New: Semantically returning an array from a funciton is difficult (24)
Feb 16 2008    [Issue 1845] New: Variant and VariantN cannot handle structs of arbitrary size (4)
Jan 30 2008    [Issue 1812] New: DDOC - Unicode identifiers are not correctly marked. (9)
Jan 18 2008    [Issue 1791] New: Segmentation fault with anon class in anon class and non-constant variable init (3)
Jan 15 2008    [Issue 1787] New: Compiler segfaults on circular references. (6)
Jan 11 2008    [Issue 1782] New: Instantiating nested template with wrong instantiated parent template causes ICE (4)
Jan 10 2008    [Issue 1776] New: template,version,static if (3)
Jan 02 2008    [Issue 1765] New: foreach scope does not call destructor (2)
Dec 14 2007    [Issue 1731] New: forward reference of function type alias resets calling convention (7)
Dec 07 2007    [Issue 1716] New: Access Violation at readln (8)
Dec 02 2007    [Issue 1709] New: Internal error: ..\ztc\cgcod.c 1522 when using -O (7)
Nov 30 2007    [Issue 1702] New: ICE when identifier is undefined (8)
Nov 21 2007    [Issue 1682] New: invariant(T)[] should be convertible to ref const(T)[] (2)
Nov 21 2007    [Issue 1681] New: cast(real) ulong.max == 0 (8)
Nov 16 2007    [Issue 1676] New: Undefined symbol at linking with circular import and enum (2)
Nov 15 2007    [Issue 1670] New: tupleof an aggregate cannot be used as a template tuple argument (3)
Nov 13 2007    [Issue 1662] New: Falls back to libphobos if -debuglib isn't used when -g is (2)
Nov 07 2007    [Issue 1647] New: linux.mak in phobos' sources tries to compile missing file std/slist.d (4)
Nov 07 2007    [Issue 1645] New: can override base class' const method with non-const method (3)
Nov 04 2007    [Issue 1639] New: Date/Time deficiences (9)
Nov 03 2007    [Issue 1636] New: DMD crashes with writef and ternary operator using strings (2)
Oct 31 2007    [Issue 1630] New: Few suggestions for std.conv (D language 2.0) (3)
Oct 31 2007    [Issue 1629] New: Link error: Previous Definition Different: blablah__initZ (6)
Oct 29 2007    [Issue 1625] New: cannot evaluate function compile-time when return type includes a union (4)
Oct 27 2007    [Issue 1616] New: std/metastrings.d (2)
Oct 24 2007    [Issue 1611] New: State-losing implicit conversions are allowed (3)
Oct 23 2007    [Issue 1609] New: TypeInfo_Typedef has incorrect implementation of next() (4)
Oct 21 2007    [Issue 1605] New: break in switch with goto breaks in ctfe (3)
Oct 20 2007    [Issue 1604] New: Non-final method on final struct is too restrictive (12)
Oct 20 2007    [Issue 1603] New: Overload sets bug (6)
Oct 19 2007    [Issue 1600] New: Functions taking only one array cannot be called with property syntax (5)
Oct 17 2007    [Issue 1592] New: dmd fail to resolve class symbol when i put files in a package (5)
Oct 16 2007    [Issue 1586] New: DMD and GDC segfaults on incomplete code segment. (7)
Oct 11 2007    [Issue 1571] New: const on function parameters not carried through to .di file (3)
Oct 09 2007    [Issue 1565] New: ctfe compile-time function fails when the type of a struct member is a struct with multiple members (4)
Oct 09 2007    [Issue 1564] New: Forward reference of enum (5)
Oct 01 2007    [Issue 1544] New: Internal error: ..\ztc\cgcs.c 358 -- tuples and structs (2)
Sep 26 2007    [Issue 1534] New: Can't mix in a case statement. (5)
Sep 26 2007    [Issue 1533] New: Crash unknown symbol with std.signals (7)
Sep 22 2007    [Issue 1524] New: ICE on using "is" with strings in CTFE (3)
Sep 13 2007    [Issue 1498] New: Recursive mixins are not allowed (4)
Sep 07 2007    [Issue 1485] New: Reference to enum member in circular import crashes DMD (3)
Sep 05 2007    [Issue 1475] New: allow to use intrinsic math functions (e.g. trigonometry) in CTFEs (11)
Aug 31 2007    [Issue 1461] New: Local variable as template alias parameter breaks CTFE (3)
Aug 30 2007    [Issue 1459] New: ICE on attempt to set value of non-lvalue return struct (5)
Aug 29 2007    [Issue 1455] New: DMD does not generate debug info for class and struct members (3)
Aug 27 2007    [Issue 1445] New: Add default library options to sc.ini / dmd.conf (7)
Aug 25 2007    [Issue 1439] New: Optlink segfault with long template string arguments (2)
Aug 17 2007    [Issue 1428] New: Segfault on template specialization with delegates and tuples (2)
Aug 12 2007    [Issue 1417] New: templated final const member can't be assigned in constructor from the const const argument (3)
Aug 10 2007    [Issue 1410] New: Aliasing const-typed user defined types not working correctly. (2)
Aug 09 2007    [Issue 1409] New: Assertion failure: '0' on line 4799 in file 'expression.c' (4)
Aug 08 2007    [Issue 1406] New: Odd error when using indexes in static array initializers (2)
Aug 08 2007    [Issue 1405] New: Stack overflow when getting type info string of an invariant array (5)
Aug 04 2007    [Issue 1401] New: Multiple inheritance of abstract template classes lead to segmentation fault. (2)
Jul 31 2007    [Issue 1392] New: Templates w/ forwd refs fail when in separate modules. (10)
Jul 30 2007    [Issue 1385] New: Stack Overflow when compiling large file (4)
Jul 25 2007    [Issue 1375] New: CTFE fails for null arrays (6)
Jul 24 2007    [Issue 1368] New: Default template parameter + template recursion + mixin = segfault (2)
Jul 20 2007    [Issue 1359] New: Can call non implemented functions (4)
Jul 20 2007    [Issue 1358] New: Compiler aborts on Unicode codepoints greater than 0x7FFFFFFF (6)
Jul 16 2007    [Issue 1343] New: Various errors with static initialization of structs and arrays (6)
Jul 13 2007    [Issue 1340] New: ICE on invalid use of template member declared in a class (2)
Jul 12 2007    [Issue 1337] New: Internal error: eh.c 41 - alloca & synchronized(this) (8)
Jul 09 2007    [Issue 1326] New: Garbage Collector dysfunction - Memory leak in gc_term() with DLLs - and more. (8)
Jul 03 2007    [Issue 1312] New: invariant storage class within a struct/class (2)
Jul 02 2007    [Issue 1311] New: DMD 1.018: Fix for bug657 breaks other code (5)
Jul 02 2007    [Issue 1305] New: Compiler hangs with templated opCmp returning templated class (3)
Jun 01 2007    [Issue 1253] New: DMD 0.175 introduced bug: array initializers as expressions are not allowed? (9)
Apr 27 2007    [Issue 1195] New: regression: aliasing an enum member causes compile time segfaults (3)
Apr 24 2007    [Issue 1183] New: A couple of template bugs (2)
Apr 20 2007    [Issue 1168] New: Passing a .stringof of an expression as a template value parameter results in the string of the type (5)
Apr 18 2007    [Issue 1160] New: enums can not be forward referenced (5)
Apr 14 2007    [Issue 1144] New: template mixin causes DMD crash (8)
Apr 13 2007    [Issue 1140] New: ICE casting tuple member to tuple struct (7)
Apr 13 2007    [Issue 1138] New: ICE when tuple template gets indexed (3)
Apr 12 2007    [Issue 1133] New: Header generation omits parathesis (9)
Apr 08 2007    [Issue 1113] New: Mixin causes incorrect static if branching (3)
Mar 28 2007    [Issue 1084] New: lazy variadic parameters break in strange way (4)
Mar 22 2007    [Issue 1078] New: Frontend uses of 'auto' where 'scope' should be used (5)
Mar 14 2007    [Issue 1061] New: "asm inc [;" segfaults compiler. (5)
Mar 11 2007    [Issue 1054] New: regression: circular aliases cause segfaults (6)
Mar 09 2007    [Issue 1048] New: the type matching of static initialization (7)
Mar 08 2007    [Issue 1039] New: DMD hangs with 100% CPU (3)
Mar 05 2007    [Issue 1025] New: mixin("scope(exit) call();"); is broken (4)
Feb 28 2007    [Issue 1011] New: illegal import declaration causes compile time segfault (4)
Feb 28 2007    [Issue 1010] New: Abstract class template does not compile when parametrized with char[] (7)
Feb 22 2007    [Issue 999] New: Problem with auto and nested array literals (4)
Feb 16 2007    [Issue 971] New: No profiling output is generated if the application terminates with exit (9)
Feb 12 2007    [Issue 954] New: Recursive templates with values, Error: T is used as a type (4)
Feb 10 2007    [Issue 947] New: offsetof and alignof for an enum field of a struct fail to compile (3)
Feb 06 2007    [Issue 934] New: forward reference by pragma(msg) in template: "mtype.c:550: virtual Expression* Type::getProperty(Loc, Identifier*): Assertion `deco' failed" (5)
Feb 06 2007    [Issue 932] New: static foreach in second template instantiation uses wrong tupleof (3)
Feb 03 2007    [Issue 928] New: nested struct definition in unittest section of a templated class, hangs DMD (4)
Feb 03 2007    [Issue 925] New: ICE on casting array literal to void[] (5)
Feb 02 2007    [Issue 923] New: No constant folding for template value default arguments (4)
Feb 02 2007    [Issue 920] New: Auto classes referenced where scope should be used (6)
Jan 31 2007    [Issue 911] New: expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed. (10)
Jan 28 2007    [Issue 899] New: structure field .sizeof property inaccessible in the scope (2)
Jan 24 2007    [Issue 884] New: Segfault in recursive template (8)
Jan 22 2007    [Issue 874] New: Incorrect codegen (?) with tuples, string constants, and AAs (7)
Jan 21 2007    [Issue 870] New: contradictory error messages for templates (5)
Jan 21 2007    [Issue 869] New: Cast of a parenthesized expression combined with !is is mistaken for a C style cast and a template specialization (4)
Jan 21 2007    [Issue 867] New: Error messages refer to _dtor instead of ~this (4)
Jan 20 2007    [Issue 860] New: Typedef of an alias in another module used as template parameter combined with circular imports fails strangely (4)
Jan 19 2007    [Issue 858] New: Forward reference to struct inside class crashes the compiler (5)
Jan 18 2007    [Issue 854] New: TypeTuple in anonymous delegate causes ice in glue.c (8)
Jan 17 2007    [Issue 853] New: Internal error: toir.c 182 (6)
Jan 17 2007    [Issue 852] New: ICE in dmd with anon. delegate in static class ctor in unittest (10)
Jan 13 2007    [Issue 840] New: incorrect code generation for asm{fidv ST(1), ST;} (3)
Jan 07 2007    [Issue 814] New: lazy argument + variadic arguments (6)
Jan 07 2007    [Issue 810] New: Cannot forward reference template (4)
Jan 06 2007    [Issue 806] New: regression: multiple definition template symbols (4)
Jan 05 2007    [Issue 797] New: Performance issue using "release" flag (2)
Jan 04 2007    [Issue 792] New: Erroneous "statement is not reachable" on class declaration (2)
Dec 27 2006    [Issue 758] New: Segmentation fault when compiling. (6)
Dec 26 2006    [Issue 752] New: Assertion failure: 'e->type->ty != Ttuple' on line 4518 in file 'mtype.c' (13)
Dec 23 2006    [Issue 730] New: broken operator handling of ifloat/idouble/ireal (5)
Dec 22 2006    [Issue 718] New: Internal error: ../ztc/cgcod.c 562 (7)
Dec 22 2006    [Issue 716] New: -inline: conditinal compilation of an empty foreach body causes the compiler to segfault (5)
Dec 22 2006    [Issue 714] New: accessing <enum>.max from another module causes a compiler segmentfault (2)
Dec 22 2006    [Issue 713] New: circular const definitions with module operator "." cause the compiler to segfault (3)
Dec 18 2006    [Issue 697] New: No const folding on asm db,dw, etc (6)
Dec 11 2006    [Issue 677] New: [Tracker] Get the documentation cleaned up for 1.0 (7)
Dec 11 2006    [Issue 675] New: %a format is wrong for denormals. [bug in DMC?] (4)
Dec 10 2006    [Issue 674] New: -v1 and -d options allowed at the same time (3)
Dec 04 2006    [Issue 642] New: error: mixin "static this" into where it cannot be (8)
Nov 27 2006    [Issue 609] New: Const struct member is a non-constant expression (5)
Nov 26 2006    [Issue 601] New: statement.html - Formatting/markup errors in BNF (5)
Nov 25 2006    [Issue 600] New: error occurs when using template's tuple argument with typetuple having values (2)
Nov 18 2006    [Issue 569] New: Bogus forward reference error in template inside variadic template (3)
Oct 24 2006    [Issue 455] New: DMD accepts illegal identifiers in module names if no ModuleDeclaration is used (2)
Oct 10 2006    [Issue 424] New: Unexpected OPTLINK Termination at EIP=0044C37B (34)
Oct 04 2006    [Issue 400] New: forward reference error; no propety X for type Y (4)
Sep 29 2006    [Issue 390] New: Cannot forward reference enum nested in struct (5)
Sep 26 2006    [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration. (7)
Sep 10 2006    [Issue 342] New: Please add "import std.stdio;" to object.d and remove extern(C) printf; (4)
Sep 06 2006    [Issue 327] New: Compiler accepts ';' by itself as a statement (9)
Aug 24 2006    [Issue 310] New: Code compiled by dmd dies without explanation / exception. Code is attached. (3)
Aug 21 2006    [Issue 302] New: in/out contract inheritance yet to be implemented (16)
Aug 15 2006    [Issue 288] New: type of opEquals (5)
Aug 10 2006    [Issue 282] New: Bizarre circular import nested name invisibility issue (10)
Aug 03 2006    [Issue 278] New: dmd.conf search path dosn't work (25)
Jul 19 2006    [Issue 258] New: Undefined identifier error for circular import (4)
Jun 14 2006    [Issue 195] New: DDoc generates bad output when example contains "protected" attribute (4)
Jun 24 2004    weird /proc reading bug in linux (3)
Apr 26 2004    new D newsgroups (13)

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