Commit graph

12524 commits

Author SHA1 Message Date
Sebastian Wilzbach
fee0ee13ef Append nits to PR/5923 2017-12-14 04:17:45 +01:00
Jack Stouffer
1050089803 Moved all documentation to the main overload of formatValue 2017-12-13 12:46:31 -05:00
Jack Stouffer
2d6c43d583 changed formatValue overloads to formatValueImpl 2017-11-28 12:02:03 -05: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
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
MetaLang
47fa4b8685
Remove extraneous whitespace 2017-11-22 16:16:25 -04:00
Eduard Staniloiu
df72d45c7c Make allocators expand safe 2017-11-22 19:51:12 +02:00
Kevin De Keyser
6d95cc200d
Changed to a char tuple for the unittest 2017-11-22 16:58:13 +01:00
Kevin De Keyser
77ac8f1622
Made a unittest independent of IEEE floating point control
Converting a double to a string doesn't work for all rounding modes.
I propose storing the rounding mode before doing the unittest, which changes the unittest from @safe to @system.
2017-11-22 15:32:26 +01:00
Kevin De Keyser
2395a9ef98
Fixed a rounding mode error in a unit test. 2017-11-22 15:06:31 +01:00
The Dlang Bot
eb3c39048a
Merge pull request #3892 from JackStouffer/mean
Add mean to std.numeric
merged-on-behalf-of: unknown
2017-11-22 05:18:03 +01:00
Jack Stouffer
b5572e8f31 Fix issue 14034: Add mean to Phobos 2017-11-21 18:23:12 -05:00
The Dlang Bot
4e197f2263
Merge pull request #5870 from wilzbach/std-concurrency-tests-2
Issue 17127 - bad example code for std.concurrency.Generator
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2017-11-21 21:19:28 +01:00
The Dlang Bot
284e5210ed
Merge pull request #5867 from Biotronic/issue17995
Fix issue 17995
merged-on-behalf-of: Martin Nowak <code@dawg.eu>
2017-11-21 20:27:42 +01:00
Martin Nowak
eb6e63aad1 use proper partion-and-conquer for NoDuplicates
- partition NoDuplicates as well as EraseAllN
- factor out EraseAllN to optimize compile time/mem
2017-11-21 18:59:08 +01:00
The Dlang Bot
a7953301bc
Merge pull request #5872 from wilzbach/std-concurrency-tests-1
Issue 17127 - bad example code for std.concurrency.Generator
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2017-11-21 18:38:05 +01:00
The Dlang Bot
69851d7b15
Merge pull request #5878 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-11-21 17:56:37 +01:00
Sebastian Wilzbach
5df663ead1 Issue 17127 - bad example code for std.concurrency.Generator 2017-11-21 17:06:53 +01:00
Sebastian Wilzbach
d2e716b20e Issue 17127 - bad example code for std.concurrency.Generator 2017-11-21 15:00:07 +01:00
Sebastian Wilzbach
8bf4afa477
Merge pull request #5875 from ZombineDev/better-std-concurrency-example-1
Improve std.concurrency.receiveOnly example
2017-11-21 14:56:19 +01:00
The Dlang Bot
30df763573
Merge pull request #5835 from nemanja-boric-sociomantic/fibergenerator
Add std.concurrency.Generator overload to accept Fiber's stack guard'…
merged-on-behalf-of: Martin Nowak <code@dawg.eu>
2017-11-21 14:19:40 +01:00
Martin Nowak
4024b1250d Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-11-21 14:10:41 +01:00
Jack Stouffer
8ca4bf715c
Add secureEqual to the digest booktable 2017-11-20 22:46:43 -05:00
Alexandru Jercaianu
d7479b7964 Added AscendingPageAllocator
remove trailing whitespace
2017-11-21 01:01:04 +02:00
ZombineDev
028581f9f1 Improve std.concurrency.receiveOnly example
* Make example a DDoc-ed unittest
* Show receiving scalars, as well as tuples
2017-11-21 00:13:55 +02:00
Simen Kjærås
a6e9b151fe Fix issue 17995 2017-11-20 16:34:52 +00:00
The Dlang Bot
5b7ceffa05
Merge pull request #5869 from wilzbach/do-body
Replace `body` keyword with its replacement: `do`
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2017-11-20 17:20:16 +01:00
The Dlang Bot
d15447fb44
Merge pull request #5147 from wilzbach/static_if_std_algorithm_comparison
[Static if] Replace overload constraints with static if (comparison.d)
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-11-20 16:41:02 +01:00
Sebastian Wilzbach
85ec5dead5 Manually fix Allman brace style 2017-11-20 15:45:04 +01:00
Sebastian Wilzbach
c47c950d84 Manually replace body with do in std.parallelism 2017-11-20 15:33:52 +01:00
Sebastian Wilzbach
df6365092a Replace body keyword with its replacement: do
Automatic replacement with

    sed -i "s/^\([ ]*\)body/\1do/" -i **/*.d
2017-11-20 15:33:52 +01:00