phobos/std
Sebastian Wilzbach a1bb0515fc Automatically add spaces to binary operators (>=)
command:

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-23 00:57:47 +01:00
..
algorithm Automatically add spaces to binary operators (>>) 2017-02-23 00:57:47 +01:00
c
container Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
digest Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
experimental Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
internal Automatically add spaces to binary operators (>=) 2017-02-23 00:57:47 +01:00
net Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
range Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
regex Automatically add spaces to binary operators (>>) 2017-02-23 00:57:47 +01:00
windows Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
array.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
ascii.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
base64.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
bigint.d Automatically add spaces to binary operators (!=) 2017-02-23 00:57:47 +01:00
bitmanip.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
compiler.d
complex.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
concurrency.d DScanner: automatially set all unattributed unittests to @safe or @system 2017-02-22 05:42:04 +01:00
concurrencybase.d
conv.d Automatically add spaces to binary operators (<<) 2017-02-23 00:57:47 +01:00
csv.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
datetime.d Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
demangle.d
encoding.d Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
exception.d Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
file.d Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
format.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
functional.d Automatically add spaces to binary operators (!=) 2017-02-23 00:57:47 +01:00
getopt.d Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
json.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
math.d Automatically add spaces to binary operators (>=) 2017-02-23 00:57:47 +01:00
mathspecial.d Automatically add spaces to binary operators (>=) 2017-02-23 00:57:47 +01:00
meta.d Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
mmfile.d Automatically add spaces to binary operators (>>) 2017-02-23 00:57:47 +01:00
numeric.d Automatically add spaces to binary operators (>=) 2017-02-23 00:57:47 +01:00
outbuffer.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
parallelism.d Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
path.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
process.d Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
random.d Automatically add spaces to binary operators (<=) 2017-02-23 00:57:47 +01:00
signals.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
socket.d Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
stdint.d [doc] Add emphasis for readability. 2017-02-10 23:46:12 +01:00
stdio.d Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
stdiobase.d
string.d Merge pull request #5181 from JackStouffer/capitalize 2017-02-22 16:07:30 -05:00
system.d
traits.d Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
typecons.d Automatically add spaces to binary operators (>=) 2017-02-23 00:57:47 +01:00
typetuple.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
uni.d Automatically add spaces to binary operators (>>) 2017-02-23 00:57:47 +01:00
uri.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
utf.d Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
uuid.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
variant.d DScanner: automatially set all unattributed unittests to @safe or @system 2017-02-22 05:42:04 +01:00
xml.d Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
zip.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
zlib.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00