phobos/std
Ilya Yaroshenko efb880f651 move format to std.format
The reason is to do not import `std.uni` tables, `std.string` and
probably `std.algorithm`. Note that format is used in CTFE code and
`Exception` handing.

 And it is more comfortable to import `format` from `std.format`.

std.format: clean imports (2)

remove import std.math : pow from std.uni

update scope imports in std.algorithm

update scope imports in std.exception

doFormat -> template

update scope imports in std.typecons

update scope imports in std.functional

update scope imports in std.range

update std.conv scope import

std.format: clean imports (2)

remove import std.math : pow from std.uni

update scope imports in std.algorithm

update scope imports in std.exception

doFormat -> template

update scope imports in std.typecons

update scope imports in std.functional

update scope imports in std.range

move sfromat

add public import of sformat

use std.uni
2014-11-18 22:14:28 +03:00
..
c Deprecate last remaining module from std.c and move it to druntime 2014-10-31 12:04:41 -05:00
container Use scope imports in std.container package 2014-11-15 01:19:18 +03:00
digest std.digest.*: clean imports 2014-11-10 15:00:44 +03:00
experimental
internal dummy ranges module 2014-11-15 03:07:10 +03:00
net use lower-case flag strings 2014-11-17 20:37:18 +01:00
range move format to std.format 2014-11-18 22:14:28 +03:00
regex
windows std.windows.syserror: Fix doc build error 2014-11-12 20:52:37 +00:00
algorithm.d move format to std.format 2014-11-18 22:14:28 +03:00
array.d Merge pull request #2690 from 9il/splitter 2014-11-14 07:18:47 -08:00
ascii.d
base64.d base64: update to range.constraints 2014-11-15 03:11:14 +03:00
bigint.d Usage of WEB macro for License everywhere 2014-10-15 11:30:42 +02:00
bitmanip.d std.bitmanip: clean imports 2014-11-13 03:20:58 +03:00
compiler.d Usage of WEB macro for License everywhere 2014-10-15 11:30:42 +02:00
complex.d Fix missing local import in std.math.expi. 2014-11-17 10:51:41 -08:00
concurrency.d Add Generator to std.concurrency 2014-10-21 11:47:21 -07:00
conv.d move format to std.format 2014-11-18 22:14:28 +03:00
cstream.d Merge pull request #2614 from Geod24/fix-license-doc 2014-10-17 00:16:49 +02:00
csv.d if( => if ( 2014-11-14 18:33:02 +03:00
datetime.d Merge pull request #2681 from 9il/datetime 2014-11-16 16:10:14 -08:00
demangle.d fix comment 2014-11-14 15:47:19 +03:00
encoding.d std.encoding: clean imports 2014-11-14 17:48:34 +03:00
exception.d move format to std.format 2014-11-18 22:14:28 +03:00
file.d std.file: clean imports 2014-11-15 19:27:10 +03:00
format.d move format to std.format 2014-11-18 22:14:28 +03:00
functional.d move format to std.format 2014-11-18 22:14:28 +03:00
getopt.d update scope import in std.getopt 2014-11-16 00:27:53 +03:00
json.d std.json: clean imports 2014-11-14 16:57:16 +03:00
math.d Merge pull request #2611 from redstar/math 2014-10-31 21:59:13 +03:00
mathspecial.d Usage of WEB macro for License everywhere 2014-10-15 11:30:42 +02:00
metastrings.d Move some deprecations along. 2014-10-26 19:31:08 -07:00
mmfile.d Merge pull request #2614 from Geod24/fix-license-doc 2014-10-17 00:16:49 +02:00
numeric.d std.numeric: clean import & CustomFloat printing fix 2014-11-15 23:20:53 +03:00
outbuffer.d Merge pull request #2614 from Geod24/fix-license-doc 2014-10-17 00:16:49 +02:00
parallelism.d
path.d std.path: clean imports 2014-11-14 17:07:57 +03:00
process.d std.process: clean imports 2014-11-15 19:15:18 +03:00
random.d Merge pull request #2613 from braddr/safe 2014-10-19 10:29:32 -07:00
signals.d Merge pull request #2614 from Geod24/fix-license-doc 2014-10-17 00:16:49 +02:00
socket.d Deprecate last remaining module from std.c and move it to druntime 2014-10-31 12:04:41 -05:00
socketstream.d
stdint.d Usage of WEB macro for License everywhere 2014-10-15 11:30:42 +02:00
stdio.d std.stdio: clean imports 2014-11-17 21:20:40 +03:00
stdiobase.d Usage of WEB macro for License everywhere 2014-10-15 11:30:42 +02:00
stream.d Deprecate std.c.* and move all remaining declarations to core.stdc.* 2014-10-14 09:26:21 -05:00
string.d move format to std.format 2014-11-18 22:14:28 +03:00
syserror.d Deprecate std.c.* and move all remaining declarations to core.stdc.* 2014-10-14 09:26:21 -05:00
system.d
traits.d std.traits: clean imports 2014-11-09 19:29:01 +03:00
typecons.d move format to std.format 2014-11-18 22:14:28 +03:00
typelist.d Usage of WEB macro for License everywhere 2014-10-15 11:30:42 +02:00
typetuple.d Usage of WEB macro for License everywhere 2014-10-15 11:30:42 +02:00
uni.d move format to std.format 2014-11-18 22:14:28 +03:00
uri.d Merge pull request #2614 from Geod24/fix-license-doc 2014-10-17 00:16:49 +02:00
utf.d std.utf: clean imports 2014-11-14 17:55:21 +03:00
uuid.d std.uuid: clean imports 2014-11-14 17:11:42 +03:00
variant.d std.variant unions cannot have postblit or destructors 2014-11-15 16:03:12 -08:00
xml.d Usage of WEB macro for License everywhere 2014-10-15 11:30:42 +02:00
zip.d std.zip: clean imports 2014-11-14 17:21:31 +03:00
zlib.d std.zlib: clean imports 2014-11-14 17:15:16 +03:00