www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.bugs

Dec 30 2008    [Issue 2548] New: Array ops that return value to a new array should work. (2)
Dec 21 2008    [Issue 2535] New: Standard library does not mark functions as pure (2)
Dec 18 2008    [Issue 2523] New: [PATCH] fix rdmd to understand core.* libs (3)
Dec 11 2008    [Issue 2507] New: No support for Posix on Windows (3)
Dec 10 2008    [Issue 2506] New: Can't initialize const member in ctor if it is accessed via this.member syntax (4)
Dec 10 2008    [Issue 2503] New: Error 42: Symbol Undefined _D3std7process6systemFAyaZi (2)
Dec 09 2008    [Issue 2501] New: member function marked as final override ignores override requirements (5)
Dec 08 2008    [Issue 2499] New: Template alias default value cannot be template instantiation (3)
Dec 08 2008    [Issue 2498] New: make foreach work for any callable symbol (1)
Dec 06 2008    [Issue 2496] New: zlib stream class (1)
Dec 06 2008    [Issue 2493] New: link error trying to compile simple program (5)
Dec 05 2008    [Issue 2492] New: ICE building on Linux with -lib option (4)
Dec 05 2008    [Issue 2491] New: druntime GC wrongly frees data pointed to by TLS. (2)
Dec 03 2008    [Issue 2490] New: extern(C++) can not handle structs as return types (2)
Dec 03 2008    [Issue 2489] New: import in struct causes assertion failure (2)
Dec 02 2008    [Issue 2488] New: object.d: module object cannot read file 'object.d' (6)
Dec 01 2008    [Issue 2482] New: Spec does not reference about special x functions in TypeInfo_Struct (1)
Nov 30 2008    [Issue 2481] New: mixing field into anonymous struct inside class generates field overlapping vtable (2)
Nov 30 2008    [Issue 2480] New: extern(C++) does not work with linux (2)
Nov 25 2008    [Issue 2473] New: Linux system install instructions incorrect (1)
Nov 24 2008    [Issue 2471] New: .stringof for nested types does not include outer symbol (1)
Nov 23 2008    [Issue 2470] New: Cannot build libraries from other libraries (2)
Nov 23 2008    [Issue 2468] New: result type of AndAndExp and OrOrExp deduced incorrectly (2)
Nov 21 2008    [Issue 2466] New: -w error for homogeneous arithmetic is too stringent (2)
Nov 15 2008    [Issue 2457] New: Detecting circular module dependencies at compile time (4)
Nov 14 2008    [Issue 2455] New: Cannot use .ptr or .length in asm code (1)
Nov 13 2008    [Issue 2453] New: It is possible to create instances of abstract classes with ClassInfo.create (2)
Nov 12 2008    [Issue 2450] New: Error using operators from named template mixin (1)
Nov 11 2008    [Issue 2449] New: Attempting to use struct type .init inside a template causes "forward declaration" error (2)
Nov 04 2008    [Issue 2441] New: header file generation translates enum to manifest (3)
Nov 02 2008    [Issue 2439] New: static ~this() cannot be used to shutdown threads (3)
Nov 01 2008    [Issue 2438] New: Cannot get types of delegate properties (3)
Oct 31 2008    Bug using dynamicaly loaded function ? (2)
Oct 26 2008    dmd.conf problems on dmd.2.019 (object.d not readable) (4)
Oct 25 2008    [Issue 2431] New: Internal error: ../ztc/cgcod.c 1031 when using -O (2)
Oct 23 2008    [Issue 2428] New: Accessing item in enum'd array produced compiler error (2)
Oct 23 2008    [Issue 2427] New: Function call in struct initializer fails to compile (4)
Oct 15 2008    Thread.getThis() (2)
Oct 14 2008    [Issue 2418] New: Same-value string (char[]) literals get overwritten (unlike array literals) (7)
Oct 12 2008    [Issue 2415] New: DMD allows void foo(int i, ); function definition (6)
Oct 10 2008    [Issue 2412] New: Hole in type system: array conversion to supertypes (5)
Oct 09 2008    [Issue 2405] New: std.gc.fullCollect hangs with multiple threads. (3)
Oct 03 2008    [Issue 2390] New: Missing warning on conversion from int to char (2)
Oct 01 2008    [Issue 2384] New: abi spec is unclear on parameter passing (2)
Oct 01 2008    [Issue 2383] New: default arguments can implicitly access private global variables that are not visible at call site (10)
Sep 30 2008    [Issue 2380] New: static struct initializer accepted as non static initializer (10)
Sep 29 2008    [Issue 2379] New: CTFE fails to evaluate if unless it is very straightforward (4)
Sep 29 2008    Win32 OPTLINK crashes when it links some kind of static library into a executeable. (1)
Sep 27 2008    [Issue 2377] New: ICE with wrong return type for templated method: template.c:784 (2)
Sep 27 2008    [Issue 2376] New: CTFE fails on array literal of array literals of chars (6)
Sep 26 2008    [Issue 2375] New: Error using invariant array initializers with indexed elements (7)
Sep 25 2008    [Issue 2374] New: (exp).Fn() fail assuming that exp is a type (4)
Sep 24 2008    [Issue 2373] New: freebsd select does not accept values > 999,999 (3)
Sep 23 2008    [Issue 2371] New: multiple defenition with templated class enclosing a struct (1)
Sep 22 2008    [Issue 2370] New: Version statement enhancement: versioned identifiers (15)
Sep 21 2008    [Issue 2369] New: is(T == function) does not recognize function pointers (3)
Sep 21 2008    [Issue 2368] New: Calling a function with an address of another function, then calling a returned object is rejected (2)
Sep 18 2008    [Issue 2366] New: Const member function syntax is missing (3)
Sep 18 2008    [Issue 2365] New: compilation error: static const array in struct (2)
Sep 16 2008    [Issue 2363] New: Spurious () required after function name when used with array in prefix form (2)
Sep 16 2008    [Issue 2362] New: Confusing description of 'aliasing of invariant with mutable'? (2)
Sep 15 2008    typeof(typename) fails silently (12)
Sep 11 2008    [Issue 2357] New: compiler fails to choose an overload (2)
Sep 11 2008    [Issue 2354] New: conditional compilation rejects else if the declaration is a single pragma (1)
Sep 10 2008    [Issue 2352] New: unittest fails randomly (4)
Sep 08 2008    [Issue 2349] New: Assertion failure: '0' on line 886 in file 'glue.c' (2)
Sep 08 2008    [Issue 2348] New: T.init == void ==> T[1] rejected (2)
Sep 07 2008    [Issue 2347] New: opIs is missing (4)
Sep 07 2008    Dtors for heap-allocated structs: Bug or by design? (2)
Sep 07 2008    [Issue 2345] New: Return by reference should be allowed (2)
Sep 06 2008    [Issue 2341] New: Double destruction without intervening copy (4)
Sep 06 2008    [Issue 2340] New: Template properties don't work (2)
Sep 02 2008    [Issue 2333] New: Hash initializer does not work (9)
Sep 02 2008    [Issue 2332] New: Initializing const or invariant hashes croaks (2)
Sep 02 2008    [Issue 2330] New: 'private' qualifier of import ignored with selective import (2)
Aug 31 2008    [Issue 2324] New: Parameter info missing in TypeInfo_Delegate (2)
Aug 29 2008    [Issue 2322] New: Wrong behavior of std.path.dirname() in Windows (2)
Aug 29 2008    [Issue 2320] New: ABI spec has contradictory information (4)
Aug 27 2008    [Issue 2317] New: asm offsetof generates: Internal error: ../ztc/cod3.c 2651 (4)
Aug 27 2008    [Issue 2316] New: std.file docs are out of date (2)
Aug 26 2008    [Issue 2314] New: Crash on anonymous class variable instantiation (3)
Aug 25 2008    [Issue 2313] New: Poor array ~= append performance (12)
Aug 25 2008    [Issue 2312] New: unexpected function addresses dump behaviour (3)
Aug 24 2008    [Issue 2311] New: Static destructors in templates are never run (3)
Aug 23 2008    [Issue 2308] New: CTFE crash on foreach over nonexistent variable (3)
Aug 22 2008    [Issue 2305] New: ".sort" on array of struct can use templated "opCmp" (2)
Aug 22 2008    [Issue 2304] New: Add else clause to for loops - executed unless break exits (2)
Aug 22 2008    [Issue 2303] New: static assert in a template function is not reported (4)
Aug 21 2008    [Issue 2301] New: std.file.read error (8)
Aug 20 2008    [Issue 2300] New: pause opcode is not well documented (2)
Aug 19 2008    [Issue 2295] New: automatically covariant types (7)
Aug 19 2008    [Issue 2293] New: access instance members from inside delegates (3)
Aug 19 2008    [Issue 2292] New: .reash of associative arrays (3)
Aug 18 2008    [Issue 2290] New: DMD segmentation fault for struct using enum that is defined later (2)
Aug 17 2008    [Issue 2289] New: Stack overflow on very large BigInt to string. (5)
Aug 16 2008    [Issue 2287] New: to!(string)(struct) should work if struct has toString() function (5)
Aug 14 2008    [Issue 2286] New: movmskpd compiled incorrectly (2)
Aug 14 2008    [Issue 2285] New: obj2asm uses \ instead of / on Linux (2)
Aug 14 2008    [Issue 2283] New: protection attributes are not respected for struct opAssign (2)
Aug 13 2008    Storesonline, Ecommerce and Customer Service (3)
Aug 12 2008    [Issue 2279] New: alias within function template (2)
Aug 06 2008    [Issue 2272] New: synchronized attribute documentation (2)
Aug 06 2008    [Issue 2269] New: D BUG: cosine of complex (3)
Aug 04 2008    [Issue 2266] New: opEquals documentation still says it returns int (2)
Aug 03 2008    [Issue 2265] New: AA initializer with string as key is bugged (3)
Aug 03 2008    is this a bug? (aa initializer) (2)
Aug 03 2008    [Issue 2264] New: typo in documentation regarding atof (2)
Aug 02 2008    setDestDir?(char[]) of std.cover of phobos (1)
Aug 01 2008    [Issue 2263] New: spec does not specify how padding on 80 bit real is initialized (2)
Aug 01 2008    [Issue 2262] New: -inline breaks -lib library (5)
Aug 01 2008    [Issue 2261] New: Assertion failure: '0' on line 122 in file 'statement.c' (2)
Aug 01 2008    gdc compiled program seg fault (1)
Aug 01 2008    [Issue 2259] New: Assertion failure: '0' on line 122 in file 'statement.c' (3)
Jul 31 2008    [Issue 2258] New: Docs -> Inline Assembler -> Operand Types -> qword missing (4)
Jul 29 2008    [Issue 2252] New: Sequence of super interfaces matters (4)
Jul 27 2008    [Issue 2250] New: Update of user32.lib and kernel32.lib (5)
Jul 25 2008    [Issue 2248] New: .di should be a supported file extension (2)
Jul 25 2008    [Issue 2247] New: bad header file generated for if (auto o = ...) {} (2)
Jul 24 2008    is there a better way to work with this? (1)
Jul 24 2008    [Issue 2243] New: const bool = is(function literal), badly miscast (2)
Jul 24 2008    Possible bug with mixin template functions and variadic params (3)
Jul 24 2008    [Issue 2242] New: linux system calls are canceled by GC (2)
Jul 23 2008    [Issue 2241] New: DMD abort (2)
Jul 22 2008    linux system calls are canceled by GC (2)
Jul 19 2008    [Issue 2236] New: abstract modifier is applied to template class parameters (2)
Jul 18 2008    Circular initialization dependency error? (1)
Jul 17 2008    Issue (8)
Jul 16 2008    [Issue 2232] New: DMD generates invalid code when an object file is compiled -inline (4)
Jul 16 2008    [Issue 2231] New: missing bigint document (5)
Jul 16 2008    [Issue 2230] New: Compiler crashes on invalid code (revisited) (2)
Jul 15 2008    [Issue 2228] New: Full closure does not honor loop context (2)
Jul 13 2008    [Issue 2225] New: accessing private declaration allowed (2)
Jul 13 2008    [Issue 2223] New: Typo in error message (2)
Jul 12 2008    [Issue 2222] New: spec does not specify when md5 symbol compression is used (3)
Jul 12 2008    [Issue 2220] New: Linking error with alias mixin params and anonymous methods - take 2 (1)
Jul 11 2008    [Issue 2219] New: typeof requiring extra parentheses (3)
Jul 11 2008    [Issue 2217] New: Cannot create deprecated alias of type derived from deprecated type (2)
Jul 10 2008    [Issue 2216] New: bad code generation for static arrays of zero length static arrays (3)
Jul 10 2008    [Issue 2214] New: No error if void function returns a value (4)
Jul 09 2008    [Issue 2211] New: new static if bug in 2.016 (4)
Jul 09 2008    [Issue 2210] New: Error: void initializer has no value (5)
Jul 09 2008    [Issue 2209] New: Typo in doc for offsetof (2)
Jul 09 2008    [Issue 2208] New: Deprecated function declarations cannot use deprecated types (5)
Jul 09 2008    [Issue 2207] New: overload resolution fails with deprecation (2)
Jul 08 2008    [Issue 2204] New: const IFTI fails sometimes with more than one parameter (4)
Jul 06 2008    [Issue 2198] New: Segfault (2)
Jul 05 2008    [Issue 2194] New: Variadic parameters of non-array types (3)
Jul 02 2008    [Issue 2190] New: toHash documentation is deprecated [D2.0] (2)
Jul 02 2008    [Issue 2189] New: bad alias declaration not reported as semantic error (1)
Jun 30 2008    [Issue 2188] New: man-or-boy test fails with access violation (2)
Jun 30 2008    [Issue 2186] New: Out of order in stdout (3)
Jun 28 2008    [Issue 2183] New: Bad formatting in std.c.stdlib (2)
Jun 26 2008    [Issue 2181] New: Constant-time std.gc.removeRange (2)
Jun 26 2008    [Issue 2178] New: 3 errors without line number: typeof (3)
Jun 25 2008    [Issue 2177] New: dstress nocompile section get something should be in compile section? (2)
Jun 25 2008    [Issue 2176] New: Assertion failure: 'sz == es2->sz' on line 1339 in file 'constfold.c' (concatenating strings of different types) (4)
Jun 25 2008    [Issue 2175] New: wrong categorizing of dstress test case (2)
Jun 25 2008    [Issue 2174] New: dstress test case typo and something not correct (2)
Jun 24 2008    [Issue 2166] New: More stuff that doesn't compile in Phobos (3)
Jun 23 2008    [Issue 2165] New: phobos format is not POSIX compatible (2)
Jun 22 2008    [Issue 2163] New: successfully reading doesn't necessarily mean not EOF in the stream (1)
Jun 22 2008    [Issue 2161] New: Modify compiler to pass array TypeInfo to _adEq and _adCmp instead of element TypeInfo (2)
Jun 21 2008    [Issue 2160] New: spawnvp P_NOWAIT issue (1)
Jun 21 2008    [Issue 2159] New: Thread throws window exception upon termination (9)
Jun 19 2008    [Issue 2155] New: case statements always start new scope (2)
Jun 18 2008    [Issue 2153] New: mixin(null) error message has no line number (2)
Jun 13 2008    [Issue 2149] New: Auto variables loose the keyword "auto" in di files generated with -H option. (2)
Jun 09 2008    [Issue 2146] New: Multiple execution of 'static this' defined in template (3)
Jun 09 2008    [Issue 2145] New: Phobos buildsystem unable to build html (2)
Jun 08 2008    [Issue 2144] New: 'is' is defined to be the same as '==' for non-class and non-array types, but does not call opEquals (3)
Jun 06 2008    [Issue 2143] New: Mixed-in identifier is not recognized by static if (2)
Jun 03 2008    T[#] can be a type or an array of types (4)
Jun 03 2008    [Issue 2140] New: static if as final statement with no code causes containing code to be skipped (4)
Jun 02 2008    [Issue 2139] New: Compiler rejects delegate of a static struct instance as non-constant (1)
Jun 02 2008    [Issue 2138] New: Allow more than 65535 files in Zip archives (1)
Jun 02 2008    [Issue 2137] New: Data not compressed on fly when adding to zip archive (4)
Jun 01 2008    [Issue 2136] New: typeof(super(...)) counted as a constructor call (2)
May 30 2008    [Issue 2135] New: dmd produces wrong code for dynamic array of associative array (3)
May 27 2008    [Issue 2133] New: anonymous enum without {} doesn't work as asm value (2)
May 27 2008    [Issue 2132] New: CTFE: can't evaluate ~= at compile time, D2 only. (2)
May 25 2008    [Issue 2131] New: Template scope access (1)
May 24 2008    [Issue 2130] New: Qualifier does not apply to multiple typed definition (2)
May 24 2008    [Issue 2129] New: foreach won't work with invariant limits (2)
May 23 2008    [Issue 2125] New: Moving a template to a separate module breaks compilation (2)
May 23 2008    [Issue 2123] New: Anonymous class crashes (2)
May 23 2008    [Issue 2122] New: Scope object from a mixin destroyed immediately (2)
May 21 2008    [Issue 2120] New: scope class assignment doesn't copy the whole class content (5)
May 20 2008    [Issue 2118] New: Inconsistent use of string vs invariant(char[]) in doc (2)
May 20 2008    [Issue 2116] New: Very incomplete docs (2)
May 20 2008    [Issue 2115] New: Describe thread_hdl in relation to unix (1)
May 20 2008    ( ) error in ddoc (1)
May 19 2008    [Issue 2113] New: spec inconsistent with the current d1.0 behavior? (3)
May 19 2008    [Issue 2112] New: the type of undefined variable incorrectly assumed to be int (6)
May 18 2008    [Issue 2111] New: Protection incorrectly resolved when accessing super class' tupleof (2)
May 18 2008    [Issue 2110] New: -run causes assertion error (3)
May 14 2008    [Issue 2109] New: asm {lea EAX, [0*0+EAX]; } rejected. (2)
May 12 2008    [Issue 2100] New: Assertion failure: '0' on line 4842 in file 'expression.c' (2)
May 12 2008    [Issue 2099] New: Text and Sample Code Disagree (non-static local invariant declaration) (2)
May 11 2008    [Issue 2098] New: Outdated docs (2)
May 11 2008    [Issue 2096] New: Non-static struct initialization/assingment (1)
May 11 2008    [Issue 2094] New: transitive const can be broken easily (14)
May 10 2008    [Issue 2092] New: Stuff that doesn't compile in Phobos (6)
May 10 2008    [Issue 2091] New: D2 final cannot be applied to variable (2)
May 09 2008    [Issue 2090] New: Cannot alias a tuple member which is a template instance (3)
May 09 2008    [Issue 2089] New: Issues with CTFE and tuple indexes (2)
May 09 2008    [Issue 2086] New: Describe relationship between string and char[] more explicitly (2)
May 08 2008    [Issue 2084] New: operator ?: does not compute the tightest type (2)
May 08 2008    [Issue 2083] New: Cannot convert char[] to string (3)
May 08 2008    [Issue 2082] New: Cannot convert char[] to string (5)
May 07 2008    [Issue 2076] New: offset doesn't work in asm (4)
May 06 2008    [Issue 2075] New: Spec does not specify how array literals are stored. (4)
May 06 2008    [Issue 2074] New: Variant arithmetic operations fail (7)
May 06 2008    [Issue 2072] New: std.typeconv documentation anomaly (4)
May 05 2008    [Issue 2071] New: spec doesn't mention pointer arithmetic with two pointer operands (2)
May 04 2008    [Issue 2067] New: call from anonymous class makes access violation. (7)
May 02 2008    [Issue 2065] New: Return value of std.file.exists() is inverted. (8)
May 02 2008    [Issue 2063] New: std.xml access violation for nested, closed tags (8)
Apr 30 2008    [Issue 2060] New: some ddoc design typos (6)
Apr 30 2008    Web-News Reader's "Recent Messages" Links Go To Wrong Message (3)
Apr 29 2008    [Issue 2058] New: Describe hidden value passed to class member functions (4)
Apr 28 2008    [Issue 2055] New: (ICE) Compiler crash on struct initializer with too many elements (2)
Apr 28 2008    [Issue 2054] New: Const system broken on struct assignment. (4)
Apr 28 2008    [Issue 2052] New: Allow initialization of every kind of member variable in place of its declaration (1)
Apr 27 2008    [Issue 2049] New: .init Property documentation (2)
Apr 27 2008    [Issue 2047] New: D compiler internal assertion failure (3)
Apr 26 2008    [Issue 2044] New: -g hangs DMD (2)
Apr 26 2008    [Issue 2041] New: Spec implies relationship between interfaces and COM objects (4)
Apr 26 2008    [Issue 2040] New: Add codepage handling to core library (2)
Apr 26 2008    [Issue 2039] New: -ignore switch is missing from compiler docs (3)
Apr 26 2008    [Issue 2038] New: Remove hello2.html from samples directory (2)
Apr 26 2008    [Issue 2037] New: Article on hijacking is outdated (2)
Apr 26 2008    OT - Words (1)
Apr 25 2008    [Issue 2036] New: Hiding rules too restrictive (12)
Apr 25 2008    [Issue 2035] New: D makes GUI dirty (8)
Apr 25 2008    [Issue 2034] New: Change "TypeInfo keyti" passed into associative array runtime code to "TypeInfo_AssociativeArray ti" so info for both key and value is available (1)
Apr 24 2008    [Issue 2032] New: Documentation for creating a class on the stack is unintuitive (2)
Apr 24 2008    [Issue 2031] New: Documentation: template value parameters (2)
Apr 24 2008    [Issue 2030] New: String mixin within teplatate mixin doesn't compile (4)
Apr 24 2008    [Issue 2027] New: No way to declare only the reference 'const' or 'invariant' for reference types. (3)
Apr 21 2008    [Issue 2023] New: Returning from foreach body doesn't work as expected. (6)
Apr 20 2008    [Issue 2021] New: version(linux) is inconsistent (8)
Apr 20 2008    [Issue 2019] New: Appending a one-element array literal doesn't work (2)
Apr 20 2008    [Issue 2018] New: Template with a mixin doesn't work as expected (2)
Apr 19 2008    [Issue 2016] New: 'invariant' TypeSpecialization is missing (2)
Apr 19 2008    [Issue 2015] New: Virtual template methods are allowed (4)
Apr 19 2008    [Issue 2014] New: fopen fails on large files (2)
Apr 19 2008    [Issue 2013] New: Dynamic cast is incorrect in some cases (2)
Apr 18 2008    [Issue 2009] New: Compile-time multi-dimentional array not initialized (5)
Apr 18 2008    va_list segfault on AMD64 (1)
Apr 18 2008    [Issue 2005] New: dynamic va_arg looping/ align info in TypeInfo (2)
Apr 16 2008    [Issue 2003] New: Absolute path for -odobjdir triggers compiler stack overflow (2)
Apr 16 2008    [Issue 2002] New: Add keyword for a function definition (3)
Apr 15 2008    [Issue 1998] New: std.bitarray should have setAll / opSliceAssign(bool) etc (1)
Apr 14 2008    [Issue 1995] New: invalid paths feed to -J option should be warned (5)
Apr 14 2008    Freeze when resizing dynamic arrays of associative arrays (2)
Apr 14 2008    Compiler bugs triggered by or via Tango (1)
Apr 13 2008    [Issue 1991] New: Dmd hangs (2)
Apr 12 2008    [Issue 1989] New: opEquals should return bool (10)
Apr 08 2008    [Issue 1980] New: memory allocated via double[][] is not being freed by the GC (5)
Apr 08 2008    [Issue 1978] New: Wrong vtable call (5)
Apr 06 2008    [Issue 1976] New: Integral pow does not except negative powers (7)
Apr 05 2008    [Issue 1975] New: void func return value not checked (3)
Apr 05 2008    [Issue 1974] New: overloaded assignment operators work on non-lvalues (1)
Apr 02 2008    Code coverage (1)
Apr 01 2008    [Issue 1967] New: getDirName does not seem to use altsep on windows (3)
Apr 01 2008    [Issue 1966] New: Allow for Derived Thread Classes (1)
Mar 31 2008    [Issue 1964] New: Patch to phobos' linux.mak to build headers (5)
Mar 31 2008    [Issue 1963] New: -H creates broken headers (11)
Mar 27 2008    [Issue 1955] New: debug info for temp variables (2)
Mar 27 2008    [Issue 1953] New: BufferedFile seek and flush dumps 4gb to disk (1)
Mar 26 2008    [Issue 1952] New: Support a unit test handler (4)
Mar 26 2008    [Issue 1947] New: ICE (Assertion failure: '0' on statement.c:123) with delegate literal and CTFE mixin. (5)
Mar 26 2008    [Issue 1945] New: Inconsistent and confusing documentation (1)
Mar 25 2008    [Issue 1942] New: ENHANCEMENT: issue 1807 should apply to is-expressions (2)
Mar 25 2008    Strange behavior (2)
Mar 24 2008    [Issue 1938] New: member of scope-class-type behavior undefined (1)
Mar 24 2008    [Issue 1937] New: std.uri.decode throws wrong exception (2)
Mar 24 2008    AA (1)
Mar 24 2008    dstress idle? (8)
Mar 24 2008    [Issue 1936] New: Error with no line number (array dimension overflow) (4)
Mar 21 2008    std.Variant issues (1)
Mar 20 2008    [Issue 1935] New: The std.recls samples in the DMD .zip are obsolete. (3)
Mar 20 2008    [Issue 1933] New: Delimited string constants can cause segfault (3)
Mar 18 2008    [Issue 1932] New: dmd internal calling link command error (3)
Mar 16 2008    documentation anomalies (2)
Mar 15 2008    [Issue 1925] New: Not all xml empty tags are recognized (3)
Mar 14 2008    [Issue 1924] New: fail to pragma compile time constant (12)
Mar 13 2008    has anyone run into this befor? [~OT] (3)
Mar 12 2008    [Issue 1917] New: __traits(allMembers) does not return elements with specified protection (3)
Mar 12 2008    [Issue 1912] New: (Another) Error message without a line number (5)
Mar 11 2008    [Issue 1910] New: variadic function compilation failure (2)
Mar 11 2008    [Issue 1907] New: Error message without a line number (5)
Mar 11 2008    [Issue 1906] New: foreach cannot use index with large arrays (4)
Mar 11 2008    [Issue 1905] New: foreach docs inconsistency (2)
Mar 10 2008    [Issue 1903] New: Template declaration (for mixin) can't be parsed (8)
Mar 10 2008    [Issue 1902] New: Template declaration (for mixin) can't be parsed (2)
Mar 09 2008    [Issue 1901] New: Structs with alias template params not accepted as types in declarations (2)
Mar 08 2008    [Issue 1898] New: infinite loop when allocate an array of AA (3)
Mar 07 2008    [Issue 1895] New: missing symbols during linking for anything that uses writef (2)
Mar 05 2008    Missed scope guard statements (11)
Mar 04 2008    [Issue 1892] New: min and max work improperly for mixed-sign numbers (3)
Mar 03 2008    [Issue 1889] New: Ddoc and <br> (8)
Mar 02 2008    [Issue 1887] New: compiler freeze on array of dyn. arrays with empty first initializer (3)
Mar 02 2008    [Issue 1885] New: Syntax error for object identity test between invariant/mutable references (2)
Feb 29 2008    [Issue 1883] New: templates instantiated as real gives incorrect values (4)
Feb 29 2008    [Issue 1882] New: Internal error: ..\ztc\cod1.c 2529 (2)
Feb 29 2008    [Issue 1881] New: feqrel nonsensical for two identical float arguments (2)
Feb 28 2008    Documentation: example no longer compiles (2)
Feb 28 2008    [Issue 1879] New: Compiler segfaults on 'scope' and 'static if' (2)
Feb 27 2008    [Issue 1877] New: Errors in the documentation of std.math.atan2 (6)
Feb 27 2008    [Issue 1876] New: inside a non-static class method, should "&( f)" be same as "&(this.f)" ? (3)
Feb 27 2008    [Issue 1875] New: &null[x] compiles and runs, giving x (8)
Feb 27 2008    [Issue 1874] New: __traits(allMembers, T) fails to list methods which only have non-mutating overloads (2)
Feb 27 2008    [Issue 1873] New: structs with at least one immutable member are completely immutable (2)
Feb 26 2008    [Issue 1872] New: getVirtualFunctions should return empty if called for a field (2)
Feb 26 2008    [Issue 1871] New: DMD debug messages printed (2)
Feb 25 2008    [Issue 1868] New: Interface pointer casts (2)
Feb 24 2008    [Issue 1867] New: lazy adds spurious const qualifier (3)
Feb 24 2008    [Issue 1866] New: Couple of reflection bugs (.stringof) (2)
Feb 24 2008    [Issue 1865] New: Escape sequences are flawed. (5)
Feb 24 2008    [Issue 1864] New: Variable incorrectly declared final in final class template (2)
Feb 23 2008    Two bugs, don't know how to title them (1)
Feb 22 2008    [Issue 1862] New: asm: [ESI+1*EAX] should be a legal addr mode (2)
Feb 21 2008    [Issue 1860] New: Heap construction of structs with args doesn't work (5)
Feb 21 2008    [Issue 1859] New: The librarian (lib.exe) confused by dashes in object names (5)
Feb 20 2008    [Issue 1856] New: Outstanding template issues (8)
Feb 20 2008    [DMD 1.027] dynamic array out-of-bounds (3)
Feb 20 2008    [Issue 1855] New: .dup property for value types (1)
Feb 20 2008    [Issue 1854] New: bug in new flow analysis (warnings on valid code) (2)
Feb 19 2008    [Issue 1853] New: opCmp documentation really needs some examples (2)
Feb 19 2008    [Issue 1852] New: you get opCall missing when cast to a struct(diagnostic) (4)
Feb 18 2008    [Issue 1851] New: missing opCall? when cast away const struct (2)
Feb 18 2008    [Issue 1850] New: The compiler accepts lower case asm registers. (3)
Feb 17 2008    [Issue 1848] New: Another IFTI limitation (2)
Feb 17 2008    [Issue 1846] New: bitmanip.BitArray.opIndex need const read-only version (6)
Feb 16 2008    [Issue 1843] New: Unreachable statement warning lacks line number (3)
Feb 16 2008    [Issue 1842] New: Useless linker command line output during compilation on Linux (2)
Feb 14 2008    [Issue 1839] New: Give D a modern varargs system that allows forwarding (17)
Feb 14 2008    [Issue 1837] New: Make dmd stop flooding the console: prints content of passed parameter file (8)
Feb 14 2008    [Issue 1836] New: Inline assembler can't use enum values as parameters. (4)
Feb 14 2008    [Issue 1834] New: typedeffed primitaves can't lose their constancy (2)
Feb 13 2008    [Issue 1833] New: std.c.windows.windows should use enums for constants, or be more selective about use of extern(Windows) (5)
Feb 13 2008    [Issue 1832] New: reading/writing an archive causes data loss; std.zip horribly broken (1)
Feb 13 2008    [Issue 1831] New: Random seeding appears not to work (2)
Feb 12 2008    [Issue 1830] New: duplicated constants + extern(Windows) = Link error: Previous Definition Different (6)
Feb 11 2008    [Issue 1828] New: Several Thread Issues (5)
Feb 11 2008    isNumeric in Phobos(D1&D2) seems bugged (3)
Feb 09 2008    [Issue 1826] New: TransitiveBaseTypeTuple skips interfaces implemented by base types (4)
Feb 09 2008    [Issue 1825] New: local instantiation and function nesting (2)
Feb 09 2008    [Issue 1823] New: Implicit conversion to const on associative array (2)
Feb 08 2008    [Issue 1821] New: ICE when using __traits isSame on const/invariant variables (2)
Feb 07 2008    it seems that news.digitalmars.com does not work correctly (3)
Feb 07 2008    [Issue 1819] New: spurious warning about missing return statement after synchronized (2)
Feb 04 2008    [Issue 1816] New: Parameter names not visible in return type in function declarations (4)
Feb 04 2008    [Issue 1815] New: foreach with interval does not increment pointers correctly (2)
Feb 03 2008    [Issue 1814] New: DMD/GDC does not prevent typedef violations (3)
Jan 30 2008    [Issue 1810] New: MmFile anonymous mapping does not work under win32 (4)
Jan 30 2008    [Issue 1809] New: template.c:2600 (2)
Jan 26 2008    [Issue 1808] New: strange dmd StackOverflow with template and new enum in a struct (2)
Jan 25 2008    [Issue 1806] New: "const" makes typesafe variadic arguments not work properly. (2)
Jan 24 2008    [Issue 1803] New: Stack overflow on manifest constant of struct within struct (1)
Jan 24 2008    Stack overflow at typesafe variadic constructors (1)
Jan 23 2008    [Issue 1802] New: std.getopt.getopt returns bool; should be void (6)
Jan 23 2008    [Issue 1801] New: Const structs should be assignable to non-const variables unless they contain references (2)
Jan 23 2008    [Issue 1800] New: Compiler crash on enums nested in structs (4)
Jan 22 2008    [Issue 1799] New: Wrong constant folding in static array types. (2)
Jan 21 2008    [Issue 1797] New: Documentation comments - /// (4)
Jan 21 2008    [Issue 1795] New: Unreachable code in Phobos std.string (2)
Jan 20 2008    [Issue 1794] New: Array enums are broken, causing access violation (2)
Jan 19 2008    [Issue 1793] New: Error on debug specification mixin (1)
Jan 19 2008    [Issue 1792] New: illegal opAssign possible via alias (2)
Jan 18 2008    Change in treatement of array literals (1)
Jan 17 2008    [Issue 1789] New: Template overloading doesn't work (2)
Jan 16 2008    [Issue 1788] New: dmd segfaults without info (2)
Jan 16 2008    Nasty -O bug (4)
Jan 14 2008    [Issue 1786] New: Phobos cannot accommodate multiple stacks (7)
Jan 13 2008    [Issue 1785] New: Mixing in an incorrect array literal causes infinite loop. (2)
Jan 11 2008    [Issue 1784] New: DMD 1.025 asserts tuples mixed with defaults (3)
Jan 11 2008    [Issue 1783] New: DMD 1.025 asserts on code with struct, template, and alias (4)
Jan 10 2008    [Issue 1779] New: Compiler crash when deducing more than 2 type args (2)
Jan 10 2008    [Issue 1778] New: Can not create pointer to class reference (8)
Jan 10 2008    [Issue 1777] New: Allow atomic types in typeof() or improve error message (3)
Jan 09 2008    [Issue 1775] New: Code that compiles but shouldn't (2)
Jan 08 2008    [Issue 1774] New: CTFE rejects nested template expansion (2)
Jan 07 2008    [Issue 1773] New: excessively long integer literal (7)
Jan 06 2008    Constancy lost when compiling template mixin (1)
Jan 05 2008    [Issue 1771] New: dmd fails to execute on linux (8)
Jan 05 2008    [Issue 1770] New: std.typecons.defineEnum example does not compile (3)
Jan 03 2008    [Issue 1769] New: Typo on the page about exceptions (2)
Jan 03 2008    [Issue 1768] New: CTFE: cant ~= an array literal to an unitinitialized array (9)
Jan 02 2008    [Issue 1767] New: rejects-valid, diagnostic (2)
Jan 02 2008    [Issue 1764] New: Scoped sub-objects not garbage collected (2)
Jan 01 2008    [Issue 1763] New: EndianStream doesn't handle ubyte/byte read/writes. Simple fix. (2)
Jan 01 2008    [Issue 1762] New: Wrong name mangling for pointer args of free extern (C++) functions (2)
Jan 01 2008    [Issue 1761] New: __traits(getVirtualFunctions, ...) doesn't give function parameter types (2)
Jan 01 2008    [Issue 1760] New: Closures - Variable unnecessarily allocated on heap (6)
Jan 01 2008    [Issue 1757] New: there is an fault in phobos windows api interface (3)
Dec 31 2007    [Issue 1756] New: comparing a constant to artihmetic expression with floating point types fails (6)
Dec 29 2007    [Issue 1753] New: String corruption in recursive CTFE functions (2)
Dec 24 2007    [Issue 1749] New: std.socket not thread-safe due to strerror (2)
Dec 23 2007    [Issue 1748] New: Wrong stringof for templated classes (8)
Dec 20 2007    [Issue 1745] New: Internal error: ..\ztc\out.c 115 (2)
Dec 20 2007    [Issue 1744] New: CTFE: crash on assigning void-returning function to variable (3)
Dec 19 2007    [Issue 1743] New: interpret.c:1421 assertion failure on CTFE code (4)
Dec 18 2007    [Issue 1742] New: CTFE fails on some template functions (2)
Dec 18 2007    [Issue 1741] New: crash on associative array with static array as index type (3)
Dec 17 2007    [Issue 1740] New: Full closure problem (2)
Dec 17 2007    [Issue 1738] New: Error on struct with on line number (4)
Dec 16 2007    [Issue 1736] New: dmd segv (5)
Dec 13 2007    [Issue 1729] New: ICE when using std.typecons.defineEnum (2)
Dec 11 2007    [Issue 1728] New: alias hides mixin member func? (7)
Dec 11 2007    [Issue 1727] New: Associate Array Literals regression (11)
Dec 11 2007    [Issue 1725] New: std.stream.BufferedFile.create should use FileMode.OutNew (2)
Dec 11 2007    [Issue 1724] New: Internal error: toir.c 177 (2)
Dec 10 2007    [Issue 1723] New: __traits(getVirtualFunctions) on a non-function fails badly (6)
Dec 09 2007    [Issue 1722] New: std.math.nextafter: nextafterl does not exist on Windows (9)
Dec 09 2007    [Issue 1720] New: std.math.NotImplemented missing a space in message (4)
Dec 09 2007    [Issue 1719] New: Compiler crash or unstable code generation with scoped interface instances (9)
Dec 09 2007    [Issue 1718] New: obscure exit with error code 5 (2)
Dec 07 2007    [Issue 1717] New: Template class with opAssign should be nullable (2)
Dec 03 2007    [Issue 1713] New: foreach index with tuples and templates fails (2)
Dec 02 2007    [Issue 1712] New: vtbl[0] for interface not set to corresponding Interface* (5)
Dec 02 2007    [Issue 1711] New: typeof with delegate literal not allowed as template parameter (2)
Dec 01 2007    [Issue 1707] New: '==' in TemplateParameterList in IsExpression causes segfault (2)
Nov 30 2007    [Issue 1704] New: std.string doesn't compile with warnings enabled (4)
Nov 30 2007    [Issue 1703] New: invariant(Class) does not work as expected (4)
Nov 29 2007    [Issue 1700] New: ICE attempting to modify member of const return struct (2)
Nov 29 2007    [Issue 1699] New: unexpected identifer in declaration (2)
Nov 28 2007    [Issue 1697] New: Internal Compiler error 2322 (3)
Nov 25 2007    [Issue 1694] New: Zip::ArchiveMember::name format bug (3)
Nov 22 2007    [Issue 1685] New: Array index is evaluated twice (5)
Nov 17 2007    [Issue 1677] New: Segfault on specialization on template with one non-tuple and one tuple parameter (2)
Nov 15 2007    [Issue 1675] New: "Identifier too long" error with OMF object files (6)
Nov 15 2007    [Issue 1672] New: Literals should match template alias arguments (6)
Nov 13 2007    [Issue 1667] New: Forward reference to struct initializer in template (4)
Nov 13 2007    [Issue 1663] New: pragma(lib, "") don't work on linux (6)
Nov 12 2007    [Issue 1661] New: Not possible to specialize on template with integer parameter (10)
Nov 12 2007    [Issue 1660] New: DFLAGS environment variables is not working (6)
Nov 09 2007    [Issue 1653] New: Be able to use template aliases to deduce implicit template parameters. (2)
Nov 08 2007    [Issue 1649] New: Variant coercion fails with delegates (7)
Nov 07 2007    [Issue 1646] New: method overloaded on delegate and function matches both in certain cases (2)
Nov 07 2007    [Issue 1644] New: Template instantiation should automatically cast to const to make const-ness irrelevant when argument is const anyways (4)
Nov 04 2007    [Issue 1640] New: Can't slice array literal directly (4)
Nov 04 2007    [Issue 1637] New: regression: new unittest failure in std/math2.d, odd cosh() behavior (3)
Oct 30 2007    [Issue 1627] New: ICE with a method called _ctor (4)
Oct 28 2007    [Issue 1622] New: parameters to TypeInfo_Struct.compare seem to be switched around. (3)
Oct 28 2007    [Issue 1621] New: cannot access string member in const method (3)
Oct 28 2007    [Issue 1620] New: std.conv.to fails for integer unsigned->signed conversion (4)
Oct 27 2007    [Issue 1615] New: inout is allowed in foreach of string literal (3)
Oct 24 2007    [Issue 1612] New: No file/line number for using an undefined label in inline assembly (4)
Oct 24 2007    [Issue 1610] New: Enum.stringof is int, not the name of the enum (10)
Oct 20 2007    [Issue 1602] New: dmd freezes on array literal (4)
Oct 20 2007    [Issue 1601] New: shr and shl error message is missing line numbers (5)
Oct 17 2007    [Issue 1591] New: 2.006 breaks writef("%s", str) where str is a string (8)
Oct 16 2007    [Issue 1590] New: std.string.startsWith and endsWith please (11)
Oct 16 2007    [Issue 1589] New: D2 phobos std.conv.toFloat("nan") fails (7)
Oct 16 2007    [Issue 1588] New: std variant changes type at opMul (3)
Oct 16 2007    [Issue 1587] New: improvments to std.cover (4)
Oct 14 2007    [Issue 1582] New: struct literal doesn't cooperate with associate array literal (4)
Oct 09 2007    [Issue 1559] New: version statement makes code outside of it disappear (2)
Oct 01 2007    [Issue 1542] New: static array size limitation is too restrictive (3)
Sep 19 2007    [Issue 1519] New: TypeInfo_Function and TypeInfo_Delegate should contain parameter types (3)
Sep 19 2007    [Issue 1518] New: Crash using 'scope', 'with' and undefined 'RegExp' (5)
Sep 13 2007    [Issue 1496] New: Make stringof return D-style function pointer type strings (2)
Sep 07 2007    [Issue 1486] New: Can't implicitly convert char[][] to const(char)[][] (15)
Sep 05 2007    [Issue 1473] New: regression: forward references in const struct/union initializers upset dmd (3)
Aug 29 2007    [Issue 1454] New: IFTI cant deduce parameter if alias argument used (9)
Aug 20 2007    [Issue 1435] New: DDoc: Don't apply DDOC_PSYMBOL everywhere (6)
Aug 18 2007    [Issue 1431] New: Forward reference related with string mixins (2)
Aug 11 2007    [Issue 1412] New: stringof shouldn't be shadowed by member func (6)
Aug 09 2007    [Issue 1408] New: Assertion failure: 'd' on line 4234 in file 'mtype.c' on faulty d code (4)
Jul 25 2007    [Issue 1376] New: 2.003 const object within class (2)
Jul 25 2007    [Issue 1372] New: Compiler accepts pragma(msg,) (4)
Jul 23 2007    [Issue 1367] New: D 2.003 breaks foreach looping over delegate (3)
Jul 14 2007    [Issue 1341] New: typeof(int) should probably be legal (11)
Jul 08 2007    [Issue 1322] New: foreach bypasses invariant (3)
Jul 05 2007    [Issue 1319] New: compiler crashes with functions that take const ref struct arguments (9)
Jul 01 2007    [Issue 1303] New: ParameterTypeTuple asserts false on parameterless function (3)
Jul 01 2007    [Issue 1302] New: DMD2.001 rejects final const member function (2)
Jun 04 2007    [Issue 1257] New: Erroneous warning for ushort = (ushort | ushort) (5)
May 09 2007    [Issue 1223] New: .tupleof tries to access protected members (3)
May 01 2007    [Issue 1207] New: Documentation on destructors is confusing (4)
Apr 27 2007    [Issue 1194] New: fcmov* emmits incorrect code (2)
Apr 24 2007    [Issue 1187] New: Segfault with syntax error in two-level mixin. (5)
Apr 23 2007    [Issue 1176] New: Error missing file and line number (4)
Apr 20 2007    [Issue 1169] New: Return statement is not necessary - unreachable (3)
Apr 17 2007    [Issue 1158] New: Missing line number: invalid mixin outside function scope (6)
Apr 15 2007    [Issue 1151] New: Generation of header file ignores -Hd if the sources have absolute paths (2)
Apr 11 2007    [Issue 1125] New: Segfault using tuple in asm code, when size not specified (4)
Apr 08 2007    [Issue 1111] New: enum value referred to by another value of same enum is considered as enum's base type, not enum type (2)
Apr 05 2007    [Issue 1097] New: Missing line number: casting array to array of different element size (4)
Mar 20 2007    [Issue 1072] New: this code should run as the previous bug code , but dmd av here (8)
Feb 11 2007    [Issue 951] New: Missing line number: no constructor provided for a class derived from a class with no default constructor (4)
Feb 03 2007    [Issue 929] New: Resizing array of associative arrays (uint[char[]][]) causes infinite loop / hang (22)
Jan 20 2007    [Issue 865] New: in overloaded-function, class A should matches (Object) better than (void*) (5)
Jan 10 2007    [Issue 827] New: Trying to break out of a labelled BlockStatement breaks out of a for loop at its beginning (4)
Jan 07 2007    [Issue 809] New: lazy argument convert to delegate (4)
Dec 29 2006    [Issue 772] New: Bogus error using relation operator as static if expression within template (5)
Dec 27 2006    [Issue 756] New: IFTI for tuples only works if tuple parameter is last (4)
Dec 16 2006    [Issue 691] New: Object.print ought to be removed or at least deprecated (3)
Dec 04 2006    [Issue 649] New: format() hangs in thread (6)
Dec 02 2006    [Issue 633] New: Enum promotion rules are not specified (3)
Nov 30 2006    [Issue 623] New: Assertion failure: 'global.errors' on line 2622 in file 'template.c' (2)
Nov 28 2006    [Issue 617] New: IFTI doesn't use normal promotion rules for non-template parameters (6)
Nov 27 2006    [Issue 614] New: Real and imaginary properties of complex numbers not allowed as template arguments (6)
Nov 25 2006    [Issue 599] New: ExpressionTuple doesn't match template's alias parameters (5)
Nov 23 2006    [Issue 586] New: Cannot index tuple with non-type elements (5)
Nov 21 2006    [Issue 583] New: Throw statements in contracts (2)
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 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 566] New: Adding non-static members and functions to classes doesn't error (8)
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 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 16 2006    [Issue 533] New: Cannot use int from tuple as an index (5)
Nov 16 2006    [Issue 531] New: Nested template not usable directly in alias (4)
Nov 15 2006    [Issue 526] New: Segmentation fault when use typetuple in template argument (4)
Nov 15 2006    [Issue 520] New: Invariants allowed to call public functions (2)
Nov 15 2006    [Issue 515] New: Spec incorrect in where .offsetof can be applied (8)
Nov 09 2006    [Issue 493] New: Partial IFTI does not work (12)
Oct 25 2006    [Issue 458] New: set version=D_Unittest if -unittest was issued (2)
Oct 17 2006    [Issue 437] New: dmd loops while compiling this code (3)
Oct 09 2006    [Issue 423] New: dmd ignores empty commandline arguments (11)
Oct 04 2006    [Issue 398] New: No way to abort compilation in a doubly recursive mixin (4)
Oct 02 2006    [Issue 393] New: wordcount example does not use <code> (2)
Sep 27 2006    [Issue 376] New: assertion in template.c:2141 and wrong return value (6)
Sep 20 2006    [Issue 357] New: D keywords in import/module are (unnecessary) forbidden (7)
Sep 14 2006    [Issue 348] New: string concat in dynamically loaded dll code crashes program (4)
Sep 10 2006    [Issue 341] New: Undocumented function void print() in object.d (3)
Sep 03 2006    [Issue 323] New: Error: need opCmp for class Bar (28)
Aug 17 2006    [Issue 294] New: DDoc: Function templates get double and incomplete documentation (5)
Aug 09 2006    [Issue 281] New: dmd generates the object code ld cannot link when working with templates (5)
Jul 20 2006    [Issue 260] New: conflicting imports (10)
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 13 2006    [Issue 251] New: foreach does not allow updating inside with block (8)
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 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 17 2006    [Issue 203] New: std.format.doFormat() pads width incorrectly on Unicode strings (4)
Jun 15 2006    [Issue 196] New: Static assertion involving typedef's base type fails strangely (4)

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