[Issue 15876] "a[{keyword" causes DMD to segfault

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15876 ag0ae...@gmail.com changed: What|Removed |Added Keywords||ice CC|

[Issue 15875] "d o(int[a]a)(){}" causes DMD segfault

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15875 ag0ae...@gmail.com changed: What|Removed |Added Keywords||ice CC|

[Issue 15877] New: [REG2.071beta] Some members are not visible by std.typecons.BlackHole

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15877 Issue ID: 15877 Summary: [REG2.071beta] Some members are not visible by std.typecons.BlackHole Product: D Version: D2 Hardware: All OS: All Status:

[Issue 15870] UFCS not recognized on array when passing as alias parameter

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15870 r...@rcorre.net changed: What|Removed |Added CC||r...@rcorre.net --

[Issue 11429] Deprecate walkLength?

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11429 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com

[Issue 15869] RVO can overwrite argument

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15869 --- Comment #2 from Yuxuan Shui --- I think the expected behavior here is a compile error. --

[Issue 8755] Change the order of reduce arguments

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8755 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13020] std.ascii.isASCII for strings too or @nogc all!isASCII

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13020 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11356] isASCII for strings

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11356 --- Comment #4 from Jack Stouffer --- *** Issue 13020 has been marked as a duplicate of this issue. *** --

[Issue 13682] std.range.isRangeOf?

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13682 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9082] Add "interleave" function

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9082 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com

[Issue 13724] std.datetime.timeIt

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13724 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com

[Issue 14493] std.range.walkBack too

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14493 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14598] range primitives for popFront+return front

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14598 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14804] Comparing two Nullables does not check if either is null

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14804 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13017] opEquals for null std.typecons.Nullable

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13017 Jack Stouffer changed: What|Removed |Added CC|

[Issue 15722] std.algorithm sum should favour speed

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15722 Jack Stouffer changed: What|Removed |Added Keywords||performance

[Issue 11229] std.string.toLower is slow

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11229 Jack Stouffer changed: What|Removed |Added Keywords||performance --

[Issue 15876] New: "a[{keyword" causes DMD to segfault

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15876 Issue ID: 15876 Summary: "a[{keyword" causes DMD to segfault Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal Priority:

[Issue 15875] New: "d o(int[a]a)(){}" causes DMD segfault

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15875 Issue ID: 15875 Summary: "d o(int[a]a)(){}" causes DMD segfault Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 11229] std.string.toLower is slow

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11229 --- Comment #5 from Jack Stouffer --- isWhite and isSpace seem to already be optimized for ASCII --

[Issue 11229] std.string.toLower is slow

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11229 --- Comment #4 from Jack Stouffer --- Part 2: https://github.com/D-Programming-Language/phobos/pull/4150 --

[Issue 15873] In order to implement std.simd, compile time info about CPU specifics is needed

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15873 ponce changed: What|Removed |Added CC||alil...@gmail.com --- Comment #5

[Issue 15873] In order to implement std.simd, compile time info about CPU specifics is needed

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15873 --- Comment #4 from Walter Bright --- https://github.com/D-Programming-Language/dlang.org/pull/1260 --

[Issue 15873] In order to implement std.simd, compile time info about CPU specifics is needed

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15873 --- Comment #3 from Walter Bright --- DMD predefines "D_SIMD" for: 1. all 64 bit code generation 2. OSX 32 bit code generation and does generate SIMD instructions for those platforms. DMD does not have compiler switches

[Issue 15874] New: getSymbolsByUDA fails if struct has no UDAs

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15874 Issue ID: 15874 Summary: getSymbolsByUDA fails if struct has no UDAs Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: minor

[Issue 7625] inlining only works with explicit else branch

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7625 thomas.bock...@gmail.com changed: What|Removed |Added CC||thomas.bock...@gmail.com ---

[Issue 15873] In order to implement std.simd, compile time info about CPU specifics is needed

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15873 --- Comment #2 from Walter Bright --- newsgroup thread: http://www.digitalmars.com/d/archives/digitalmars/D/Any_usable_SIMD_implementation_282806.html github thread:

[Issue 15873] In order to implement std.simd, compile time info about CPU specifics is needed

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15873 Walter Bright changed: What|Removed |Added CC|

[Issue 14966] Comparing two std.xml.Document result in infinite recursion

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14966 --- Comment #6 from Rainer Schuetze --- > Awww, when? I don't think this has to do with how Object.opEqual is called. The offending lines were changed a number of times, but I'd say none of them worked correctly (or there must

[Issue 15869] RVO can overwrite argument

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15869 ag0ae...@gmail.com changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 15873] In order to implement std.simd, compile time info about CPU specifics is needed

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15873 Jack Stouffer changed: What|Removed |Added Keywords||CTFE, SIMD --

[Issue 15873] New: In order to implement std.simd, compile time info about CPU specifics is needed

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15873 Issue ID: 15873 Summary: In order to implement std.simd, compile time info about CPU specifics is needed Product: D Version: D2 Hardware: All OS: All

[Issue 15865] std.file.copy(from, to) deletes the file if from and to specify the same file

2016-04-04 Thread via Digitalmars-d-bugs
- std.file.copy(from,to) deletes the file if from and to specify the same file Stat the target fd and check for sameness before truncating the file. https://github.com/D-Programming-Language/phobos/commit/df99fc87075c46cefb4a6a6052056b833fb93c93 Merge pull request #4148 from CyberShadow/pull-20160404

[Issue 15865] std.file.copy(from, to) deletes the file if from and to specify the same file

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15865 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15872] New: [ndslice] indexing a slice with an array causes an error inside ndslice

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15872 Issue ID: 15872 Summary: [ndslice] indexing a slice with an array causes an error inside ndslice Product: D Version: D2 Hardware: All OS: All Status:

[Issue 15871] New: Implement SIMD-friendly set intersection

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15871 Issue ID: 15871 Summary: Implement SIMD-friendly set intersection Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW Severity: enhancement

[Issue 15865] std.file.copy(from, to) deletes the file if from and to specify the same file

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15865 Vladimir Panteleev changed: What|Removed |Added Keywords||pull

[Issue 15625] Internal error: backend/elfobj.c 1014

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15625 zunk...@gmail.com changed: What|Removed |Added CC||zunk...@gmail.com --- Comment #1 from

[Issue 15863] .length for AA.byKey

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15863 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15870] New: UFCS not recognized on array when passing as alias parameter

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15870 Issue ID: 15870 Summary: UFCS not recognized on array when passing as alias parameter Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 14966] Comparing two std.xml.Document result in infinite recursion

2016-04-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14966 --- Comment #5 from Sobirari Muhomori --- (In reply to Jacob Carlborg from comment #2) > I suspect the issue is the super call. I'm guessing since the implementation > of ==/!= was changed to call object.opEquals, which