phobos/std
Sebastian Wilzbach 70f06b2357 Remove old, redundant private import access specifier
Very very old versions of D (well into 0.x) had imports public by default,
like C header files. This modernizes the codebase and removes the
redundant `private` access specifier.
This has been done with:

sed "s/private import/import/g" -i **/*.d
2017-07-11 12:28:39 +02:00
..
algorithm has_public_example: std.algorithm.mutation 2017-07-09 02:28:29 +02:00
c Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
container Merge pull request #5473 from dmarquant/bug12866 2017-06-27 00:41:40 +02:00
datetime Merge pull request #5550 from JackStouffer/DateTime-fromstring 2017-07-08 07:42:20 +02:00
digest Merge pull request #5588 from MartinNowak/merge_stable 2017-07-10 06:19:50 +02:00
experimental Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
internal Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
net Issue 15750 - remove substr from std.net.isemail 2017-07-09 17:59:59 +02:00
range Fix broken links 2017-07-06 19:15:31 +02:00
regex Fix DDoc macros 2017-06-30 01:39:24 +02:00
windows Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
array.d has_public_example: std.array 2017-07-10 02:28:26 +02:00
ascii.d has_public_example: std.ascii 2017-07-10 02:28:28 +02:00
base64.d Merge pull request #5581 from wilzbach/has_public_example 2017-07-10 04:16:59 +02:00
bigint.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
bitmanip.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
compiler.d
complex.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
concurrency.d Make Phobos module examples runnable 2017-07-02 00:22:13 +02:00
conv.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
csv.d Undocument failing unittests 2017-07-05 19:32:19 +02:00
demangle.d Remove quickIndex for modules with booktables or only one symbol 2017-03-01 03:59:22 +01:00
encoding.d Sort imports 2017-06-12 07:54:38 +02:00
exception.d [std.exception.errnoString]: avoid redundant allocation 2017-07-01 20:13:35 +03:00
file.d Make std.file examples runnable 2017-07-09 16:22:53 +02:00
format.d Merge pull request #5440 from Geod24/format-extended 2017-07-02 21:21:15 +02:00
functional.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
getopt.d Unit test for 17574. 2017-06-30 13:33:06 -07:00
json.d Fix style (space between a .. b) in std/json.d 2017-07-06 19:30:57 +02:00
math.d move rounding up to RoundingMode (for docs) 2017-07-07 23:17:12 +02:00
mathspecial.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
meta.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
mmfile.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
numeric.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
outbuffer.d Sort imports 2017-06-12 07:54:38 +02:00
parallelism.d Merge pull request #5502 from wilzbach/fix-17539 2017-07-04 22:18:10 +02:00
path.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
process.d Add errnoString to remove code duplication from some modules 2017-07-01 02:34:49 +03:00
random.d Make Phobos module examples runnable 2017-07-02 00:22:13 +02:00
signals.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
socket.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
stdint.d [doc] Add emphasis for readability. 2017-02-10 23:46:12 +01:00
stdio.d Add errnoString to remove code duplication from some modules 2017-07-01 02:34:49 +03:00
string.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-07-10 04:15:21 +02:00
system.d
traits.d Made the comment of MutableOf private 2017-07-06 19:08:16 +02:00
typecons.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
typetuple.d Remove quickIndex for modules with booktables or only one symbol 2017-03-01 03:59:22 +01:00
uni.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
uri.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
utf.d Removed old debug printfs 2017-07-08 23:05:49 -04:00
uuid.d Make std.uuid examples runnable 2017-07-09 16:22:48 +02:00
variant.d Make Phobos module examples runnable 2017-07-02 00:22:13 +02:00
xml.d test against regression 2017-06-15 21:08:03 +02:00
zip.d Switched package-wide datetime imports to new sub-packages 2017-06-30 13:51:53 -04:00
zlib.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00