www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.bugs

Dec 30 2007    problem with inheritance of FilterStream (4)
Dec 30 2007    Template forward reference error with alias / structs (1)
Dec 19 2007    Unjustified conflict ( I guess ^^ ) (1)
Dec 17 2007    [Issue 1739] New: cannot cast "r" char[1u] to string implicitly (2)
Dec 17 2007    [Issue 1737] New: A strange "Previous Definition Different" (2)
Dec 16 2007    [Issue 1732] New: Mixin can not be instantiated (6)
Dec 16 2007    Strange "Previous Definition Different" error (1)
Dec 09 2007    [Issue 1721] New: std.math.nextafter should be backported to D1 Phobos (5)
Dec 08 2007    Compiler not compiling properly, causing weird errors (3)
Dec 06 2007    Invariants broken with out cast!!! (5)
Dec 04 2007    auto scope problem (6)
Dec 02 2007    [Issue 1710] New: DMD crashes when parsing incorrect inline asm (2)
Dec 02 2007    [Issue 1708] New: CodeView: parent-scope not set for nested functions (1)
Dec 01 2007    [Issue 1705] New: CodeView: static variables in functions not assigned to procedure scope (1)
Nov 29 2007    [Issue 1701] New: rcc fails on ico with Vista 256x256 icon (3)
Nov 29 2007    [Issue 1698] New: foreach auto type inference doesnt work properly (5)
Nov 29 2007    D2.008 const test doesn't work (1)
Nov 28 2007    Fatal bug involving opApply and const in templates (1)
Nov 28 2007    [Issue 1696] New: for(;;) in CTFE segfaults compiler (5)
Nov 23 2007    [Issue 1688] New: "extern (C++) interface" and vtbl (2)
Nov 22 2007    [Issue 1686] New: mixin overload (1)
Nov 22 2007    Internal error in cod2.c (2)
Nov 19 2007    [Issue 1679] New: D should cast char[] to char* when used in a variadic argument in extern(C) context (3)
Nov 17 2007    Grey area: template specializations based on other templates with tuples (1)
Nov 13 2007    [Issue 1668] New: std.stream readf can't read int, nan, inf as floats (2)
Nov 13 2007    [Issue 1665] New: Internal error: ..\ztc\cod2.c 411 (3)
Nov 13 2007    [Issue 1664] New: (1.23).stringof generates bad code (3)
Nov 10 2007    [Issue 1658] New: illegal declaration accepted (2)
Nov 10 2007    [Issue 1657] New: Virtual template methods in classes (4)
Nov 10 2007    [Issue 1656] New: illegal declaration accepted (3)
Nov 09 2007    [Issue 1655] New: Internal error: ..\ztc\cgcod.c 1817 (2)
Nov 08 2007    [Issue 1651] New: .di file generated with -H switch does not translate function() arguments correctly (4)
Nov 08 2007    [Issue 1648] New: Casting a function literal to void* swallows the function or segfaults (9)
Nov 05 2007    Forward referencing issues with CTFE (1)
Nov 03 2007    Full closures - Variable needlessly allocated on heap (1)
Nov 03 2007    Full closures not working with lazy parameters (1)
Oct 29 2007    AA of AAs -- ArrayBoundsError (4)
Oct 29 2007    else not attaching properly to if (4)
Oct 29 2007    [Issue 1624] New: test of bool doesn't hold always (6)
Oct 27 2007    [Issue 1618] New: Typo in std\system.d (4)
Oct 27 2007    [Issue 1617] New: URL destroyed by underlining (2)
Oct 26 2007    [Issue 1614] New: sizeof Gives Error When Used Inside an Inline Assembly Block (2)
Oct 24 2007    [Issue 1613] New: DMD hangs on syntax error (4)
Oct 23 2007    [Issue 1608] New: Exceptions don't work with UTF-8 (3)
Oct 21 2007    scope classes on heap (1)
Oct 19 2007    [Issue 1597] New: It is not possible to specialize template on associative array. (8)
Oct 18 2007    [Issue 1593] New: ICE compiler crash empty return statement in template function (5)
Oct 16 2007    [Issue 1585] New: Imports should be searched relative to importing file (4)
Oct 16 2007    [Issue 1584] New: fail to alias super.memberfunc to current scope (2)
Oct 15 2007    [Issue 1583] New: std.cstream.CFile cannot be detached from FILE* (2)
Oct 13 2007    [Issue 1580] New: concatenating invariant based strings should work (2)
Oct 13 2007    [Issue 1579] New: write/writeln (4)
Oct 13 2007    [Issue 1576] New: Crash on const ref parameters (10)
Oct 11 2007    [Issue 1575] New: Cannot do assignment of tuples (2)
Oct 11 2007    [Issue 1574] New: DDoc documentation lacks macro examples (4)
Oct 11 2007    bug (2)
Oct 10 2007    [Issue 1566] New: Nested template issue (2)
Oct 09 2007    [Issue 1562] New: Deduction of template alias parameter fails (2)
Oct 09 2007    [Issue 1561] New: AA's create many false references for garbage collector (3)
Oct 08 2007    [Issue 1557] New: std.zlib allocates void[]s instead of ubyte[]s, causing leaks. (3)
Oct 07 2007    [Issue 1551] New: 80kb memory leak with DLLs (1)
Oct 07 2007    [Issue 1549] New: Any chance we'll see a "-version=Phobos" in dmd.conf/sc.ini? (1)
Oct 07 2007    [Issue 1548] New: foreach of type tuple and string literal bug (3)
Oct 06 2007    Wrong addres operator return (1)
Oct 05 2007    EnumType's stringof property returns basic type. (1)
Oct 01 2007    [Issue 1545] New: std/boxer.d unit tests (2)
Sep 28 2007    [Issue 1539] New: X86 inline assembler fails to recognize when the branch address outside range (2)
Sep 28 2007    [Issue 1538] New: "template instance forward reference to template declaration" (2)
Sep 28 2007    [Issue 1537] New: Internal error: ..\ztc\cgcod.c 1521 (2)
Sep 27 2007    [Issue 1535] New: incorrect casting of 8 bit quantities to longer precision (4)
Sep 25 2007    [Issue 1531] New: cannot access typedef'd class field (2)
Sep 24 2007    call to private super-constructor should not be allowed (1)
Sep 23 2007    [Issue 1530] New: Aliasing problem in DMD front end code (2)
Sep 22 2007    [Issue 1527] New: mixin hides previous defined template (2)
Sep 22 2007    [Issue 1526] New: Two conflict templates accepted (2)
Sep 21 2007    Problem with overloading template functions (2)
Sep 20 2007    [Issue 1522] New: multiple TypeInfo definitions (1)
Sep 19 2007    tuple foreach is missing the boat (1)
Sep 18 2007    [Issue 1516] New: code gen bug with reclusive call (11)
Sep 18 2007    std.regexp.email is incorrect <G> (3)
Sep 18 2007    [Issue 1515] New: compiler accepts invalid template declaration (2)
Sep 17 2007    [Issue 1514] New: mixin doesn't make the template to "function template" (2)
Sep 17 2007    strange seg-v on reclusive call (2)
Sep 17 2007    [Issue 1511] New: static assert doesn't fail as expected (8)
Sep 17 2007    [Issue 1510] New: ICE: Assertion failure: 'ad' on line 925 in file 'func.c' (2)
Sep 16 2007    [Issue 1508] New: dmd/linux template symbol issues (8)
Sep 15 2007    switch bug (1)
Sep 14 2007    import bug (7)
Sep 11 2007    [Issue 1493] New: Problem with dynamic array (3)
Sep 10 2007    [Issue 1491] New: if working with timed-out socket, SIGPIPE will kill program (8)
Sep 10 2007    [Issue 1489] New: dmd-2.004 segfaults after encountering any source code error (2)
Sep 10 2007    Bug reports missing keywords (2)
Sep 09 2007    [Issue 1488] New: Bad code generation when using tuple from asm (regression?) (3)
Sep 07 2007    [Issue 1484] New: Forward reference of enum member crashes DMD (2)
Sep 07 2007    [Issue 1483] New: Errors in threads not directed to stderr (3)
Sep 06 2007    [Issue 1480] New: std.stream throws the new override warning all over the place (7)
Sep 06 2007    [Issue 1479] New: mixin error across two module (2)
Sep 06 2007    [Issue 1478] New: Please use threadsafe functions in getHostByName (4)
Sep 05 2007    [Issue 1477] New: DMD hangs on named struct field initializer (2)
Sep 05 2007    [Issue 1476] New: allow to use intrinsic math functions (e.g. trigonometry) in CTFEs (2)
Sep 05 2007    [Issue 1474] New: regression: const struct with an initializer not recognized as a valid alias template param (3)
Sep 04 2007    [Issue 1472] New: Be more clever about detecting assigment to non-l-values (4)
Sep 02 2007    [Issue 1470] New: "extern (C)" inside function crashes gdc (2)
Sep 02 2007    [Issue 1469] New: "alias int fpos_t" in std.c.stdio is wrong on Darwin (1)
Sep 02 2007    [Issue 1468] New: A bug about stack overflow. (2)
Sep 02 2007    [Issue 1467] New: mixin same templates cause ld error: multiple definition (1)
Sep 01 2007    [Issue 1465] New: Value of x.stringof changes when used as a template parameter (2)
Aug 31 2007    [Issue 1464] New: "static" foreach breaks CTFE (5)
Aug 31 2007    [Issue 1460] New: Compiler crash on valid code (4)
Aug 30 2007    [Issue 1458] New: linker hangs with some very long enums & debug info (3)
Aug 30 2007    feature request: really verbose mode (5)
Aug 30 2007    OPLINK hang (1)
Aug 30 2007    DSource SVN access problems - can anyone confirm? (4)
Aug 29 2007    [Issue 1452] New: std.cstream doc incorrect - imports of stream and stdio are not public (1)
Aug 29 2007    [Issue 1450] New: Registry: invalid UTF-8 sequence (2)
Aug 28 2007    [Issue 1447] New: CTFE does not work for static member functions of a class (3)
Aug 28 2007    [Issue 1446] New: Missing comma in Final Const and Invariant page title (2)
Aug 27 2007    [Issue 1444] New: Implicit conversions of types (1)
Aug 25 2007    [Issue 1438] New: Infinite recursive class template expansion (3)
Aug 21 2007    [Issue 1437] New: dmd crash: "Internal error: ..\ztc\cod4.c 357" (2)
Aug 21 2007    [Issue 1436] New: std.date.getLocalTZA() returns wrong values when in DST under Windows (2)
Aug 20 2007    [Issue 1434] New: DMD COM design flaw (7)
Aug 18 2007    [Issue 1430] New: CodeView: new dchar type not used (1)
Aug 16 2007    [Issue 1423] New: Registry: corrupted value (4)
Aug 15 2007    [Issue 1421] New: Stack Overflow when using __traits(allMembers...) (2)
Aug 13 2007    [Issue 1419] New: dup attr not checked in the sub-class (6)
Aug 12 2007    [Issue 1414] New: compiler crashes with CTFE and structs (2)
Aug 07 2007    [Issue 1404] New: Link failure with template mixin and function literal (1)
Aug 04 2007    [Issue 1399] New: Wrapping a case statement in a version statement gives a shadowing declaration error. (7)
Aug 03 2007    invalid propertie crashes the compiler (2)
Jul 31 2007    [Issue 1393] New: Phobos needs strnlen() (2)
Jul 31 2007    [Issue 1391] New: Implicit Instantiation: deducing 'int n' from the number of arguments (2)
Jul 30 2007    [Issue 1388] New: multiple static constructors allowed in module (3)
Jul 30 2007    [Issue 1387] New: DMD crash: "ref const struct" as function parameter (2)
Jul 30 2007    Problem with std.process.execvp and redirected stdout. (2)
Jul 30 2007    Problem with std.process.execvp and redirected stdout. (1)
Jul 28 2007    [Issue 1384] New: Compiler segfaults when using struct variable like a function with no opCall member. (3)
Jul 27 2007    [Issue 1380] New: dmd generate wrong end record, and linker doesn't check this checksum (2)
Jul 26 2007    [Issue 1378] New: A function call in an array literal causes compiler to crash (2)
Jul 25 2007    [Issue 1377] New: std.demangle unit test failure (2)
Jul 25 2007    [Issue 1374] New: passing a ref const(type*) causes segmentation fault (2)
Jul 23 2007    Cannot we use std.bind now? (1)
Jul 23 2007    [Issue 1365] New: wchar/dchar in foreach causes CTFE to fail (2)
Jul 23 2007    [Issue 1364] New: 2.003 traits within loop (5)
Jul 23 2007    [Issue 1363] New: Compile-time issue with structs in 'for' (3)
Jul 23 2007    [Issue 1362] New: Mistake in traits.html (2)
Jul 22 2007    [Issue 1361] New: DMD 2.002 introduced bug:array initializers are not allowed? (6)
Jul 20 2007    [Issue 1360] New: GC emits HLT when GetThreadContext fails after CreateRemoteThread. (7)
Jul 20 2007    [Issue 1357] New: Cannot use FFFF and FFFE in Unicode escape sequences. (18)
Jul 20 2007    [Issue 1354] New: Can use function prototype in typedef and alias. (3)
Jul 20 2007    [Issue 1349] New: ^M pollution (11)
Jul 18 2007    [Issue 1347] New: invalid UTF-8 strings cause access violations and inconsistent behavior in std.regexp (2)
Jul 18 2007    [Issue 1346] New: std.uri.decode/decodeComponent do not decode '+' plus (6)
Jul 17 2007    [Issue 1345] New: extern (C) function has different signature when delegate parameter is literal vs. alias (2)
Jul 14 2007    [Issue 1342] New: struct const not accepted as initializer for another struct (4)
Jul 11 2007    [Issue 1336] New: Internal error when trying to construct a class declared within a unittest from a templated class. (5)
Jul 11 2007    [Issue 1333] New: -inline ICE: passing an array element to an inner class's constructor in a nested function, all in a class or struct (2)
Jul 11 2007    [Issue 1332] New: Internal error: ../ztc/cod4.c 357 (2)
Jul 11 2007    [Issue 1331] New: header file genaration generates a ":" instead of ";" at pragma (4)
Jul 09 2007    Linker - Conflict between phobos.lib and ws2_32.lib (1)
Jul 09 2007    [Issue 1327] New: Long environment variable value causes link failure. (4)
Jul 09 2007    [Issue 1324] New: Wrong module name in exception when using mixin (1)
Jul 07 2007    std.file listdir() should be able to list without recursion. (1)
Jul 07 2007    Phobos Date struct missing necessary methods. (1)
Jul 07 2007    V2 breaks many V1 programs (2)
Jul 07 2007    [Issue 1321] New: Deadlock when setting length for complex dynamic array type (2)
Jul 06 2007    [Issue 1320] New: delayed initialisation with the const attribute is broken in 2.0 (4)
Jul 05 2007    [Issue 1318] New: scope + ref/out parameters are allowed, contrary to spec (2)
Jul 05 2007    Bug with template const parameters in version 2.02. (1)
Jul 05 2007    [Issue 1317] New: Document suggested means of overlapping array copy (2)
Jul 05 2007    [Issue 1316] New: Can't directly reference members of CTFE struct arrays (3)
Jul 05 2007    [Issue 1315] New: CTFE doesn't default initialise arrays of structs (2)
Jul 05 2007    [Issue 1314] New: Dupping an empty array creates a null array (7)
Jul 02 2007    [Issue 1308] New: Recursive alias declaration, Error: forward reference to foo (3)
Jul 02 2007    [Issue 1307] New: sorting arrays of structs is broken (2)
Jul 02 2007    [Issue 1306] New: extern (Windows) should work like extern (C) for variables (4)
Jun 30 2007    [Issue 1301] New: CTFE fails for ImportExpressions (5)
Jun 30 2007    [Issue 1300] New: Issues with struct in compile-time function (3)
Jun 30 2007    [Issue 1299] New: Wrong module in variadic functions example. (3)
Jun 28 2007    compile-time function evaluation consuming too much memory (3)
Jun 27 2007    [Issue 1295] New: Some minor errors in the lexer grammar (4)
Jun 27 2007    [Issue 1294] New: referencing fields in static arrays of structs passed as arguments generates invalid code (2)
Jun 26 2007    [Issue 1293] New: D needs first class tuples (2)
Jun 25 2007    [Issue 1292] New: Template argument deduction doesn't work (2)
Jun 24 2007    [Issue 1291] New: .stringof for a class type returned from a template doesn't work (2)
Jun 24 2007    [Issue 1290] New: Two ICEs, both involving real, imaginary, ? : and +=. (2)
Jun 24 2007    [Issue 1289] New: Class method without a function body should be abstract? (2)
Jun 23 2007    [Issue 1287] New: Iterating over an array of tuples causes "glue.c:710: virtual unsigned int Type::totym(): Assertion `0' failed." (3)
Jun 23 2007    [Issue 1286] New: crash on invariant struct member function referencing globals (2)
Jun 22 2007    [Issue 1285] New: Exception typedefs not distinguished by catch (3)
Jun 22 2007    [Issue 1284] New: CodeView: wrong CV array size for multi-dimensional static arrays (2)
Jun 22 2007    [Issue 1283] New: writefln: formatter applies to following variable (2)
Jun 20 2007    [Issue 1282] New: Very strange GC problem, memory corruption (7)
Jun 19 2007    [Issue 1281] New: Cannot make invariant(blah)[] members in classes (2)
Jun 19 2007    [Issue 1280] New: std.socket.Socket.send (void[],SocketFlags) should take a const(void)[] instead (2)
Jun 19 2007    [Issue 1279] New: const/invariant functions don't accept const/invariant return types (4)
Jun 18 2007    [Issue 1278] New: Header generation option omits module ctors. Causes out of order module init. (2)
Jun 18 2007    [Issue 1277] New: "in final const scope" not considered redundant storage classes (2)
Jun 18 2007    [Issue 1276] New: static assert message displayed with escaped characters (4)
Jun 18 2007    [Issue 1275] New: ambiguity with 'in' meaning (2)
Jun 18 2007    [Issue 1274] New: 2.0 beta link points to dmd.zip which is the 1.x chain (2)
Jun 17 2007    [Issue 1272] New: problems with the new 1.0 section (2)
Jun 17 2007    [Issue 1271] New: Documentation bug on class doc page (uint -> size_t) (2)
Jun 16 2007    [Issue 1270] New: -inline produces an ICE (3)
Jun 16 2007    [Issue 1269] New: Compiler crash on constant string concat (3)
Jun 15 2007    [Issue 1268] New: Struct literals try to initialize static arrays of non-static structs incorrectly (3)
Jun 15 2007    [Issue 1265] New: Const string array as parameter segfaults CTFE mixin (2)
Jun 10 2007    [Issue 1263] New: Template function overload fails when overloading on both template and non-template class (3)
Jun 08 2007    Is this a bug in struct literals ? (4)
Jun 07 2007    [Issue 1261] New: Regression from overzealous error message (2)
Jun 06 2007    [Issue 1260] New: Another tuple bug (2)
Jun 06 2007    [Issue 1259] New: Inline build triggers an illegal error msg "Error: S() is not an lvalue" (3)
Jun 06 2007    [Issue 1258] New: Garbage collector loses memory upon array concatenation (2)
Jun 04 2007    [Issue 1256] New: "with" statement with symbol (3)
Jun 02 2007    [Issue 1254] New: Using a parameter initialized to void in a compile-time evaluated function doesn't work (5)
Jun 01 2007    Fix Bugzilla 313 & 314 (2)
May 28 2007    [Issue 1250] New: std.stream.BufferedFile should have a destructor with close() (3)
May 26 2007    [Issue 1249] New: regular expression pattern [.] not matches any character (5)
May 26 2007    [Issue 1248] New: Weird error "... of type TOK146" on recursive type definition (4)
May 25 2007    [Issue 1247] New: No time zone info for India (2)
May 23 2007    [Issue 1244] New: Type of array length is unspecified (3)
May 21 2007    [Issue 1242] New: DMD AV (4)
May 18 2007    [Issue 1241] New: ICE on template instance parameter (4)
May 18 2007    [Issue 1240] New: linker complains about undefined references when using AAs (2)
May 17 2007    proporty syntax dosn't work for static memebers (under some cases) (4)
May 17 2007    [Issue 1239] New: ICE when empty tuple is passed to variadic template function (2)
May 16 2007    [Issue 1236] New: Grammar for Floating Literals is incomplete (2)
May 15 2007    [Issue 1235] New: std.string.tolower() fails on certain utf8 characters (3)
May 15 2007    [Issue 1234] New: Occurrence is misspelled almost everywhere (4)
May 15 2007    [Issue 1233] New: std.string.ifind(char[] s, char[] sub) fails on certain non ascii strings (2)
May 15 2007    [Issue 1232] New: exe outputs 0x00 to 0xFF (3)
May 14 2007    error at mtype.c:4230 (known bug??) (1)
May 11 2007    [Issue 1228] New: Class invariants should not be called before the object is fully constructed (7)
May 11 2007    [Issue 1227] New: Access Violation when using comparison of template class pointer (4)
May 10 2007    [Issue 1226] New: ICE on a struct literal (3)
May 09 2007    [Issue 1225] New: Super Class method hides the global template from mixin (3)
May 09 2007    [Issue 1224] New: Compilation does not stop on asserts during CTFE (2)
May 08 2007    [Issue 1222] New: Cannot mixin scope guards (2)
May 08 2007    [Issue 1221] New: Incorrect template return value (2)
May 07 2007    [Issue 1220] New: circular dependency message for static this is missing file/line info (2)
May 07 2007    [Issue 1219] New: long.max.stringof gets corrupted (4)
May 07 2007    [Issue 1218] New: Need to automate updating of std.compiler (2)
May 06 2007    [Issue 1217] New: Dollar ($) seen as non-constant expression in non-char[] array (2)
May 06 2007    compiler crash when assigning init property of struct (1)
May 06 2007    [Issue 1216] New: Concatenation gives 'non-constant expression' outside CTFE (3)
May 06 2007    [Issue 1215] New: Alias of a indexed tuple's field isn't allowed (1)
May 05 2007    [Issue 1214] New: Using tuples to instanciate a delegate literal crashes compiler (2)
May 05 2007    [Issue 1213] New: Internal error on cast(ubyte[])... (2)
May 05 2007    [Issue 1212] New: dmd generates bad line info (2)
May 03 2007    RegExp "." dos not match any character, as it misses newline (2)
May 03 2007    [Issue 1211] New: mixin("__LINE__") (9)
May 02 2007    [Issue 1210] New: Special Token for Compiler and Version (9)
May 01 2007    [Issue 1209] New: static class constructor not called (2)
May 01 2007    relase breaks somthing?? (5)
Apr 30 2007    [Issue 1206] New: Compiler hangs on this() after method in class that forward references struct (2)
Apr 30 2007    [Issue 1204] New: segfault using struct in CTFE (4)
Apr 30 2007    [Issue 1203] New: Cannot create Anonclass in loop (3)
Apr 29 2007    [Issue 1202] New: Dollar inside array literal inside index brackets is valid. (3)
Apr 29 2007    [Issue 1201] New: CodeView: missing BLOCK, WITH and LABEL symbols (1)
Apr 28 2007    [Issue 1200] New: DMD crash: some statements containing only a ConditionalStatement with a false condition (2)
Apr 28 2007    bug (1)
Apr 28 2007    [Issue 1199] New: Strange error messages when indexing empty arrays or strings at compile time (11)
Apr 27 2007    [Issue 1198] New: The Linux version of the D compiler is out of date (2)
Apr 27 2007    [Issue 1196] New: regression: "cannot alias an expression" (2)
Apr 26 2007    [Issue 1192] New: broken overridden-function parameter list matching (9)
Apr 26 2007    inheritance problem (6)
Apr 25 2007    [Issue 1190] New: Reference becoming null (13)
Apr 24 2007    [Issue 1189] New: Reverse the titles on web pages (2)
Apr 24 2007    [Issue 1186] New: Bind needs a small fix (2)
Apr 24 2007    [Issue 1184] New: assignment failure (2)
Apr 24 2007    [Issue 1182] New: Mixins scope (7)
Apr 23 2007    Recursive function calls being skipped (2)
Apr 23 2007    [Issue 1180] New: the GC failes to handle large allocation requests propperly (2)
Apr 23 2007    [Issue 1179] New: Compiler doesn't complain about function redefinition when using template mixin (3)
Apr 23 2007    [Issue 1178] New: templates - deduction + specialization won't compile (2)
Apr 23 2007    [Issue 1177] New: $ no longer works inside CTFE functions. (3)
Apr 22 2007    Another interface bug -- double inheritance of same (1)
Apr 22 2007    super-interfaces (4)
Apr 21 2007    [Issue 1174] New: Program hangs creating an array of enums with nonzero initializer (3)
Apr 21 2007    [Issue 1172] New: Inline assembler: cannot access member of templated aggregate directly (2)
Apr 20 2007    [Issue 1167] New: Assertion failure when compiling expression tuples (2)
Apr 20 2007    bug? (forward reference) (4)
Apr 19 2007    [Issue 1166] New: DMD doesn't support UTF encoded response files. (3)
Apr 19 2007    [Issue 1165] New: Symbol missing in lib (3)
Apr 19 2007    [Issue 1164] New: Wrong order of memory deallocation (7)
Apr 18 2007    [Issue 1163] New: Can't initialize multiple variables with void. (4)
Apr 18 2007    [Issue 1162] New: Access to static field in inherited class is not possible with base class qualifier. (2)
Apr 17 2007    [Issue 1159] New: Various mixins cause "CompileExp::semantic" message, some crash DMD (4)
Apr 17 2007    [Issue 1156] New: Installed libraries need to be passed in different order (2)
Apr 16 2007    [Issue 1153] New: dmd assertion failure (3)
Apr 16 2007    Bug in GDC? (3)
Apr 15 2007    [Issue 1150] New: Compiler creates wrong code (3)
Apr 15 2007    [Issue 1148] New: Problems returning structs from functions (2)
Apr 14 2007    [Issue 1147] New: Typo in phobos/std/file.d: 4069 should be 4096 (2)
Apr 14 2007    [Issue 1146] New: mixin + assert() crashes compiler (3)
Apr 14 2007    [Issue 1143] New: Assertion failure: '0' on line 850 in 'template.c' - On specialization of IFTI template parameters. (3)
Apr 13 2007    New severity available: regression (4)
Apr 13 2007    [Issue 1142] New: .stringof performs semantic analysis (3)
Apr 13 2007    [Issue 1141] New: <Class>.classinfo.init.length does not give instance size on linux (3)
Apr 13 2007    [Issue 1139] New: ICE casting to tuple member to tuple struct (2)
Apr 12 2007    [Issue 1135] New: invariant keyword parsing is messed up (4)
Apr 12 2007    [Issue 1134] New: incorrect calling convention used (5)
Apr 12 2007    [Issue 1132] New: DMD calling linker over commandline (3)
Apr 12 2007    [Issue 1131] New: New overload conflict (3)
Apr 12 2007    [Issue 1130] New: Internal error: ..\ztc\gflow.c 1334 (4)
Apr 12 2007    [Issue 1129] New: ICE, expression.c line 6246, accessing element of a tuple built from a nonexistent array element (3)
Apr 11 2007    [Issue 1128] New: DMD -H converts inout's to ref's (2)
Apr 11 2007    [Issue 1127] New: -v1 doesn't disable the ref and macro keywords (3)
Apr 10 2007    [Issue 1122] New: dmd generate bad line number while reporting error message (3)
Apr 10 2007    [Issue 1121] New: Assertion codegen issue with templated function (3)
Apr 10 2007    [Issue 1120] New: old doc need updates: func sig changed to use anchored type (3)
Apr 10 2007    [Issue 1119] New: Internal error: ../ztc/cgcod.c 2190 (template instantiation) (6)
Apr 09 2007    assert codegen bug (2)
Apr 09 2007    [Issue 1118] New: weird switch statement behaviour (6)
Apr 08 2007    Struct toString() & this pointer question (3)
Apr 08 2007    [Issue 1114] New: Indexed tuple cannot be used in inheritance declaration (2)
Apr 08 2007    toUTF8 seg-v on bad input (3)
Apr 08 2007    [Issue 1110] New: std.format.doFormat + struct without toString() == crash (3)
Apr 08 2007    Docs: std.math.conj wrong (2)
Apr 07 2007    Broken link in http://digitalmars.com/d/comparison.html (1)
Apr 07 2007    [Issue 1108] New: Indexing an int[] not evaluatable at compile time (4)
Apr 07 2007    [Issue 1107] New: CodeView: wrong CV type for bool (2)
Apr 06 2007    [Issue 1106] New: Using Stream.readLine() and Stream.read(ubyte[]) requires understanding implementation details (1)
Apr 06 2007    [Issue 1105] New: std.c.linux.linux.stat fails for files > 2GB (5)
Apr 06 2007    [Issue 1104] New: CodeView: char is marked 0x20 (T_UCHAR) instead of 0x10 (T_CHAR) (6)
Apr 06 2007    [Issue 1103] New: metastrings.ToString fails for long > 0xFFFF_FFFF (2)
Apr 05 2007    [Issue 1102] New: switch case couldn't contain template member (4)
Apr 05 2007    [Issue 1101] New: Can't not deduce template correctly (5)
Apr 05 2007    [Issue 1100] New: Alias parameters don't accept primitive types. (5)
Apr 05 2007    bug? (2)
Apr 05 2007    [Issue 1096] New: Mysterious hang with toUTCString + UTCtoLocalTime + d_time_nan (2)
Apr 05 2007    metastrings.ToString (1)
Apr 05 2007    [Issue 1095] New: CodeView: length of struct type incorrectly set to zero (1)
Apr 05 2007    [Issue 1094] New: switch bug (2)
Apr 04 2007    [Issue 1093] New: DMD doesn't generate correct try block code (6)
Apr 03 2007    [Issue 1092] New: compiler crash in ..\ztc\cod1.c 2528 (3)
Apr 02 2007    [Issue 1091] New: Wrong size reserved for critical sections (3)
Apr 02 2007    [Issue 1090] New: Attribute specification: "}" vs "end of scope" (2)
Mar 30 2007    [Issue 1086] New: CodeView: missing line information for string switch (2)
Mar 27 2007    [Issue 1083] New: classtype.classinfo.name can't be evaluated in compile-time (3)
Mar 27 2007    [Issue 1082] New: The .offsetof property yields a signed int, a size_t would be more appropriate (2)
Mar 27 2007    [Issue 1081] New: with using real and -O option, dmd generate bug code (8)
Mar 26 2007    Variable assignment (7)
Mar 26 2007    [Issue 1080] New: Failed to link to std.windows.registry (5)
Mar 25 2007    string error (3)
Mar 24 2007    switch bug (2)
Mar 21 2007    [Issue 1076] New: by using scope(exit) tail recursion ain't working (5)
Mar 21 2007    [Issue 1075] New: dmd reject valid code (9)
Mar 20 2007    [Issue 1074] New: Dead link to std.c.locale webpage (4)
Mar 20 2007    [Issue 1073] New: CTFE: mixin expression with a function argument doesn't work (2)
Mar 20 2007    [Issue 1071] New: DoS code on Windows Platform (8)
Mar 19 2007    [Issue 1070] New: can't use pragma to debug CTFE. DMD AV (5)
Mar 19 2007    [Issue 1068] New: stack corruption with mixins and function templates (3)
Mar 17 2007    [Issue 1067] New: release flag kills Win32 applications without unittest flag? (3)
Mar 15 2007    [Issue 1063] New: Assertion failure: 'global.errors' on line 444 in file 'declaration.c' (3)
Mar 14 2007    [Issue 1062] New: Cannot catch typedef'd class (4)
Mar 12 2007    [Issue 1058] New: DMD hangs with 100% CPU (9)
Mar 12 2007    std.string.toString(char*) little nuisance (4)
Mar 12 2007    [Issue 1056] New: segfault with pragma(msg) inside CTFE (3)
Mar 11 2007    [Issue 1053] New: Make 'static else if' or 'static if (...) {...} else if' work (9)
Mar 11 2007    [Issue 1052] New: DMD 1.009 - aliasing functions from superclasses may result in incorrect conflicts (4)
Mar 10 2007    [Issue 1049] New: Template specialization via delegate parameters (2)
Mar 08 2007    Phobos std.conv.convError ... (1)
Mar 08 2007    [Issue 1038] New: explicit class cast breakage in 1.007 (4)
Mar 06 2007    [Issue 1028] New: Segfault using tuple inside asm code. (4)
Mar 06 2007    [Issue 1027] New: "fadd real ptr [EAX];" does not compile (3)
Mar 05 2007    [Issue 1026] New: dmd SEGV when checking length of Tuple elements when length == 0 (5)
Mar 04 2007    [Issue 1024] New: invalid UTF-8 sequence for \u00B6 (ΒΆ) in comment (8)
Mar 04 2007    [Issue 1022] New: CodeView: unions have zero length in typeleafs and datasymbols (2)
Mar 04 2007    [Issue 1021] New: CTFE and functions returning void (3)
Mar 04 2007    [Issue 1020] New: regression: mov EAX, func (2)
Mar 04 2007    [Issue 1019] New: regression: Error: array index X is out of bounds [0 .. Y] (2)
Mar 04 2007    [Issue 1018] New: regression: Error: divide by 0 (2)
Mar 03 2007    string literal concatenation (1)
Mar 03 2007    [Issue 1017] New: CTFE doesn't support (string == string) (8)
Mar 02 2007    atof & atoi (2)
Mar 02 2007    Contract inheritance not working (2)
Mar 02 2007    [Issue 1016] New: CTFE fails with recursive functions (3)
Mar 01 2007    [Issue 1015] New: Compile-time functions cannot return multidimensional array literals (2)
Mar 01 2007    [Issue 1014] New: Error with character literal escaping when generating header with -H (2)
Feb 27 2007    Bug or Missing Feature? : Static assert about const structs (1)
Feb 27 2007    [Issue 1009] New: CodeView: out and inout parameters are declared void* (2)
Feb 27 2007    [Issue 1008] New: classinfo_size assertion fail (4)
Feb 25 2007    Backend OMF structure (1)
Feb 24 2007    [Issue 1006] New: no ambiguity error given if getting function address (5)
Feb 24 2007    [Issue 1005] New: dmd: tocsym.c:343: virtual Symbol* FuncDeclaration::toSymbol(): Assertion `0' failed. (5)
Feb 24 2007    [Issue 1004] New: Changed environment not passed to child process (2)
Feb 23 2007    Wrong implicit delegate conversion? (3)
Feb 23 2007    Segmentation fault on de-referencing int field over 3 levels (2)
Feb 23 2007    [Issue 1002] New: debug statement crashes at compile-time function execution (3)
Feb 22 2007    [Issue 1000] New: writefln fails on nested arrays (3)
Feb 22 2007    [Issue 998] New: Crash in compile-time functions with pragma(msg,...) (5)
Feb 22 2007    [Issue 997] New: [Regression] Struct-returning function that conditionally passes the result of another function straight through doesn't work (NRVO bug?) (4)
Feb 22 2007    [Issue 995] New: compile-time function return element of Tuple / const array (5)
Feb 21 2007    [Issue 994] New: incorrect name mangling of RT symbols for "special" classes (4)
Feb 21 2007    [Issue 993] New: incorrect ABI documentation for float parameters (3)
Feb 21 2007    [Issue 992] New: CTFE Failure with static if (6)
Feb 21 2007    [Issue 990] New: Crash when compiling the following code (3)
Feb 21 2007    [Issue 989] New: Security hole (4)
Feb 20 2007    [Issue 988] New: Win32 Exception using asm lock prefix (5)
Feb 20 2007    Overloading issue with enum in dmd 1.006 (3)
Feb 19 2007    [Issue 987] New: Add DMD compiler switch to prevent automatic linking to phobos.lib/libphobos.a (5)
Feb 19 2007    [Issue 986] New: Internal error: e2ir.c 1098 (6)
Feb 19 2007    [Issue 985] New: dll-imported functions return values broken (3)
Feb 19 2007    [Issue 982] New: Codeview: symbols of enum type are declared integer (1)
Feb 18 2007    * bogus codegen with static opAssign() usage * (6)
Feb 18 2007    [Issue 981] New: CFTE fails in non-template and functions that takes no args. (3)
Feb 18 2007    Are dll-imported functions broken? (4)
Feb 18 2007    [Issue 980] New: If a function tries to concatenate a char to a empty array, dmd complains that the function can't be evaluated at compile time (3)
Feb 17 2007    [Issue 979] New: offsetof for classes does not work (7)
Feb 17 2007    [Issue 976] New: compile-time const array makes dmd crash (2)
Feb 17 2007    [Issue 975] New: compile-time const array makes dmd crash (4)
Feb 17 2007    [Issue 974] New: compile-time parenthesis bug (3)
Feb 16 2007    [Issue 972] New: wrong link in phobos documentation (2)
Feb 16 2007    [Issue 970] New: ICE with CTFE (2)
Feb 16 2007    [Issue 969] New: 'this' needed for class member (3)
Feb 15 2007    [Issue 968] New: ICE on compile-time execution (5)
Feb 15 2007    [Issue 967] New: %f format is wrong for some values (2)
Feb 15 2007    [Issue 966] New: is(H==function) fails if H is a function type (3)
Feb 15 2007    [Issue 964] New: Internal error: ../ztc/cod3.c 1760 (3)
Feb 15 2007    [Issue 963] New: tuples & array literals: Error: non-constant expression ["abc","1"] (4)
Feb 14 2007    Possible bug with dereference operator + arrays (1)
Feb 14 2007    Odd delegate behavior (3)
Feb 14 2007    [Issue 962] New: extern C/Windows names D-mangled (2)
Feb 13 2007    [Issue 961] New: std.windows.registry stack corruption (5)
Feb 13 2007    [Issue 960] New: DMD 1.0 is in the past -- not the future (2)
Feb 13 2007    [Issue 959] New: smaller ddoc documentation issue (2)
Feb 13 2007    Error: escaping reference to local v (1)
Feb 13 2007    [Issue 958] New: opEquals and opCmp doesn't take Object anymore (2)
Feb 13 2007    [Issue 957] New: linkage attributes for function level declarations are ignored (3)
Feb 13 2007    [Issue 956] New: Testing Class Object for null reference causes Access Violation Error (3)
Feb 12 2007    Please fix 102/282/912. (1)
Feb 11 2007    bug with switch (1)
Feb 11 2007    [Issue 950] New: Missing filename and line number: conflict between implicit length in [...] and explicit length declared in the scope (3)
Feb 11 2007    [Issue 948] New: operatoroverloading.html - Rationale section is both out of date and incomplete (2)
Feb 09 2007    [Issue 944] New: Updated file.d (6)
Feb 09 2007    [Issue 943] New: DDoc ignoring sections, not making paragraphs (1)
Feb 07 2007    [Issue 940] New: CodeView types for classes (2)
Feb 07 2007    [Issue 939] New: CodeView types for arrays (1)
Feb 07 2007    [Issue 938] New: struct with Tuple (2)
Feb 06 2007    [Issue 936] New: Optimization by compiler hints (8)
Feb 06 2007    documentation: broken link to std.bind (1)
Feb 06 2007    [Issue 935] New: Extern Global C Variables (2)
Feb 06 2007    [Issue 933] New: Literal tuple parameters fails to compile when inout is mentioned (2)
Feb 06 2007    [Issue 931] New: D Strings vs C++ Strings Page Incorrect (2)
Feb 06 2007    Template Codegen + Tupleof (6)
Feb 03 2007    [Issue 930] New: Templates inside templates used as mixins (2)
Feb 03 2007    offsetof fails when parameter to a template (2)
Feb 03 2007    [Issue 927] New: writefln() is duplicating values for parameters supplied (10)
Feb 02 2007    [Issue 924] New: GC collects valid objects (3)
Feb 01 2007    [Issue 919] New: auto type inference with nested arrays (2)
Feb 01 2007    std.regexp bug? (1)
Feb 01 2007    [Issue 917] New: regression: circular typedefs cause segfaults (2)
Feb 01 2007    [Issue 916] New: regression: Internal error: ../ztc/gloop.c 1305 (2)
Feb 01 2007    [Issue 915] New: dmd generate bad form return(retn 4) for invariant func (3)
Feb 01 2007    [Issue 914] New: char[] ~= wchar results in invalid UTF-8 (3)
Jan 31 2007    [Issue 913] New: deprecated tokens still listed (3)
Jan 31 2007    Possible bug in std.file.listdir (Linux) (6)
Jan 31 2007    [Issue 912] New: forward referenced error in some cases (nested class)? (3)
Jan 31 2007    [Issue 910] New: Error in description of "this" and "super" keywords (2)
Jan 30 2007    [Issue 908] New: compiler dies trying to inline static method call to nonstatic method in template code. (3)
Jan 30 2007    [Issue 907] New: pointers in static constructors are wack (2)
Jan 29 2007    [Issue 905] New: printf strangeness (6)
Jan 29 2007    [Issue 904] New: Bad code generated for local _assert routine (6)
Jan 29 2007    [Issue 903] New: Example with printf and string literals crashes (2)
Jan 29 2007    [Issue 902] New: Duplicate zero-initialized template member variables (4)
Jan 29 2007    [Issue 901] New: Comparison of array literals fails (3)
Jan 28 2007    [Issue 898] New: std.conv.toInt doesn't raise ConvOverflowError (2)
Jan 28 2007    [Issue 897] New: fix default dmd.conf file (3)
Jan 27 2007    bug http://www.digitalmars.com/d/cpptod.html#properties (1)
Jan 27 2007    strange behavior in opApply (3)
Jan 27 2007    dstress alias_18.d (through 23) (1)
Jan 27 2007    dstress alias_17.d (1)
Jan 26 2007    [Issue 894] New: base class with implemented abstract method problem (2)
Jan 26 2007    [Issue 893] New: The profile flag no longer seems to work on Linux x86 64 (3)
Jan 26 2007    [Issue 892] New: Another bug in the new GC - pointers in mixins (3)
Jan 26 2007    [Issue 891] New: Crash when compiling the following code (tested with 1.0, 1.001 and 1.002) (2)
Jan 26 2007    [Issue 890] New: Returning char[4] and assigning to char[] produces unexpected results. (4)
Jan 25 2007    [Issue 887] New: TypeInfo does not correctly override opCmp, toHash (3)
Jan 25 2007    [Issue 886] New: std.zlib uncompression routines do not mark result as containing no pointers (2)
Jan 25 2007    std.c.wcharh missing from zip? (1)
Jan 24 2007    [Issue 885] New: Recursion into folders with FindFirstFileA/FindNextFileA behaves incorrectly (5)
Jan 24 2007    writefx and threads (2)
Jan 24 2007    [Issue 883] New: ICE: nested templates with integer arguments (2)
Jan 24 2007    [Issue 882] New: associative arrays with TypeInfo keys are broken for user defined types (2)
Jan 24 2007    [Issue 881] New: std.stream.Stream.readLine is broken for non-seekable sources with DOS line ends (1)
Jan 23 2007    [Issue 880] New: private imports not honored (2)
Jan 23 2007    bugzilla usage tips (1)
Jan 23 2007    [Issue 878] New: template page, limitations section outdated: non-static member template functions are allowed (2)
Jan 23 2007    [Issue 877] New: forward references in interdependent template/struct definitions since v1.0 (3)
Jan 23 2007    stream.readLine (4)
Jan 22 2007    [Issue 875] New: crash in glue.c line 700 (2)
Jan 22 2007    [Issue 872] New: Assertion in expression.c caused by taking typeof of "this.outer" in nested classes. (3)
Jan 21 2007    [Issue 871] New: contradictory error messages for templates (2)
Jan 21 2007    [Issue 866] New: Abstract classes can't have constructors: fails to link, hard to find problem (3)
Jan 20 2007    [Issue 864] New: Omit function definitions in interface modules without -inline (1)
Jan 20 2007    [Issue 863] New: Selectively importing a nonexistent identifier results in spurious and incorrect error message (2)
Jan 20 2007    [Issue 862] New: Can't link with std.c.stdlib.setenv (3)
Jan 20 2007    [Issue 861] New: Using two typedefs of an undefined name in a class in a different module with import cycles causes DMD to hang (7)
Jan 20 2007    Stack overflow error (8)
Jan 19 2007    [Issue 857] New: Error: no size for type void() doesn't show the line number (3)
Jan 19 2007    [bug 618] marked fixed, but dstress bug_optimize_294 showing some (4)
Jan 19 2007    bug 142 -- fixed but dstress still failing (7)
Jan 18 2007    Nested functions bug (4)
Jan 16 2007    [Issue 851] New: strange bug when a delegate access a member variable. (3)
Jan 14 2007    [Issue 849] New: http://www.digitalmars.com/d/cppdbc.html is an empty document (2)
Jan 14 2007    [Issue 848] New: typo in C sorting example (1)
Jan 14 2007    [Issue 847] New: c++ vs d comparsion cleanups (1)
Jan 14 2007    fnmatch() (1)
Jan 13 2007    [Issue 845] New: dmd -run does not correctly pass command line arguments (1)
Jan 12 2007    [Issue 835] New: RegExp.test wrongly matches strings on case insensitive attribute (2)
Jan 12 2007    Apparent Stack Corruption with std.windows.registry (2)
Jan 12 2007    std.loader broken on linux? (6)
Jan 12 2007    Function overloading with non-D linkage? (1)
Jan 12 2007    [Issue 832] New: Struct copying changed in 1.0 (7)
Jan 11 2007    bugs/errors in the D BNF (3)
Jan 11 2007    [Issue 831] New: Warning!! String literals are read-only one some platforms. (1)
Jan 11 2007    uninitialized string, ddbi bug (sorry, Track appears broken) (1)
Jan 11 2007    PHOBOS std/c/time.d const sysconf bug (1)
Jan 11 2007    [Issue 830] New: Access to static member variable causes Access Violation (5)
Jan 11 2007    [Issue 829] New: struct operator opMul() return a wrong value (4)
Jan 10 2007    [Issue 828] New: expression.c:1904: virtual Expression* ThisExp::semantic(Scope*): Assertion `global.errors || var' failed. (2)
Jan 09 2007    [Issue 826] New: ICE: is-expression with invalid template instantiation (3)
Jan 09 2007    [Issue 825] New: dmd segmentation fault with large char[] template value parameter (5)
Jan 09 2007    [Issue 824] New: "mov EAX, func;" and "lea EAX, func;" generate incorrect code (3)
Jan 09 2007    [Issue 823] New: frontend: incorrect verror declaration in mars.h (2)
Jan 09 2007    [Issue 822] New: path (3)
Jan 09 2007    [Issue 821] New: segfault with char array copy (6)
Jan 08 2007    [Issue 820] New: gc should scan only pointer types for pointers (2)
Jan 08 2007    Bugs with overloaded variadic functions (1)
Jan 08 2007    [Issue 819] New: mention response files in cmd line usage (2)
Jan 08 2007    [Issue 818] New: std.socket.InternetAddress.sin needs to be properly initialized on OS X (1)
Jan 07 2007    [Issue 817] New: const char[] = string_literal - string_literal gets included for every reference (3)
Jan 07 2007    [Issue 815] New: scope(exit) isn't executed when "continue" is used to continue a while-loop (5)
Jan 07 2007    std/c/time.d const sysconf bug? (4)
Jan 07 2007    [Issue 813] New: regression: optimizer & scope (2)
Jan 07 2007    [Issue 812] New: regression: multiple definition template symbols (2)
Jan 07 2007    [Issue 811] New: regression: forward reference when using templated classes (2)
Jan 06 2007    [Issue 807] New: inout params don't mesh with fpu (2)
Jan 06 2007    [Issue 804] New: missing linux functions (2)
Jan 06 2007    [Issue 802] New: ABI/API issues in phobos/internal/aaA.d (1)
Jan 06 2007    [Issue 800] New: writefln() on an associative array fails hard (7)
Jan 06 2007    [Issue 799] New: Array literal with covariant types (3)
Jan 06 2007    [Issue 798] New: Template function overloading problems (5)
Jan 06 2007    Reminder (2)
Jan 05 2007    [Issue 795] New: Phobos build issue: std.regexp unittest (3)
Jan 05 2007    foreach problem (7)
Jan 04 2007    webnews (1)
Jan 04 2007    [Issue 794] New: std.math.exp2(0) equals 0 instead of 1 (2)
Jan 04 2007    [Issue 793] New: OBJ file names conflict => linker error (4)
Jan 03 2007    [Issue 789] New: const initialization in forwarding constructors doesn't work (3)
Jan 02 2007    [Issue 788] New: Compiler rejects hex floats in the format: HexPrefix HexDigits . HexDigits(opt) with binary-exponent-part required (3)
Jan 02 2007    [Issue 787] New: incorrect documentation of std.ctype.isprint (1)
Jan 02 2007    [Issue 786] New: the \ EndOfFile EscapeSequence in double-quoted strings doesn't work (9)
Jan 02 2007    In the Windows installation the all.sh script crashes (2)
Jan 01 2007    [Issue 784] New: regression: [Issue 402] compiler crash with mixin and forward reference (1)
Dec 31 2006    [Issue 782] New: Dmd crash with template class, alias, inheritance and severals files (4)
Dec 30 2006    [Issue 779] New: init.c:103: virtual Expression* VoidInitializer::toExpression(): Assertion `0' failed. (2)
Dec 30 2006    [Issue 778] New: -inline: Assertion failure: '!v->csym' on line 450 in file 'glue.c' (3)
Dec 30 2006    [Issue 777] New: -inline: assert() with a non-constant message causes code to not compile (4)
Dec 30 2006    [Issue 776] New: Unittest section inside a template does not alway execute. (3)
Dec 30 2006    [Issue 775] New: array literals can't be used as template arguments (5)
Dec 30 2006    [Issue 773] New: Redundant "Error: " in std.conv.ConvError (2)
Dec 29 2006    [Issue 766] New: dmd.exe crash (3)
Dec 28 2006    [Issue 765] New: ArrayBoundsError when assigning slice of pointer (3)
Dec 28 2006    [Issue 764] New: (typeof(o)).classinfo causes parser error (4)
Dec 28 2006    [Issue 763] New: Segfault compiling template code on Linux (4)
Dec 28 2006    [Issue 762] New: Newsgroup links still use the old web interface (2)
Dec 28 2006    [Issue 760] New: std.c.stdlib does not include system(3) (2)
Dec 27 2006    [Issue 754] New: hex strings crash DMD when reporting syntax errors (3)
Dec 27 2006    [Issue 753] New: Minor Misspelling in Class Spec Page (2)
Dec 26 2006    [Issue 751] New: Compiler segfault on template expansion (3)
Dec 26 2006    [Issue 750] New: Recursive typeof in function declaration crashes DMD (3)
Dec 25 2006    [Issue 748] New: internal error with mixed static / dynamic array (4)
Dec 24 2006    [Issue 735] New: dmd segfault (7)
Dec 23 2006    [Issue 734] New: Multidimensional arrays use incorrect initializer (3)
Dec 23 2006    [Issue 733] New: std.conv.toFloat does not catch errors (2)
Dec 23 2006    [Issue 732] New: Boxer unit test fails (2)
Dec 23 2006    [Issue 731] New: Positive and negative NaN in template arguments causes link conflict (3)
Dec 23 2006    [Issue 729] New: scope(...) statement in SwitchBody causes compiler to segfault (5)
Dec 23 2006    [Issue 728] New: incorrect initialisation of member arrays if an explicit struct initializer is used (2)
Dec 23 2006    [Issue 727] New: -inline: missing return in short function causes incorrect code generation (2)
Dec 23 2006    [Issue 726] New: incorrect error line for "override" mixin (2)
Dec 23 2006    [Issue 725] New: expression.c:6516: virtual Expression* MinAssignExp::semantic(Scope*): Assertion `e2->type->isfloating()' failed. (2)
Dec 23 2006    [Issue 724] New: templated circular typedef in function causes: template.c:2735: TemplateDeclaration* TemplateInstance::findTemplateDeclaration(Scope*): Assertion `s->parent' failed. (3)
Dec 23 2006    [Issue 723] New: bad mixin of class definitions at function level: func.c:535: virtual void FuncDeclaration::semantic3(Scope*): Assertion `0' failed (3)
Dec 23 2006    [Issue 722] New: mixin as return value: expression.c:775: virtual void Expression::toMangleBuffer(OutBuffer*): Assertion `0' failed. (3)
Dec 22 2006    [Issue 720] New: bug in array literal parsing with append (3)
Dec 22 2006    [Issue 719] New: compiler segment faults if struct template is insanciated from another module (2)
Dec 22 2006    [Issue 717] New: toobj.c:191: virtual void ClassDeclaration::toObjFile(): Assertion `!scope' failed. (3)
Dec 22 2006    [Issue 710] New: compiler assertion failure w/ templates (3)
Dec 21 2006    [Issue 709] New: inline assembler: "CVTPD2PI mm, xmm/m128" fails to compile (2)
Dec 21 2006    [Issue 708] New: inline assembler: "CVTPS2PI mm, xmm/m128" fails to compile (2)
Dec 21 2006    [Issue 706] New: incorrect type deduction for array literals in functions (2)
Dec 21 2006    [Issue 703] New: SuperExp::scanForNestedRef Assertion (3)
Dec 21 2006    [Issue 702] New: inline assembler: "SMSW r32" fails to compile (2)
Dec 19 2006    [Issue 699] New: long variadic arguments and the "-profile" flag (4)
Dec 19 2006    [Issue 698] New: variadic arguments have a limit (7)
Dec 17 2006    [Issue 694] New: Doc mistake: a == null is not a.opCmp(null) (3)
Dec 14 2006    [Issue 689] New: Clean up the spec printfs! :) (7)
Dec 12 2006    [Issue 683] New: dmd segv, this ain't the same as bug 682 (5)
Dec 09 2006    [Issue 668] New: Use of *.di files breaks the order of static module construction (13)
Dec 05 2006    [Issue 652] New: Implement write and writeln in std.stdio (5)
Dec 04 2006    [Issue 647] New: Ddoc: documenting anonymous enum prevents documentation of values from being emitted. (5)
Dec 04 2006    [Issue 645] New: Race condition in std.thread.Thread.pauseAll (3)
Dec 04 2006    [Issue 643] New: dmd crashes with fwd-referenced .sizeof via aliases (3)
Dec 03 2006    [Issue 641] New: Complex string operations in template argument ICEs dmd (4)
Dec 03 2006    [Issue 640] New: Strage error messages around structInstance.init (4)
Dec 03 2006    [Issue 639] New: Escaped tuple parameter ICEs dmd (4)
Dec 03 2006    [Issue 637] New: internal symbols are missing the leading underscore (4)
Dec 02 2006    [Issue 629] New: Misleading error message "Can only append to dynamic arrays" (2)
Dec 02 2006    [Issue 627] New: Concatenation of strings to string arrays with ~ corrupts data (5)
Nov 30 2006    [Issue 621] New: When inside a loop, if you call break inside a try block the finally block is never executed (5)
Nov 26 2006    [Issue 606] New: auto x = property: variable x cannot be declared to be a function (5)
Nov 26 2006    [Issue 604] New: static, renamed, and selective imports aren't private (2)
Nov 25 2006    [Issue 595] New: can't append to array/arrayliteral statically (4)
Nov 25 2006    [Issue 594] New: can't cast arrayliteral statically (3)
Nov 23 2006    [Issue 592] New: expand in std.zip reassign values to archievemember's members prevent from correctly unzip some zip files (5)
Nov 23 2006    [Issue 588] New: lazy argument and nested symbol support to std.demangle (6)
Nov 22 2006    [Issue 584] New: Misleading error message "non-constant expression" in tricky template code (4)
Nov 21 2006    [Issue 582] New: Cannot slice mixed tuples (4)
Nov 19 2006    [Issue 579] New: BufferedFile fails open big files (3)
Nov 18 2006    [Issue 565] New: Cannot forward reference types within template parameter list (2)
Nov 18 2006    [Issue 563] New: DebugSpecification doesn't work (3)
Nov 18 2006    [Issue 561] New: Incorrect duplicate error messagae when trying to create instance of interface (4)
Nov 18 2006    [Issue 559] New: Final has no effect on methods (5)
Nov 18 2006    [Issue 558] New: Final has no effect on classes (3)
Nov 18 2006    [Issue 556] New: is (Type Identifier : TypeSpecialization) doesn't work as it should (3)
Nov 18 2006    [Issue 553] New: Assertion failure: '0' on line 609 in file 'constfold.c' on modulo of complex number (2)
Nov 18 2006    [Issue 552] New: Internal error: ..\ztc\cg87.c 1327 on in-function modulo of imaginary number (2)
Nov 18 2006    [Issue 551] New: Modulo operator works with imaginary and complex operands (4)
Nov 18 2006    [Issue 550] New: Shifting by more bits than size of quantity is allowed (6)
Nov 17 2006    [Issue 549] New: A class derived from a deprecated class is not caught (2)
Nov 17 2006    [Issue 540] New: Nested template member function error - "function expected before ()" (8)
Nov 16 2006    [Issue 537] New: ICE from unnamed tuple parameter (2)
Nov 16 2006    [Issue 536] New: Assertion failure: template.c 2735 - trying to instantiate an undefined template with the same name as the module (2)
Nov 16 2006    [Issue 532] New: Wrong name mangling for template alias params of local vars (7)
Nov 16 2006    [Issue 529] New: segfault when passing .tupleof to variadic template (2)
Nov 15 2006    [Issue 527] New: Compiler crash when use array in template argument (2)
Nov 15 2006    [Issue 518] New: Destructors cannot be const or auto - or scope (2)
Nov 15 2006    [Issue 512] New: Assigning to constants in a forwarded constructor doesn't work (2)
Nov 08 2006    [Issue 487] New: regression: multiple definition of `_D7dstress3run1t13template_32_A31__T3sumVee00000000000000800040Z3sume' (2)
Nov 03 2006    [Issue 479] New: can't compare arrayliteral statically with string (3)
Oct 07 2006    [Issue 406] New: std.loader is broken on linux (2)
Sep 11 2006    [Issue 345] New: updated std.uni.isUniAlpha to Unicode 5.0.0 (4)
Sep 03 2006    [Issue 322] New: Spawning threads which allocate and free memory leads to pause error on collect (6)
Sep 03 2006    [Issue 321] New: Wrong license in Phobos (for Synesis contribs) (4)
Sep 02 2006    [Issue 318] New: wait does not release thread resources on Linux (6)
Aug 22 2006    [Issue 305] New: version and static if blocks introduce new scope for 'scope' statement (3)
Aug 11 2006    [Issue 283] New: listdir does not decend into subdirs on linux (6)
Jul 29 2006    [Issue 268] New: Bug with SocketSet and classes (22)
Jul 02 2006    [Issue 237] New: std.stream.File.close() doesn't reset isopen flag (4)
Jun 26 2006    [Issue 227] New: Internal Compiler error: array concatenation/append on struct (6)
Jun 22 2006    [Issue 219] New: Compiler crash using string literal in non-extern(D) function call (2)
Jun 22 2006    [Issue 218] New: Clean up old code for packed bit array support (2)
Jun 22 2006    [Issue 217] New: typeof not working properly in internal/object.d (4)
Jun 21 2006    [Issue 216] New: ridiculous error message (5)
Jun 20 2006    [Issue 214] New: seg-v from scope() in switch (2)
Jun 19 2006    [Issue 209] New: "Diamond" import name conflicts when using Fully Qualified names (39)
Jun 17 2006    [Issue 204] New: Improve error message. (13)
Jun 02 2005    __libc_stack_end not done correctly (8)
Mar 26 2005    Missing alias for WNDCLASSEXA in std.c.windows.windows (4)

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