phobos/std/algorithm
Sönke Ludwig 2168becf74 Fix Bugzilla 24773: Don't invoke destructors on uninitialized elements in stable sort
Uses a regular initialized temporary array when sorting elements with an elaborate assignment to avoid undefined behavior when destructors, postblits or copy constructors are invoked during the array assignment.
2024-09-20 13:38:31 +02:00
..
comparison.d Better std.algorithm.comparison.clamp error messages 2023-03-15 16:53:20 +01:00
internal.d Add explanatory comment to addressOf 2022-02-07 16:29:58 +00:00
iteration.d CheckBy postblit should be scope 2024-02-12 09:24:07 +01:00
mutation.d Fix Bugzilla 15315 - can break immutable with std.algorithm.move (#9032) 2024-07-29 06:49:54 +08:00
package.d Fix Issue 20397 2023-02-01 00:44:25 +01:00
searching.d Fix bugzilla issue 24596: std.typecons.Rebindable2: Don't destroy classes! Only destroy structs! (#9012) 2024-06-10 23:10:18 +08:00
setops.d Fix some invalid links (#8994) 2024-04-29 22:08:10 +08:00
sorting.d Fix Bugzilla 24773: Don't invoke destructors on uninitialized elements in stable sort 2024-09-20 13:38:31 +02:00