Commit graph

16903 commits

Author SHA1 Message Date
The Dlang Bot
331d59b440
Merge pull request #6434 from FreeSlave/timeStatusChanged_doc_comment
Add timeStatusChanged documentation comment
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-04-08 19:52:25 +02:00
Roman Chistokhodov
9215b48ea3 Add timeStatusChanged documentation comment 2018-04-08 16:37:57 +03:00
The Dlang Bot
0ef0bf6729
Merge pull request #6433 from JackStouffer/file-params
Added Params and Returns sections to all functions in std.file
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2018-04-08 04:45:12 +02:00
MetaLang
92ecb29edd
Fix typo 2018-04-07 22:10:22 -03:00
Jack Stouffer
60e5f06709 Link all references of FileException 2018-04-07 20:30:39 -04:00
Jack Stouffer
7478c44d12 Added Params and Returns sections to all ddocs in std.file 2018-04-07 20:08:30 -04:00
The Dlang Bot
3bb8d7fd16
Merge pull request #6431 from JackStouffer/math-status
Remove outdated status from std.math
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-04-07 18:40:23 +02:00
Jack Stouffer
73c325da9d Remove outdated status from std.math 2018-04-07 11:21:52 -04:00
The Dlang Bot
da0b3ea80c
Merge pull request #6426 from wilzbach/bump-dscanner2
Bump DScanner to 032ac7e3ed5ea7df5e097badcfcd91d3cb8f18da
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-07 00:23:52 +02:00
The Dlang Bot
91cf434dbc
Merge pull request #6428 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-04-06 21:37:04 +02:00
The Dlang Bot
49e45d38c8
Merge pull request #6420 from JackStouffer/math-examples4
Add public examples to all functions in std.math
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-06 20:27:35 +02:00
Martin Nowak
9fdcf660dd Merge remote-tracking branch 'upstream/stable' into merge_stable
# Conflicts:
#	std/bitmanip.d
2018-04-06 19:39:58 +02:00
Jack Stouffer
dfa8ccd2a2 Add public examples to all functions in std.math 2018-04-06 12:53:14 -04:00
The Dlang Bot
77624187be
Merge pull request #6382 from JackStouffer/safe-file
Fix Issue 15768 - std.stdio.trustedStdout accesses __gshared data wit…
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-06 17:11:49 +02:00
The Dlang Bot
ee293aa7d9
Merge pull request #6359 from wilzbach/searching-dip1000
Prepare std.algorithm.sorting for -dip1000
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-06 15:14:23 +02:00
The Dlang Bot
71692cd474
Merge pull request #6379 from DmitryOlshansky/fix-issue-18691
Fix issue 18691 - memory errors in std.regex.Captures
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-06 15:06:59 +02:00
Sebastian Wilzbach
c4e3ea3779 Bump DScanner to 032ac7e3ed5ea7df5e097badcfcd91d3cb8f18da 2018-04-06 15:06:19 +02:00
Jack Stouffer
db11ea1d25 Added note about thread safety 2018-04-06 08:49:59 -04:00
The Dlang Bot
9e433f18b2
Merge pull request #6425 from WalterBright/case-ctor
zlib: remove switch from in front of super()
merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>
2018-04-06 07:37:01 +02:00
Walter Bright
7d3a82cc3c zlib: remove switch from in front of super() 2018-04-05 21:32:51 -07:00
The Dlang Bot
15b46bc2b3
Merge pull request #5822 from ibuclaw/ppcfloor
std.math: Implement floor for ibmExtended reals.
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-04-06 05:45:12 +02:00
Sebastian Wilzbach
e9e6ca4039 std.algorithm.{searching,sorting}: prepare for -dip1000 2018-04-06 05:15:06 +02:00
The Dlang Bot
990592c6ff
Merge pull request #6423 from JackStouffer/array-docs
Added params and returns to std.array functions
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-06 02:17:58 +02:00
The Dlang Bot
09fc836143
Merge pull request #6400 from nordlow/pure-region-allocate
Qualify Region, SharedRegion and SbrkRegion allocators
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-04-06 00:44:18 +02:00
The Dlang Bot
9de28234bf
Merge pull request #6370 from SimonN/issue18615
Fix Issue 18615 - Rebindable!A calls A.opEquals
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-05 22:21:21 +02:00
The Dlang Bot
ca72c991cd
Merge pull request #6422 from wilzbach/duplicate-static-gshared
Remove redundant 'static' storage classes on __gshared variables
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-05 20:30:54 +02:00
Iain Buclaw
3c1067d384 std.math: Implement floor for ibmExtended reals. 2018-04-05 20:17:47 +02:00
Jack Stouffer
c3507beef4 Added params and returns to std.array functions 2018-04-05 12:32:34 -04:00
The Dlang Bot
c4729d0f29
Merge pull request #6407 from edi33416/bitmapped_block_allocate
Make bitmapped_block allocate @safe
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-04-05 15:45:09 +02:00
The Dlang Bot
74e6dab443
Merge pull request #6404 from wilzbach/fix-18704
Fix Issue 18704 - std/datetime/stopwatch.d(452) assertion failure on auto-tester
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-04-05 14:57:15 +02:00
Sebastian Wilzbach
6f766dce5d Remove redundant 'static' storage classes 2018-04-05 13:11:48 +02:00
Per Nordlöw
95b2f9f846 Merge remote-tracking branch 'upstream/master' into pure-region-allocate 2018-04-05 10:38:04 +02:00
The Dlang Bot
193c61d985
Merge pull request #6157 from wilzbach/fix-17982
Fix Issue 17982 - Support for const(Class) in algorithm.searching.extremum
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-04-05 08:20:25 +02:00
Simon Naarmann
65b1f1af77 Fix Issue 18615 - Rebindable!A calls A.opEquals
The issue was that Rebindable!A always compared two rebindable
references by 'a is b', not by A.opEquals. With this fix, two rebindable
references, or a rebindable and a raw reference, always compare with
A.opEquals.
2018-04-05 07:20:22 +02:00
Sebastian Wilzbach
64d3a078d3 Fix Issue 17982 - Support for const(Class) in algorithm.searching.extremum 2018-04-05 07:19:44 +02:00
Sebastian Wilzbach
25edf91761
Merge pull request #6398 from wilzbach/fix-13880
Fix Issue 13880 - nothrow @nogc std.algorithm.reduce on fixed-size arrays
2018-04-05 07:15:21 +02:00
Sebastian Wilzbach
6f1bb469ef Fix Issue 18704 - std/datetime/stopwatch.d(452) assertion failure on auto-tester 2018-04-05 07:14:20 +02:00
Eduard Staniloiu
e100cde76f Make bitmapped_block allocate @safe 2018-04-05 07:13:21 +02:00
The Dlang Bot
0d45880abe
Merge pull request #6356 from JackStouffer/datetime-docs
Simplified std.datetime.package overview
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-05 05:07:11 +02:00
The Dlang Bot
c1fcea4fdf
Merge pull request #6414 from n8sh/remove-unpredictableseed-from-unittests
Issue 18715 - Non-documented unittests should not use unpredictableSeed or default Random alias
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
2018-04-05 01:41:30 +02:00
Nathan Sashihara
c1d1c0e874 Issue 18715 - Non-documented unittests should not use unpredictableSeed or default Random alias 2018-04-04 18:08:00 -04:00
The Dlang Bot
1e1cb98c48
Merge pull request #6419 from tchaloupka/bitmanip_fix
[trivial] Fix EndianSwapper to work with qualified types
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-04 20:11:24 +02:00
Unknown
5fa727372e Fix EndianSwapper to work with qualified types 2018-04-04 18:54:44 +02:00
The Dlang Bot
76ce5d028d
Merge pull request #6418 from JackStouffer/systime-examples
Added examples to std.datetime.systime
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-04 18:05:37 +02:00
Jack Stouffer
bc6e75e5a9 Added examples to std.datetime.systime 2018-04-04 10:42:37 -04:00
Jack Stouffer
a737f62160 Simplified std.datetime.package overview 2018-04-04 09:23:52 -04:00
Eduard Staniloiu
4b0b02e9e1 Fix Issue 17806 - processAllocator getter will override set value if it was set before getter was called at least once 2018-04-04 12:41:20 +00:00
The Dlang Bot
a62f6e3c81
Merge pull request #6386 from wilzbach/fix-14637
Fix Issue 14637 - Array operations should work on tuples
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-04 14:29:57 +02:00
The Dlang Bot
29f80786ac
Merge pull request #6393 from wilzbach/random-examples
Add public examples to std.random + enable DScanner check
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-04-04 14:25:55 +02:00
Per Nordlöw
b2564e4dc7 qualify Region allocator 2018-04-04 12:59:41 +02:00