phobos/std/experimental/allocator/building_blocks
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
..
affix_allocator.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
allocator_list.d Make more modules publicly runnable on dlang.org 2017-01-06 23:29:55 +01:00
bitmapped_block.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
bucketizer.d
fallback_allocator.d
free_list.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
free_tree.d Style fix: Add whitespace between import colon 2016-12-08 01:46:46 +01:00
kernighan_ritchie.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
null_allocator.d
package.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
quantizer.d Make more modules publicly runnable on dlang.org 2017-01-06 23:29:55 +01:00
region.d
scoped_allocator.d Fix issue 16046 - ScopedAllocator does not set prev, causing segfaults 2016-08-22 12:23:28 -04:00
segregator.d DStyle: Constraints on declarations should have the same indentation level 2017-02-17 07:36:23 +01:00
stats_collector.d