The Dlang Bot
7b451e6291
Merge pull request #6520 from John-Colvin/patch-10
...
Trivial: splitter docs should reference std.array.split, not std.array.splitter
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-05-24 21:55:36 +02:00
John Colvin
ea197ce5ce
std.array.split, not std.array.splitter
2018-05-24 16:00:01 +01:00
Iain Buclaw
acd81b316a
std.math: Remove redundant '&' from ARM setControlState call
2018-05-23 23:21:14 +02:00
Iain Buclaw
92d0942044
std.math: Merge ARM and AArch64 versions into ARM_Any
2018-05-23 23:21:14 +02:00
The Dlang Bot
a460ce1ee7
Merge pull request #6519 from veelo/patch-1
...
Correct documentation for std.stdio.write.
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-05-22 15:00:55 +02:00
Bastiaan Veelo
e38fa7ddc9
Adapt to description of writef.
2018-05-21 11:57:20 +02:00
Bastiaan Veelo
cf246e1992
Correct documentation for std.stdio.write.
...
Remove errors in the description: It writes to stdout, not args[0] and it does not use std.conv.to.
Use similar description as std.stdio.File.write.
2018-05-21 11:37:19 +02:00
Zevenberge
6ce1e5647d
Fix issue 15732 - partial invoke of delegates are not lvalues
...
Flipped the static if statements in partial. It now checks whether we get a template or a struct/class with opCall overloaded. Else it assumes we get a function.
2018-05-20 21:32:37 +02:00
Biotronic
8db8debe32
Fix issue 18884 - getSymbolsByUDA fails on AliasSeq members
2018-05-20 19:38:02 +02:00
The Dlang Bot
4d27f76bd0
Merge pull request #6510 from ibuclaw/mathcw
...
std.math: Define ControlState and ExceptionMask for SPARC64 and SystemZ
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-05-20 12:17:37 +02:00
The Dlang Bot
09816a2e8b
Merge pull request #6494 from BBasile/issue-13741
...
fix issue 13741 - std.traits.moduleName does not work with functions that have parameters
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2018-05-19 18:50:10 +02:00
The Dlang Bot
b62baca794
Merge pull request #6514 from BBasile/issue-18415
...
fix issue 18415 - Typedef ignores `@disabled` default constructor
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2018-05-19 17:59:39 +02:00
Basile Burg
2cd3b5dac2
fix issue 18415 - Typedef ignores @disabled
default constructor
2018-05-18 20:23:33 +02:00
The Dlang Bot
eaa667311f
Merge pull request #6479 from kinke/fixFmin
...
std.math: Change fmin/fmax semantics wrt. NaNs
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-05-18 20:20:00 +02:00
Basile Burg
593a4e2e39
fix issue 13741 - std.traits.moduleName does not work with functions that have parameters
2018-05-18 19:32:40 +02:00
Iain Buclaw
fc9a25c403
std.math: Define ExceptionMask values for SPARC64 and SystemZ
2018-05-16 23:37:35 +02:00
Iain Buclaw
0b4873792c
std.math: Fix mask values of inexact and invalid on Mips
2018-05-16 23:22:37 +02:00
Iain Buclaw
7296b299c8
std.math: Define ControlState type for SPARC64 and SystemZ
2018-05-16 00:29:40 +02:00
Vladimir Panteleev
72b2128e6e
Fix Issue 18847 - std.allocator: Region uses .parent before it can be set
2018-05-15 04:47:07 +00:00
The Dlang Bot
27a875709d
Merge pull request #6506 from n8sh/math-examples-exact
...
[Trivial] In std.math public tests use exact equality where the specification mandates an exact result
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-05-14 15:47:29 +02:00
Nathan Sashihara
beb13a642d
In std.math public tests use exact equality where the specification mandates an exact result
2018-05-11 17:09:50 -04:00
Walter Bright
4748cb6e90
Merge pull request #6505 from ntrel/cond-parens
...
Use parens for conditional operator assignment
2018-05-10 23:21:03 -07:00
Nick Treleaven
6a12812b6c
Use parens for conditional operator assignment
2018-05-10 16:16:21 +01:00
The Dlang Bot
7ab0e8c4dc
Merge pull request #6274 from JackStouffer/issue18178
...
Fix Issue 18178 - std.path should be usable in @safe
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-05-10 16:56:21 +02:00
The Dlang Bot
78c67dcb1d
Merge pull request #6504 from Bolpat/typecons-minor-issues
...
Fix Misplaced Table
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-08 17:01:35 +02:00
The Dlang Bot
576a390c75
Merge pull request #6503 from JackStouffer/conv-unused
...
Removed unused variables from std.conv
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-08 16:04:53 +02:00
Quirin F. Schroll
7356009423
fix table and example in docs
2018-05-08 15:32:03 +02:00
Jack Stouffer
d58250d1fa
Removed unused variables from std.conv
2018-05-08 08:41:17 -04:00
Jack Stouffer
f6e4416a72
Fix Issue 18178 - std.path should be usable in @safe
2018-05-08 08:32:09 -04:00
The Dlang Bot
d581c8da97
Merge pull request #6502 from Bolpat/typecons-minor-issues
...
Typecons minor issues
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-08 03:04:51 +02:00
Q. F. Schroll
07dffef19f
use unittest as an example
2018-05-08 01:56:37 +02:00
Q. F. Schroll
f73972eada
fix documentation
2018-05-08 01:55:10 +02:00
Q. F. Schroll
7f09359211
use static foreach instead of foreach (i, _)
2018-05-07 21:07:50 +02:00
Q. F. Schroll
35c4871e6f
justification does not fit a formal documentation
2018-05-07 21:01:18 +02:00
Q. F. Schroll
961ad8c33d
remove unnecessary template
2018-05-07 21:00:39 +02:00
The Dlang Bot
e9748fda96
Merge pull request #6501 from JackStouffer/array-trusted
...
Remove template wide trusted in std.array
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-05-07 19:40:05 +02:00
Jack Stouffer
cd197654e7
Remove template wide trusted in std.array
2018-05-07 11:03:54 -04:00
Sebastian Wilzbach
0b15d73d6b
Merge pull request #6493 from JackStouffer/issue18822
...
Fix Issue 18822 - Compiling byGrapheme Fails
2018-05-07 15:47:37 +02:00
Jack Stouffer
707c50b90c
Fix Issue 18822 - Compiling byGrapheme Fails
2018-05-03 11:37:42 -04:00
The Dlang Bot
6c11b77dbc
Merge pull request #6443 from wilzbach/dip1000-unblock
...
Only run -dip1000 checks on CircleCi on not on the auto-tester
merged-on-behalf-of: Steven Schveighoffer <schveiguy@users.noreply.github.com>
2018-05-03 07:44:24 +02:00
Sebastian Wilzbach
79b8fd63ad
Merge pull request #6457 from n8sh/issue-18766
...
Fix Issue 18766 - std.typecons.Tuple.toHash could be improved
2018-05-03 01:53:37 +02:00
Giles Bathgate
96022302dc
Remove inout on fromStringz template, remove old function
2018-05-02 17:38:18 +01:00
The Dlang Bot
3552cd3c62
Merge pull request #6490 from MartinNowak/merge_stable
...
Merge remote-tracking branch 'upstream/stable' into merge_stable
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-02 02:49:23 +02:00
Martin Nowak
2d4fa13f30
Merge remote-tracking branch 'upstream/stable' into merge_stable
2018-05-02 01:06:55 +02:00
Martin Nowak
b885110f79
purge changelog
2018-05-02 01:04:19 +02:00
Sebastian Wilzbach
615ddc78be
Merge pull request #6487 from dkgroot-dlang/fix_pure_truncl_dfly
...
[Trivial] truncl is pure in core/stdc/math -> remove specialization
2018-04-30 20:45:05 +02:00
Giles Bathgate
20efd72da7
fix Issue 18813 add wchar/dchar fromStringz template function
...
This adds a wide string template functions to complement the existing fromStringz function.
2018-04-30 19:25:32 +01:00
The Dlang Bot
bbbb163dda
Merge pull request #6484 from dkgroot-dlang/fix_stdio_could_not_close_pipe
...
Fix stdio File.open / resetFile / detach / refcount
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-30 16:38:51 +02:00
Diederik de Groot
cb7bd1b158
truncl is defined as pure in core/stdc/math
...
(Removed exception for dragonfly, fixed up documentation and comment)
2018-04-30 16:35:13 +02:00
Diederik de Groot
7aa7a2d34e
Fix stdio File.open / resetFile / detach / refcount
2018-04-30 15:31:19 +02:00