The D Programming Language - Digitalmars-d-bugs
December 2009 Archives by thread
Starting: Tue Dec 1 06:21:09 PST 2009
Ending: Thu Dec 31 23:08:17 PST 2009
Messages: 389
- [Issue 2802] VariantN.opCmp!(T) fails when T != VariantN
d-bugmail at puremagic.com
- [Issue 2977] std.random.unpredictableSeed() should use thread ID somewhere
d-bugmail at puremagic.com
- [Issue 3311] std.range.chain shouldn't have opIndexAssign if arguments aren't mutable.
d-bugmail at puremagic.com
- [Issue 3427] Chain doesn't work w/ arrays with immutable elements.
d-bugmail at puremagic.com
- [Issue 2962] ICE(glue.c) or bad codegen passing variable as template value parameter
d-bugmail at puremagic.com
- [Issue 3553] ICE when a function argument defaults to __LINE__
d-bugmail at puremagic.com
- [Issue 3481] PATCH: opPow(), x ^^ y as a power operator
d-bugmail at puremagic.com
- [Issue 3502] Fix for dropped Mac OS X 10.5
d-bugmail at puremagic.com
- [Issue 3553] ICE when a function argument defaults to __LINE__
d-bugmail at puremagic.com
- [Issue 3553] ICE when a function argument defaults to __LINE__
d-bugmail at puremagic.com
- [Issue 3553] ICE when a function argument defaults to __LINE__
d-bugmail at puremagic.com
- [Issue 3420] [PATCH] Allow string import of files using subdirectories
d-bugmail at puremagic.com
- [Issue 3420] [PATCH] Allow string import of files using subdirectories
d-bugmail at puremagic.com
- [Issue 3420] [PATCH] Allow string import of files using subdirectories
d-bugmail at puremagic.com
- [Issue 3284] snn linked programs never release memory back to the OS
d-bugmail at puremagic.com
- [Issue 3502] Fix for dropped Mac OS X 10.5
d-bugmail at puremagic.com
- [Issue 3481] PATCH: opPow(), x ^^ y as a power operator
d-bugmail at puremagic.com
- [Issue 3420] [PATCH] Allow string import of files using subdirectories
d-bugmail at puremagic.com
- [Issue 3443] Thread.thread_needLock() should be const pure nothrow
d-bugmail at puremagic.com
- [Issue 3420] [PATCH] Allow string import of files using subdirectories
d-bugmail at puremagic.com
- [Issue 3420] [PATCH] Allow string import of files using subdirectories
d-bugmail at puremagic.com
- [Issue 2973] std.math.pow(int, int), etc.
d-bugmail at puremagic.com
- [Issue 3420] [PATCH] Allow string import of files using subdirectories
d-bugmail at puremagic.com
- [Issue 2908] Build error: ../mars/mars.h doesn't exist
d-bugmail at puremagic.com
- [Issue 2892] Appending U[] to T[] where U : T but U != T yields corrupted results
d-bugmail at puremagic.com
- [Issue 3496] ICE(cgelem.c, optimizer bug) cast(void *)(x&1)== null.
d-bugmail at puremagic.com
- [Issue 3458] int fsync(int) commented out in core.sys.posix.unistd
d-bugmail at puremagic.com
- [Issue 3443] Thread.thread_needLock() should be const pure nothrow
d-bugmail at puremagic.com
- [Issue 111] appending a dchar to a char[]
d-bugmail at puremagic.com
- [Issue 2967] spec does not mention that inline asm is a valid "return" statement.
d-bugmail at puremagic.com
- [Issue 3115] >>> and >>>= generate wrong code
d-bugmail at puremagic.com
- [Issue 3171] % not implemented correctly for floats
d-bugmail at puremagic.com
- [Issue 3381] [tdpl] Incorrect assessment of overriding in triangular-shaped hierarchy
d-bugmail at puremagic.com
- [Issue 3469] ICE(func.c): Regression. Calling non-template function as a template, from another module
d-bugmail at puremagic.com
- [Issue 3495] Segfault(typinf.c) instantiating D variadic function with too few arguments
d-bugmail at puremagic.com
- [Issue 3496] ICE(cgelem.c, optimizer bug) cast(void *)(x&1)== null.
d-bugmail at puremagic.com
- [Issue 3502] Fix for dropped Mac OS X 10.5
d-bugmail at puremagic.com
- [Issue 3521] Optimized code access popped register
d-bugmail at puremagic.com
- [Issue 3540] Another DWARF line number fix
d-bugmail at puremagic.com
- [Issue 370] Compiler stack overflow on recursive typeof in function declaration.
d-bugmail at puremagic.com
- [Issue 2229] ICE(template.c) instantiating an invalid variadic template with more than one argument
d-bugmail at puremagic.com
- [Issue 2664] OSX standard math functions are less accurate
d-bugmail at puremagic.com
- [Issue 2802] VariantN.opCmp!(T) fails when T != VariantN
d-bugmail at puremagic.com
- [Issue 2977] std.random.unpredictableSeed() should use thread ID somewhere
d-bugmail at puremagic.com
- [Issue 3311] std.range.chain shouldn't have opIndexAssign if arguments aren't mutable.
d-bugmail at puremagic.com
- [Issue 3375] [tdpl] Ternary operator doesn't yield an lvalue
d-bugmail at puremagic.com
- [Issue 3379] [tdpl] Parameter names not visible in the if clause of a template
d-bugmail at puremagic.com
- [Issue 3380] [tdpl] typeid(obj) should return the dynamic type of the object
d-bugmail at puremagic.com
- [Issue 3388] [tdpl] contracts should allow throw expressions
d-bugmail at puremagic.com
- [Issue 3390] [tdpl] out(result) contract should not be able to rebind result
d-bugmail at puremagic.com
- [Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks
d-bugmail at puremagic.com
- [Issue 3433] [tdpl] Comparing structs for equality is not member-by-member
d-bugmail at puremagic.com
- [Issue 3478] "no effect in expression" error on return to void
d-bugmail at puremagic.com
- [Issue 3481] PATCH: opPow(), x ^^ y as a power operator
d-bugmail at puremagic.com
- [Issue 3494] Segfault(mtype.c) using typeof(return) inside an auto function
d-bugmail at puremagic.com
- [Issue 3551] nested struct => dmd adds a hidden pointer
d-bugmail at puremagic.com
- [Issue 3553] ICE when a function argument defaults to __LINE__
d-bugmail at puremagic.com
- [Issue 3346] classinfo behaves like no other D entity
d-bugmail at puremagic.com
- [Issue 3330] Compiler rejects mixin templates that generate moderately long code;
d-bugmail at puremagic.com
- [Issue 674] -v1 and -d options allowed at the same time
d-bugmail at puremagic.com
- [Issue 3527] DMD won't compile on FreeBSD (freebsd.mak doesn't seem to be maintained)
d-bugmail at puremagic.com
- [Issue 2443] opApply should allow delegates that are not ref if it makes no sense
d-bugmail at puremagic.com
- [Issue 2406] Declarator2 definition error
d-bugmail at puremagic.com
- [Issue 2638] auto string var should be invariant(char)[], not char[]
d-bugmail at puremagic.com
- [Issue 2928] Swap order of paramaters for std.range's "take"
d-bugmail at puremagic.com
- [Issue 3458] int fsync(int) commented out in core.sys.posix.unistd
d-bugmail at puremagic.com
- [Issue 3481] PATCH: opPow(), x ^^ y as a power operator
d-bugmail at puremagic.com
- [Issue 3481] PATCH: opPow(), x ^^ y as a power operator
d-bugmail at puremagic.com
- [Issue 2425] "interface" mistyped for "invariant" in spec
d-bugmail at puremagic.com
- [Issue 3444] foreach(i, elem; range) should work
d-bugmail at puremagic.com
- [Issue 3444] foreach(i, elem; range) should work
d-bugmail at puremagic.com
- [Issue 3443] Thread.thread_needLock() should be nothrow
d-bugmail at puremagic.com
- [Issue 2832] pure function too pure
d-bugmail at puremagic.com
- [Issue 3544] optlink termination 0041338f with recursive nested functions
d-bugmail at puremagic.com
- [Issue 3455] Some Unicode characters not allowed in identifiers
d-bugmail at puremagic.com
- [Issue 3476] C-style initializer for structs must be disallowed for structs with a constructor
d-bugmail at puremagic.com
- [Issue 3455] Some Unicode characters not allowed in identifiers
d-bugmail at puremagic.com
- [Issue 2816] Sudden-death static assert is not very useful
d-bugmail at puremagic.com
- [Issue 869] Cast of a parenthesized expression combined with !is is mistaken for a C style cast and a template specialization
d-bugmail at puremagic.com
- [Issue 3514] opApply should be the first-choice foreach iteration method.
d-bugmail at puremagic.com
- [Issue 1886] Inserting into an AA of structs with opAssign results in ArrayBoundsError
d-bugmail at puremagic.com
- [Issue 1886] Inserting into an AA of structs with opAssign results in ArrayBoundsError
d-bugmail at puremagic.com
- [Issue 1886] Inserting into an AA of structs with opAssign results in ArrayBoundsError
d-bugmail at puremagic.com
- [Issue 2544] implicit const casting rules allow violations of const-safety
d-bugmail at puremagic.com
- [Issue 2544] implicit const casting rules allow violations of const-safety
d-bugmail at puremagic.com
- [Issue 2544] implicit const casting rules allow violations of const-safety
d-bugmail at puremagic.com
- [Issue 2544] implicit const casting rules allow violations of const-safety
d-bugmail at puremagic.com
- [Issue 3547] for option -od for relative path the path is added twice
d-bugmail at puremagic.com
- [Issue 3547] for option -od for relative path the path is added twice
d-bugmail at puremagic.com
- [Issue 3361] code in std.zlib concatenates void[] arrays
d-bugmail at puremagic.com
- [Issue 3097] Error at contract block + wierd error at struct template declaration
d-bugmail at puremagic.com
- [Issue 3514] opApply should be the first-choice foreach iteration method.
d-bugmail at puremagic.com
- [Issue 2029] Typesafe variadic functions don't work in CTFE
d-bugmail at puremagic.com
- [Issue 2029] Typesafe variadic functions don't work in CTFE
d-bugmail at puremagic.com
- [Issue 2835] std.socket.TcpSocket.connect doesn't actually connect
d-bugmail at puremagic.com
- [Issue 2935] ICE(out.c) using struct with constructor as function default argument
d-bugmail at puremagic.com
- [Issue 3543] : ? operator can't find common type for interfaces
d-bugmail at puremagic.com
- [Issue 2876] Enhancement to 'auto' return
d-bugmail at puremagic.com
- [Issue 3075] void delegate(const(void)[]) should be implicitly convertable to void delegate(void[])
d-bugmail at puremagic.com
- [Issue 3456] ref foreach over array in CTFE silently fails.
d-bugmail at puremagic.com
- [Issue 1330] Array slicing does not work the same way in CTFE as at runtime
d-bugmail at puremagic.com
- [Issue 3552] ICE(mtype.c): declaring a variable called 'AssociativeArray' then using an AA.
d-bugmail at puremagic.com
- [Issue 2029] Typesafe variadic functions don't work in CTFE
d-bugmail at puremagic.com
- [Issue 282] Bizarre circular import nested name invisibility issue
d-bugmail at puremagic.com
- [Issue 2029] Typesafe variadic functions don't work in CTFE
d-bugmail at puremagic.com
- [Issue 1160] enums can not be forward referenced
d-bugmail at puremagic.com
- [Issue 3491] typeof( (string[string]).init)) == AssociativeArray!(string, string), doesn't implicitly convert to string[string].
d-bugmail at puremagic.com
- [Issue 102] Forward reference nested class wheel.
d-bugmail at puremagic.com
- [Issue 2029] Typesafe variadic functions don't work in CTFE
d-bugmail at puremagic.com
- [Issue 282] Bizarre circular import nested name invisibility issue
d-bugmail at puremagic.com
- [Issue 282] Bizarre circular import nested name invisibility issue
d-bugmail at puremagic.com
- [Issue 3138] Const bug
d-bugmail at puremagic.com
- [Issue 400] forward reference error; no propety X for type Y (struct within struct)
d-bugmail at puremagic.com
- [Issue 400] forward reference error; no propety X for type Y (struct within struct)
d-bugmail at puremagic.com
- [Issue 3442] scope(exit) Problem
d-bugmail at puremagic.com
- [Issue 3270] pure functions returning struct
d-bugmail at puremagic.com
- [Issue 3198] wrong initializer for structs arrays
d-bugmail at puremagic.com
- [Issue 3198] wrong initializer for structs arrays
d-bugmail at puremagic.com
- [Issue 3270] pure functions returning struct
d-bugmail at puremagic.com
- [Issue 282] Bizarre circular import nested name invisibility issue
d-bugmail at puremagic.com
- [Issue 390] Cannot forward reference enum nested in struct
d-bugmail at puremagic.com
- [Issue 400] forward reference error; no propety X for type Y (struct within struct)
d-bugmail at puremagic.com
- [Issue 1160] enums can not be forward referenced
d-bugmail at puremagic.com
- [Issue 1564] Forward reference error for enum in circular import
d-bugmail at puremagic.com
- [Issue 2029] Typesafe variadic functions don't work in CTFE
d-bugmail at puremagic.com
- [Issue 2816] Sudden-death static assert is not very useful
d-bugmail at puremagic.com
- [Issue 3455] Some Unicode characters not allowed in identifiers
d-bugmail at puremagic.com
- [Issue 3270] pure functions returning struct
d-bugmail at puremagic.com
- [Issue 3443] Thread.thread_needLock() should be nothrow
d-bugmail at puremagic.com
- [Issue 3458] int fsync(int) commented out in core.sys.posix.unistd
d-bugmail at puremagic.com
- [Issue 3476] C-style initializer for structs must be disallowed for structs with a constructor
d-bugmail at puremagic.com
- [Issue 3514] opApply should be the first-choice foreach iteration method.
d-bugmail at puremagic.com
- [Issue 3455] Some Unicode characters not allowed in identifiers
d-bugmail at puremagic.com
Last message date:
Thu Dec 31 23:08:17 PST 2009
Archived on: Thu Dec 31 23:10:04 PST 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).