phobos/std
Jonathan M Davis 53e81a7500 Improve formatting consistency in byCodeUnit.
Also renames the member variable in ByCodeUnitImpl so that it doesn't
have the same name as the function parameter as well as making it more
clear that it's a string rather than a more general range type.
2017-03-08 12:54:31 -08:00
..
algorithm Merge pull request #5210 from wilzbach/std-algorithm-disable-quick-index 2017-03-03 15:35:24 +01:00
c Standardize whitespace after imports 2016-05-29 22:09:56 +02:00
container Merge pull request #5212 from wilzbach/remove-quickindex 2017-03-01 16:58:56 -05:00
digest Check public functions for public examples (#4998) 2017-03-01 15:49:15 +01:00
experimental Fix links from $(LREF $(D ...)) -> $(LREF ...) 2017-03-05 08:11:29 +01:00
internal Use underscores for number literals with five or more digits 2017-02-23 09:45:49 -05:00
net Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
range Fix links from $(LREF $(D ...)) -> $(LREF ...) 2017-03-05 08:11:29 +01:00
regex Add @safe to std.regex unittest 2017-03-04 22:54:54 +01:00
windows Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
array.d Fix links from $(LREF $(D ...)) -> $(LREF ...) 2017-03-05 08:11:29 +01:00
ascii.d [BOOKTABLES]: Add BOOKTABLE to std.ascii 2017-03-01 08:29:04 +01:00
base64.d Fix links from $(LREF $(D ...)) -> $(LREF ...) 2017-03-05 08:11:29 +01:00
bigint.d Check public functions for public examples (#4998) 2017-03-01 15:49:15 +01:00
bitmanip.d [BOOKTABLES]: Add BOOKTABLE to std.bitmanip 2017-03-01 22:20:08 +01:00
compiler.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
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 Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
conv.d [BOOKTABLES]: Add BOOKTABLE to std.conv (#5220) 2017-03-02 01:49:33 +01:00
csv.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
datetime.d Use underscores for number literals with five or more digits 2017-02-23 09:45:49 -05:00
demangle.d Remove quickIndex for modules with booktables or only one symbol 2017-03-01 03:59:22 +01:00
encoding.d Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
exception.d [BOOKTABLES]: Add BOOKTABLE to std.exception 2017-03-01 08:15:35 +01:00
file.d [BOOKTABLES]: Add BOOKTABLE to std.file 2017-03-01 08:21:35 +01:00
format.d Fix links from $(LREF $(D ...)) -> $(LREF ...) 2017-03-05 08:11:29 +01:00
functional.d Fix links from $(LREF $(D ...)) -> $(LREF ...) 2017-03-05 08:11:29 +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 Use underscores for number literals with five or more digits 2017-02-23 09:45:49 -05: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 Remove quickIndex for modules with booktables or only one symbol 2017-03-01 03:59:22 +01:00
numeric.d Replace LUCKY links with actual links 2017-02-28 23:46:54 +01:00
outbuffer.d Remove quickIndex for modules with booktables or only one symbol 2017-03-01 03:59:22 +01:00
parallelism.d Use underscores for number literals with five or more digits 2017-02-23 09:45:49 -05:00
path.d [BOOKTABLES]: Add BOOKTABLE to std.path 2017-03-01 08:27:58 +01:00
process.d Automatically add spaces to binary operators (==) 2017-02-23 00:57:47 +01:00
random.d Replace LUCKY links with actual links 2017-02-28 23:46:54 +01:00
signals.d Remove quickIndex for modules with booktables or only one symbol 2017-03-01 03:59:22 +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 Fix 16281 - std.stdio.readf should use ref instead of requiring pointers (#5207) 2017-03-02 05:37:02 +01:00
stdiobase.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
string.d Add more links to std.range definitions 2017-03-01 15:09:46 -05:00
system.d Remove the WEB macro in favor of HTTP 2016-06-16 00:14:51 +02:00
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 Remove quickIndex for modules with booktables or only one symbol 2017-03-01 03:59:22 +01:00
uni.d Replace LUCKY links with actual links 2017-02-28 23:46:54 +01:00
uri.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
utf.d Improve formatting consistency in byCodeUnit. 2017-03-08 12:54:31 -08:00
uuid.d Unify Phobos by ensuring there's always a space after cast(...) 2017-02-21 16:40:20 +01:00
variant.d Merge pull request #4035 from rcorre/visit_any 2017-03-03 02:36:22 +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 Use underscores for number literals with five or more digits 2017-02-23 09:45:49 -05:00
zlib.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00