Commit graph

75 commits

Author SHA1 Message Date
jmh530
f21cf84d99 Update changes to modify [0][0] to [0, 0]
Addressing comments to change [0][0] to [0, 0]
2016-07-26 18:41:56 -04:00
jmh530
1ab23fa70b Change pack example to something simpler
The original example for pack has too much stuff going on. Replacing it with a slimmer version that makes it a bit more clear what the impact of pack is. In particular, I feel like the asserts for shapes are necessary to make it obvious.
2016-07-21 10:53:53 -04:00
Brian Schott
48db636e9e Merge pull request #4606 from 9il/9il-patch-1
Simple fix for ndslice
2016-07-20 15:19:57 -07:00
H. S. Teoh
f9f99c116a Merge pull request #4625 from 9il/9il-patch-1
remove unused import
2016-07-20 11:46:18 -07:00
Ilya Yaroshenko
7af9336f03 simple docs fix 2016-07-20 18:26:29 +02:00
Ilya Yaroshenko
2bf9766c9a remove unused import 2016-07-20 18:18:51 +02:00
Ilya Yaroshenko
ee929f0a21 Update slice.d 2016-07-16 22:56:44 +02:00
Sebastian Wilzbach
ec47ac4224 Remove the WEB macro in favor of HTTP
replacement: sed 's/\$(WEB/\$(HTTP/g' -i **/*.d
2016-06-16 00:14:51 +02:00
Sebastian Wilzbach
2dfbc51f17 Standardize whitespace after imports
Unified with:

sed -E "s/import\s*([^ ]+)\s*:\s*(.*(,|;))/import \1 : \2/" -i **/*.d
2016-05-29 22:09:56 +02:00
Vladimir Panteleev
38a6370788 Merge pull request #4303 from wilzbach/mref_phobos
use mref macro instead of link2
2016-05-24 03:12:08 +03:00
Brian Schott
1565a3243e Merge pull request #4324 from wilzbach/extend_whitespace_list
enforce: whitespace after catch
2016-05-16 19:04:43 -07:00
Sebastian Wilzbach
89a2dd5f11 use mref macro instead of link2 2016-05-16 03:30:08 +03:00
ZombineDev
f4333fa2cc Remove ref from the Slice.this parameters
This allows passing rvalues directly.
2016-05-14 21:42:15 +03:00
Sebastian Wilzbach
484f7bfbe0 enforce: whitespace after catch 2016-05-14 15:28:43 +03:00
Vladimir Panteleev
3636733dcc Merge pull request #4299 from JackStouffer/patch-6
Prepare for long line checks in travis
2016-05-11 04:36:15 +03:00
Jack Stouffer
8559ba93ed Fixed long lines in std/experimental/ndslice/iteration.d 2016-05-10 20:51:39 -04:00
Ilya Yaroshenko
4c8980efc9 Trivial Fix Issue 16010 2016-05-10 20:06:37 +02:00
Petar Kirov
9e2268ca19 Use iotaSlice instead of iota in one more place 2016-05-08 14:57:33 +03:00
Ilya Yaroshenko
b4d933d9ef Merge pull request #4260 from wilzbach/ndslice_fix_and_doc
[ndslice] allow init elem for slice()
2016-05-02 09:05:48 +02:00
Sebastian Wilzbach
30f6319b7d [ndslice] allow init elem for slice() 2016-05-02 01:56:25 +03:00
Sebastian Wilzbach
e3f35b9c7a [ndslice]: document exposure of ptr + doc fix 2016-04-29 16:57:51 +03:00
Sebastian Wilzbach
8fa0ffc92a std.experimental.ndslice: improve docs 2016-04-28 21:07:40 +03:00
Dmitry Olshansky
c1027f1970 Merge pull request #4246 from wilzbach/sed_spaces_part_2
style fix: add space after 'for' operator
2016-04-27 16:17:18 +04:00
Brian Schott
5b1f524b2e Merge pull request #4237 from 9il/mir
Add ptr method for Slice
2016-04-26 16:12:25 -07:00
Sebastian Wilzbach
5a8988c149 style fix: add space after for operator 2016-04-27 02:04:02 +03:00
Sebastian Wilzbach
3d67cd228c style fix: space between operators 2016-04-26 22:26:20 +03:00
Ilya Yaroshenko
8629b119f7 add ptr method for slice 2016-04-26 17:59:48 +02:00
Ilya Yaroshenko
f8eaa9d160 make constructor public 2016-04-26 15:34:19 +02:00
Ilya Yaroshenko
a5502afa9d add unittests 2016-04-26 15:34:19 +02:00
Ilya Yaroshenko
ca0b6fda6a clean isPermutation 2016-04-26 15:34:19 +02:00
Ilya Yaroshenko
b14d190048 fix style 2016-04-26 15:34:11 +02:00
Dmitry Olshansky
098e4b3e3d Merge pull request #4223 from 9il/typo
Fix typo
2016-04-21 18:30:09 +04:00
Ilya Yaroshenko
81d23b3bdc Update package.d 2016-04-20 17:23:13 +02:00
Brian Schott
e62921e5e8 Merge pull request #4212 from 9il/docsd
fix docs for `diagonal`
2016-04-18 16:34:01 -07:00
Dmitry Olshansky
f14c9095d0 Merge pull request #4210 from 9il/rl
remove useless loop
2016-04-18 21:52:49 +04:00
Ilya Yaroshenko
90783dbee6 fix docs for diagonal 2016-04-18 18:51:19 +02:00
Ilya Yaroshenko
5fb8091245 fix 15549 2016-04-18 15:18:26 +02:00
Ilya Yaroshenko
f1cbf2fb35 remove useless loop 2016-04-18 14:25:59 +02:00
Ilya Yaroshenko
bfc9ac983e [ndslice] improve coverage 2016-04-17 06:55:52 +02:00
Brian Schott
d8f017dc36 Merge pull request #4205 from 9il/uni
clean examples
2016-04-16 19:13:38 -07:00
Ilya Yaroshenko
2597483251 fix 15919 2016-04-16 21:16:51 +02:00
Ilya Yaroshenko
61191e28ed [ndslice] clean examples 2016-04-16 18:52:56 +02:00
Ilya Yaroshenko
604b82b4d4 [ndslice] fix slice perfomance 2016-04-13 14:12:56 +02:00
Ilya Yaroshenko
d980ea53dc [ndslice] varios fixes 2016-04-13 08:59:30 +02:00
Ilya Yaroshenko
cf3f2eae7b [ndslice] fix docs in iteration 2016-04-13 08:59:30 +02:00
Ilya Yaroshenko
0e6a0283b4 [ndslice] fix unittests in iteration.d 2016-04-13 08:59:30 +02:00
Ilya Yaroshenko
0339efec49 [ndslice] fix unittests in slice 2016-04-13 08:59:30 +02:00
Ilya Yaroshenko
391568d22f [ndslice] fix unittests in selection 2016-04-13 08:59:30 +02:00
Ilya Yaroshenko
56f385dbe7 [ndslice] add iotaSlice 2016-04-13 08:59:30 +02:00
Ilya Yaroshenko
8d8efb7f46 [ndslice] add allocation functions 2016-04-13 08:59:30 +02:00