phobos/std/experimental/allocator
Sebastian Wilzbach 425ab667a3 Automatically set the range style from a..b -> a .. b
Commands:

sed -E "s/([[:alnum:]])[.][.]([[:alnum:]])/\1 .. \2/g" -i **/*.d
sed -E "s/([[:alnum:]])[.][.] ([[:alnum:]])/\1 .. \2/g" -i **/*.d
sed -E "s/([[:alnum:]]) [.][.]([[:alnum:]])/\1 .. \2/g" -i **/*.d
2017-02-22 05:37:31 +01:00
..
building_blocks Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
common.d Extend reallocate test for all Allocators 2016-08-03 03:10:41 +02:00
gc_allocator.d Add attributes to GCAllocator and theAllocator 2016-08-03 03:16:31 +02:00
mallocator.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
mmap_allocator.d [trivial] Windows is supported; docs said otherwise 2016-08-01 04:50:34 +10:00
package.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
showcase.d Fixed std.algorithm imports in std.experimental.allocator to not be package wide 2016-07-03 01:34:31 -04:00
typed.d Fixed std.algorithm imports in std.experimental.allocator to not be package wide 2016-07-03 01:34:31 -04:00