phobos/std/container
Nathan Sashihara d35c93dac7 Avoid mulu in std.container.array.Array!T when T.sizeof == 1
LDC 1.15 and GDC with optimizations enabled recognize that mulu
with a second argument of 1 will never overflow and elide unnecessary
operations but DMD and LDC 1.14 do not.
2019-06-01 08:50:23 -04:00
..
array.d Avoid mulu in std.container.array.Array!T when T.sizeof == 1 2019-06-01 08:50:23 -04:00
binaryheap.d Remove redundant body of @disable functions. Issue 14854 DMD (#6893) 2019-03-06 02:00:04 +01:00
dlist.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
package.d Remove underscore. 2019-02-21 12:12:57 +01:00
rbtree.d std.container.rbtree: compile with -dip1000 2019-03-20 12:15:19 -07:00
slist.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
util.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00