phobos/std
H. S. Teoh 339fe619e7 Add missing sig constraints to std.numeric.gcd.
First of all, it makes no sense to take arbitrary types (e.g.,
gcd("a","abc") should not even match the template).

Second of all, the current implementation only works with built-in
types, so the function should restrict itself to only accepting built-in
types so that it is overloadable for other types (e.g., BigInt).
2017-04-25 15:00:07 -07:00
..
algorithm Merge pull request #5148 from wilzbach/static_if_iteration 2017-03-16 21:24:23 +01:00
c
container Merge pull request #5294 from byebye/array_length_opt 2017-04-18 02:59:02 +02:00
digest Merge pull request #5312 from JackStouffer/secureCompare 2017-03-31 17:04:36 -04:00
experimental Merge pull request #5302 from Bolpat/Final 2017-04-20 21:59:51 +02:00
internal Use underscores for number literals with five or more digits 2017-02-23 09:45:49 -05:00
net Fix dscanner sugesstions in std/net/curl.d 2017-03-13 15:01:49 -04:00
range Merge pull request #5297 from dukc/cycleOverloads 2017-03-30 20:48:14 +02:00
regex Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-03-21 15:29:15 +01:00
windows Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system 2017-02-22 14:44:08 -05:00
array.d Remove trailing whitespace. 2017-03-25 19:09:50 +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 Link to ConvException docs in std.bigint ctor doc 2017-04-20 13:29:11 -04:00
bitmanip.d Fix issue 17247. 2017-03-08 12:36:13 -08: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 Use dfmt on std/concurrency.d 2017-03-19 15:05:35 -04:00
concurrencybase.d
conv.d Removed auto decoding from a helper function in std.conv 2017-03-03 10:34:27 -05:00
csv.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
datetime.d netbsd small changes: fix datetime.d 2017-04-18 10:45:26 +00: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 AA version of assumeUnique documented 2017-03-15 16:40:58 +01:00
file.d Fixed some typos 2017-03-14 23:13:47 +01:00
format.d format with comma formatspec to add separator into numbers 2017-04-19 09:05:14 +02:00
functional.d Fix links from $(LREF $(D ...)) -> $(LREF ...) 2017-03-05 08:11:29 +01:00
getopt.d Fix issue 17327. Review comments: drop continue statement. 2017-04-16 08:01:49 -07:00
json.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
math.d Add unit test 2017-04-03 08:53:50 -04: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 Add missing sig constraints to std.numeric.gcd. 2017-04-25 15:00:07 -07:00
outbuffer.d Remove quickIndex for modules with booktables or only one symbol 2017-03-01 03:59:22 +01:00
parallelism.d Added some type qualifiers to std.parallelism 2017-03-19 15:01:47 -04: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 Update random.d 2017-04-14 10:16:05 +07: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 Document compile-time checking for format strings 2017-03-21 12:22:09 +00:00
stdiobase.d
string.d Mention the extra checks in the std.string.assumeUTF docs 2017-03-29 10:19:41 -04:00
system.d
traits.d Improve some docs in std.traits 2017-03-18 16:41:18 -04:00
typecons.d Fix Issue 17283 - std.experimental.typecons uses private module members 2017-04-03 12:55:49 +03: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 Fix dscanner sugesstions in std/uri.d 2017-03-13 14:22:55 -04:00
utf.d std.utf: Fix style (space around ..) 2017-03-11 02:53:33 +00:00
uuid.d Merge pull request #5272 from JackStouffer/dscanner 2017-03-15 05:57:06 +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