Commit graph

15296 commits

Author SHA1 Message Date
Sebastian Wilzbach
9e58ebb708 Add platform-dependent tests for std.range.hasLength 2017-12-13 09:11:45 +01:00
Sebastian Wilzbach
b97afe2016 Move deprecations along: std.range.hasLength 2017-12-13 07:25:44 +01:00
Diederik de Groot
5157abc254
Fix indentation / tab instead of space 2017-12-13 00:19:56 +01:00
The Dlang Bot
b5cdcc99e1
Merge pull request #5919 from wilzbach/improve-changelog
Improve wording in the Transposed changelog entry
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2017-12-12 14:22:55 +01:00
Sebastian Wilzbach
aad194eae0 Improve wording in the Transposed changelog entry 2017-12-12 13:43:14 +01:00
The Dlang Bot
ee23e2e95e
Merge pull request #5918 from wilzbach/fix-ddoc-datetime
[DDoc] Avoid auto-escaping of StopWatch in std.datetime
merged-on-behalf-of: Jonathan M Davis <jmdavis@users.noreply.github.com>
2017-12-12 13:11:04 +01:00
Sebastian Wilzbach
a241bf8fd4 [DDoc] Avoid auto-escaping of StopWatch in std.datetime 2017-12-12 12:03:48 +01:00
Diederik de Groot
26cf405fab
Reinstate unittest for dragonfly in std/traits.d
Exclude assertion for dragonfly in std/experimental/allocator/mallocator.d (Needs further investigation, not sure why alliagned_realloc is causing trouble)
cleanup in std/datetime/timezone.d
2017-12-12 02:04:54 +01:00
Diederik de Groot
6c7031dc06
Port of phobos to DragonFlyBSD 2017-12-11 16:27:41 +01:00
The Dlang Bot
f01efe3618
Merge pull request #5913 from Biotronic/Issue18048
Fixed 18048 std.bigint.toDecimalString is impure
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2017-12-10 17:40:37 +01:00
Biotronic
0dac2105eb Turned BigInt.toDecimalString pure 2017-12-10 11:46:14 +00:00
The Dlang Bot
975ab3d084
Merge pull request #5914 from wilzbach/gdb
Run DScanner with gdb to catch the stack on a SEGFAULT
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2017-12-09 23:03:54 +01:00
The Dlang Bot
aa92422b21
Merge pull request #5911 from burner/issue_17459_issue18047
Fix for two problems with format separators
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-12-09 18:30:36 +01:00
Andrei Alexandrescu
8962271564
whitespace 2017-12-09 11:53:15 -05:00
Robert burner Schadek
9352627f89 Fix for problems with format seperators
fix issue 17459
fix issue 18047

This is in one commit as the two problem are located at the place

andrei review
2017-12-09 14:21:55 +01:00
Sebastian Wilzbach
d93875cf50 Run DScanner with gdb to catch the stack on a SEGFAULT 2017-12-09 00:52:08 +01:00
The Dlang Bot
8559707b44
Merge pull request #5677 from John-Colvin/improve_choose
Make std.range.choose{Among}? @safe & ctfe-able
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-12-08 23:41:07 +01:00
John Colvin
909fe002b0 no more underscores 2017-12-08 21:26:23 +00:00
John Colvin
f27932fbf5 unecessary annotations 2017-12-08 21:05:28 +00:00
John Colvin
6753b83173 test choose for @nogc 2017-12-08 21:05:28 +00:00
John Colvin
088b61548e style 2017-12-08 21:05:27 +00:00
John Colvin
4d60d572c7 fix ChosenRange member initialisation 2017-12-08 21:05:27 +00:00
John Colvin
c5288e33ba fix ChosenRange ref element access 2017-12-08 21:05:27 +00:00
John Colvin
397dbfd083 simplify ChooseResult implementation 2017-12-08 21:05:27 +00:00
John Colvin
d5f2228455 fix choose.opSlice for infinite ranges 2017-12-08 21:05:27 +00:00
John Colvin
f75a79cc07 make std.range.choose{Among}? @safe ctfe-able 2017-12-08 21:05:27 +00:00
The Dlang Bot
d76946669c
Merge pull request #5912 from jercaianu/allocatefresh
Added allocateFresh for BitmappedBlock
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-12-08 21:10:34 +01:00
Alexandru Jercaianu
2485fef855 Added allocateFresh for BitmappedBlock
removed const

bla bla

bla
2017-12-08 21:18:10 +02:00
The Dlang Bot
64e4158ac7
Merge pull request #5908 from jercaianu/page_alloc_aligned
Added alignedAllocate for AscendingPageAllocator
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-12-08 05:08:17 +01:00
Andrei Alexandrescu
f29fe02458
Merge pull request #5910 from jercaianu/fix_bitmap
Fixed various bugs in Bitmapped Block
2017-12-07 22:15:54 -05:00
Alexandru Jercaianu
a20495e6cb Fixed various bugs in Bitmapped Block
removed unused dbg variable

removed blank line

added space in while
2017-12-08 00:42:26 +02:00
The Dlang Bot
9679020d57
Merge pull request #5909 from John-Colvin/toImplAssocArray
Fix Issue 18044: std.conv.to for implicitly convertible associative arrays
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-12-07 18:27:54 +01:00
Alexandru Jercaianu
352e0cab97 Added alignedAllocate for AscendingPageAllocator 2017-12-07 19:22:42 +02:00
John Colvin
0ca5087737 fix Issue 18044 - std.conv.to for implicitly convertible associative arrays 2017-12-07 16:50:57 +00:00
The Dlang Bot
14322ea24d
Merge pull request #5887 from edi33416/nogc_alloc_alignedReallocate
Make alignedReallocate nothrow nogc
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-12-06 19:15:42 +01:00
Eduard Staniloiu
863421e114 Make alignedReallocate nothrow nogc 2017-12-06 18:38:11 +01:00
The Dlang Bot
0d7ecb1a2f
Merge pull request #5886 from edi33416/nogc_alloc_reallocate
[WIP] Make reallocate nothrow nogc
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-12-05 18:43:35 +01:00
The Dlang Bot
c61933e959
Merge pull request #5906 from dukc/betterTests
Added more attributes to unittests so they can catch more regressions.
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2017-12-05 18:11:25 +01:00
The Dlang Bot
08cfb95d59
Merge pull request #5905 from dukc/lockstepNote
Limitation note to lockstep and zip.
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-12-05 15:31:12 +01:00
Andrei Alexandrescu
f90fc45fe6
readjustments 2017-12-05 08:53:35 -05:00
Andrei Alexandrescu
76773fa83a
adjustments 2017-12-05 08:52:08 -05:00
dukc
f4c7e97f1c Added a note of inability of zip and lockstep to infer all their attributes. 2017-12-04 22:44:02 +02:00
dukc
114e9520cc Split an unittest in two. 2017-12-04 22:20:34 +02:00
dukc
d13702f3e0 Added more attributes to unittests so they can catch more regressions. 2017-12-04 19:58:38 +02:00
The Dlang Bot
9503a1e11e
Merge pull request #5855 from FeepingCreature/master
Handle structs with @disable this in Nullable
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2017-12-04 15:49:09 +01:00
The Dlang Bot
01904671f6
Merge pull request #5903 from wilzbach/pr-5901
Update interfaces.d [rebased to stable]
merged-on-behalf-of: Steven Schveighoffer <schveiguy@users.noreply.github.com>
2017-12-04 15:18:38 +01:00
Steven Schveighoffer
9265d8e58f
get rid of stray parenthesis 2017-12-04 08:29:09 -05:00
Steven Schveighoffer
f884b96007
One additional TD needed 2017-12-04 08:06:11 -05:00
The Dlang Bot
1bc627416e
Merge pull request #5904 from JohanEngelen/patch-1
[Trivial] improve documentation of popBackN
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-12-03 14:49:16 +01:00
Johan Engelen
e0e015d03f
[Trivial] improve documentation of popBackN
note that the popBackN doc is shared with popFrontN. This change moves the description of popBackN up, such that it is closer to where the reader will want to find it. Also adds more explicit mention of popFrontN, such that it is clear which one of the two is being described.
2017-12-03 14:37:13 +09:00