Commit graph

888 commits

Author SHA1 Message Date
ljubobratovicrelja
946dce263f Added hint in docs about overlapped blocks. 2016-11-05 14:14:12 +01:00
Martin Nowak
0f5b131d0a Merge remote-tracking branch 'upstream/stable' into merge_stable
Conflicts:
        std/traits.d
2016-11-05 12:15:09 +01:00
Andrei Alexandrescu
00ce4ed3a1 Merge pull request #4865 from 9il/tohash
fix issue 16609
2016-11-01 13:32:55 -04:00
Martin Nowak
dff5422fa5 Merge pull request #4873 from 9il/stable
️Implicit cast to const slices in case of underlaying range is a pointer.
2016-10-24 08:54:06 +02:00
Ilya Yaroshenko
821ccc907b Implicit cast to const slices in case of underlaying range is a pointer. 2016-10-16 18:55:15 +02:00
Ilya Yaroshenko
5ebd773343 reduce test template bloat 2016-10-16 17:14:58 +02:00
Ilya Yaroshenko
52767078cc fix issue 16419 2016-10-16 12:47:04 +02:00
Ilya Yaroshenko
7120a2fa86 add note about Mir 2016-10-01 08:30:01 +02:00
Ilya Yaroshenko
2ad1da6e2b update ndslice tables 2016-10-01 08:04:27 +02:00
Ilya Yaroshenko
a3d18ebbec add slice.as 2016-09-30 21:28:59 +02:00
Ilya Yaroshenko
1c9ff2f1ed fix mixin style 2016-09-30 16:16:39 +02:00
Ilya Yaroshenko
545dfd08d7 workaround for Issue 16473 2016-09-30 16:13:35 +02:00
Ilya Yaroshenko
a90f857754 reduce ndslice template bloat part 2 2016-09-30 01:43:15 +02:00
Ilya Yaroshenko
c39ec4cd43 reduce ndslice template bloat part 1 2016-09-30 01:43:05 +02:00
Andrei Alexandrescu
a5e935370f Merge pull request #4781 from 9il/mapSlice
add mapSlice and fix  Issue 16501
2016-09-29 00:09:09 +02:00
Andrei Alexandrescu
25418edb06 Merge pull request #4798 from aG0aep6G/FreeTree
std.experimental.allocator: fix FreeTree issues 16506 and 16507
2016-09-24 15:45:41 -04:00
Ilya Yaroshenko
99532a8f41 fix issue 16503 : add fast math bridge for LDC 2016-09-23 20:29:28 +02:00
Ilya Yaroshenko
a3f205a19e fix 16501 and fix issue 16501 2016-09-23 20:29:15 +02:00
Jack Stouffer
67d44e4cdc Remove package wide std.algorithm imports from Phobos 2016-09-22 08:36:14 +01:00
Ilya Yaroshenko
384d042793 Merge pull request #4799 from crimaniak/master
Fix mistake in std.experimental.logger.multilogger unit test
2016-09-20 21:00:21 +03:00
Andrei Alexandrescu
ca39f61132 Merge pull request #4780 from 9il/all
add uninitializedSlice
2016-09-20 13:24:48 -04:00
anonymous
4afa2045c5 cover "desperation mode" 2016-09-19 12:25:45 +02:00
crimaniak
c66c3208b9 Fix mistake in std.experimental.logger.multilogger unit test 2016-09-19 02:15:29 +03:00
anonymous
46599a63ed fix issue 16507 - std.experimental.allocator: FreeTree clears too eagerly
Try parent allocator without clearing first. Documentation says so.
2016-09-19 00:15:31 +02:00
anonymous
2a2e04b9c7 fix issue 16506 - segfaults in std.experimental.allocator: FreeTree with GCAllocator or Mallocator 2016-09-18 23:49:29 +02:00
Ilya Yaroshenko
4f871af02f add uninitialised slice allocation 2016-09-17 01:00:14 +02:00
Andrei Alexandrescu
39957b56ef Merge pull request #4782 from 9il/repeatSlice
add repeatSlice
2016-09-16 18:15:25 -04:00
Andrei Alexandrescu
8170aac80c Merge pull request #4785 from 9il/ab
add anyEmpty and backward for Slice
2016-09-16 18:10:58 -04:00
Ilya Yaroshenko
40d290fe7a add anyEmpty and backward for Slice 2016-09-14 14:11:34 +02:00
Ilya Yaroshenko
a29e41cbfe remove pragma inline for generic code 2016-09-14 13:08:22 +02:00
Ilya Yaroshenko
1ea8b7a12e add repeatSlice 2016-09-14 12:01:05 +02:00
Nick Treleaven
46d281bd07 expandArray: Move ForcedInputRange example into undocumented test
ForcedInputRange is private.
2016-09-05 12:17:06 +01:00
Andrei Alexandrescu
2854ae011f Merge pull request #4680 from wilzbach/allocator_safe_2
Propagate attributes in std.experimental.allocator.make
2016-08-30 07:53:38 -04:00
Andrei Alexandrescu
b291600a0a Merge pull request #4758 from japplegame/patch-2
fix AllocatorList.allocate weird behavior
2016-08-30 06:51:32 -04:00
Jack Applegame
e56ac3620a modify unittest to increase test coverage 2016-08-29 22:50:07 +04:00
Jack Applegame
d07cb58d3e add unittest 2016-08-29 22:14:53 +04:00
Sebastian Wilzbach
e7612f952a Add style changes to HeadConst 2016-08-29 18:00:02 +02:00
Jack Applegame
f02c9a3688 fix AllocatorList.allocate weird behavior
Wrong `return` position. That says it all. Creating unnecessary allocators, memory leaks and so on.
2016-08-29 19:52:16 +04:00
Jakob Øvrum
415d573a3c Add std.experimental.typecons.HeadConst - fix issue 13796 2016-08-29 17:30:52 +02:00
Andrei Alexandrescu
54a5e49b2a Fix issue 16046 - ScopedAllocator does not set prev, causing segfaults 2016-08-22 12:23:28 -04:00
Lodovico Giaretta
b96a330b77 fix issue 16319 2016-08-15 21:02:30 +02:00
Sebastian Wilzbach
ed4404399f Propagate attributes in std.experimental.allocator.make 2016-08-15 12:09:23 +02:00
Sebastian Wilzbach
9c7bd0e24e std.experimental.allocator: Add attributes to makeArray - part 3 2016-08-15 10:17:40 +02:00
Andrei Alexandrescu
a5c8440bc6 Merge pull request #4681 from wilzbach/allocator_safe_4
Add attributes to makeArray - part 1 (length)
2016-08-15 01:56:42 -04:00
Andrei Alexandrescu
c8e0c6ea08 Merge pull request #4679 from wilzbach/allocator_safe_1
Add attributes to GCAllocator and theAllocator
2016-08-15 01:26:11 -04:00
Andrei Alexandrescu
098e52ec1b Merge pull request #4682 from wilzbach/allocator_safe_5
Add attributes to makeArray - part 2 (length + init)
2016-08-15 00:24:14 -04:00
Andrei Alexandrescu
accf8d540e Merge pull request #4705 from wilzbach/test_alloc
[trivial] Extend reallocate test for all Allocators
2016-08-14 23:44:16 -04:00
Dmitry Olshansky
488b399c8a Merge pull request #4693 from 9il/iota3
add iotaSlice variant with step
2016-08-09 20:05:48 +02:00
Dmitry Olshansky
31ef7f7c44 Merge pull request #4698 from 9il/zl
relax length constraints
2016-08-09 19:32:44 +02:00
David Nadlinger
1efdcd5ebb Merge pull request #4700 from Cauterite/patch-1
Windows is supported; docs said otherwise
2016-08-07 15:23:24 +01:00