[Issue 12954] deprecated doesn't work with concatenated strings or anything else but a string literal

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12954 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 12205] Tools build process cannot find druntime and phobos

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12205 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3342] TLS on dynamically loaded DLLs fails on Windows earlier than Vista

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3342 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.034 |D2 --

[Issue 3583] Regression(DMD2.037): Unsigned right shift works the same as signed right shift.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3583 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.036 |D2 --

[Issue 1859] The librarian (lib.exe) confused by dashes in object names

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1859 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 8322] std.string.chomp does not handle combining characters correctly

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8322 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2433] Assertion failure: 't-deco' on line 604 in file 'mtype.c'

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2433 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.020 |D2 --

[Issue 2828] Typedef'ed template struct incorrectly recognized as an inner struct

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2828 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.027 |D2 --

[Issue 2118] Inconsistent use of string vs invariant(char[]) in doc

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2118 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.014 |D2 --

[Issue 10120] @disable this(); and switch statement

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10120 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3239] std.conv.roundTo does not accept const/immutable/shared

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3239 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.031 |D2 --

[Issue 4239] Mixed tuple comparison

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4239 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 7192] improve error message for object.d cannot be read

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7192 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 4076] Wrong error line number with enum

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4076 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 2876] Enhancement to 'auto' return

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2876 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 3981] More useful and more clean 'is'

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3981 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 3701] Incorrect initialisation of static arrays of floating-point values (Linux only)

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3701 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.038 |D2 --

[Issue 5974] Incorrect nested function address in expression (f).ptr

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5974 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 1400] static array in struct as parameter BROKEN

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1400 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3000] iota should work with floats

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3000 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.030 |D2 --

[Issue 478] can't compare arrayliteral statically with variable

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=478 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 6189] [64bit] optimizer: register content destroyed in function prolog

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6189 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 11417] rotate with immediate not recognized by optimizer

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11417 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 2820] itoa and ultoa functions are missing in Phobos

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2820 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.027 |D2 --

[Issue 1374] passing a ref const(type*) causes segmentation fault

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1374 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.002 |D2 --

[Issue 2204] const IFTI fails sometimes with more than one parameter

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2204 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.015 |D2 --

[Issue 1029] manual pages out-of-synch and/or missing

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1029 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|glue layer |DMD

[Issue 7096] statement.html - content does not belong to main column

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7096 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 188] invalid free during AssertError destructor

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=188 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 5982] [2.053 beta] std.iterator gone, but no mention of the change

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5982 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 2319] Win32 Exception not very useful

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2319 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 8479] dmd and the spec do not match with regards to the list of named character entities that they support

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8479 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2384] abi spec is unclear on parameter passing

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2384 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 6013] private ignored for aliases

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6013 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 6908] [CTFE] C-style variadiac functions should be permitted

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6908 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 1873] structs with at least one immutable member are completely immutable

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1873 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.011 |D2 --

[Issue 6678] optlink crash with large array of structs

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6678 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|Optlink |tools --

[Issue 13649] uniform01 Assertion failure

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13649 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3539] Template instantiation fails in an obscured way. See details.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3539 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.036 |D2 --

[Issue 11567] DParserCOMServer.exe is always running with VS

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11567 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 5390] Make it possible to test whether a type is an instantiation of a particular template

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5390 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 10825] [2.064 git-head

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10825 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3070] Implicitly conversion on function call

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3070 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.030 |D2 --

[Issue 2016] 'invariant' TypeSpecialization is missing

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2016 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.012 |D2 --

[Issue 1342] struct const not accepted as initializer for another struct

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1342 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.002 |D2 --

[Issue 10653] non-shared pure constructors can conflict with shared constructors

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10653 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3203] ICE in ztc\cod4.c(354) when returning a constant structure

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3203 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.031 |D2 --

[Issue 1037] regression: wrong code generation for static getters

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1037 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|glue layer |DMD

[Issue 8817] Symbols named init should be illegal

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8817 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3700] Ref foreach over large static arrays fails

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3700 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.038 |D2 --

[Issue 3039] -vtls compiler flag not listed in man file

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3039 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.031 |D2 --

[Issue 1339] Invariant/const-ness is broken by built-in array properties sort and reverse

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1339 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.002 |D2 --

[Issue 4214] Rebinding of scoped class references

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4214 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 4868] optlink doesn't complain about wrong extern declaration

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4868 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|Optlink |tools --

[Issue 5972] CTFE: Can't assign to elements of arrays of slices

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5972 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 1546] GDC unable parse static data in switch/case

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1546 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|Phobos |DMD

[Issue 3670] Declarator grammar rule is broken

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3670 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.038 |D2 --

[Issue 4203] Const field of struct that contains a whole struct

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4203 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 1023] Struct implementing interfaces and struct member enumeration

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1023 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 5427] constructors in .di files lack modifiers if they are after the function name in the .d file

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5427 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 697] No const folding on asm db,dw, etc

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=697 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 12870] No x86_64 optimized implementation for float array ops

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12870 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 10200] An option to generate .di files with version-ed declarations stripped

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10200 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 13759] VS2010 Win64 linker path wrong

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13759 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 8235] IsUserAnAdmin not in shell32.lib

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8235 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|Optlink |tools --

[Issue 6335] Issues with d-p-l.org statement.html, std_getopt.html

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6335 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 12259] Allow a user to assign more than 1 vote per issue

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12259 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2150] cannot get values from const variant

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2150 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.014 |D2 --

[Issue 3301] Undefined identifier error dependent on order of imports when a circular import is involved

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3301 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.032 |D2 --

[Issue 3798] core.cpuid locks systems with Xeon E5530 CPU

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3798 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.040 |D2 --

[Issue 1825] local instantiation and function nesting

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1825 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 8930] std.algorithm.remove only operates on hasLvalueElements

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8930 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 7420] Duplicate cannot be read at compile time error messages

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7420 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 8623] Multiple function match needs to print file+line numbers

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8623 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 5617] repeat(value, n) fails to compile

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5617 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 323] Error: need opCmp for class Bar

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=323 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 1885] Syntax error for object identity test between invariant/mutable references

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1885 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.011 |D2 --

[Issue 2465] Wrong .stringof value for parameter type of a templated function

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2465 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.020 |D2 --

[Issue 3172] compile-time floating point exception when compiling this 4-line code.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3172 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.031 |D2 --

[Issue 868] call to wrong opEquals when trying `new Myclass==new Myclass`

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=868 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 1949] Remove internal dependency on stdarg

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1949 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2989] InterfacesTuple incorrectly implemented

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2989 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.030 |D2 --

[Issue 2205] Warning on comparison between signed and unsigned

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2205 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 7073] Parsing of class-returning varargs function inside module ctor fails

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7073 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 6984] CTFE generates a torrent of spurious errors, if there was a previous error

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6984 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 8237] Error message with _error_ when using failed type inference in template parameter

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8237 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 1986] Mixin code from website doesn't compile

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1986 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.012 |D2 --

[Issue 3838] PrimaryExpression rule doesn't permit module scope template instances

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3838 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.040 |D2 --

[Issue 1064] Tuples are not expanded in array initializers

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1064 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 9] web based forums auto-url linking stops too early

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 4639] Built-in primitive types cannot be used as template alias parameters

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4639 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 2602] std.bind doesnt work

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2602 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.023 |D2 --

[Issue 3890] Bad writeln of a nested struct

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3890 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.040 |D2 --

[Issue 3389] gdb: using -gc is mandatory but not well documented

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3389 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2888] [PATCH] speedup for float * 2.0

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2888 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.029 |D2 --

[Issue 4167] Template overrides with alias

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4167 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 3240] std.numeric.findRoot only works with real

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3240 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.031 |D2 --

[Issue 14208] Use a single signal number for GC thread suspend and resume

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14208 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3234] Range comparison with array

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3234 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.029 |D2 --

[Issue 2701] Can't declare struct, assign lvalue via opAssign in same statement

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2701 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.025 |D2 --

<    4   5   6   7   8   9   10   11   12   13   >