news.digitalmars.com - digitalmars.D.bugs
Jan 20 2012 [Issue 7327] New: Nested overload sets are not resolved correctly (1)Jan 20 2012 [Issue 7326] New: write interprets enum with byte backing type as a character (1)
Jan 20 2012 [Issue 7325] New: Static / instance destruction order (3)
Jan 19 2012 [Issue 7324] New: Access Violation when printing struct with union (1)
Jan 19 2012 [Issue 7322] New: Taking address of deprecated functions isn't refused (1)
Jan 19 2012 [Issue 7321] New: returning void considered unsafe by safety inference (1)
Jan 19 2012 [Issue 7320] New: final switch on enum with backing type not statically checked (3)
Jan 19 2012 [Issue 7319] New: .bss section not used (4)
Jan 19 2012 [Issue 7318] New: Cannot concatenate arrays of super- and subtype (8)
Jan 19 2012 [Issue 7317] New: writeln cannot handle alias this of array type (1)
Jan 18 2012 [Issue 7316] New: the result of a strongly pure function should implicitly convert to and from shared (1)
Jan 18 2012 [Issue 7315] New: 'out' parameters should be covariant (1)
Jan 18 2012 [Issue 7314] New: strong purity should be inferred at call site (2)
Jan 18 2012 [Issue 7313] New: the result of a 'new' expression should implicitly cast to (im)mutable (3)
Jan 18 2012 [Issue 7312] New: const should be abstract (3)
Jan 18 2012 [Issue 7311] New: typeof(x~y) should never be const(T)[] (2)
Jan 18 2012 [Issue 7310] New: pure function results should implicitly cast to mutable (8)
Jan 17 2012 [Issue 7309] New: [2.058] Regression caused by new inlining code (2)
Jan 17 2012 [Issue 7308] New: Lambda template literals (2)
Jan 17 2012 [Issue 7307] New: Not fully enforced properties syntax (1)
Jan 17 2012 [Issue 7306] New: Access violation with .byValue of an empty associative array (2)
Jan 17 2012 [Issue 7305] New: Internal error: backend\gother.c 983 (1)
Jan 17 2012 [Issue 7304] New: Online docs incorrect with regards to covariant arrays (1)
Jan 17 2012 [Issue 7303] New: Erroneous closure behavior (2)
Jan 17 2012 [Issue 7302] New: std.conv.parse with radix doesn't work on ranges (3)
Jan 16 2012 [Issue 7301] New: RegexMatch opCast!bool not working (9)
Jan 15 2012 [Issue 7300] New: std.regex.ShiftOr!dchar.search is broken (1)
Jan 15 2012 [Issue 7299] New: Online standard library docs out-of-date (2)
Jan 15 2012 [Issue 7298] New: [CTFE] global static function and delegate literals (2)
Jan 15 2012 [Issue 7297] New: allow explicit storage classes for delegate parameters with inferred types (1)
Jan 15 2012 [Issue 7296] New: [2.058] Regression: Cannot swap RefCounted (2)
Jan 15 2012 [Issue 7295] New: Alias This + Pure + pointsTo = rejects-valid (2)
Jan 15 2012 [Issue 7294] New: [Regression] No warning when escaping local reference type variables (1)
Jan 14 2012 [Issue 7293] New: dmd segfault (2)
Jan 14 2012 [Issue 7292] New: Exception and Error missing from object docs (1)
Jan 14 2012 [Issue 7291] New: UFCS doesn't work for static member functions (1)
Jan 14 2012 [Issue 7290] New: Heap allocation with scoped delegate literal (2)
Jan 13 2012 [Issue 7289] New: format string docs don't describe how structs, unions, and assoc arrays are formatted (1)
Jan 13 2012 [Issue 7288] New: [ICE toir.c 190] with lambda return + auto (1)
Jan 12 2012 [Issue 7287] New: std.container.BinaryHeap example fails (1)
Jan 12 2012 [Issue 7286] New: Array division bypasses immutable (1)
Jan 12 2012 [Issue 7285] New: Implicit fixed-size array cast (3)
Jan 12 2012 [Issue 7284] New: ICE: Assertion failure: 'semanticstarted == 2' on line 844 in file 'module.c (1)
Jan 12 2012 [Issue 7283] New: Add error info to failed shell call (1)
Jan 12 2012 [Issue 7282] New: std.string.format throws at runtime where writef works fine (3)
Jan 12 2012 [Issue 7281] New: std.string.reversed (6)
Jan 12 2012 [Issue 7280] New: Can't get address of array `.length` or `.ptr` properties (2)
Jan 12 2012 [Issue 7279] New: Inconsistent overloading between arrays and scalars (1)
Jan 12 2012 [Issue 7278] New: Templated struct (instantiated with null) can't access its own members (DMD confused about struct's type) (3)
Jan 12 2012 [Issue 7277] New: [CTFE ICE] Assertion failure: 'thisval' on line 1690 in file 'interpret.c' (1)
Jan 11 2012 [Issue 7276] New: ambugious method call with shared / const / immutable (2)
Jan 11 2012 [Issue 7275] New: Cannot use property function call in case/case range statement (2)
Jan 11 2012 [Issue 7274] New: Cannot use property function call in pragma declaration/statement (2)
Jan 11 2012 [Issue 7273] New: Tuples conversion assign (2)
Jan 11 2012 [Issue 7272] New: `out` section makes return type `const` in `return` statement (2)
Jan 11 2012 [Issue 7271] New: Calling struct.init causes a memory allocation. (1)
Jan 11 2012 [Issue 7270] New: Wrong writeln(T.stringof) with const (3)
Jan 10 2012 [Issue 7269] New: Named string enum cannot compile with -g (3)
Jan 10 2012 [Issue 7268] New: Incorrect sign when raising negative number to even power. (2)
Jan 10 2012 [Issue 7267] New: nothrow functions with lazy arguments too (1)
Jan 10 2012 [Issue 7266] New: [CTFE] Can't alter ref param taken from struct member (2)
Jan 10 2012 [Issue 7265] New: Function Literals where a keyword was omitted should be delegate even if inference. (11)
Jan 10 2012 [Issue 7264] New: Can't iterate result from 4-arg dirEntries as string (2)
Jan 09 2012 [Issue 7263] New: Tuple slicing + -O switch causes "used before set" error (3)
Jan 09 2012 [Issue 7262] New: 'used before set' error with no line number (2)
Jan 09 2012 [Issue 7261] New: [ICE glue.c line 678] With taskPool.reduce (1)
Jan 09 2012 [Issue 7260] New: "g" on default in std.regex.match (1)
Jan 09 2012 [Issue 7259] New: Explicit annotation for method hiding (3)
Jan 09 2012 [Issue 7258] New: std.array.array of mutable range of cost items (1)
Jan 09 2012 [Issue 7257] New: std.typecons.Tuple of a immutable item (1)
Jan 09 2012 [Issue 7256] New: std.typecons.Nullable of a const value (2)
Jan 09 2012 [Issue 7255] New: Struct array assign? (1)
Jan 09 2012 [Issue 7254] New: [ICE backend\cod3.c 446] With wrong return in try-catch (1)
Jan 09 2012 [Issue 7253] New: Bad error message when symbol is not found in selective import (6)
Jan 09 2012 [Issue 7252] New: ICE: 'global.errors' on line 4893 in file 'template.c' (1)
Jan 08 2012 [Issue 7251] New: GC not working (2)
Jan 08 2012 [Issue 7250] New: [UFCS] UFCS chaining doesn't work (1)
Jan 08 2012 [Issue 7249] New: 2.058 regression: "no size yet for forward reference" when using this.init.tupleof (6)
Jan 08 2012 [Issue 7248] New: [CTFE] Stack overflow on using struct filed pointer with address of array element (2)
Jan 07 2012 [Issue 7247] New: All programs segfault before main (10)
Jan 07 2012 [Issue 7246] New: http://www.d-programming-language.org/phobos/std_algorithm.html#remove (1)
Jan 07 2012 [Issue 7245] New: [CTFE] Address of ref foreach parameter changes to point after array (3)
Jan 07 2012 [Issue 7244] New: Access Violation with optimized build when using memory-mapped file (1)
Jan 07 2012 [Issue 7243] New: Compiler should call separate function when allocating a struct on the heap (1)
Jan 07 2012 [Issue 7242] New: Cannot call base class member function with same name but diff parameters (2)
Jan 06 2012 [Issue 7241] New: std.format can't read into array of dchar (1)
Jan 06 2012 [Issue 7240] New: Possibilities of throwing Throwable should be calculated (1)
Jan 06 2012 [Issue 7239] New: C style struct initialization doesn't work with aliases (3)
Jan 05 2012 [Issue 7238] New: Windows installer doesn't install dmd 2.057 (1)
Jan 05 2012 [Issue 7237] New: un.di is missing in dmd.2.057.zip (1)
Jan 05 2012 [Issue 7236] New: Protected class members in different file inaccessible (1)
Jan 05 2012 [Issue 7235] New: throwing away return value of pure function should yield an error (2)
Jan 05 2012 [Issue 7234] New: Segmentation fault when using stdio (1)
Jan 05 2012 [Issue 7233] New: [ICE] (symbol.c 1032) Struct tupleof (2)
Jan 05 2012 [Issue 7232] New: Warning: statement is not reachable has no line number (5)
Jan 05 2012 [Issue 7231] New: Segfault using opDispatch with property notation (1)
Jan 05 2012 [Issue 7230] New: Crash during printing anonymous union with writeln family functions. (5)
Jan 04 2012 [Issue 7228] New: MOVDQ2Q instruction is emitted with swapped register indices (1)
Jan 04 2012 [Issue 7227] New: [] syntax for empty associative array too? (1)
Jan 04 2012 [Issue 7226] New: Refused pure nothrow ctor syntax (1)
Jan 04 2012 [Issue 7225] New: immutable argument by const ref (1)
Jan 04 2012 [Issue 7224] New: Throwing precondition of nothrow function (1)
Jan 04 2012 [Issue 7223] New: Access violation when using rmdirRecurse on folder without modify permissions (1)
Jan 04 2012 [Issue 7220] New: Bad initialization when using mixin to generate a static field in a -lib'rary (1)
Jan 04 2012 [Issue 7219] New: valid overrides with type qualifiers rejected (1)
Jan 04 2012 [Issue 7218] New: Nested function with contract is rejected (3)
Jan 04 2012 [Issue 7217] New: Regression(head 7c839960): [CTFE] ICE on accesing struct array field (2)
Jan 03 2012 [Issue 7216] New: [CTFE] Can't call struct member function using pointer field (1)
Jan 03 2012 [Issue 7215] New: array.Appender.put should work on its own type (1)
Jan 03 2012 [Issue 7214] New: Change of template specialization resolution (3)
Jan 03 2012 [Issue 7213] New: disable should be useable to deactivate unittests (2)
Jan 03 2012 [Issue 7212] New: Regression(Head): ICE with overload resolution and delegate/function inference (3)
Jan 03 2012 [Issue 7211] New: Initializing const members in derived classes' constructors (1)
Jan 03 2012 [Issue 7210] New: opCall weird behavior in struct (1)
Jan 03 2012 [Issue 7209] New: Stack overflow on explicitly typed enum circular dependency (2)
Jan 02 2012 [Issue 7208] New: Unique arrays should be covariant (4)
Jan 02 2012 [Issue 7207] New: Explicit cast should resolve lambda type (3)
Jan 02 2012 [Issue 7206] New: Constructor from mixin does not conflict with other constructors (4)
Jan 02 2012 [Issue 7205] New: Function attribute inference fails in case of mutual dependencies (1)
Jan 02 2012 [Issue 7204] New: [CTFE] Assertion failure when attempting to access function pointer of delegate (1)
Jan 02 2012 [Issue 7203] New: Method pointer types differ depending on context (2)
Jan 02 2012 [Issue 7202] New: Hole in type system still present for delegates (2)
Jan 02 2012 [Issue 7201] New: Lambda template assignment to variable (3)
Jan 02 2012 [Issue 7200] New: Array append causes Access Violation with symbolic debug info (1)
Jan 02 2012 [Issue 7199] New: std.string.indexof cannot be compiled with -inline (3)
Jan 02 2012 [Issue 7198] New: Delegate literals with nameless arguments fail to infer a type (10)
Jan 01 2012 [Issue 7197] New: enum string doesn't work with CTFE (2)
Jan 01 2012 [Issue 7196] New: Unfair function address overload resolution (7)
Jan 01 2012 [Issue 7195] New: remove in std.algorithm documentation quick links goes to wrong remove (3)
Jan 01 2012 [Issue 7194] New: [CTFE] Incorrect behaviour with pointers as local struct variable fields (2)
Jan 01 2012 [Issue 7193] New: Regression(2.058head): ICE: delete lambda expression crashes dmd (3)
Dec 31 2011 [Issue 7192] New: improve error message for "object.d cannot be read" (1)
Dec 31 2011 [Issue 7190] New: Tuple length incorrect (4)
Dec 31 2011 [Issue 7189] New: inline failed (3)
Dec 31 2011 [Issue 7188] New: "import phobos;" crashes DMD (3)
Dec 30 2011 [Issue 7187] New: Regression(head 12d62ca5): [CTFE] ICE on slicing (6)
Dec 30 2011 [Issue 7185] New: [CTFE] ICE on changing char array length (2)
Dec 28 2011 [Issue 7176] New: Lambda => syntax for function and methods too (8)
Dec 27 2011 [Issue 7174] New: Cannot use property function call as static if condition (2)
Dec 27 2011 [Issue 7169] New: [CTFE] Assertion failure with inner struct (2)
Dec 27 2011 [Issue 7168] New: Regression(1.072, 2.057) __traits(allMembers) returns wrong tuple (4)
Dec 23 2011 [Issue 7160] New: Regression(2.057): ICE(dsymbol.c:1052) ICE using __traits(derivedMembers) (4)
Dec 21 2011 [Issue 7148] New: Turn associative array byValue/byKey/byPairs into ranges (2)
Dec 20 2011 [Issue 7141] New: std.regex - escaped characters can form operators in character classes (2)
Dec 20 2011 [Issue 7140] New: DMD hangs on isExpression with template default and variadic parameter (2)
Dec 18 2011 [Issue 7135] New: [tdpl] Multiple delegate-related issues (literal syntax, system deduction) (9)
Dec 17 2011 [Issue 7124] New: Alias this doesn (4)
Dec 16 2011 [Issue 7120] New: Scope Delegates + Delegate Literals (3)
Dec 16 2011 [Issue 7117] New: [regression 1.071->1.072] put contract for class member functions are broken (7)
Dec 14 2011 [Issue 7106] New: DMD Segmentation faults! (2)
Dec 12 2011 [Issue 7101] New: Downloads & Tools doesn't expand (2)
Dec 06 2011 [Issue 7073] New: Parsing of class-returning varargs function inside module ctor fails (4)
Nov 29 2011 [Issue 7035] New: "Please use instead" broken documentation (4)
Nov 26 2011 [Issue 7020] New: Exception thrown across DLL is not caught. (6)
Nov 23 2011 [Issue 6996] New: std.typecons calls writeln without importing std.stdio (2)
Nov 14 2011 [Issue 6947] New: Lots of broken links at d-p-l.org because of macros inconsistency (2)
Nov 13 2011 [Issue 6944] New: stdio.File.byLine can't handle an empty file (4)
Nov 11 2011 [Issue 6933] New: Segfault(declaration.c) using struct with destructor in CTFE (3)
Nov 01 2011 [Issue 6874] New: heap corruption caused by std.array.insertInPlaceImpl or gc.gcx (3)
Oct 18 2011 [Issue 6827] New: `assert(0)` is ignored in a function template (3)
Oct 16 2011 [Issue 6821] New: core.exception.OutOfMemoryError on dtor field test of class-embedded struct (6)
Oct 15 2011 [Issue 6814] New: Calling std.file.readLink causes code to not compile. (4)
Oct 04 2011 [Issue 6768] New: Problem with init of struct members in presence of templated opAssign (2)
Sep 26 2011 [Issue 6732] New: static assert fails on true expression (3)
Sep 25 2011 [Issue 6729] New: [ICE] (backend\symbol.c) With tupleof of 2-items tuple (2)
Sep 21 2011 [Issue 6710] New: Can't use .sizeof in pragma(msg) call (2)
Sep 20 2011 [Issue 6701] New: template specialization resolution failure (2)
Sep 08 2011 [Issue 6632] New: toUTFz sometimes does not work with const parameters (11)
Sep 05 2011 [Issue 6605] New: Add switch to enable setting library search paths via command line (10)
Aug 31 2011 [Issue 6587] New: std.parallelism (5)
Aug 18 2011 [Issue 6528] New: Private module functions optimizations (3)
Aug 08 2011 [Issue 6456] New: toString fails with alias this when more than one field present (2)
Aug 05 2011 [Issue 6441] New: Downloads & Tools section is impossible to reach (2)
Aug 04 2011 [Issue 6437] New: Refcounted calls dtor before ctor, never calls dtor for globals (2)
Jul 29 2011 [Issue 6403] New: Upgrade std.regex to Unicode UTS #18 Level 1 support (5)
Jul 22 2011 [Issue 6364] New: Static struct's destructor called on exit of function (5)
Jul 12 2011 [Issue 6302] New: Function imports in debug blocks crashes compiler (3)
Jul 08 2011 [Issue 6272] New: Named import in functions problem (6)
Jul 05 2011 [Issue 6253] New: Refuse definition too of impossible associative arrays (3)
Jun 24 2011 [Issue 6205] New: Strongly-pure nothrow functions with ignored return value are entirely stripped even if it contains a failing 'assert'. (8)
Jun 21 2011 [Issue 6189] New: register content destroyed in function prolog (8)
Jun 19 2011 [Issue 6178] New: Struct inside the AA are not init correctly (8)
Jun 19 2011 [Issue 6177] New: Insert in associative array: Internal error: backend/cgcs.c 162 (10)
Jun 19 2011 [Issue 6176] New: [TDPL] Cannot use string variables in case expressions (25)
Jun 18 2011 [Issue 6175] New: String corruption when passing static char arrays to std.conv (3)
Jun 17 2011 [Issue 6170] New: Undefined reference for methods without body implemented in derived class (2)
Jun 14 2011 [Issue 6157] New: to!string should work for various pointer types (3)
Other years:
2012 2011 2010 2009 2008 2007 2006 2005 2004 1970




