[Issue 16961] New: Fix Algorithms to Account for ref Value Front and Avoid Copying Where Unnecessary.

2016-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16961 Issue ID: 16961 Summary: Fix Algorithms to Account for ref Value Front and Avoid Copying Where Unnecessary. Product: D Version: D2 Hardware: x86 OS: Windows

[Issue 16949] [Reg 2.073] confusing @safe error message for fields with unsafe destructors

2016-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16949 Martin Nowak changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 16960] New: implicit function return breaks chaining of exceptions thrown in scope(exit)

2016-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16960 Issue ID: 16960 Summary: implicit function return breaks chaining of exceptions thrown in scope(exit) Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 16699] [REG 2.070] stack corruption with scope(exit)

2016-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16699 --- Comment #31 from anonymous4 --- The obvious solution is to create a different merge PR that will just merge and nothing more. --

[Issue 4125] std.numeric.gcd can use a binary GCD

2016-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4125 Alexandru Razvan Caciulescu changed: What|Removed |Added CC|

[Issue 15421] The behaviours of the topNs differ with the bottom

2016-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15421 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15401] partialSort should accept two ranges

2016-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15401 Issue 15401 depends on issue 15421, which changed state. Issue 15421 Summary: The behaviours of the topNs differ with the bottom https://issues.dlang.org/show_bug.cgi?id=15421 What|Removed |Added

[Issue 6133] Improvements to RedBlackTree

2016-12-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6133 --- Comment #2 from Carlos Ballesteros Velasco --- @Infiltrator Probably it changed to not be compatible. But you can find the original collection in the git history here, if you want to try to merge or PR it: