Commit graph

11252 commits

Author SHA1 Message Date
Alexandru Ermicioi
009ec0cf72 Added unittest to bug fix, testing if "parent" is aliased to function overload set. 2017-02-13 22:51:57 +02:00
Alexandru Ermicioi
085902b3d6 fix issue 17177. AutoImplement fails on function overload sets with "cannot infer type from overloaded function symbol". 2017-02-12 17:43:40 +02:00
The Dlang Bot
fd014e84d7 Merge pull request #5116 from veelo/patch-3
[doc] Add emphasis for readability.
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-02-12 13:28:32 +01:00
Jack Stouffer
a1c2486dc1 Merge pull request #5104 from veelo/patch-2
[doc] Remove spurious data section.
2017-02-12 02:43:07 -05:00
Jack Stouffer
7239720bb7 Merge pull request #5080 from JackStouffer/curl-imports
Removed several global imports from std.net.curl
2017-02-12 02:05:20 -05:00
Jack Stouffer
34427db78c Merge pull request #5107 from WalterBright/socket-comments
std.socket: use proper block comments
2017-02-12 01:27:02 -05:00
Jack Stouffer
a5e0c92274 Removed several global imports from std.net.curl 2017-02-12 01:19:14 -05:00
Jack Stouffer
9b9ab08d78 Merge pull request #5039 from JackStouffer/parse-bool
Removed auto-decoding from the bool version of std.conv.parse
2017-02-11 23:05:33 -05:00
Jack Stouffer
4a7ccddd64 Merge pull request #5051 from JackStouffer/toUTF32
Range-ify and DRY std.utf.toUTF32
2017-02-11 22:35:58 -05:00
Jack Stouffer
eb15392030 Merge pull request #5018 from JackStouffer/parse-decoding
Optimization For Array Overload of std.conv.parse
2017-02-11 22:05:16 -05:00
Andrei Alexandrescu
6dc32a9db4 Merge pull request #5065 from WalterBright/datetime-scope
[scope] add annotations to std.datetime
2017-02-11 08:08:35 -05:00
Andrei Alexandrescu
aca4b587a5 Merge pull request #5082 from WalterBright/scope-array
[scope] add @trusted and 'scope' annotations to std.array
2017-02-11 06:47:10 -05:00
Andrei Alexandrescu
4a4443dbe4 Merge pull request #5088 from WalterBright/scope-traits
[scope] add some 'scope' support to std.traits
2017-02-11 06:10:25 -05:00
Andrei Alexandrescu
030b58f32a Merge pull request #5111 from WalterBright/concurrency-comments
std.concurrency: remove false Ddoc comments
2017-02-11 05:10:41 -05:00
Walter Bright
38ceeda680 std.concurrency: remove false Ddoc comments 2017-02-11 02:09:19 -08:00
Walter Bright
76fb6de79f std.socket: use proper block comments 2017-02-11 02:05:27 -08:00
Andrei Alexandrescu
12ddca7919 Merge pull request #5098 from WalterBright/scope-random
[scope]: annotate std.random
2017-02-11 04:52:18 -05:00
Walter Bright
68c77e1358 Merge pull request #5091 from RazvanN7/Issue_16442
Fix Issue 16442 - FrontTransversal fails with empty ranges
2017-02-10 16:00:10 -08:00
Walter Bright
e6a21ecd35 Merge pull request #5066 from dlang/JackStouffer-patch-1
Remove some commented out code and redundant comment
2017-02-10 15:58:19 -08:00
Walter Bright
d8ca218d54 Merge pull request #5081 from dlang/JackStouffer-patch-2
Fix Issue 17154 – Add opDollar to std.conv.toChars
2017-02-10 15:56:56 -08:00
Walter Bright
86a678da5e Merge pull request #5089 from WalterBright/save-return-scope
[scope] add 'return scope' to std.utf.byUTF and std.string.leftJustifier
2017-02-10 15:53:51 -08:00
Walter Bright
d3335d7b2d Merge pull request #5105 from JackStouffer/csv-const
[trivial] Added const to CSVException.toString
2017-02-10 15:52:37 -08:00
Walter Bright
03b6ee586d Merge pull request #5092 from JackStouffer/logger-imports
Removed many global imports from std.experimental.logger.core
2017-02-10 15:51:26 -08:00
Walter Bright
a59ae1929e Merge pull request #5095 from WalterBright/safe-xml-toString
make std.xml toString() @safe
2017-02-10 15:48:21 -08:00
Walter Bright
cd7846eb96 Merge pull request #5103 from veelo/patch-1
[doc] Fix argument naming.
2017-02-10 15:46:25 -08:00
Walter Bright
080430e7e8 Merge pull request #5075 from JackStouffer/pure_format
Added pure to unittests in std.format
2017-02-10 15:25:29 -08:00
Bastiaan Veelo
dbc5020688 [doc] Add emphasis for readability. 2017-02-10 23:46:12 +01:00
Walter Bright
052b97fd98 Merge pull request #5100 from WalterBright/const-utf
add const to std.utf.UTFException.toString()
2017-02-10 13:26:51 -08:00
Walter Bright
8928adc4ac Merge pull request #5102 from WalterBright/format-divide
std.format: optimize converting unsigned to string
2017-02-10 13:25:00 -08:00
Walter Bright
b5d6ac136e Merge pull request #5106 from WalterBright/json-comments
std.json: use proper block comments
2017-02-10 01:58:06 -08:00
Walter Bright
fd54addcf4 Merge pull request #5108 from WalterBright/csv-comments
std.csv: use proper block comments
2017-02-10 01:57:29 -08:00
Walter Bright
a55dc45782 Merge pull request #5109 from WalterBright/math-comments
std.math: use proper block comments
2017-02-10 01:57:07 -08:00
Walter Bright
bd42209d1c Merge pull request #5110 from WalterBright/stdio-comments
std.stdio: use proper block comments
2017-02-10 01:56:12 -08:00
Walter Bright
2935ae0bd0 Merge pull request #5067 from JackStouffer/patch-21
Small clean-up in std.conv.parse
2017-02-09 14:51:33 -08:00
Walter Bright
62b208f28d std.stdio: use proper block comments 2017-02-09 13:34:10 -08:00
Walter Bright
575d5dedd1 std.math: use proper block comments 2017-02-09 13:28:49 -08:00
Walter Bright
06e758a25f std.csv: use proper block comments 2017-02-09 13:20:55 -08:00
Walter Bright
0cc2d6fa35 std.json: use proper block comments 2017-02-09 12:39:55 -08:00
Jack Stouffer
0ae67b8672 Added const to CSVException 2017-02-09 14:57:10 -05:00
Bastiaan Veelo
4c3ec6adc4 [doc] Remove spurious data section.
Not sure if this hack prevents the line starting with "data:" to be interpreted as a data section, please test.

Note: data sections seem to be an undocumented feature of ddoc: https://dlang.org/spec/ddoc.html

Maybe ddoc should require an empty line above (real) sections?
2017-02-09 18:41:16 +01:00
Jack Stouffer
c6fb78ed14 Small clean-up in std.conv.parse 2017-02-09 09:57:30 -05:00
Bastiaan Veelo
e1c55df579 [doc] Fix argument naming. 2017-02-09 15:35:08 +01:00
Walter Bright
e406bd9e21 std.format: optimize converting unsigned to string 2017-02-08 18:23:53 -08:00
Walter Bright
aef2ec6806 add const to std.utf.UTFException.toString() 2017-02-08 13:07:28 -08:00
Walter Bright
9b3c6524d8 [scope]: annotate std.random 2017-02-08 00:35:08 -08:00
Jack Stouffer
d5ae07f0f1 Fix Issue 17154 - Added opDollar to std.conv.toChars 2017-02-07 13:36:15 -05:00
Walter Bright
13191fa416 fix deprecation messages about core.bitop.bswap 2017-02-07 00:38:49 -08:00
Walter Bright
67252f51bc make std.xml toString() @safe 2017-02-06 21:08:32 -08:00
Jack Stouffer
7ebfead68b Removed many global imports from std.experimental.logger.core 2017-02-06 11:20:32 -05:00
RazvanN7
41c2d14658 Fix Issue 16442 - FrontTransversal fails with empty ranges 2017-02-06 16:48:20 +02:00