www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.bugs

Dec 30 2006    [Issue 780] New: The assignment of 'this' is allowed (8)
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 774] New: indexing / slicing a const arrays causes: "Error: non-constant expression" (3)
Dec 30 2006    [Issue 773] New: Redundant "Error: " in std.conv.ConvError (2)
Dec 29 2006    [Issue 772] New: Bogus error using relation operator as static if expression within template (5)
Dec 29 2006    [Issue 769] New: Property not properly compiled - (error on valid code) (4)
Dec 29 2006    [Issue 768] New: A switch to print predefined version identifiers (7)
Dec 29 2006    [Issue 767] New: compiler shall print dependencies and pragma(lib) (11)
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 761] New: std.format.doFormat fails for items of a char[][] containing %s (3)
Dec 28 2006    [Issue 760] New: std.c.stdlib does not include system(3) (2)
Dec 28 2006    [Issue 759] New: rdmd does not accept "*.d" or "name.d" as program argument (2)
Dec 27 2006    [Issue 758] New: Segmentation fault when compiling. (6)
Dec 27 2006    [Issue 756] New: IFTI for tuples only works if tuple parameter is last (4)
Dec 27 2006    [Issue 755] New: std.utf.decode() throws exception with typo (5)
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 752] New: Assertion failure: 'e->type->ty != Ttuple' on line 4518 in file 'mtype.c' (13)
Dec 26 2006    [Issue 751] New: Compiler segfault on template expansion (3)
Dec 26 2006    .obj files conflict (5)
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    Bad AA behavior (9)
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 730] New: broken operator handling of ifloat/idouble/ireal (5)
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 718] New: Internal error: ../ztc/cgcod.c 562 (7)
Dec 22 2006    [Issue 717] New: toobj.c:191: virtual void ClassDeclaration::toObjFile(): Assertion `!scope' failed. (3)
Dec 22 2006    [Issue 716] New: -inline: conditinal compilation of an empty foreach body causes the compiler to segfault (5)
Dec 22 2006    [Issue 715] New: incorrect IEEE 754 handling of -0i and +0i (3)
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 22 2006    [Issue 712] New: incorrect scope of class level mixins if interfaces are involved (2)
Dec 22 2006    [Issue 711] New: combining mixins and overriding causes inifite loops (2)
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 707] New: incorrect error lines for failed aliases (2)
Dec 21 2006    [Issue 706] New: incorrect type deduction for array literals in functions (2)
Dec 21 2006    [Issue 705] New: Mixins and auto (2)
Dec 21 2006    [Issue 704] New: destructors are called even if the constructor throws an exception (7)
Dec 21 2006    [Issue 703] New: SuperExp::scanForNestedRef Assertion (3)
Dec 21 2006    bug in array literal parsing (1)
Dec 21 2006    [Issue 702] New: inline assembler: "SMSW r32" fails to compile (2)
Dec 20 2006    [Issue 701] New: Inline asm using incorrect offsets when used in inner function (6)
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 18 2006    [Issue 697] New: No const folding on asm db,dw, etc (6)
Dec 17 2006    Compiler internal error (6)
Dec 17 2006    [Issue 694] New: Doc mistake: a == null is not a.opCmp(null) (3)
Dec 17 2006    compiler assertion failure w/ templates (2)
Dec 16 2006    [Issue 693] New: 'this' can't be used as an alias parameter for a mixin (7)
Dec 16 2006    [Issue 692] New: rules for assigning to complex types are too strict (7)
Dec 16 2006    [Issue 691] New: Object.print ought to be removed or at least deprecated (3)
Dec 16 2006    [Issue 690] New: ABI not fully documented (11)
Dec 16 2006    dmd infinite loop (2)
Dec 16 2006    [Issue XXX] ToBeFiled: 'this' can't be used as an alias parameter (1)
Dec 16 2006    [Issue XXX] ToBeFiled: rules for assigning to complex types are too (1)
Dec 16 2006    Bugzilla still down (8)
Dec 15 2006    d.puremagic.com down (1)
Dec 14 2006    [Issue 689] New: Clean up the spec printfs! :) (7)
Dec 13 2006    [Issue 688] New: Implicit function template match doesn't work for classes (5)
Dec 13 2006    [Issue 687] New: DDoc doesn't document anonymous enums (2)
Dec 13 2006    [Issue 686] New: [Regression] opCast of a struct or union is called in nonsensical circumstances (3)
Dec 12 2006    [Issue 685] New: dmd assertion failure (3)
Dec 12 2006    [Issue 684] New: dmd should compile this (3)
Dec 12 2006    [Issue 683] New: dmd segv, this ain't the same as bug 682 (5)
Dec 12 2006    [Issue 682] New: dmd segfault with vararg template (2)
Dec 12 2006    [Issue 681] New: Array -- Implicit type doc updates needed (3)
Dec 12 2006    [Issue 680] New: incorrect placement of _D in symbol D85TypeInfo_S_D3std9dateparse9DateParse8classifyMFAaZE3std9dateparse9DateParse2DP6DateID6__initZ (1)
Dec 12 2006    [Issue 679] New: Spec needs allowances for copying garbage collection (3)
Dec 12 2006    Is this correct behavyor? (template tuples) (1)
Dec 11 2006    [Issue 678] New: should this be a bug?? (10)
Dec 11 2006    [Issue 677] New: [Tracker] Get the documentation cleaned up for 1.0 (7)
Dec 11 2006    [Issue 676] New: These two funcs shouldn't conflict (6)
Dec 11 2006    TypeInfo for arrays seem wrong (1)
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 10 2006    T[] -> T* implicit converstion still working? (2)
Dec 10 2006    [Issue 673] New: ABI as documented is 32 bit specific.. how about 64 bits? (10)
Dec 09 2006    [Issue 672] New: Compiler endless loop with nested class object (3)
Dec 09 2006    [Issue 671] New: Weird class reference declaration compiles (7)
Dec 09 2006    [Issue 669] New: (a == b) misuses opCmp and opEquals (5)
Dec 09 2006    [Issue 668] New: Use of *.di files breaks the order of static module construction (13)
Dec 09 2006    [Issue 667] New: incorrect value for std.socket.SocketShutdown.BOTH (2)
Dec 09 2006    [Issue 666] New: missing pthread functions (4)
Dec 09 2006    [Issue 665] New: missing functions in std.c.linux.linux (2)
Dec 09 2006    [Issue 664] New: is(func T == return) ignores variadic arguments (17)
Dec 07 2006    [Issue 663] New: Slice assignment does not bounds check when it should (3)
Dec 07 2006    [Issue 662] New: Support functions as basictypes and enum properties (4)
Dec 06 2006    [Issue 661] New: Error using a zero-init struct's init property (3)
Dec 06 2006    [Issue 658] New: struct pointers in with() (6)
Dec 06 2006    [Issue 655] New: Operator overload uses opIndex instead of opIndexAssign (4)
Dec 05 2006    [Issue 654] New: Const string member using implicit type inference gives garbage in certain situation (3)
Dec 05 2006    Documentation bug (2)
Dec 05 2006    Compiler crash (3)
Dec 05 2006    [Issue 653] New: AAs are slightly broken (3)
Dec 05 2006    bug or feature? (4)
Dec 05 2006    print error messages but no line number (2)
Dec 05 2006    [Issue 652] New: Implement write and writeln in std.stdio (5)
Dec 05 2006    [Issue 651] New: Assertion failure: 'global.errors' on line 2622 in file 'template.c' (3)
Dec 05 2006    [Issue 650] New: Assertion failure: '0' on line 774 in file 'expression.c' (3)
Dec 04 2006    [Issue 649] New: format() hangs in thread (6)
Dec 04 2006    [Issue 648] New: DDoc: unable to document mixin statement (16)
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 644] New: Ddoc: aliases used as parameters/fields revert to base type in generated docs. (6)
Dec 04 2006    [Issue 643] New: dmd crashes with fwd-referenced .sizeof via aliases (3)
Dec 04 2006    [Issue 642] New: error: mixin "static this" into where it cannot be (8)
Dec 03 2006    Bug #146 (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 638] New: additional leading D in symbol D_D3std9dateparse9DateParse8classifyFAaZE3std9dateparse9DateParse2DP6DateID6__initZ (2)
Dec 03 2006    [Issue 637] New: internal symbols are missing the leading underscore (4)
Dec 03 2006    [Issue 636] New: Excessive "1: " in error message (2)
Dec 03 2006    [Issue 635] New: regression: looping "Error: outer class Outer 'this' needed to 'new' nested class Inner" (3)
Dec 02 2006    d1.0blocker nominations still not being answered (1)
Dec 02 2006    [Issue 634] New: writef doesn't work on enums (2)
Dec 02 2006    [Issue 633] New: Enum promotion rules are not specified (3)
Dec 02 2006    [Issue 632] New: Typedef promotions spec ambiguous - ultimate base type or lowest common denominator? (4)
Dec 02 2006    [Issue 631] New: Spelling errors in DMD distribution (5)
Dec 02 2006    [Issue 630] New: Obscure, unimplemented features related to in/out contracts (5)
Dec 02 2006    [Issue 629] New: Misleading error message "Can only append to dynamic arrays" (2)
Dec 02 2006    [Issue 628] New: Assertion failure: '0' on line 91 in file 'init.c' (3)
Dec 02 2006    [Issue 627] New: Concatenation of strings to string arrays with ~ corrupts data (5)
Dec 02 2006    [Issue 626] New: std.format.doFormat accepts non-string arrays with any format specifier (3)
Dec 02 2006    Assertion failure: '!vthis->csym' on line 412 in file 'glue.c' (1)
Dec 01 2006    [Issue 625] New: static import and renamed import of mixin don't work (4)
Nov 30 2006    [Issue 623] New: Assertion failure: 'global.errors' on line 2622 in file 'template.c' (2)
Nov 30 2006    [Issue 622] New: There should be a warning for unininitalized class reference (5)
Nov 30 2006    toString identification with imported std.thread (1)
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 30 2006    [Issue 620] New: Can't use property syntax with a template function (10)
Nov 29 2006    [Issue 619] New: Alias of templated struct instance crashes 0.175 (3)
Nov 29 2006    [Issue 618] New: The following program crashes dmd.exe 0.175 (4)
Nov 28 2006    Overload issue between char[] and char*, inwhich the postfix should solve (3)
Nov 28 2006    [Issue 617] New: IFTI doesn't use normal promotion rules for non-template parameters (6)
Nov 28 2006    [Issue 616] New: ICE defining templates with unallowed template parameter types (2)
Nov 27 2006    [Issue 615] New: dmd does not properly read dmd.conf with Unix line-ending characters (3)
Nov 27 2006    [Issue 614] New: Real and imaginary properties of complex numbers not allowed as template arguments (6)
Nov 27 2006    The IX PPPR (Pending Peeves Progress Review) (1)
Nov 27 2006    [Issue 613] New: Error message still states that '===' and '!==' are merely deprecated (3)
Nov 27 2006    [Issue 612] New: Associative arrays ignore opEquals, contrary to the spec (2)
Nov 27 2006    [Issue 611] New: IsExpression fails when inside implemented interface (4)
Nov 27 2006    [Issue 610] New: Undocumented behaviour: ~ and ~= can now concatenate an array with a single element (2)
Nov 27 2006    [Issue 609] New: Const struct member is a non-constant expression (5)
Nov 27 2006    [Issue 608] New: Concatenation of const arrays (except strings defined by string literals) is a non-constant expression (2)
Nov 27 2006    [Issue 607] New: toString can't handle char[] (3)
Nov 26 2006    [Issue 606] New: auto x = property: variable x cannot be declared to be a function (5)
Nov 26 2006    [Issue 605] New: Problem w/ function overload resultion and enums. (2)
Nov 26 2006    [Issue 604] New: static, renamed, and selective imports aren't private (2)
Nov 26 2006    [Issue 603] New: Undocumented behaviour: case and default create a scope (13)
Nov 26 2006    [Issue 602] New: Compiler allows a goto statement to skip an initalization (9)
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 25 2006    [Issue 599] New: ExpressionTuple doesn't match template's alias parameters (5)
Nov 25 2006    [Issue 598] New: missing reentrant Linux functions (2)
Nov 25 2006    Why is a cast needed here? (4)
Nov 25 2006    [Issue 597] New: std.socket TcpSocket and UdpSocket are missing. (4)
Nov 25 2006    [Issue 596] New: Support array, arrayliteral and struct in switch and case (15)
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 25 2006    [Issue 593] New: can't deduce from arrayliteral (3)
Nov 24 2006    auto x = property: variable x cannot be declared to be a function (4)
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 591] New: version=LittleEndian crash the compiler (2)
Nov 23 2006    [Issue 590] New: std.stream has no way to create a text-mode file (1)
Nov 23 2006    [Issue 589] New: std.string.newline should be char[] not char[2] (2)
Nov 23 2006    Array initialization - compiler error (2)
Nov 23 2006    [Issue 588] New: lazy argument and nested symbol support to std.demangle (6)
Nov 23 2006    std.perf functions unintuitive (windows version) (2)
Nov 23 2006    optlink error: filenames with spaces (2)
Nov 23 2006    [Issue 587] New: DMD crashes compiling char[][] initialization (7)
Nov 23 2006    [Issue 586] New: Cannot index tuple with non-type elements (5)
Nov 22 2006    [Issue 585] New: dmd crashes with segmentation fault (4)
Nov 22 2006    Mixin problem when compiled as a lib (1)
Nov 22 2006    [Issue 584] New: Misleading error message "non-constant expression" in tricky template code (4)
Nov 21 2006    [Issue 583] New: Throw statements in contracts (2)
Nov 21 2006    dmd core dumped (2)
Nov 21 2006    [Issue 582] New: Cannot slice mixed tuples (4)
Nov 21 2006    Synchronized object must not be deleted. causes useless error message (5)
Nov 21 2006    [Issue 581] New: Error message without line number in tricky template code (4)
Nov 20 2006    [Issue 580] New: Inconsistent constant->enum conversion rules (2)
Nov 19 2006    [Issue 579] New: BufferedFile fails open big files (3)
Nov 19 2006    [Issue 577] New: statement.html - NonEmptyStatement grammar lists DebugStatement and VersionStatement, which are not defined (2)
Nov 19 2006    [Issue 576] New: version.html - ConditionalStatement grammar doesn't make sense (2)
Nov 19 2006    [Issue 574] New: DMD uses D calling convention for returning complex floats from functions with C calling convention (2)
Nov 19 2006    [Issue 573] New: Segfault from version(release) statement (6)
Nov 19 2006    [Issue 572] New: syntax error when using template instantiation with typeof (4)
Nov 18 2006    [Issue 571] New: class instance member template returns strange value (5)
Nov 18 2006    [Issue 570] New: Bogus recursive mixin error (3)
Nov 18 2006    [Issue 569] New: Bogus forward reference error in template inside variadic template (3)
Nov 18 2006    [Issue 568] New: Support to implicitly deduce class template in function template (3)
Nov 18 2006    [Issue 567] New: Compiler crash with conflicting templates (5)
Nov 18 2006    [Issue 566] New: Adding non-static members and functions to classes doesn't error (8)
Nov 18 2006    [Issue 565] New: Cannot forward reference types within template parameter list (2)
Nov 18 2006    [Issue 564] New: Setting predefined versions on the command line causes crashes (4)
Nov 18 2006    [Issue 563] New: DebugSpecification doesn't work (3)
Nov 18 2006    [Issue 562] New: Source file without BOM starting with non-ASCII compiles and runs (2)
Nov 18 2006    [Issue 561] New: Incorrect duplicate error messagae when trying to create instance of interface (4)
Nov 18 2006    [Issue 560] New: Cannot escape reference to variadic parameter (3)
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 557] New: ICE returning a tuple from a function (Assertion failure: '0' on line 694 in file 'glue.c') (3)
Nov 18 2006    [Issue 556] New: is (Type Identifier : TypeSpecialization) doesn't work as it should (3)
Nov 18 2006    [Issue 555] New: Integral ireal literals can't be specified (4)
Nov 18 2006    [Issue 554] New: Division by zero results in two identical errors (2)
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 548] New: Accessing a value of a deprecated enum is not caught (2)
Nov 17 2006    [Issue 547] New: Accessing a deprecated member variable through an explicit object reference is not caught (2)
Nov 17 2006    [Issue 546] New: Error message for accessing a deprecated variable is doubled (5)
Nov 17 2006    [Issue 545] New: Attempt to access a static built-in property of a deprecated struct, union, enum or typedef is not caught (2)
Nov 17 2006    [Issue 544] New: Variable declared of a deprecated type (other than a class) is not caught (2)
Nov 17 2006    [Issue 543] New: Function return of a deprecated type is not caught (2)
Nov 17 2006    [Issue 542] New: Function parameter of a deprecated type (other than a class) is not caught (2)
Nov 17 2006    [Issue 541] New: Incorrect line number for a function parameter of a deprecated class type (2)
Nov 17 2006    [Issue 540] New: Nested template member function error - "function expected before ()" (8)
Nov 17 2006    New: BufferedFile fails open big files (1)
Nov 17 2006    [Issue 539] New: can't instantiate nested template of same name (4)
Nov 16 2006    [Issue 538] New: Can't return an expression tuple from a function (10)
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 535] New: writef doesn't work on interfaces (7)
Nov 16 2006    [Issue 534] New: IPF trying to initialize an associative array (3)
Nov 16 2006    [Issue 533] New: Cannot use int from tuple as an index (5)
Nov 16 2006    [Issue 532] New: Wrong name mangling for template alias params of local vars (7)
Nov 16 2006    [Issue 531] New: Nested template not usable directly in alias (4)
Nov 16 2006    [Issue 530] New: segfault assigning array literal to a non-array const (4)
Nov 16 2006    [Issue 529] New: segfault when passing .tupleof to variadic template (2)
Nov 16 2006    [Issue 528] New: cstream.flush() returns EOF early for din. (1)
Nov 15 2006    [Issue 527] New: Compiler crash when use array in template argument (2)
Nov 15 2006    [Issue 526] New: Segmentation fault when use typetuple in template argument (4)
Nov 15 2006    [Issue 525] New: can't use array variable in tuple index (6)
Nov 15 2006    [Issue 524] New: Compiler crash when compiling (6)
Nov 15 2006    [Issue 523] New: I think this is a GC bug (3)
Nov 15 2006    [Issue 522] New: frontend: 64-bit format string cleanup (3)
Nov 15 2006    [Issue 521] New: frontend: incorrect error(Loc, const char*, char*) declaration in mars.h (2)
Nov 15 2006    [Issue 520] New: Invariants allowed to call public functions (2)
Nov 15 2006    [Issue 519] New: Invariant not called from autogenerated constructor (11)
Nov 15 2006    [Issue 518] New: Destructors cannot be const or auto - or scope (2)
Nov 15 2006    [Issue 517] New: std.compiler outdated (2)
Nov 15 2006    [Issue 516] New: Mutually calling constructors allowed (10)
Nov 15 2006    [Issue 515] New: Spec incorrect in where .offsetof can be applied (8)
Nov 15 2006    [Issue 514] New: Misleading error message for static const initialisation (2)
Nov 15 2006    [Issue 513] New: using struct initializer on static array crashes the compiler (2)
Nov 15 2006    [Issue 512] New: Assigning to constants in a forwarded constructor doesn't work (2)
Nov 15 2006    [Issue 511] New: Various problems in the documentation (60)
Nov 15 2006    [Issue 510] New: Nonworking implicit conversions between arrays and pointers (3)
Nov 15 2006    [Issue 509] New: [wd]char[1] does not convert to [wd]char (4)
Nov 15 2006    [Issue 508] New: All members of an array need not be initialised (4)
Nov 15 2006    [Issue 507] New: Error: 'this' is required, but ... is not a base class of ... (3)
Nov 14 2006    [Issue 506] New: static import and renamed import of mixin don't work (2)
Nov 14 2006    [Issue 505] New: rdmd and dmd do not correctly preserve program arguments with spaces. (3)
Nov 14 2006    [Issue 504] New: foreach with a file failes (3)
Nov 13 2006    [Issue 503] New: Names of arguments to atan2 are backwards (2)
Nov 13 2006    [Issue 502] New: reimplementing methods for interface (6)
Nov 13 2006    [Issue 501] New: Bad interaction between 'with' and IFTI in template methods (2)
Nov 13 2006    [Issue 500] New: Cannot assign to delegate during definition (5)
Nov 13 2006    [Issue 499] New: Multiple overrides of the destructor when using signals (6)
Nov 12 2006    [Issue 498] New: Signal mixins need to import (2)
Nov 12 2006    [Issue 497] New: frontend: 64-bit cleanup of sprintf buffer sizes (3)
Nov 12 2006    [Issue 496] New: frontend: 64-bit cleanup of utf_decode* (3)
Nov 11 2006    [Issue 495] New: ICE passing variadic arglist to another variadic template (4)
Nov 11 2006    [Issue 494] New: template's variadic argument can't use as type (3)
Nov 09 2006    [Issue 493] New: Partial IFTI does not work (12)
Nov 08 2006    [Issue 492] New: Use the fully qualified module name for output files rather than the source file path. (2)
Nov 08 2006    [Issue 491] New: Create directories necessary for writing files when using -Dd and -Hd option (2)
Nov 08 2006    [Issue 490] New: Static struct initializer without static attribute aborts dmd with assertion (3)
Nov 08 2006    [Issue 489] New: .classinfo not working with fqn (3)
Nov 08 2006    [Issue 488] New: regression: recursive typeof segmentfaults (2)
Nov 08 2006    [Issue 487] New: regression: multiple definition of `_D7dstress3run1t13template_32_A31__T3sumVee00000000000000800040Z3sume' (2)
Nov 07 2006    [Issue 486] New: Writefln on null object should not trigger access error. (2)
Nov 07 2006    [Issue 485] New: struct sizeof not possible from type (2)
Nov 06 2006    [Issue 484] New: Compiler segfault with template variadic used as a template alias. (3)
Nov 06 2006    [Issue 483] New: ICE-invalid with tuple. mangleof. (3)
Nov 05 2006    [Issue 482] New: _arguments for variadic not available in precondition (5)
Nov 04 2006    [Issue 481] New: Letting compiler determine length for fixed-length arrays (18)
Nov 04 2006    [Issue 480] New: too many initializers error message doesn't give line number (4)
Nov 04 2006    Internal error: ../ztc/cod1.c 2751 (2)
Nov 03 2006    [Issue 479] New: can't compare arrayliteral statically with string (3)
Nov 03 2006    [Issue 478] New: can't compare arrayliteral statically with variable (2)
Nov 03 2006    [Issue 477] New: Malformed URL in documentation (2)
Nov 03 2006    Internal error on missing return in literal delegate (1)
Nov 02 2006    [Issue 476] New: DMD doesn't resolve its location properly on Windows (2)
Nov 02 2006    [Issue 475] New: DMD segfault on recursive variadic template (3)
Nov 01 2006    [Issue 474] New: in ASM block last line can't be a label (6)
Nov 01 2006    _d_notify_release !?!?! (4)
Oct 31 2006    [Issue 473] New: Arrays should have a way to take out an element or slice (2)
Oct 31 2006    [Issue 472] New: zero sized _init_* symtab-objects (4)
Oct 31 2006    [Issue 471] New: Protection attributes of mixin instances are applied in a wrong scope. (3)
Oct 30 2006    [Issue 470] New: undocumented encoding of inifiles (3)
Oct 29 2006    Compiler asserts instead of giving an error message with non-static (3)
Oct 28 2006    [Issue 469] New: Incorrect documentation in std.date (2)
Oct 28 2006    [Issue 468] New: argument wrongfully identified as type in template instantiation (3)
Oct 28 2006    [Issue 467] New: double inheritance from the same interface (5)
Oct 28 2006    [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling (3)
Oct 27 2006    [Issue 465] New: errors when trying to use static templated methods (3)
Oct 27 2006    -cov option on Linux creates dependency on _ModuleInfo_6object (1)
Oct 27 2006    Is a template like copy-paste? (4)
Oct 27 2006    [Issue 464] New: 64bit clean dchar.c (3)
Oct 26 2006    [Issue 463] New: private module members have global bindings instead of local ones (3)
Oct 26 2006    Bug from cpuid wrapper thread in D.announce: char[12] str = ""; (2)
Oct 25 2006    [Issue 462] New: invalid typeinfo usage breaks dmd compiler (3)
Oct 25 2006    [Issue 461] New: Constant not understood to be constant when circular module dependency exists. (5)
Oct 25 2006    [Issue 460] New: Assertion failure: '!needThis()' on line 143 in file 'tocsym.c' (3)
Oct 25 2006    [Issue 459] New: Setting LIB in dmd/bin/sc.ini has no effect on linking (6)
Oct 25 2006    [Issue 458] New: set version=D_Unittest if -unittest was issued (2)
Oct 25 2006    [Issue 457] New: notifyRelease: debugging artifacts (2)
Oct 24 2006    [Issue 456] New: DMD accepts keywords in module names if no ModuleDeclaration is used (3)
Oct 24 2006    [Issue 455] New: DMD accepts illegal identifiers in module names if no ModuleDeclaration is used (2)
Oct 24 2006    [Issue 454] New: Setting LIB environment variable has no effect on Windows (4)
Oct 24 2006    [Issue 453] New: When importing modules compiler can not distinguish between directory and file (8)
Oct 24 2006    [Issue 452] New: Struct initialization fails with compiler assertion (2)
Oct 24 2006    [Issue 451] New: frontend: redundant function definitions (1)
Oct 24 2006    [Issue 450] New: frontend: please use <stdint.h> to increase portability (1)
Oct 24 2006    [Issue 449] New: frontend: html.h and complex_t.h are unprotected against multiple inclusion (1)
Oct 24 2006    [Issue 448] New: frontend: redefinition of size_t (1)
Oct 24 2006    [Issue 447] New: frontend: writeable (8)
Oct 23 2006    [Issue 446] New: Anonymous class and "return without calling constructor" (3)
Oct 23 2006    Bug or miss feature in nested class? (5)
Oct 21 2006    [Issue 445] New: debugging artifact: DeclarationExp::scanForNestedRef (2)
Oct 20 2006    small mistake in http://www.digitalmars.com/d/ctod.html (2)
Oct 20 2006    Strange error message with alias (4)
Oct 19 2006    [Issue 444] New: Inside a foreach with delegates, void return does not compile (3)
Oct 19 2006    [Issue 443] New: assignment in return when using cdouble is broken (3)
Oct 18 2006    [Issue 442] New: Crash on foreach of mixed-in aggregate. (2)
Oct 18 2006    [Issue 441] New: Crash on foreach of mixed-in aggregate. (5)
Oct 17 2006    "Comment processing conceptually happens before tokenization." (6)
Oct 17 2006    [Issue 440] New: dmd.170 fails to mark final methods as implementations of abstract ones (5)
Oct 17 2006    [Issue 439] New: Cannot use an array as new[] size argument. (2)
Oct 17 2006    [Issue 438] New: Compiler allows returning value from void function (4)
Oct 17 2006    [Issue 437] New: dmd loops while compiling this code (3)
Oct 16 2006    [Issue 436] New: OutOfMemoryException undocumented, misdocumented (2)
Oct 15 2006    [Issue 435] New: Constructors should be templatized (11)
Oct 15 2006    [Issue 434] New: Compiler crash on template function syntax error (4)
Oct 14 2006    [Issue 433] New: A deprecated, same-named alias screws up resolution of imports (2)
Oct 14 2006    [Issue 432] New: invalid expression causes compiler seg-fault (3)
Oct 12 2006    [Issue 431] New: Invalid case selected when switching on a long (4)
Oct 12 2006    [Issue 430] New: incorrect UTF-8 detection for drafted UTF-16/32 source files (2)
Oct 11 2006    [Issue 429] New: Unable to distinguish between empty and uninitialized dynamic arrays (5)
Oct 11 2006    [Issue 428] New: environment settings in dmd.conf uppercase names (2)
Oct 11 2006    [Issue 427] New: source files starting with a number are accepted by dmd (3)
Oct 11 2006    [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd (3)
Oct 10 2006    [Issue 425] New: dmd compilation generate/leave empty folders. (3)
Oct 10 2006    [Issue 424] New: Unexpected OPTLINK Termination at EIP=0044C37B (34)
Oct 09 2006    [Issue 423] New: dmd ignores empty commandline arguments (11)
Oct 09 2006    [Issue 422] New: -version=X and -debug=X accept identifiers containing illegal characters (3)
Oct 09 2006    [Issue 421] New: 'not a lvalue' crashes DMD (2)
Oct 09 2006    [Issue 420] New: mixin make dmd break (3)
Oct 09 2006    [Issue 419] New: Anonymous classes are not working. (3)
Oct 09 2006    [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter (3)
Oct 09 2006    [Issue 417] New: infinite loop in std.zlib.Compress.flush when passing Z_FULL_FLUSH (4)
Oct 09 2006    [Issue 416] New: regression: unittest failure in phobos, math(501) (4)
Oct 09 2006    [Issue 415] New: conflicting template functions overloads (7)
Oct 09 2006    [Issue 414] New: interfaces shouldn't be able to inheit from classes (3)
Oct 09 2006    [Issue 413] New: overloaded function resolution with null parameter (2)
Oct 09 2006    [Issue 412] New: overloaded function resolution with null parameter (6)
Oct 08 2006    [Issue 411] New: array alloc with size from another array (4)
Oct 08 2006    [Issue 410] New: regression: segfault after "is not an lvalue" (4)
Oct 08 2006    [Issue 409] New: function resolving with global function if member matches (4)
Oct 08 2006    [Issue 408] New: Template instance matching doesn't work sometimes (4)
Oct 08 2006    [Issue 407] New: casting array literals to int causes compiler seg-fault (3)
Oct 07 2006    name shadowing in if statement (2)
Oct 07 2006    [Issue 406] New: std.loader is broken on linux (2)
Oct 06 2006    [Issue 405] New: typeof in TemplateParameterList causes compiletime segmentfault (3)
Oct 06 2006    Conditional ? bug (9)
Oct 06 2006    [Issue 404] New: Regression: missing source location in "Error: array initializers as expressions are not allowed" (2)
Oct 05 2006    [Issue 402] New: compiler crash with mixin and forward reference (3)
Oct 05 2006    [Issue 401] New: add more std.gc APIs, e.g. std.gc.allocatedMemory(); (4)
Oct 05 2006    About Format String Attack for D's *writef*() (5)
Oct 04 2006    [Issue 400] New: forward reference error; no propety X for type Y (4)
Oct 04 2006    -op creates spurious directories (2)
Oct 04 2006    [Issue 399] New: -w misses unreacheable "case" statement (4)
Oct 04 2006    [Issue 398] New: No way to abort compilation in a doubly recursive mixin (4)
Oct 03 2006    [Issue 397] New: writing an file to a partition without enough free space creates "ghosts" files (2)
Oct 03 2006    shortening an example in the docs (2)
Oct 03 2006    [Issue 396] New: aliased identifier in asm blocks cause compiler segment faults (3)
Oct 02 2006    [Issue 395] New: std.regexp incorrectly handles UTF text (2)
Oct 02 2006    [Issue 394] New: associative array of interfaces causes crash (2)
Oct 02 2006    Documentation for std.pref not provided online, nor in distro (2)
Oct 02 2006    [Issue 393] New: wordcount example does not use <code> (2)
Oct 02 2006    [Issue 392] New: Phobos build issues (patch) (3)
Oct 02 2006    [Issue 391] New: .sort and .reverse break utf8 encoding (17)
Sep 30 2006    Please fix bugzilla 107 (1)
Sep 29 2006    [Issue 390] New: Cannot forward reference enum nested in struct (5)
Sep 29 2006    [Issue 389] New: Cannot link to std.path.altsep (3)
Sep 29 2006    [Issue 388] New: incorrect forum link (2)
Sep 28 2006    [Issue 387] New: When EOF of din is reached, a line of output is lost (20)
Sep 28 2006    [Issue 386] New: anonying "import conflicts" for years!!! Please fix it ASAP!!! (3)
Sep 28 2006    [Issue 385] New: unprotected command line parsing (2)
Sep 27 2006    [Issue 384] New: Different behaviour when compiling as separate object files (3)
Sep 27 2006    [Issue 383] New: frontend's 32bitism in tohash/calcHash related code (6)
Sep 27 2006    [Issue 382] New: Critical "Previous definition different" bug (4)
Sep 27 2006    [Issue 381] New: array literals are broken; Internal error: ..\ztc\cod1.c 2525 (3)
Sep 27 2006    [Issue 380] New: cannot use typeof(*this) in a static context (3)
Sep 27 2006    [Issue 379] New: wrong thisptr type in typedef'ed struct (5)
Sep 27 2006    [Issue 378] New: Assertion failure: '0' on line 216 in file 'init.c' (7)
Sep 27 2006    wrong function overload (2)
Sep 27 2006    [Issue 377] New: Compiler error when using -inline only (5)
Sep 27 2006    [Issue 376] New: assertion in template.c:2141 and wrong return value (6)
Sep 26 2006    [Issue 374] New: -ofd: outputs to root directory instead of current on that drive (2)
Sep 26 2006    [Issue 373] New: Spec problems with TypeInfo: error and omission. (3)
Sep 26 2006    [Issue 372] New: -op does not create subdirectories (2)
Sep 26 2006    [Issue 371] New: ICE on mutual recursive typeof in function declarations (3)
Sep 26 2006    [Issue 370] New: Compiler stack overflow on recursive typeof in function declaration. (7)
Sep 26 2006    [Issue 369] New: "immediate"-function types allowed as part of delegate/function types. (3)
Sep 26 2006    [Issue 368] New: "immediate"-function types allowed as the return type of functions. (3)
Sep 25 2006    [Issue 367] New: Bad ddoc comments in std.stream (2)
Sep 25 2006    [Issue 366] New: Adding trailing zeros to a real literal makes it smaller! (6)
Sep 24 2006    [Issue 365] New: Regression: Bad code generation for floating point == and != (8)
Sep 23 2006    Big bug with scope() in nested { } (5)
Sep 23 2006    [Issue 364] New: Mysterious access violation when using delegate()[1]... parameter (2)
Sep 23 2006    [Issue 363] New: XHTML support (6)
Sep 22 2006    [Bugzilla issue] Bug in the 'newsgroup post to bugzilla comment' (3)
Sep 21 2006    [Issue 361] New: Compile-time floating-point calculations are sometimes inconsistent (2)
Sep 21 2006    [Issue 360] New: Compile-time floating-point calculations are sometimes inconsistent (21)
Sep 21 2006    strange _sort_ of bug (3)
Sep 20 2006    [Issue 357] New: D keywords in import/module are (unnecessary) forbidden (7)
Sep 20 2006    [Issue 356] New: std,math.tan doesn't preserve NaN payloads [fix included] (3)
Sep 19 2006    [Issue 355] New: ICE from enum : nonexistent type (5)
Sep 19 2006    Small bug in article on digitalmars.com (1)
Sep 16 2006    [Issue 354] New: Internal error: e2ir.c 772 with bad template use (3)
Sep 16 2006    [Issue 353] New: null passed as a char[] template argument, concatenated with a string literal, is a non-constant expression (3)
Sep 16 2006    [Issue 352] New: Assertion failure: expression.c 753 - concatenating strings in a template calling another template (3)
Sep 16 2006    [Issue 351] New: Recursive string template doesn't work if the terminating specialisation is given first (3)
Sep 16 2006    [Issue 350] New: Modulo doesn't work for negative values (4)
Sep 14 2006    [Issue 349] New: Function matching with enums is erratic (3)
Sep 14 2006    [Issue 348] New: string concat in dynamically loaded dll code crashes program (4)
Sep 14 2006    [Issue 347] New: TOK116 has no effect in expression (a) (2)
Sep 14 2006    Incorrect code generation -O2 gdc (2)
Sep 12 2006    [Issue 346] New: 'is' operator inconsistant with arrays (5)
Sep 11 2006    [Issue 345] New: updated std.uni.isUniAlpha to Unicode 5.0.0 (4)
Sep 10 2006    [Issue 344] New: Typo in docs for std.math.ilogb (2)
Sep 10 2006    [Issue 343] New: Compile error using mixin containing struct (3)
Sep 10 2006    null to delegate cast? (4)
Sep 10 2006    [Issue 342] New: Please add "import std.stdio;" to object.d and remove extern(C) printf; (4)
Sep 10 2006    [Issue 341] New: Undocumented function void print() in object.d (3)
Sep 10 2006    [Issue 340] New: [Tracker] Forward reference bugs and other order-of-declaration issues (17)
Sep 10 2006    [Issue 339] New: Alias of function pointer type cannot be forward referenced (5)
Sep 10 2006    [Issue 338] New: Wrong regular expression \s \S descripion (2)
Sep 10 2006    [Issue 337] New: IFTI and overloading are incompatible (10)
Sep 10 2006    [Issue 336] New: incorrect WIKI makro in std.c.time (2)
Sep 10 2006    [Issue 335] New: incorrect std.c.time.CLK_TCK value (Linux) (2)
Sep 08 2006    [Issue 334] New: Void Initializer ICE (3)
Sep 08 2006    [Issue 333] New: std.c.locale (3)
Sep 07 2006    [Issue 332] New: typesafe variadic functions and lazy argument support for std.demangle (3)
Sep 07 2006    [Issue 331] New: performance bug in std.uni.toUniLower / std.uni.toUniUpper (2)
Sep 07 2006    [Issue 330] New: std.string.tolower / std.string.toupper broken for non-ASCII strings (3)
Sep 07 2006    [Issue 329] New: throwing within a finally statement (2)
Sep 06 2006    [Issue 328] New: Access violation when setting length of an array of fairly large static arrays (2)
Sep 06 2006    [Issue 327] New: Compiler accepts ';' by itself as a statement (9)
Sep 06 2006    [Issue 326] New: calculation bug (4)
Sep 06 2006    [Issue 325] New: Overriding members and overloading with alias causes bogus error messages in with(). (3)
Sep 05 2006    lazy in main (3)
Sep 05 2006    [Issue 324] New: DMD Optimization Bug (access violation due to bad stack pointer) (2)
Sep 05 2006    Invariant grammar (2)
Sep 04 2006    Buggy DStress test cases (2)
Sep 03 2006    [Issue 323] New: Error: need opCmp for class Bar (28)
Sep 03 2006    bug? Error: need opCmp for class Bar (2)
Sep 03 2006    [Issue 322] New: Spawning threads which allocate and free memory leads to pause error on collect (6)
Sep 02 2006    d1.0blocker - anyone at home? (8)
Sep 03 2006    [Issue 321] New: Wrong license in Phobos (for Synesis contribs) (4)
Sep 02 2006    [Issue 320] New: Delegates should be allowed as foreach aggregates (3)
Sep 02 2006    [Issue 319] New: local variable can hide member variable (5)
Sep 02 2006    [Issue 318] New: wait does not release thread resources on Linux (6)
Sep 02 2006    [Issue 317] New: Need full translation of the Windows API headers (9)
Sep 01 2006    [Issue 316] New: No way to selectively expose imported symbols (2)
Sep 01 2006    Internal error: ..\ztc\cod1.c 2521 (2)
Sep 01 2006    Documentation error in comparison.html (3)
Aug 31 2006    Documentation error in d/phobos/object.html (2)
Aug 31 2006    cannot export whole class (2)
Aug 30 2006    Unable to explicitly cast imaginary float to a real floating-point (dmd v0.165) (5)
Aug 28 2006    [Issue 315] New: Exception handling is broken for delegates on Linux (5)
Aug 27 2006    [Issue 314] New: Static, renamed, and selective imports are always public (47)
Aug 27 2006    [Issue 313] New: Fully qualified names bypass private imports (18)
Aug 26 2006    [Issue 311] New: Object files missing certain template instantiations (5)
Aug 24 2006    [Issue 310] New: Code compiled by dmd dies without explanation / exception. Code is attached. (3)
Aug 24 2006    [Issue 309] New: std.boxer incorrectly handles interface instances (major problem in dmd reflection?) (4)
Aug 24 2006    Final makes no difference? (10)
Aug 24 2006    [Issue 308] New: Documentation of float.max_exp, min_exp is misleading (7)
Aug 22 2006    [Issue 306] New: dmd 165 breaks existing code (4)
Aug 22 2006    [Issue 305] New: version and static if blocks introduce new scope for 'scope' statement (3)
Aug 21 2006    [Issue 304] New: Internal error: e2ir.c 145 (7)
Aug 21 2006    base 1 bug in std.string.toString? (3)
Aug 21 2006    [Issue 303] New: delegate in finally (4)
Aug 21 2006    [Issue 302] New: in/out contract inheritance yet to be implemented (16)
Aug 20 2006    [Issue 301] New: Lazy Delegate Evaluation messes with writefln (2)
Aug 20 2006    [Issue 300] New: Lazy Delegate Evaluation (2)
Aug 20 2006    [Issue 299] New: improved linux.mak for Phobos (3)
Aug 20 2006    [Issue 298] New: etc/gamma is included in phobos.lib but isn't part of libphobos.a (2)
Aug 20 2006    [Issue 297] New: Shadowing declarations allowed in foreach type lists (3)
Aug 19 2006    odd syntax for foreach (4)
Aug 19 2006    [Issue 296] New: Template constant can not be used as size of static array. (3)
Aug 19 2006    [Issue 295] New: Property call followed by sliceAssign not working for custom opSliceAssign (3)
Aug 18 2006    Buggy inline assembler (8)
Aug 18 2006    DMD 0.164: Possible bug in order of evaluation (4)
Aug 17 2006    casting objects (1)
Aug 17 2006    DMD-0.164 regressions (5)
Aug 17 2006    [Issue 294] New: DDoc: Function templates get double and incomplete documentation (5)
Aug 17 2006    [Issue 293] New: Expression uint.max + 1 yields 0 (zero) (7)
Aug 17 2006    [Issue 292] New: Small inconsistency on the "rationale" page (2)
Aug 17 2006    Ddoc and version (7)
Aug 17 2006    [Issue 291] New: assertion (6)
Aug 16 2006    [Issue 290] New: "U" shaped import name conflicts when using Fully Qualified names (5)
Aug 15 2006    [Issue 289] New: Compiler allows (and crashes on) dynamic arrays of typedefs of "immediate"-function types (3)
Aug 15 2006    [Issue 288] New: type of opEquals (5)
Aug 14 2006    [Issue 287] New: DMD optimization bug arround dynamic array length (6)
Aug 14 2006    [Issue 286] New: update Phobo's zlib from 1.2.1 to 1.2.3 (10)
Aug 12 2006    [Issue 285] New: Struct method null pointer assert has line number of "0" (6)
Aug 12 2006    [Issue 284] New: Wrong type of template value parameter (3)
Aug 12 2006    #193 has been reopened (3)
Aug 11 2006    [Issue 283] New: listdir does not decend into subdirs on linux (6)
Aug 11 2006    "(" and ")" cause problems in ddoc comments (2)
Aug 10 2006    [Issue 282] New: Bizarre circular import nested name invisibility issue (10)
Aug 09 2006    [Issue 281] New: dmd generates the object code ld cannot link when working with templates (5)
Aug 09 2006    [Issue 280] New: Doc of GC (4)
Aug 08 2006    Operaror 'new' inside WinMain crashes at runtime (7)
Aug 05 2006    [Issue 279] New: Nested class can't access var in outer function scope, if nested in class (3)
Aug 04 2006    documentation mentions bit instead of bool (1)
Aug 03 2006    [Issue 278] New: dmd.conf search path dosn't work (25)
Aug 03 2006    [Issue 277] New: Named mixin operator resolution (6)
Aug 02 2006    D Bugzilla System issues (4)
Aug 02 2006    [Issue 276] New: Compiler erroneously thinks an aggregate inner template will add a field to it (3)
Aug 02 2006    [Issue 275] New: Undefined identifier in instances of templates with forward mixins (2)
Aug 01 2006    [Issue 274] New: Different template alias arguments are treated as the same. (2)
Aug 01 2006    [Issue 273] New: DDoc generates no documentation for short-hand function template (2)
Jul 31 2006    while/synchronized (1)
Jul 30 2006    DMD-0.163 versus GDC-0.19 (1)
Jul 29 2006    [Issue 272] New: foreach inside anonymous function crashes dmd.exe (3)
Jul 29 2006    [Issue 271] New: Incorrect constant evaluation of TypeInfo equality comparisons (5)
Jul 29 2006    [Issue 270] New: Compiler allows and crashes on typedefs of "immediate"-function types (11)
Jul 29 2006    [Issue 269] New: Dollar unmentioned in spec (3)
Jul 29 2006    [Issue 268] New: Bug with SocketSet and classes (22)
Jul 28 2006    Bug in HTOD handling << (6)
Jul 22 2006    newsgroup moved to new server... (10)
Jul 22 2006    [Issue 265] New: Selective import from renamed import behaves strangely (4)
Jul 22 2006    [Issue 264] New: No selective static imports (2)
Jul 21 2006    [Issue 262] New: Missing DDoc comments in on Socket.blocking (6)
Jul 21 2006    [Issue 261] New: _blocking flag not set in Socket.blocking on non-Windows systems (2)
Jul 20 2006    [Issue 260] New: conflicting imports (10)
Jul 20 2006    int opEquals(Object), and other legacy ints (31)
Jul 20 2006    writef / writefln and stderr (4)
Jul 20 2006    [Issue 259] New: Comparing signed to unsigned does not generate an error (55)
Jul 19 2006    [Issue 258] New: Undefined identifier error for circular import (4)
Jul 19 2006    irritating opCmp behaviour for TypeInfo (2)
Jul 18 2006    [Issue 257] New: package vars accessible from sub-modules, package funcs not (3)
Jul 17 2006    [Issue 256] New: Implicit unsigned to signed doesn't always work. (2)
Jul 16 2006    foreach on aggregate class in some delegate litterals (2)
Jul 16 2006    [Issue 255] New: Odd performance difference w/ complex doubles. (5)
Jul 16 2006    [Issue 254] New: Interfaces with the same function can give 3 different error messages (3)
Jul 16 2006    typedef, implicit cast, bug or feature? (2)
Jul 15 2006    [Issue 253] New: Invalid <dl> tag generated by Ddoc (2)
Jul 14 2006    [Issue 252] New: -w and switch returns = compile errors (6)
Jul 14 2006    Software life cycle (8)
Jul 13 2006    Bug in htod comment (1)
Jul 13 2006    [Issue 251] New: foreach does not allow updating inside with block (8)
Jul 12 2006    [Issue 250] New: enum : bool allowed with odd results (3)
Jul 10 2006    [Issue 249] New: circular typedef and alias bugs (19)
Jul 10 2006    [Issue 248] New: Assertion failure: attrib.c 913 - version without (...) in imported module (3)
Jul 09 2006    IFTI Bug (6)
Jul 09 2006    name resolution and static function (4)
Jul 09 2006    [Issue 247] New: Cannot return from nested functions in contracts (3)
Jul 08 2006    [Issue 246] New: class members not initialized (2)
Jul 08 2006    Identifier (...) is too long by X characters (18)
Jul 08 2006    This code causes an Internal Error (2)
Jul 07 2006    Initialization error in classes (5)
Jul 07 2006    [Issue 245] New: Typo in Regexp article (2)
Jul 06 2006    [Issue 242] New: template implicit template properties doesn't work (7)
Jul 06 2006    [Issue 241] New: Template function ICE (5)
Jul 05 2006    [Issue 240] New: No file or line information in error message "cannot implicitly convert expression (-1) of type ulong to double" (6)
Jul 05 2006    char buffer resize appears broken on linux 1.162 (4)
Jul 05 2006    [Issue 239] New: Internal errorÇ changing string literal elements. (2)
Jul 03 2006    [Issue 238] New: Cannot initialise const field from foreach loop on associative array (3)
Jul 02 2006    [Issue 237] New: std.stream.File.close() doesn't reset isopen flag (4)
Jul 02 2006    [Issue 236] New: Class literal expression always says "base classes expected" (3)
Jul 02 2006    [Issue 235] New: goto & scope: cannot goto forward into different try block level (12)
Jul 02 2006    [Issue 234] New: dynamic arrays in combination with SSE instructions cause segment faults (2)
Jul 01 2006    [Issue 233] New: Infinite loops with assembly crash DMD (3)
Jun 30 2006    Nested function seems unoverloadable (3)
Jun 29 2006    [Issue 232] New: Invalid v-tables :( (4)
Jun 29 2006    [Issue 231] New: long is 4-byte aligned in unittest with 4 character module name (13)
Jun 28 2006    [Issue 230] New: long.min cannot be parsed (5)
Jun 27 2006    [Issue 228] New: Crash on inferring function literal return type with undefined identifier (4)
Jun 26 2006    [Issue 227] New: Internal Compiler error: array concatenation/append on struct (6)
Jun 26 2006    bug? array concatenation/append on struct (2)
Jun 26 2006    phobos.lib errors/bug? (2)
Jun 26 2006    unsafe toString() behavior (11)
Jun 26 2006    [Issue 226] New: The basic types in declarations need to be updated. (2)
Jun 26 2006    [Issue 225] New: object.d uses uint instead of hash_t (2)
Jun 25 2006    Problem with asm and short (2)
Jun 25 2006    [Issue 224] New: Incorrect warning "no return at end of function" (3)
Jun 24 2006    [Issue 223] New: Error message for void.init doesn't specify error location (8)
Jun 24 2006    ***** D method override mechanisms borked ****** (42)
Jun 23 2006    [Issue 222] New: "Internal error: ..\ztc\cod1.c 1656" with && and || (6)
Jun 23 2006    Possible implicit type conversion bug with arithmetic op= (2)
Jun 23 2006    [Semi-OT] Trackers in Bugzilla? (2)
Jun 23 2006    Bugzilla #113 fix - ineffective code (dmd161) (1)
Jun 23 2006    [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit') (4)
Jun 23 2006    [Issue 220] New: ICE with template and mangleof (13)
Jun 22 2006    Strange DMD Assertion failure (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 22 2006    ice returning a delegate (1)
Jun 22 2006    Documentation on arrays has to be improved (1)
Jun 21 2006    [Issue 216] New: ridiculous error message (5)
Jun 21 2006    ICE using const as offset in inline assembly (2)
Jun 21 2006    [Issue 215] New: static initialization problem - invalid code, bogus error message (3)
Jun 20 2006    colon after version is ignored (1)
Jun 20 2006    [Issue 214] New: seg-v from scope() in switch (2)
Jun 20 2006    DMD 0.161 Access Violation (1)
Jun 20 2006    [Issue 213] New: template X is not a member of Y (3)
Jun 20 2006    [Issue 212] New: segmentation fault with specific templated code - linux only (3)
Jun 19 2006    [Issue 211] New: Linking error with alias mixin params and anonymous methods (7)
Jun 19 2006    [Issue 210] New: Strange results when covariantly implementing an interface method defined with an interface return type (2)
Jun 19 2006    [Issue 209] New: "Diamond" import name conflicts when using Fully Qualified names (39)
Jun 18 2006    [Issue 208] New: Warning when compiling with "-release -w -inline" with import std.format; (2)
Jun 18 2006    [Issue 207] New: isUniAlpha fails for values < 'A' (4)
Jun 18 2006    [Issue 206] New: attributes private, package, etc appear to be ignored (19)
Jun 18 2006    [Issue 205] New: Covariant return types don't work properly (3)
Jun 17 2006    [Issue 204] New: Improve error message. (13)
Jun 17 2006    [Issue 203] New: std.format.doFormat() pads width incorrectly on Unicode strings (4)
Jun 17 2006    [Issue 202] New: std.uni.isUniAlpha() uses a broken binary search (3)
Jun 17 2006    What about documentation inconsistencies? (2)
Jun 16 2006    [Issue 201] New: the source for etc.gamma is not in the download (3)
Jun 16 2006    [Issue 200] New: Statement *must* follow label (6)
Jun 16 2006    [Issue 199] New: Label causes scope to collapse into parent (32)
Jun 16 2006    seg-v in 4 lines (DMD 0.160 Linux/XP) (7)
Jun 16 2006    [Issue 198] New: DDoc: superclass/interface decl expansion (5)
Jun 15 2006    [Issue 197] New: mixin mixin repeated twice when error. (3)
Jun 15 2006    [Issue 196] New: Static assertion involving typedef's base type fails strangely (4)
Jun 14 2006    Wrong DirEntry dates (2)
Jun 14 2006    [Issue 195] New: DDoc generates bad output when example contains "protected" attribute (4)
Jun 14 2006    [Issue 194] New: DDoc: method-attributes ignored within templated class (6)
Jun 14 2006    [Issue 193] New: DDoc generates incorrect expansion for template decls; breaks CandyDoc (5)
Jun 13 2006    Returning to bug 113: std.format.doFormat and small hex numbers (1)
Jun 13 2006    strange behavior with pointers to function with default args (1)
Jun 13 2006    Typo corrections for the webdocs (2)
Jun 11 2006    [Bug 192] New: std.zip produces invalid archives on BigEndian targets (2)
Jun 11 2006    [Bug 191] New: Cannot refer to member variable in default value for method parameter (16)
Jun 11 2006    [Bug 190] New: Cannot forward reference typedef/alias in default value for function parameter (1)
Jun 09 2006    undocumented restriction in scope statement (2)
Jun 09 2006    Should enhancement requests be allowed in bugzilla? (16)
Jun 09 2006    [Bug 189] New: std.path enhancements (5)
Jun 09 2006    [Bug 187] New: two errors meaning the same thing from assert(false, 1) (2)
Jun 08 2006    Required to link windows header modules (?) (16)
Jun 08 2006    [Bug 186] New: 'and' and 'or' as alternatives for && and || (2)
Jun 08 2006    [Bug 185] New: typedefs not properly initialised when changing dynamic array length (2)
Jun 08 2006    [Bug 184] New: Cannot forward reference typedef within struct (1)
Jun 07 2006    simple problem with sc.ini (1)
Jun 07 2006    [Bug 183] New: unsupported opcode rsm (2)
Jun 07 2006    [Bug 182] New: SSE opcodes pshufd, pshufhw, pshuflw and pshufw are unsupported (2)
Jun 07 2006    [Bug 181] New: Spec contradicts itself on whether an array may be partially initialized (1)
Jun 07 2006    [Bug 180] New: DMD accepts a function with a non-void return type but no return statements (6)
Jun 07 2006    The VIII PPPR (Pending Peeves Progress Review) (2)
Jun 07 2006    [Bug 179] New: Covariance screws up when overriding two interfaces or a class and an interface (2)
Jun 07 2006    DMD-0.160 regressions (6)
Jun 06 2006    [Bug 178] New: Fixed-path locations for specific modules (2)
Jun 06 2006    [Bug 177] New: remove inheritance protection (3)
Jun 06 2006    ZipArchive doesn't generate valid zip files (5)
Jun 06 2006    [Bug 176] New: message "module and package have the same name" (1)
Jun 05 2006    can't get function pointer to static member (2)
Jun 05 2006    Links on comparision page doesn't work (2)
Jun 01 2006    [Bug 173] New: incorrect size calculation for movq (2)
Jun 01 2006    link error for 2+ static this() (10)
Jun 01 2006    [Bug 172] New: "Internal error: e2ir.c 736" on valid code (2)
May 31 2006    [Bug 170] New: std.gc.disable() does not work. (1)
May 31 2006    std.gc.disable not implemented or not working? (2)
May 30 2006    [Bug 169] New: Compilation of module fails with -unittest (4)
May 30 2006    [Bug 168] New: incorrect docs for name mangling template value char arguments (2)
May 30 2006    [Bug 167] New: .offsetof doesn't work when a struct/union/class is the target (1)
May 30 2006    [Bug 165] New: type inference fails with sizeof and circular imports (1)
May 29 2006    extern(Windows) alias bug (8)
May 29 2006    Internal compiler errors (2)
May 29 2006    [Bug 160] New: static if short-circuit && doesn't work for template arguments (2)
May 28 2006    BUG: rdmd cmd line argument bug (8)
May 28 2006    DMD-0.158 regressions (3)
May 27 2006    [Bug 159] New: forward reverence with invalid struct (5)
May 27 2006    [Bug 158] New: weird crash when nesting unions and structs; code order dependent (3)
May 26 2006    htod and size_t (3)
May 26 2006    std.zlib.Compress / UnCompress are not working (4)
May 26 2006    Bug in DWT's syncExec/asyncExec, or possibly DMD or std.thread (1)
May 25 2006    DMD 0.158 - Compiler endless loop (2)
May 24 2006    [Bug 156] New: Inheriting nested classes and "-inline" throws access violation (4)
May 24 2006    [Bug 155] New: Nested classes can't return delegates to their parents. (2)
May 23 2006    [Bug 154] New: invalid code generation on linux with custom allocators/deallocators + 'auto' doubts (3)
May 23 2006    [Bug 153] New: Assertion failure :: template.c:2111 (3)
May 23 2006    Access violation (4)
May 23 2006    [Bug 152] New: static assert fails with recursive templates (2)
May 23 2006    [Bug 151] New: Pragma without ';' results in undefined symbols (6)
May 23 2006    seg-v from template and enum w/ imports (1)
May 21 2006    Linker bug - can't handle '.' in the DLL name (3)
May 21 2006    [Bug 150] New: std.gc.minimize doesn't minimize physical memory usage (1)
May 20 2006    [Bug 149] New: Incorrect error message for a class left open (2)
May 20 2006    Setting class variable from inline assembly (4)
May 20 2006    [Bug 148] New: Incorrect "statement is not reachable" warning with goto and for loop (2)
May 19 2006    [Bug 147] New: circular imports break with -cov (2)
May 18 2006    [Bug 146] New: Wrong filename in DWARF debugging information for templates (2)
May 18 2006    [Semi-OT] Requesting improvements to the Bugzilla installation (1)
May 18 2006    [Bug 145] New: Can't refer to global scope after a cast (4)
May 17 2006    [Bug 144] New: Alias and function names fail to collide (2)
May 17 2006    [Bug 143] New: 'package' does not work at all (2)
May 17 2006    [Bug 142] New: Assertion failure: '0' on line 610 in file 'template.c' (5)
May 16 2006    documentation not generated for alias (1)
May 16 2006    incorrect deprecated error (2)
May 17 2006    Possible bug in boxing unit? (2)
May 15 2006    possible bug with function pointers and aliases (3)
May 14 2006    ddoc: enum members documentation not correctly generated (1)
May 14 2006    ddoc: Params for all elements? (5)
May 14 2006    doc not generated for template instance alias (1)
May 14 2006    [Bug 141] New: inline assembler treats "const float" and "float" differently (2)
May 13 2006    Method Inheritance (4)
May 13 2006    [Bug 140] New: Conflicting identifiers between imported modules are reported in the wrong file (2)
May 13 2006    [Bug 139] New: Forward reference of enum type doesn't work or crashes compiler (2)
May 13 2006    [Bug 138] New: surplus "jmp short" generated within inline assembler code (1)
May 12 2006    Documentation bug (2)
May 12 2006    [Bug 137] New: std.format.doFormat doesn't like arrays of static arrays (1)
May 11 2006    [Bug 136] New: Corrupt GDB backtrace (5)
May 11 2006    [Bug 135] New: typeof(x)() doesn't compile (3)
May 10 2006    Exception handling is broken for delegates on Linux (2)
May 10 2006    [Bug 134] New: Invalid hyperlink in regexp docs (3)
May 10 2006    [Bug 133] New: Assertion toobj.c:258 (3)
May 10 2006    [Bug 132] New: class template, alias and class inheritance combo leads to segfault (6)
May 08 2006    ddoc $(BR) (7)
May 08 2006    d_time and writefln (6)
May 08 2006    std.date again (10)
May 08 2006    ddoc: copyright section (2)
May 08 2006    ddoc documentation (3)
May 07 2006    Minor Doc Fixes: in section Functions - Function Inheritance and (4)
May 06 2006    [Bug 131] New: DocComments/Expression -- ^^ logical xor feature request (2)
May 06 2006    [Bug 130] New: DocComments/Expression -- assert(0) paragraph (1)
May 05 2006    [Bug 129] New: DDoc makes enum values cryptic (1)
May 05 2006    [Bug 128] New: DMD crash with static if and anonymous classes (6)
May 04 2006    [Bug 127] New: bugs.html should reference bugzilla (2)
May 04 2006    [Bug 126] New: spec for Add expression (pointer to bit) (3)
May 04 2006    [Bug 125] New: forward reverence with covariant return type (1)
May 02 2006    [Bug 124] New: Enhancement: Operator overloading without temporaries (1)
May 02 2006    Interfaces + mixins => problem (2)
May 01 2006    [Bug 123] New: Use of function, modulus, and dollar sign (length) fails to compile with static and const (3)
Apr 30 2006    [Bug 122] New: DDoc newline behaviour produces suboptimal results (1)
Apr 30 2006    [Bug 121] New: DDoc does not emit "abstract" keyword (2)
Apr 30 2006    [Bug 120] New: Phobos modules fail to compile with -w switch (2)
Apr 30 2006    DMD-0.155 regressions (3)
Apr 29 2006    [Bug 119] New: macro error in "mars.h" (2)
Apr 29 2006    I wonder (1)
Apr 28 2006    [Bug 118] New: wrong code generation for MOVLHPS (2)
Apr 28 2006    [Bug 117] New: debug output in expression.c (2)
Apr 27 2006    [Bug 116] New: Inline Assembler offset keyword (1)
Apr 27 2006    [Bug 115] New: dmd-0.154.bin: iasm.c:1892: void asm_merge_symbol(OPND*, Dsymbol*): Assertion `ei' failed. (3)
Apr 24 2006    readLine behavior on non seekable streams (1)
Apr 24 2006    [Bug 114] New: Multithreaded applications crash upon garbage collection (3)
Apr 23 2006    Moving structs containing strings ... (12)
Apr 22 2006    doFormat bug (2)
Apr 21 2006    [Bug 113] New: std.format.doFormat and small hex numbers (3)
Apr 20 2006    [Bug 111] New: appending a dchar to a char[] (5)
Apr 20 2006    dchar issues? (3)
Apr 19 2006    [Bug 110] New: Assertion failure, Line 1135, expression.c (3)
Apr 18 2006    [Bug 109] New: incorrect name mangling for template value arguments (1)
Apr 16 2006    Simple command line compiler crash (1)
Apr 16 2006    Bugzilla - thanks to Brad Roberts (12)
Apr 16 2006    [Bug 108] New: std.string wrap is prepending space (2)
Apr 15 2006    [Bug 107] New: Wrong filename in error message (2)
Apr 14 2006    [Bug 106] New: template - mixin sequence (3)
Apr 14 2006    DMD-0.154 regressions (1)
Apr 13 2006    Problem with allowing exceptions to be thrown from dtors (7)
Apr 13 2006    [Bug 105] New: abiguity for opCall (3)
Apr 13 2006    It runs slower and slower (5)
Apr 13 2006    [Bug 104] New: Forward reference error occurs when the -g switch is invoked (4)
Apr 12 2006    Forward Reference -g bug (minor) code reduction challange (8)
Apr 12 2006    Error: static if conditional cannot be at global scope (4)
Apr 12 2006    [Bug 103] New: -Dd does not generate subdirectories (7)
Apr 11 2006    DMD-0.153 regressions (preliminary) (3)
Apr 11 2006    Very strange? Code generation bug? (5)
Apr 11 2006    [Bug 102] New: Forward reference nested class wheel. (1)
Apr 11 2006    [Bug 101] New: Pre and Post contracts segfault without -release switch in conjunction with --gc-sections. (2)
Apr 11 2006    [Bug 100] New: Assert statement error (4)
Apr 10 2006    [Bug 99] New: superfluous output for failed static asserts (3)
Apr 10 2006    [Bug 98] New: std.date.parse month off by one (2)
Apr 09 2006    DOC BUG: Minor error in openRJ docs (1)
Apr 08 2006    keyword list (1)
Apr 08 2006    [Bug 97] New: DDoc bug on enums (2)
Apr 08 2006    [Bug 96] New: Unable to overload functions injected from mixins. (2)
Apr 08 2006    [Bug 95] New: foreach() over empty AA yields Access Violation (6)
Apr 08 2006    [Bug 94] New: incorrect symbols generated for "class Object" (3)
Apr 08 2006    [Bug 93] New: Template regex example fails without -release switch (9)
Apr 07 2006    [Bug 92] New: std.format %x, %o and %b assume 64-bit negative values (2)
Apr 06 2006    [Bug 91] New: Inherited classes require base class to have a default constructor. (5)
Apr 06 2006    [Bug 90] New: local object.d overrides real object.d causing crash (3)
Apr 06 2006    [Bug 89] New: -H option generates bad code for pragma(msg) (2)
Apr 06 2006    [Bug 88] New: Add .isizeof property for compile-time instance size determination (8)
Apr 05 2006    D Bugzilla: can't change account email? (1)
Apr 05 2006    [Bug 87] New: Function declaration fails in GCC 4.1 (3)
Apr 04 2006    DMD-0.151 regressions (6)
Apr 04 2006    [Bug 86] New: Minor loss of precision in std.math.tgamma (2)
Apr 04 2006    [Bug 85] New: Array of classes doesn't function as array of interfaces (2)
Apr 04 2006    [Bug 84] New: Regression: Internal error when assigning to multidimentional array (3)
Apr 03 2006    bug in ``isNumeric'' (1)
Apr 03 2006    [Bug 83] New: Assertion failure: 3567 'expression.c', crossaliasing problem (3)
Apr 03 2006    std.perf docs (2)
Apr 03 2006    Possible std.math.exp() bug (10)
Apr 03 2006    posible delegate/inerfunktion bug (2)
Apr 02 2006    [Bug 82] New: incorrect statement is not reachable (2)
Apr 02 2006    Can't call opIndex on class property (4)
Apr 01 2006    [Bug 80] New: Cannot instantiate nested class in nested function (2)
Apr 01 2006    [Bug 79] New: Assertion failure: mtype.c 364 - using a forward-referenced alias of an undefined type (4)
Mar 31 2006    Bug in string or AA handling (3)
Mar 31 2006    [Bug 78] New: spaces in module identifier accepted (4)
Mar 31 2006    [Bug 77] New: After a compile error occurs, all template instances fail (7)
Mar 29 2006    DMD message of the day ... (5)
Mar 29 2006    compiler message (1)
Mar 28 2006    Cannot compile with -cov or -profile (1)
Mar 28 2006    [Bug 76] New: Using a non-template struct as a template (2)
Mar 26 2006    [Bug 75] New: Template aliases in unittests (incorrect code generation) (2)
Mar 26 2006    Interface Covariance Bug? (6)
Mar 25 2006    [Bug 74] New: compiler error using if auto condition and -inline (2)
Mar 25 2006    Garbage collection from associative arrays (5)
Mar 24 2006    [doc] string literals, need more examples. (1)
Mar 24 2006    [Bug 73] New: Functions used to initialize variables are not inlined. (6)
Mar 24 2006    [Bug 72] New: valgrind: use of unitialized values in the gcx module (5)
Mar 24 2006    [Bug 71] New: valgrind: Invalid read of size 4 in elf_renumbersyms (1)
Mar 24 2006    [Bug 70] New: valgrind: Conditional jump or move depends on uninitialised value(s) in elf_findstr (1)
Mar 23 2006    [Bug 68] New: phobos recls_fileinfo_unix.cpp compile error (4)
Mar 23 2006    std.md5 example (1)
Mar 22 2006    [Bug 67] New: Imported functions are not inlined. (15)
Mar 22 2006    The VII PPPR (Pending Peeves Progress Review) (11)
Mar 22 2006    [Bug 66] New: Bad length in value of T[a..b] = scalar (3)
Mar 22 2006    [Bug 65] New: Strange results overriding interface return with class return (8)
Mar 22 2006    [Bug 64] New: Unhandled errors should go to stderr (5)
Mar 22 2006    [Bug 62] New: Error message: 'TOK41 has no effect'. (2)
Mar 21 2006    [Bug 61] New: DStress test enum_39 (4)
Mar 21 2006    [Bug 60] New: Passing bool to variadic function in debug build fails to link (4)
Mar 21 2006    easy to fix getche() (1)
Mar 20 2006    DMD-0.150 regressions (5)
Mar 20 2006    [Bug 59] New: implicit conversion from integer to cfloat not caught by the compiler (3)
Mar 20 2006    stupid errors (23)
Mar 20 2006    Trivial doc error in %g format. (4)
Mar 20 2006    template Foo(T, T val) fails to work (1)
Mar 20 2006    [Bug 58] New: C/C++ bool to D bool conversion (2)
Mar 19 2006    [Bug 57] New: DMD should support linking with something other than "gcc" (3)
Mar 19 2006    -cov and linking bugs (2)
Mar 19 2006    [Bug 56] New: Minor Wording Error (2)
Mar 19 2006    compiler stops silently - version 150 - cryptall.zip (2)
Mar 18 2006    stops compiling (18)
Mar 18 2006    [Bug 55] New: doFormat precision fails on integers < 10 (4)
Mar 16 2006    printf bug ??! (5)
Mar 16 2006    [Bug 54] New: Compiler segfault on zero length static array (5)
Mar 16 2006    [Bug 53] New: DDoc: Struct templates documented without template parameters (1)
Mar 15 2006    Bad links on digitalmars.com (2)
Mar 15 2006    Bits (pardon the pun) of the documentation that are out of date (3)
Mar 14 2006    [Bug 52] New: ambiguous function pointer silently excepted (2)
Mar 14 2006    [Bug 51] New: String cast overrides the char type of decorated string literals. (4)
Mar 14 2006    Inline assembly movd reg32/mem, xmmreg instruction produces incorrect machine code (2)
Mar 14 2006    [Bug 50] New: Error instantiating an inner class with a proper context (3)
Mar 14 2006    [Bug 49] New: Error instantiating a mixin with a private constructor (6)
Mar 14 2006    [Bug 48] New: Acess with Fully-Qualified Names disregards protection attributes (2)
Mar 14 2006    [Bug 47] New: Entity name shadowing: compiler not acting according to spec. (1)
Mar 13 2006    [Bug 46] New: Included man files should be updated (2)
Mar 13 2006    [Bug 45] New: Bug in conversion of floating point literals (6)
Mar 12 2006    link errors with 0.149, templates, and writefln (7)
Mar 12 2006    compiler message cannot convert GType to GType (16)
Mar 12 2006    [Bug 44] New: forward referenced anonymous union in struct size discrepancy (3)
Mar 12 2006    [Bug 40] New: DecimalFloat spec doesn't match dmd behavior (1)
Mar 12 2006    [Bug 39] New: ArrayMemberInitialization, StructMemberInitializer inconsistencies from dmd's behavior (1)
Mar 12 2006    [Bug 38] New: Template crashes DMD (2)
Mar 12 2006    [Bug 37] New: Inconsistent type information generated for .classinfo accessing (1)
Mar 11 2006    [Bug 36] New: Odd enum forward-reference (?) alias bug (2)
Mar 11 2006    [Bug 35] New: missleading error message for circular constructor paths (2)
Mar 11 2006    [Bug 34] New: C style cast illegal (3)
Mar 10 2006    Forward reference wheel. (3)
Mar 10 2006    [Bug 33] New: No short-circuit evaluation for compile-time expressions? (4)
Mar 10 2006    [Bug 32] New: missing return value and no compile error (2)
Mar 10 2006    Top-Down Structs (11)
Mar 09 2006    [Bug 31] New: Keyword 'function' and pointer test broken for IsExpression (8)
Mar 09 2006    [Bug 30] New: alias with function pointer and two modules (3)
Mar 09 2006    [Bug 29] New: undefined behaviour of: scope(...){ return X; } (4)
Mar 09 2006    Template crashes DMD 0.149 (4)
Mar 09 2006    [Bug 28] New: Documentation (2)
Mar 08 2006    [Bug 27] New: undefined reference to: __ULLNGDBL (2)
Mar 08 2006    imports - 2 years later (22)
Mar 08 2006    [Bug 26] New: inout foreach does not modify BitArrays (3)
Mar 08 2006    DMD-0.149 regressions (7)
Mar 08 2006    [Bug 25] New: DMD segfault on foreach in template (4)
Mar 07 2006    [Bug 24] New: Arithmetic operators are allowed on boolean expressions (12)
Mar 07 2006    Documentation bugs (10)
Mar 06 2006    [Bug 23] New: DDoc Error: "static if conditional cannot be at global scope." (2)
Mar 06 2006    [Bug 22] New: ModuleInfo not being generated for object files with "dmd -c" (1)
Mar 06 2006    [Bug 21] New: unexpected results for: double -> real with value 1.7976931348623157e+308 (2)
Mar 06 2006    [Bug 20] New: volatile introduces new scope (4)
Mar 06 2006    [Bug 19] New: memory.html: uint used instead of size_t (2)
Mar 05 2006    Internal error: e2ir.c 1289 (6)
Mar 05 2006    [Bug 18] New: int foo[0] accept -- what's its semantics? (6)
Mar 05 2006    [Bug 17] New: incomplete docs on delete expression's interaction with the state of memory (2)
Mar 05 2006    auto declaration & compiler warning "no function return" (3)
Mar 05 2006    [Bug 16] New: Documentation for 'extern' attribute on variable declarations (2)
Mar 05 2006    [Bug 15] New: Problem with inner struct templates (2)
Mar 05 2006    [Bug 14] New: Unable to alias member variables (1)
Mar 05 2006    [Bug 13] New: Difficulty accessing byte and short inout parameters from inline asm (3)
Mar 05 2006    [Bug 12] New: Assertion in pthread (2)
Mar 04 2006    ArrayMemberInitialization, StructMemberInitializer (1)
Mar 04 2006    [Bug 10] New: Mixin variables not being properly initialized (1)
Mar 04 2006    Bugzilla - an experiment in trackability (32)
Mar 04 2006    DecimalFloat (4)
Mar 04 2006    [Bug 9] New: web based forums auto-url linking stops too early (1)
Mar 04 2006    Assertion in pthread (1)
Mar 03 2006    Building libraries on Linux (3)
Mar 03 2006    Invalid method called - reduced test case (5)
Mar 03 2006    DDoc: "Error: static if conditional cannot be at global scope" (1)
Mar 02 2006    DMD calling incorrect method (5)
Mar 02 2006    std.boxer linker error (6)
Mar 02 2006    inout foreach on BitArrays (3)
Mar 02 2006    doc error: expression.html NAN != (2)
Mar 02 2006    DOC: undefined type of idouble + double (4)
Mar 01 2006    invalid header output for '\\' (1)
Mar 01 2006    mixins 2 (2)
Mar 01 2006    mixins (2)
Feb 28 2006    Bool {post,pre}{inc,dec}-operators (8)
Feb 28 2006    Lots of bool operations shouldn't compile (14)
Feb 27 2006    alias object.bit conflicts with std.format.bit (1)
Feb 26 2006    Phobos doc (2)
Feb 26 2006    bool: funny error message (2)
Feb 26 2006    Doc: .size instead of .sizeof (2)
Feb 25 2006    a auto object produced in a version scope. (2)
Feb 25 2006    compiler segfault: long identifier (3)
Feb 24 2006    BUG: bad mixin behavior (2)
Feb 24 2006    minor (4)
Feb 23 2006    C-style casts in Interfaces doc (2)
Feb 23 2006    Shebangs and line numbers (3)
Feb 22 2006    static assert fouls up template promotion when between static if (4)
Feb 20 2006    writef format bug (2)
Feb 20 2006    bug in std.string.replace (1)
Feb 20 2006    Comparing TypeInfo_Pointer (2)
Feb 20 2006    bug: method override via overload (7)
Feb 20 2006    bug in std.file.listdir (fix included) (2)
Feb 19 2006    Out parameters and initialization (29)
Feb 18 2006    No .o or executable left behind? (2)
Feb 18 2006    Code coverage and std.c.* (2)
Feb 18 2006    libphobos 0.147 doesn't build under linux (2)
Feb 17 2006    typeinfo crashes dmd (2)
Feb 17 2006    =?ISO-8859-1?Q?=22=E4uto_a=3D=2Ea=22_crashes_dmd?= (2)
Feb 17 2006    circular constant definitions bring about endless error messages (3)
Feb 17 2006    circular constant definitions not rejected by dmd 0.147 (2)
Feb 17 2006    non-constant expression causes internal error (2)
Feb 17 2006    Assertion failure: '0' on line 704 in file 'expression.c' (2)
Feb 17 2006    botched CatchParameter syntax (2)
Feb 16 2006    Problem using inout parameters from inline asm (1)
Feb 16 2006    Internal error: e2ir.c 736 dmd0.147 (7)
Feb 16 2006    continue identifier; on foreach broken for opApply (6)
Feb 16 2006    wrong line numbers when the file starts with "#!" (1)
Feb 16 2006    Fatal flaw in MmFile on linux (1)
Feb 15 2006    assert bug (7)
Feb 15 2006    Linker Error: "Previous Definition Different" (1)
Feb 15 2006    Inline assembler bugs (2)
Feb 15 2006    duplicate union initialization (1)
Feb 15 2006    Custom allocator + empty class = crash (2)
Feb 14 2006    -H bug with templates (1)
Feb 13 2006    mtype.c:3301 Assertion `sym->memtype' failed. (4)
Feb 12 2006    dmd-0.146 regressions (1)
Feb 12 2006    Wrong header generation (1)
Feb 12 2006    Crash (5)
Feb 11 2006    enum forward reference (3)
Feb 11 2006    Bug in std.format.doFormat? (6)
Feb 11 2006    Doc bug in arrays.html (2)
Feb 11 2006    Recursive alias crashes dmd.exe (2)
Feb 11 2006    wrong size of static wchar[] (1)
Feb 11 2006    Private bug (3)
Feb 10 2006    delete and CommaExp. (7)
Feb 10 2006    isabs not working (4)
Feb 10 2006    0.146 -run bug (5)
Feb 10 2006    excess warning? (2)
Feb 10 2006    excess warning? (1)
Feb 10 2006    Concatenating with a string array (8)
Feb 09 2006    Implicit conversion bug? (8)
Feb 09 2006    assertion failure in template.c (2)
Feb 09 2006    bug(?) with recursive aliases (3)
Feb 09 2006    bug with inner struct templates (2)
Feb 08 2006    Abstract fields crash compiler (1)
Feb 07 2006    struct forward reference (6)
Feb 07 2006    Undefined behaviour using interfaces (1)
Feb 06 2006    const declaration creshes dmd 0.145 (2)
Feb 06 2006    Name mangling is broken for integral template value arguments. (5)
Feb 05 2006    Bad enum compiler crash (0.145) (2)
Feb 04 2006    Bug in asm version of std.math.poly since 0.143 (3)
Feb 02 2006    Ambiguous type inference crashes compiler (2)
Feb 02 2006    Failed detect library on defferent drive (1)
Feb 02 2006    Failed detect library on defferent drive (1)
Jan 31 2006    dmd-0.145 regressions (5)
Jan 30 2006    lvalue array.length error (4)
Jan 30 2006    Oh for christ's sake (32)
Jan 30 2006    Problem with mixins and overriding (2)
Jan 30 2006    std.writef, std.format: "%a" is wrong for negative zero (2)
Jan 29 2006    Inconsistent 'field' syntax? (1)
Jan 29 2006    ModuleInfo bug (1)
Jan 29 2006    Winsock2 / getaddrinfo (1)
Jan 27 2006    structed addrinfo: bad order of members (1)
Jan 27 2006    BUG: .sizeof doesn't work with nested structs (2)
Jan 27 2006    Block Statement scope (4)
Jan 27 2006    dmd crasher: member static array sized using enum (3)
Jan 26 2006    std.stream.BufferedStream has upsizing bug (1)
Jan 26 2006    alias declaration crashes dmd. (1)
Jan 25 2006    _arguments in constructor (3)
Jan 25 2006    DMD 144 Windows command line not in Locale (6)
Jan 25 2006    template bug in docu (2)
Jan 25 2006    assert fail expression.c line 674 (2)
Jan 25 2006    Internal error: ..\ztc\cgcod.c 1497 (2)
Jan 25 2006    . is still required for recursion when a template alias is used. (2)
Jan 25 2006    Constant folding for array casts (2)
Jan 24 2006    BUG: compiler GPF on template code (2)
Jan 24 2006    roll-up of old bugs: compiler GPF on vararg code (5)
Jan 24 2006    roll-up of old bugs: access specifiers broken for templates (1)
Jan 24 2006    roll-up of old bugs: auto dtor not called on exception (1)
Jan 24 2006    roll-up of old bugs: auto dtor not called on exception (3)
Jan 24 2006    mixin virtual function bug (2)
Jan 23 2006    dmd-0.144 regressions (1)
Jan 23 2006    -cov and circular init deps (3)
Jan 22 2006    .offsetof - Doc bug or DMD bug? (3)
Jan 20 2006    uuid.lib is broken in new DMC 8.46 (1)
Jan 20 2006    Y2038 compiler bug (2)
Jan 20 2006    static if doesn't use short-circuit evaluation for &&. (3)
Jan 17 2006    BUG: Constructor chaining and const member intialization (3)
Jan 15 2006    Problem on GC and Big arrays on heap (2)
Jan 15 2006    Wrong method called. (5)
Jan 15 2006    0.143 phobos library fails in unit test mode (2)
Jan 15 2006    Incorrect output using bit[][] (1)
Jan 14 2006    Bug with -D and static if (4)
Jan 14 2006    Internal error: ..\ztc\cgcs.c 213 (2)
Jan 13 2006    assert() doesn't convert floating point literals of mixed type correctly (2)
Jan 12 2006    Another linking oddity (1)
Jan 12 2006    Module & class static-ctor invocation? (13)
Jan 12 2006    [ ] isn't parsed correctly from a template char[] argument (3)
Jan 12 2006    [ .. ] isn't parsed correctly in nested template char[] parameters (2)
Jan 10 2006    visibility bug (11)
Jan 09 2006    behaviour when return is missing? (6)
Jan 08 2006    Adding expandTilde to phobos' std.path (5)
Jan 07 2006    Fix for the linux spawnvp link bug (1)
Jan 06 2006    fields and methods (7)
Jan 05 2006    std.uri bugs? (2)
Jan 03 2006    template alias bug? (3)
Jan 03 2006    A zeroing sort - sort_zeroing.zip (2)
Jan 02 2006    Typo in example (3)
Jan 02 2006    Internal error: ..\ztc\cod1.c 1293 (1)
Jan 02 2006    Object file generation (9)
Jan 02 2006    assertion failure, with, templates (2)
Jan 01 2006    unexpected warning (2)
Jan 01 2006    dmd-0.142 regressions (1)

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