Commit graph

15296 commits

Author SHA1 Message Date
Dashster
1c2800d723 Update interfaces.d
$(TR $(TD $(LREF OutputRangeObject))
        $(TD Class that implements the $(D OutputRange) interface and wraps the
        $(D put) methods in virtual functions.
*************************************************************
    ))   <-   add the missing ending double parentheses
***************************************************************
2017-12-02 20:03:58 +01:00
The Dlang Bot
562a1a0a2f
Merge pull request #5809 from skl131313/gcstub
Remove gcstub.
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-12-02 15:33:56 +01:00
Sebastian Wilzbach
60fba5706d
Merge pull request #5576 from wilzbach/algo-skipover
[RFC] Make std.algorithm.searching.skipOver an eponymous template to allow partial instantiation
2017-12-02 14:31:26 +01:00
Andrei Alexandrescu
4968f402d3
Merge pull request #5578 from wilzbach/enable_assert_without_msg_check
Enable assert_without_msg DScanner check
2017-12-01 11:29:23 -05:00
The Dlang Bot
e948d8a138
Merge pull request #5900 from JohanEngelen/patch-1
[Trivial] Fix typo
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-12-01 12:02:28 +01:00
Johan Engelen
5f05f489af
[Trivial] Fix typo 2017-12-01 18:37:18 +09:00
Sebastian Wilzbach
2591b61b4f Start removing std.{json,zip,zlib,algorithm.mutation}
from the assert_without_msg blacklist
2017-12-01 09:28:05 +01:00
Sebastian Wilzbach
9ba030e72d Enable assert_without_msg DScanner check 2017-12-01 08:45:56 +01:00
Andrei Alexandrescu
5a870edc0e
Merge pull request #5898 from WalterBright/relicense
std.net.isemail: document relicense
2017-11-30 17:36:07 -05:00
Walter Bright
9b57e5474b std.net.isemail: document relicense 2017-11-30 14:32:58 -08:00
Andrei Alexandrescu
7315c7b0f5
Merge pull request #5894 from jercaianu/alloc_list_page
Integrate AscendingPageAllocator with AllocatorList
2017-11-30 14:12:56 -05:00
Sebastian Wilzbach
54d023ca77
Merge pull request #5896 from burner/filelogger_member_access_issue_18021
Issue 18021 - FileLogger Member not accessible to subclasses
2017-11-30 15:46:07 +01:00
Robert burner Schadek
21df9ea699 fix issue 18021 2017-11-30 11:09:01 +01:00
Brad Roberts
f643223907
Merge pull request #5895 from wilzbach/fix-dmd-path-stable
Fix DMD path to ../generated
2017-11-29 21:38:31 -08:00
Sebastian Wilzbach
670d56ddbd Fix DMD path to ../generated 2017-11-29 19:05:37 +01:00
Alexandru Jercaianu
09a3d25ccf replace deallocate with deallocateAll
test
2017-11-29 16:23:11 +02:00
Alexandru Jercaianu
e969c734cd Integrate AscendingPageAllocator with AllocatorList
test

removed unused functions from AscendingPageAllocator

test
2017-11-29 14:11:15 +02:00
The Dlang Bot
a3bbaedcef
Merge pull request #5893 from JinShil/fix_12625
Issue 12625 - [scope] [DIP1000] implicit slicing of RValue static array should be illegal
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-11-29 11:43:03 +01:00
JinShil
f0372315ca Issue 12625 - [scope] [DIP1000] implicit slicing of RValue static array should be illegal 2017-11-29 19:04:45 +09:00
The Dlang Bot
6926d7d938
Merge pull request #5892 from wilzbach/fix-dmd-path
Fix DMD path to ../generated
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-11-28 21:51:27 +01:00
Sebastian Wilzbach
ea90c1ab4f Fix DMD path to ../generated 2017-11-28 19:39:40 +01:00
Jack Stouffer
2d6c43d583 changed formatValue overloads to formatValueImpl 2017-11-28 12:02:03 -05:00
Sebastian Wilzbach
df8f9e88d9 Add changelog entry for changed return type of std.array.byPair 2017-11-28 17:23:44 +01:00
John Colvin
b55c3c9806 Use named tuple for std.array.byPair 2017-11-28 17:05:03 +01:00
Eduard Staniloiu
2a02f6feb9 Make reallocate nothrow nogc 2017-11-28 14:50:26 +00:00
The Dlang Bot
e40f180649
Merge pull request #5876 from jercaianu/ascendingalloc
AscendingPageAllocator
merged-on-behalf-of: unknown
2017-11-28 05:42:39 +01:00
Andrei Alexandrescu
df03bc9ee7
allman 2017-11-27 22:59:39 -05:00
Andrei Alexandrescu
cca6a5b552
use specific import std.algorithm.comparison 2017-11-27 22:42:06 -05:00
Andrei Alexandrescu
e23e48419e
more import fixes 2017-11-27 22:23:36 -05:00
Andrei Alexandrescu
bcfacfc629
import style 2017-11-27 22:16:06 -05:00
Andrei Alexandrescu
0a23aece1c
trailing ws 2017-11-27 21:51:44 -05:00
Andrei Alexandrescu
daf82864ed
style fixes 2017-11-27 21:20:29 -05:00
Andrei Alexandrescu
cea464b82c
more ws removal... 2017-11-27 20:30:06 -05:00
Andrei Alexandrescu
a28b7161ab
fix trailing ws 2017-11-27 20:26:59 -05:00
Andrei Alexandrescu
461eb01f89
delete trailing ws 2017-11-27 20:14:32 -05:00
Andrei Alexandrescu
0ab275f7e3
A few doc edits, will make one pass later. 2017-11-27 19:03:13 -05:00
Alexandru Jercaianu
5cc83ef806 Assert(0) on failure; Documentation updates; Windows uses VirtualFree with MEM_DECOMMIT in deallocate
Added deallocateAll test

updated docs
2017-11-28 00:38:16 +02:00
The Dlang Bot
ccdfcc9839
Merge pull request #5465 from andralex/sharedstaticinbigintnomore
Eliminate shared this from std/internal/math/biguintcore.d
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-11-27 21:53:49 +01:00
The Dlang Bot
14bd5408f5
Merge pull request #5889 from edi33416/fix_sbrkregion_expand
Fix SBrkRegion expand bug
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-11-27 19:35:18 +01:00
Mathis Beer
ee2db52ac4 fix concat operator spacing for Nullable 2017-11-27 18:03:35 +01:00
Alexandru Jercaianu
e3ca269226 windows wrong assert 2017-11-27 17:57:18 +02:00
Alexandru Jercaianu
22edd684ba Use mmap(MAP_FIXED) on deallocation to keep virtual address range, but uncommit memory 2017-11-27 17:25:56 +02:00
The Dlang Bot
6972b64562
Merge pull request #5883 from bvoq/master
Modified a unittest to work independent of IEEE rounding mode 
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2017-11-27 11:00:19 +01:00
Eduard Staniloiu
8a4a03550a Fix SBrkRegion expand bug 2017-11-27 00:28:52 +02:00
MetaLang
630e927a14
Remove fully qualified use of dataCaches 2017-11-25 03:33:41 -04:00
MetaLang
603113a0dd
Fix CircleCI and change deprecated symbols 2017-11-25 03:31:05 -04:00
Alexandru Jercaianu
ee00ee33cc Do less VirtualAlloc/mprotect calls
compile error
2017-11-24 23:57:20 +02:00
Andrei Alexandrescu
7490b2ccc1
Merge pull request #5885 from edi33416/safe_alloc_expand
[WIP] Make allocators expand safe
2017-11-24 14:56:44 -05:00
The Dlang Bot
1e57a0028e
Merge pull request #5888 from rainers/split_unittest
win32: split unittest6.obj, it's becoming too large for OMF
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-11-23 10:13:27 +01:00
Rainer Schuetze
604a70ea97 split unittest6.obj, it's becoming too large for OMF 2017-11-23 09:39:08 +01:00