Steven Schveighoffer
fdc3e994cd
Explicitly type RegexMatch.front (and add inout because captures has
...
inout as well). Fixes issue 18124
2017-12-31 09:24:47 -05:00
The Dlang Bot
593ac6218b
Merge pull request #5974 from MartinNowak/merge_stable
...
Merge remote-tracking branch 'upstream/stable' into merge_stable
merged-on-behalf-of: Martin Nowak <code@dawg.eu>
2017-12-30 19:50:42 +01:00
Martin Nowak
ac821be1de
Merge remote-tracking branch 'upstream/stable' into merge_stable
2017-12-30 19:15:43 +01:00
The Dlang Bot
ecfb8a8d4c
Merge pull request #5975 from dcarp/patch-1
...
Fix 'among' doc link in std.algorithm.searching
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-12-30 03:25:23 +01:00
Dragos Carp
2b5d643337
Fix 'among' doc link in std.algorithm.searching
2017-12-30 02:23:32 +01:00
The Dlang Bot
e1304f495a
Merge pull request #5973 from wilzbach/merge_stable
...
Merge remote-tracking branch 'upstream/stable' into merge_stable
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-12-29 23:18:23 +01:00
The Dlang Bot
0e68c150f7
Merge pull request #5967 from dlang/JackStouffer-patch-1
...
Add Array of Random Numbers Example
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2017-12-29 23:13:00 +01:00
Martin Nowak
d6bf49aef6
Merge pull request #5958 from BBasile/stable
...
prevent deprecation message caused by std.math.abs() on short and byte.
2017-12-29 23:09:54 +01:00
Jack Stouffer
f28bf2d194
Add example to uniform on how to create an array of random numbers
2017-12-29 16:40:09 -05:00
Sebastian Wilzbach
ee08d522cd
Merge remote-tracking branch 'upstream/stable' into merge_stable
2017-12-29 18:02:00 +01:00
The Dlang Bot
b8dab428d1
Merge pull request #5959 from Dechcaudron/issue_18116
...
Fixes Issue 18116 - to!wchar([string, dstring]), and to!char([wstring, dstring]) don't compile
merged-on-behalf-of: Steven Schveighoffer <schveiguy@users.noreply.github.com>
2017-12-29 17:05:35 +01:00
Steven Schveighoffer
bb79bd8191
Fix whitespace issue.
2017-12-29 10:30:04 -05:00
Héctor Barreras Almarcha [Dechcaudron]
9968b61d07
Fixes issue 18116
2017-12-29 16:21:30 +01:00
The Dlang Bot
8c19c30d23
Merge pull request #5972 from MartinNowak/fix18135
...
fix Issue 18135 - can't join RegexMatch anymore
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-12-29 14:33:24 +01:00
Martin Nowak
b221120735
fix Issue 18135 - can't join RegexMatch anymore
...
- fix copying of structs with RegexMatch fields by making
const interface reference rebindable
2017-12-29 13:52:35 +01:00
The Dlang Bot
0eaba0ed1e
Merge pull request #5969 from wilzbach/algo-fixes
...
[Trivial] Small std.algorithm fixes: remove stdio + typo
merged-on-behalf-of: H. S. Teoh <quickfur@users.noreply.github.com>
2017-12-29 03:15:50 +01:00
Sebastian Wilzbach
415728e086
Remove std.stdio debug output
2017-12-29 00:20:07 +01:00
Sebastian Wilzbach
1d02ff4877
Fix typo
2017-12-29 00:19:59 +01:00
The Dlang Bot
1ce61d802d
Merge pull request #5960 from ThomasMader/dont-expect-root
...
Don't expect root home dir in unittest
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-12-28 09:40:56 +01:00
Thomas Mader
9add02ecbb
Don't expect root home dir in unittest
2017-12-28 09:13:36 +01:00
The Dlang Bot
21e280fe60
Merge pull request #5966 from ThomasMader/custom_paths
...
Add possibility to specify custom path to tzdata dir
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-12-27 23:45:20 +01:00
Thomas Mader
735b360c42
Fix Issue 15391 - Add possibility to specify custom path to TZDatabaseDir
2017-12-27 17:32:48 +01:00
The Dlang Bot
279f99642e
Merge pull request #5948 from andralex/datetime-imports
...
Dramatically faster to import std.datetime (and anything under it)
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-12-26 20:19:44 +01:00
Andrei Alexandrescu
cd3152c7bf
Improve import speed of std.datetime
2017-12-26 13:24:37 -05:00
Basile Burg
b183307018
prevent deprecation message caused by std.math.abs() on short and byte
2017-12-25 12:45:13 +01:00
The Dlang Bot
867ed5b95e
Merge pull request #5956 from wilzbach/codecov
...
Update CodeCov configuration to be always green/successful
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-12-23 01:51:19 +01:00
The Dlang Bot
15adac46be
Merge pull request #5358 from joakim-noah/android
...
ARM and Android fixes: version out some HardFloat tests, use TMPDIR logic and declaration from druntime, and correct comment
merged-on-behalf-of: unknown
2017-12-22 15:01:22 +01:00
Joakim
f2186efb3f
std.system: Add comment fix for Android
2017-12-22 18:42:35 +05:30
Joakim
ee4036a53a
Use the Posix TMPDIR logic, as D can be used from the command-line too on Android.
2017-12-22 18:42:35 +05:30
Joakim
008064792c
Don't run HardFloat tests on SoftFloat systems, like ARM_SoftFloat.
2017-12-22 18:42:35 +05:30
Joakim
7fde88d38c
Use posix_memalign declaration from druntime instead
2017-12-22 18:42:35 +05:30
Sebastian Wilzbach
05768b2b55
Update CodeCov configuration to be always green/successful
2017-12-22 11:57:07 +01:00
The Dlang Bot
8238e0d8b5
Merge pull request #5955 from dcarp/patch-1
...
Fix ddoc in std.json
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2017-12-22 05:19:58 +01:00
Dragos Carp
d1b1afb92b
Fix ddoc in std.json
...
Otherwise generated documentation contains hml source pieces like:
"json.html#.JSONException">std.json.JSONException if the depth exceeds the max depth."
see: https://dlang.org/phobos/std_json.html#.parseJSON.2
2017-12-22 00:55:18 +01:00
The Dlang Bot
0ba08bb653
Merge pull request #5953 from wilzbach/fix-5489
...
Fix Issue 5489 - std.typecons tuples dynamically iterable
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2017-12-21 22:39:47 +01:00
The Dlang Bot
ccbc8cddfc
Merge pull request #5954 from wilzbach/remove-global-debug-import
...
Remove global debug import in std.typecons
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2017-12-21 16:29:01 +01:00
Sebastian Wilzbach
9c514c1068
Remove global debug import in std.typecons
2017-12-21 15:52:51 +01:00
Sebastian Wilzbach
059be4da3a
Fix Issue 5489 - std.typecons tuples dynamically iterable
2017-12-21 15:24:37 +01:00
The Dlang Bot
da00e8f390
Merge pull request #5927 from wilzbach/udflags
...
Add a StdUnittest version
merged-on-behalf-of: David Nadlinger <code@klickverbot.at>
2017-12-21 13:10:52 +01:00
Sebastian Wilzbach
1d8e1397e3
Use StdUnittest for #5932
2017-12-21 09:36:18 +01:00
Sebastian Wilzbach
d1d6a80e64
Add StdUnittest to stdx.checkedint
2017-12-21 09:36:18 +01:00
Sebastian Wilzbach
c136ec575b
Set StdUnittest for Windows builds
2017-12-21 09:36:18 +01:00
Sebastian Wilzbach
2678754347
Add StdUnittest to std.net.curl + stdx.allocator
2017-12-21 09:36:10 +01:00
Sebastian Wilzbach
04f89d7c0a
Add a StdUnittest version identifier to the build
2017-12-21 09:35:49 +01:00
Andrei Alexandrescu
640df9fd9c
Merge pull request #5932 from schveiguy/fix18084
...
Fix issue 18084 - tempCString type should not change size when used in unittests.
2017-12-20 12:43:07 -05:00
Andrei Alexandrescu
fac1693801
Merge pull request #5941 from dkgroot/dragonflybsd-master
...
Add DragonFlyBSD support for phobos
2017-12-20 11:11:12 -05:00
Diederik de Groot
7245be5b7a
Merge branch 'dragonflybsd-master' of github.com:dkgroot/phobos into dragonflybsd-master
2017-12-20 08:07:41 +01:00
Sebastian Wilzbach
24f0c95747
Remove docs build from the Windows Makefiles
2017-12-20 08:07:28 +01:00
Sebastian Wilzbach
b712abcae2
Fix Issue 18092 - Can't combine take and takeExactly
2017-12-20 08:06:41 +01:00
Sebastian Wilzbach
106954f99e
Address review
2017-12-20 08:06:30 +01:00