Ilya Yaroshenko
|
1fecd68a9a
|
Merge pull request #3755 from JackStouffer/pow2
Added nextPow2 and truncPow2
|
2016-03-14 22:46:31 +02:00 |
|
Hara Kenji
|
8221ff729a
|
Merge pull request #4057 from BBasile/issue-15772
fixed issue 15772 - emplace works with abstract classes but it shouldn't
|
2016-03-14 22:34:09 +09:00 |
|
Basile Burg
|
f8bde7f890
|
fixed issue 15772
|
2016-03-14 08:39:52 +01:00 |
|
JakobOvrum
|
19ccbcf493
|
Merge pull request #4054 from greenify/docu_locksteep
std.range: explain difference between lockstep and zip
|
2016-03-13 22:29:04 +09:00 |
|
David Nadlinger
|
620334b9bf
|
Merge pull request #4076 from redstar/allocator
Allocator: Add stack direction for a lot of non-Intel architectures.
|
2016-03-13 00:42:41 +00:00 |
|
Kai Nacke
|
508987aca4
|
Linux/PPC: Really fix the import for md.d/ripemd.d.
The current import for version(BigEndian) is still wrong.
This finally fixes the import.
|
2016-03-12 20:19:33 +01:00 |
|
Kai Nacke
|
1e96d5d4bd
|
Allocator: Add stack direction for a lot of non-Intel architectures.
This should cover most architectures which D supports.
|
2016-03-12 20:04:40 +01:00 |
|
Sebastian Wilzbach
|
69346b1ea5
|
std.range: explain difference between lockstep and zip with new examples
|
2016-03-12 14:58:00 +02:00 |
|
Dmitry Olshansky
|
21bc321782
|
Merge pull request #4017 from 9il/mir2
[ndslice] fix issues 15714 and 15715
|
2016-03-12 00:45:02 +03:00 |
|
Dmitry Olshansky
|
1dc6ff97d6
|
Merge pull request #4014 from schveiguy/allocator_expand
Fix GCAllocator.expand to properly utilize GC.extend
|
2016-03-11 23:34:17 +03:00 |
|
Steven Schveighoffer
|
498d9b0b5e
|
use correct math
|
2016-03-11 11:33:12 -05:00 |
|
Jonathan M Davis
|
c08032edd4
|
Merge pull request #4068 from nrTQgc/netbsd_patch
netbsd patch
|
2016-03-10 22:04:53 -08:00 |
|
Nikolay Tolstokulakov
|
eff74ed2a2
|
netbsd patch
|
2016-03-11 10:10:47 +06:00 |
|
H. S. Teoh
|
4f7d8a2243
|
Merge pull request #4071 from CyberShadow/pull-20160310-234514
std.stdio: Fix documentation of File.error
|
2016-03-10 17:21:51 -08:00 |
|
Vladimir Panteleev
|
cd91d15559
|
std.stdio: Fix documentation of File.error
|
2016-03-10 23:45:29 +00:00 |
|
Steven Schveighoffer
|
bbc560788f
|
Merge pull request #3983 from jmdavis/timezone
Fix compliance issues with SysTime.to*String and SysTime.from*String.
|
2016-03-10 12:02:00 -05:00 |
|
H. S. Teoh
|
04654c071d
|
Merge pull request #4044 from greenify/examples_to_unittest2
convert docstring examples to unittests [part 2]
|
2016-03-09 14:39:44 -08:00 |
|
H. S. Teoh
|
5dc9102d67
|
Merge pull request #3913 from JakobOvrum/std_algorithm_table_either
Tweak std.algorithm.comparison.either docs and add to package doc table
|
2016-03-09 13:40:34 -08:00 |
|
H. S. Teoh
|
afc40287e0
|
Merge pull request #4066 from greenify/examples_to_unittest_setops
convert docstring examples to unittests [setops]
|
2016-03-09 12:17:37 -08:00 |
|
Sebastian Wilzbach
|
66e0dc39c5
|
convert docstring examples to unittests
|
2016-03-09 21:22:15 +02:00 |
|
Dmitry Olshansky
|
b2430dcc30
|
Merge pull request #3551 from Superstar64/staticSort
added staticSort
|
2016-03-09 21:55:35 +03:00 |
|
Martin Nowak
|
b34fd6c766
|
Merge pull request #4063 from DmitryOlshansky/faster-thompson
2 minor tweaks to std.regex default engine
|
2016-03-09 05:38:17 +01:00 |
|
Miha Marolt
|
d22a24a702
|
Use proper right parenthesis in example's comment: "$(RPAREN)" -> ")"
|
2016-03-08 18:47:32 +01:00 |
|
Sebastian Wilzbach
|
ce79561214
|
convert docstring examples to unittests
|
2016-03-08 14:54:55 +02:00 |
|
JakobOvrum
|
1f0cbb6280
|
Merge pull request #4052 from greenify/zlib_doc
std.zlib: add documentation header example
|
2016-03-08 21:03:06 +09:00 |
|
JakobOvrum
|
1f0a7ee064
|
Merge pull request #4056 from atilaneves/reduce_doc
Replace 'reduce' with 'fold' in the documentation
|
2016-03-08 16:02:52 +09:00 |
|
Dmitry Olshansky
|
202565df3d
|
Merge pull request #3828 from CyberShadow/pull-20151124-143559
fix Issue 15377 - std.stdio: Use MSVCRT's _fseeki64 / _ftelli64 on Windows COFF
|
2016-03-07 17:21:50 +03:00 |
|
Dmitry Olshansky
|
88c3a3d52f
|
2 minor tweaks to std.regex default engine
Roughly 10-15% faster on a few common patterns.
|
2016-03-07 15:46:30 +03:00 |
|
Jakob Øvrum
|
22a90f904e
|
Tweak std.algorithm.comparison.either docs and add to package doc table
|
2016-03-06 22:45:06 +09:00 |
|
David Nadlinger
|
42625ce05c
|
Merge pull request #3949 from japplegame/patch-1
fix Bucketizer.owns
|
2016-03-05 23:02:35 +00:00 |
|
Atila Neves
|
9cc2a5ae59
|
Replace 'reduce' with 'fold' in the documentation
|
2016-03-05 18:50:11 +01:00 |
|
H. S. Teoh
|
b72d5055a0
|
Merge pull request #4055 from redstar/bigendian
Fix big endian version of std.digest.md and std.digest.ripemd.
|
2016-03-04 17:28:31 -08:00 |
|
Steven Schveighoffer
|
3edc09dfa4
|
Merge pull request #4023 from BBasile/ussue-15639
fixed issue 15639 - allocator.make enables abstract class instantiation
|
2016-03-04 18:03:41 -05:00 |
|
Kai Nacke
|
7c065e1c50
|
Fix big endian version of std.digest.md and std.digest.ripemd.
An import is missing.
|
2016-03-04 23:25:49 +01:00 |
|
Sebastian Wilzbach
|
44452a7a92
|
std.zlib: add documentation header example
|
2016-03-04 19:16:10 +02:00 |
|
Jonathan M Davis
|
167b28679b
|
Merge pull request #4045 from greenify/examples_to_unittest3
convert docstring examples to unittests [part 3]
|
2016-03-04 06:16:00 -08:00 |
|
Jonathan M Davis
|
17fb24bd11
|
Merge pull request #4051 from greenify/fix_examples_datetime
std.datetime - bring plaintext examples back in sync with tests
|
2016-03-04 05:17:34 -08:00 |
|
Robert Schadek
|
0beaf3fa60
|
Merge pull request #4039 from greenify/patch-1
add documentation example for SList
|
2016-03-04 12:19:35 +01:00 |
|
Sebastian Wilzbach
|
4f5dd92326
|
std.datetime - bring plaintext examples back in sync with tests
|
2016-03-04 12:07:27 +02:00 |
|
Robert Schadek
|
68f1907185
|
Merge pull request #4040 from greenify/patch-2
add documentation example for DList
|
2016-03-04 10:54:26 +01:00 |
|
Steven Schveighoffer
|
c0a34b41f7
|
Fix spacing around equals
See https://github.com/D-Programming-Language/phobos/pull/4022#commitcomment-16474681
|
2016-03-03 14:52:47 -05:00 |
|
Andrei Alexandrescu
|
6d6d8e2fe1
|
Merge pull request #3968 from atilaneves/fold
Introduce "fold" as an alternative to "reduce"
|
2016-03-03 13:45:16 -05:00 |
|
Sebastian Wilzbach
|
6c386d6f31
|
convert docstring examples to unittests
|
2016-03-03 19:39:12 +02:00 |
|
Steven Schveighoffer
|
e55e196127
|
Merge pull request #4022 from BBasile/issue-15721
fixed issue 15721 - std.experimental.allocator dispose on interface
|
2016-03-03 08:52:02 -05:00 |
|
Sebastian Wilzbach
|
6d45879cec
|
add documentation example for DList
|
2016-03-03 15:26:04 +02:00 |
|
Sebastian Wilzbach
|
e488e29198
|
add documentation example for SList
|
2016-03-03 15:25:13 +02:00 |
|
Tomoya Tanjo
|
a023336625
|
Replace version(unittest) with unittest
|
2016-03-03 00:07:31 +09:00 |
|
Tomoya Tanjo
|
1794186a11
|
Make parseJSON CTFEable for object of object and array of array
|
2016-03-02 21:46:13 +09:00 |
|
Basile Burg
|
175b9129a0
|
fixed issue 15639
|
2016-03-01 22:19:29 +01:00 |
|
Basile Burg
|
211c10aff2
|
fixed issue 15721
|
2016-03-01 22:17:38 +01:00 |
|