|
Archives
D Programming
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.ide
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger
D.gnu
D
C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows
digitalmars.empire
digitalmars.DMDScript
electronics
|
news.digitalmars.com - digitalmars.D.bugs
Feb 06 2010
[Issue 3777] New: size_t is undefined (1)
Feb 06 2010
[Issue 3776] New: Wrong CHAR_MIN value in module core.stdc.limits (1)
Feb 05 2010
[Issue 3775] New: Compiler segfaults on cast(string) stdin.byLine. (1)
Feb 05 2010
[Issue 3774] New: should not be able to implicitly cast to private base class (1)
Feb 05 2010
[Issue 3773] New: Incorrectly returning an enum error points turns enum line iso error line (1)
Feb 05 2010
[Issue 3772] New: Extension methods (1)
Feb 05 2010
[Issue 3771] New: warn or disallow method as property usage without property attribute (2)
Feb 04 2010
[Issue 3770] New: Associative array with enum key causes link problems when compiled in multiple files (2)
Feb 04 2010
[Issue 3769] New: Segfault using invalid case (D1 only) (6)
Feb 04 2010
[Issue 3768] New: reapeted quotes in ddoc.html (1)
Feb 03 2010
[Issue 3767] New: All programs compiled with DMD 2.040 on Mac OS X 10.5.8 are Segmentation fault. (2)
Feb 03 2010
[Issue 3766] New: Pointers to pure, nothrow functions be subtypes of regular functions (1)
Feb 03 2010
[Issue 3765] New: User defined types contains few user defined types (1)
Feb 02 2010
[Issue 3764] New: Remove Phobos workarounds for fixed bugs (1)
Feb 01 2010
[Issue 3763] New: std.stdio.readlnImpl absurdly inefficient (5)
Jan 31 2010
[Issue 3762] New: Restrictive functionality for template instance recursive expansion (4)
Jan 31 2010
[Issue 3761] New: [Tracker]: DMD optimizer bugs (1)
Jan 31 2010
[Issue 3760] New: Allow std.math pure function to be used in array operations. (3)
Jan 31 2010
[Issue 3759] New: Implementing two interfaces with same final function is accepted (2)
Jan 31 2010
[Issue 3758] New: Create D impementation of to!(float, string), etc. (1)
Jan 30 2010
[Issue 3757] New: The overload and override issue of const/immutable member functions -2nd- (1)
Jan 30 2010
[Issue 3756] New: std.traits.ReturnType broken for ref returns (1)
Jan 30 2010
[Issue 3755] New: Regression forward declaration templates something (2)
Jan 30 2010
[Issue 3754] New: Templates related bug (1)
Jan 29 2010
[Issue 3753] New: ICE eh.c 49: Related to exception handling and alloca. (3)
Jan 29 2010
[Issue 3752] New: File.byLine fetches lines in a confusing manner (3)
Jan 28 2010
[Issue 3751] New: Optimalization error in some floating point code (10)
Jan 28 2010
[Issue 3750] New: Template specialization based on shared doesn't seem to work (1)
Jan 28 2010
[Issue 3749] New: cannot evaluate ylog2x at compile time (7)
Jan 28 2010
[Issue 3748] New: inout does not work properly (1)
Jan 28 2010
[Issue 3747] New: D application fails with error code "c0000096 privileged instruction" under Win 7 64 bit (4)
Jan 27 2010
[Issue 3746] New: Misleding error message "OP has no effect in expression XXX), in void function (4)
Jan 27 2010
[Issue 3745] New: Linking error with associative array of arrays (1)
Jan 26 2010
[Issue 3744] New: __traits getMember error in checking of second argument (11)
Jan 26 2010
[Issue 3743] New: Forward reference problem with static if statements (1)
Jan 25 2010
[Issue 3742] New: Please add support for 'Lightweight Profiling' which adds a set of user-controlled counters to the AMD64 architecture (4)
Jan 25 2010
[Issue 3741] New: std.date YearFromTime broken or very slow (1)
Jan 25 2010
[Issue 3740] New: build tango error (5)
Jan 24 2010
[Issue 3739] New: Coding errors in LinearCongruentialEngine (3)
Jan 23 2010
[Issue 3738] New: MinstdRand0 and MinstdRand very poor performance (7)
Jan 23 2010
[Issue 3737] New: SEG-V at expression.c:6255 from bad code (9)
Jan 23 2010
[Issue 3736] New: corrupted struct returned by function with optimizations (-O) (2)
Jan 23 2010
[Issue 3735] New: op= (1)
Jan 22 2010
[Issue 3734] New: [patch] src/traits.c does not compile with gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1 (3)
Jan 22 2010
[Issue 3733] New: call overloaded method by shared (1)
Jan 21 2010
SEG-V at expression.c:6255, know issue? (2)
Jan 20 2010
[Issue 3732] New: Not all COM interfaces inherit from IUnknown. (3)
Jan 20 2010
[Issue 3731] New: Immutable class may be changed when inherits from mutable parent (3)
Jan 20 2010
[Issue 3730] New: Struct's explicit constructor can't initialize global variables (3)
Jan 20 2010
[Issue 3729] New: Can't define opEquals for immutable types (1)
Jan 20 2010
[Issue 3728] New: getOverloads and identifier traits (10)
Jan 20 2010
[Issue 3727] New: lots of "deffering SomeStructName" messages when compiling (3)
Jan 19 2010
[Issue 3726] New: Assertion failure: 'fd && fd->inferRetType' on line 81 in file 'mangle.c' (7)
Jan 19 2010
[Issue 3725] New: Add united type to standard library (3)
Jan 19 2010
[Issue 3724] New: bug in Expression::arraySyntaxCopy (null pointer dereference on struct->union->struct (3)
Jan 19 2010
[Issue 3723] New: Regression: forward referenced enum (5)
Jan 19 2010
[Issue 3722] New: A method without an in contract should always succeed, even if overridden (1)
Jan 18 2010
[Issue 3721] New: -debug flag doesn't behave as in spec (1)
Jan 18 2010
[Issue 3720] New: Taking address of member functions possible without an instance (1)
Jan 18 2010
[Issue 3719] New: forward references can cause out-of-memory error (3)
Jan 18 2010
[Issue 3718] New: InExpression does not support two-or-more-dimensional associative array. (1)
Jan 17 2010
[Issue 3717] New: Stack corruption when returning a struct from a C function in a MinGW generated shared library (2)
Jan 17 2010
[Issue 3716] New: Regression with multi dimensional array literals (2)
Jan 17 2010
[Issue 3715] New: std.string.format can't use const/immutable toString functions (1)
Jan 17 2010
[Issue 3714] New: Identity assignment operator overload LEGAL for const, shared, etc. (1)
Jan 16 2010
[Issue 3713] New: Tail call optimization not enabled with the ?: operator (1)
Jan 16 2010
[Issue 3712] New: Error message without filename or line numbers on invalid code (1)
Jan 15 2010
[Issue 3711] New: Ddoc does not generate nothing if std.stdio is imported (3)
Jan 15 2010
[Issue 3710] New: Typo in allMembers description? (1)
Jan 15 2010
[Issue 3709] New: Associative array of associative arrays gets confused (4)
Jan 14 2010
[Issue 3708] New: ImportExpression should be clear on how file is found (2)
Jan 14 2010
[Issue 3707] New: comma-terminated array initializers not allowed with mixin (1)
Jan 14 2010
[Issue 3706] New: delegates of interfaces with multiple inheritance fail (4)
Jan 14 2010
[Issue 3705] New: Can't add structs with alias this to an AA. (1)
Jan 13 2010
[Issue 3704] New: split(char[],char[]) is broken for delimiters greater than a single character (1)
Jan 13 2010
[Issue 3703] New: static array assignment (1)
Jan 13 2010
Static arrays / File imports cause memory leaks (4)
Jan 13 2010
[Issue 3702] New: Replace __traits and is(typeof()) with a 'magic namespace' (1)
Jan 13 2010
[Issue 3701] New: Incorrect initialisation of static arrays of floating-point values (1)
Jan 13 2010
[Issue 3700] New: Ref foreach over large static arrays fails (5)
Jan 12 2010
[Issue 3699] New: Feature Request: while-else (8)
Jan 11 2010
[Issue 3698] New: InterfaceDeclaration rule needs BaseInterfaceList (1)
Jan 11 2010
[Issue 3697] New: StructTemplateDeclaration and others missing constraint in rule (1)
Jan 11 2010
[Issue 3696] New: SuperStack (1)
Jan 11 2010
[Issue 3695] New: __EOF__ token not documented (1)
Jan 10 2010
[Issue 3694] New: Template this parameters don't work with operator overloads (1)
Jan 09 2010
[Issue 3693] New: Grammar missing typeof(this) and typeof(super) (2)
Jan 08 2010
[Issue 3692] New: Compiler with associative arrays when std.variant is imported (6)
Jan 08 2010
[Issue 3691] New: compiler 1.055 crashes with some invalid code in is(typeof()) (2)
Jan 08 2010
[Issue 3690] New: Folding Complex!(Complex!T) to Complex!T (1)
Jan 07 2010
[Issue 3689] New: Grammar does not allow const(int) (1)
Jan 07 2010
[Issue 3688] New: Can't have declaration with assignment to const/immutable inside if condition (1)
Jan 07 2010
[Issue 3687] New: Array operation "slice times scalar" tramples over memory (8)
Jan 07 2010
[Issue 3686] New: condExp type combining (1)
Jan 07 2010
[Issue 3685] New: dmd silently exits on valid code (5)
Jan 07 2010
[Issue 3684] New: Segmentation fault on wrong template instantiation syntax with typeof (1)
Jan 07 2010
ieeeFlags do not work properly (3)
Jan 06 2010
[Issue 3683] New: Linker error on certain array expressions when using -release and -inline (2)
Jan 06 2010
[Issue 3682] New: is expression fails to match types (2)
Jan 06 2010
[Issue 3681] New: internal error ../ztc/go.c 244 (4)
Jan 05 2010
[Issue 3679] New: template forward reference regression (3)
Jan 05 2010
[Issue 3678] New: Should disallow throwing of exceptions that are not derived from Exception (1)
Jan 05 2010
[Issue 3677] New: null dereference with offset not memory- safe (1)
Jan 05 2010
[Issue 3676] New: shared function override (1)
Jan 05 2010
[Issue 3675] New: Regression: Struct literals cannot be initialized with another struct literal (4)
Jan 05 2010
[Issue 3674] New: forward reference error with multiple overloads with same name (9)
Jan 04 2010
[Issue 3673] New: inheritance + if clause = no go (4)
Jan 04 2010
[Issue 3672] New: read-modify-write (rmw) operators must be disabled for shared (1)
Jan 04 2010
[Issue 3671] New: x^^3 gives wrong result when x is a floating-point literal (4)
Jan 03 2010
[Issue 3670] New: Declarator grammar rule is broken (1)
Jan 03 2010
[Issue 3669] New: Default parameter initialization of size_t can result in errors about implicit conversions to uint (1)
Jan 03 2010
[Issue 3668] New: foreach over typedef'd array crashes dmd (8)
Jan 03 2010
[Issue 3667] New: broken out(result) in contracts (2)
Jan 02 2010
[Issue 3666] New: Enhancement Request: Mixin Templates (2)
Jan 02 2010
[Issue 3665] New: Assignment with array slicing does not work (2)
Jan 01 2010
[Issue 3664] New: struct forward declaration causes enum to conflict with itself (3)
Jan 01 2010
[Issue 3663] New: struct forward reference regresssion (4)
Jan 01 2010
[Issue 3662] New: Wrong compile error within struct constructor and C-style initializer (1)
Dec 31 2009
[Issue 3661] New: opPow not supported in array operations. (9)
Dec 31 2009
[Issue 3660] New: Templates and shared functions don't mix (3)
Dec 30 2009
[Issue 3659] New: Too much exegesis on opEquals (6)
Dec 26 2009
[Issue 3651] New: mangleof broken for enums (6)
Dec 26 2009
[Issue 3650] New: functions are considered pointers (5)
Dec 25 2009
[Issue 3649] New: Socket not configured for work. (11)
Dec 25 2009
[Issue 3646] New: Default values of function arguments are ignored when instantiating a template. (4)
Dec 24 2009
[Issue 3644] New: Wrong UCHAR_MAX value in module core.stdc.limits (2)
Dec 18 2009
[Issue 3633] New: Optimizer causes access violation (5)
Dec 16 2009
[Issue 3620] New: Address of member of global struct isn't constant (3)
Dec 14 2009
[Issue 3615] New: returning .idup of local static array doesn't work in ctfe (3)
Dec 10 2009
[Issue 3604] New: extern(C) callable function with array parameters broken (8)
Dec 08 2009
[Issue 3602] New: cannot compile a class, if its super class has preconditions (3)
Dec 08 2009
[Issue 3600] New: template instantiation with empty tuple (6)
Dec 07 2009
[Issue 3597] New: Need single source for parser and documentation grammar. (4)
Dec 06 2009
[Issue 3582] New: core.stdc.ctype functions are not pure (2)
Dec 04 2009
[Issue 3574] New: post-condition is not evaluated if there is no return statement (4)
Dec 03 2009
[Issue 3569] New: DMD Stack Overflow with a struct member function inside a C-style struct initializer (5)
Nov 30 2009
[Issue 3559] New: DMD 1.048+ fails to take function pointer from overloaded member functions (3)
Nov 29 2009
[Issue 3557] New: Pure function cannot call struct constructor (5)
Nov 28 2009
[Issue 3556] New: version(CTFE) (9)
Nov 25 2009
[Issue 3552] New: Compile time assertion error with associative arrays of class types (9)
Nov 23 2009
[Issue 3544] New: optlink unexpected termination 0041338f (13)
Nov 21 2009
[Issue 3541] New: Add -oq to dmd (use fully qualified module name as object filename) (4)
Nov 20 2009
[Issue 3535] New: struct constructors don't work in CTFE (5)
Nov 18 2009
[Issue 3524] New: "Internal error: e2ir.c 725", after scoped error and processing inrevelant file. (4)
Nov 16 2009
[Issue 3516] New: Destructor not called on temporaries (4)
Nov 16 2009
[Issue 3515] New: Disallow use of comma operator when declaring array dimension (2)
Nov 15 2009
[Issue 3512] New: dchar iteration over string in CTFE fails (2)
Nov 14 2009
[Issue 3511] New: ref return property confused with property setter (3)
Nov 12 2009
[Issue 3500] New: Program behaves differently with -inline (6)
Nov 09 2009
[Issue 3491] New: typeof( (string[string]).init)) == AssociativeArray!(string, string), doesn't implicitly convert to string[string]. (3)
Nov 08 2009
[Issue 3488] New: Segfault(expression.c): enum declared with struct initializer in template (7)
Oct 30 2009
[Issue 3455] New: Some Unicode characters not allowed in identifiers (7)
Oct 29 2009
[Issue 3453] New: Linking order affects proper execution (9)
Oct 29 2009
[Issue 3450] New: is (typeof({ ... }())) unexpected return (4)
Oct 19 2009
[Issue 3421] New: Inline assembler problems accessing static variables (4)
Oct 14 2009
[Issue 3403] New: compiler dies with -X option (3)
Oct 07 2009
[Issue 3373] New: bad codeview debug info for long and ulong (3)
Oct 04 2009
[Issue 3362] New: crippling lack of 64-bit support (4)
Sep 07 2009
[Issue 3306] New: bad function/delegate literal generated into header files (4)
Sep 03 2009
[Issue 3282] New: The overload and override issue of const/immutable member functions (4)
Other years:
2010
2009
2008
2007
2006
2005
2004
1970
|
|