Commit graph

12453 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
Ilya Yaroshenko
8dbad58e4b Merge pull request #4629 from schveiguy/fixtravis
[trivial] Fix formatting to appease travis
2016-07-21 15:39:56 +02:00
Steven Schveighoffer
10af12288d Fix formatting to appease travis 2016-07-21 08:44:11 -04:00
Walter Bright
89b2f56d55 Merge pull request #4422 from JackStouffer/patch-11
Improve the documentation for std.utf.byUTF
2016-07-21 00:03:28 -07:00
Walter Bright
27c77d9e2c Merge pull request #4621 from JackStouffer/immutable
Added const and immutable to several variables in std.uni
2016-07-20 22:57:26 -07:00
Walter Bright
c234a916b1 Merge pull request #4614 from JackStouffer/conv
Improved docs for std.conv.parse (part 3)
2016-07-20 21:48:51 -07:00
Walter Bright
1be4377e62 Merge pull request #4609 from ntrel/patch-2
[trivial] Tweak docs for std.algorithm.sort
2016-07-20 20:54:54 -07:00
Walter Bright
c06d9f5009 Merge pull request #4622 from JackStouffer/immutable2
[trivial] Added const and immutable to several variables in std.net.curl
2016-07-20 20:45:08 -07: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
Brian Schott
f1b26c3d98 Merge pull request #4611 from SealabJaster/documentation
Improve documentation of std.array.insertInPlace
2016-07-20 14:13:27 -07:00
H. S. Teoh
c6bcfc1308 Merge pull request #4610 from JackStouffer/algorithm
Remove package wide std.algorithm imports
2016-07-20 12:52:44 -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
Jack Stouffer
1c8c6940a7 Improve the documentation for std.utf.byUTF 2016-07-20 14:05:33 -04:00
Jack Stouffer
96b0a5ac36 Added const and immutable to several variables in std.net.curl 2016-07-20 13:54:33 -04:00
Jack Stouffer
81e97a0fe0 Added const and inout to methods in std.regex/package 2016-07-20 13:54:32 -04:00
H. S. Teoh
bd6b69feef Merge pull request #4626 from 9il/master
simple docs fix
2016-07-20 10:38:02 -07:00
Jack Stouffer
8b073fe55b Improved docs for std.conv.parse 2016-07-20 13:31:17 -04: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
Jack Stouffer
5092d645a3 Added const and immutable to several variables in std.uni 2016-07-20 10:03:35 -04:00
Walter Bright
7e7bee5acb Merge pull request #4615 from JackStouffer/unused-variables
[trivial] Removed unused variables from std.net.curl
2016-07-20 05:45:28 -07:00
David Nadlinger
0fe9fdad36 Merge pull request #4620 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2016-07-20 12:52:00 +01:00
Martin Nowak
7f61127d00 Merge remote-tracking branch 'upstream/stable' into merge_stable 2016-07-20 11:40:15 +02:00
Walter Bright
0241a408cd Merge pull request #4617 from JackStouffer/immutable
[trivial] Added const and immutable to several variables in std.bitmanip
2016-07-20 01:41:39 -07:00
Walter Bright
9af03f6e89 Merge pull request #4619 from JackStouffer/immutable3
[trivial] Added const and immutable to several variables in std.math
2016-07-20 00:46:07 -07:00
Walter Bright
5080f9cbde Merge pull request #4618 from JackStouffer/immutable2
[trivial] Added immutable to, and got rid of several variables in std.encoding
2016-07-19 23:40:43 -07:00
Jack Stouffer
7781d6c64a Added immutable to, and got rid of several variables in std.encoding 2016-07-19 15:35:23 -04:00
Jack Stouffer
7dc464bb85 Added const and immutable to several variables in std.math 2016-07-19 14:56:40 -04:00
Jack Stouffer
6f5f20bd93 Added const and immutable to several variables in std.bitmanip 2016-07-19 12:03:09 -04:00
Walter Bright
fc8e5f29be Merge pull request #4605 from jmdavis/deprecations
Move deprecations along
2016-07-19 01:29:24 -07:00
Andrei Alexandrescu
832260be2e Merge pull request #4608 from WalterBright/json-trusted
json.d: union pointer access is unsafe
2016-07-19 00:16:32 -04:00
Walter Bright
50d0023bb3 json.d: union pointer access is unsafe 2016-07-18 20:01:05 -07:00
David Nadlinger
fce3183a85 Merge pull request #4612 from alphaKAI/fix-typos-in-std-net-curl
Fix typos in std.net.curl.byLineAsync&byChunkAsync
2016-07-19 01:00:38 +01:00
Jonathan M Davis
1add09c180 Move deprecations along. 2016-07-18 14:56:03 -07:00
Jonathan M Davis
4c0cf16711 Deprecate TZ conversion functions in std.datetime.
The were previously scheduled to be deprecated, and now they've been
deprecated.
2016-07-18 14:56:03 -07:00
David Nadlinger
f0b5f96cbb Merge pull request #4511 from JackStouffer/patch-19
[RFC] Make the behavior of calling range primitives clear
2016-07-18 22:47:31 +01:00
Jack Stouffer
447b319d1c Removed unused variables from std.net.curl 2016-07-18 15:37:05 -04:00
Jack Stouffer
1dd85d4089 Make the Phobos rules/assumptions of input ranges clearer 2016-07-18 14:15:59 -04:00
SealabJaster
aa7385bdcc Improve documentation of std.array.insertInPlace 2016-07-18 15:38:21 +01:00
alphaKAI
8d813092a1 Fix typos in std.net.curl
Documentation of async function : byLineAsync & byChunkAsync has a little typos
2016-07-18 22:54:55 +09:00
Jack Stouffer
c19f64a622 Removed package wide std.algorithm imports from std.net.isemail 2016-07-18 09:53:18 -04:00
Jack Stouffer
38fd55eb65 Removed package wide std.algorithm imports from std.file 2016-07-18 09:50:18 -04:00
Jack Stouffer
68c004d22d Removed package wide std.algorithm imports from std.datetime 2016-07-18 09:49:03 -04:00
Jack Stouffer
f9397c70a1 Removed package wide std.algorithm imports from std.container.util 2016-07-18 09:46:03 -04:00
Jack Stouffer
b62801d880 Removed package wide std.algorithm imports from std.container.slist 2016-07-18 09:44:59 -04:00
Jack Stouffer
dc8e929f85 Removed package wide std.algorithm imports from std.container.array 2016-07-18 09:40:20 -04:00
Jack Stouffer
37c26ea54f Removed package wide std.algorithm imports from std.concurrency 2016-07-18 09:38:32 -04:00
Nick Treleaven
46a08e86d7 [trivial] Tweak docs for std.algorithm.sort 2016-07-18 12:03:37 +01:00
Ilya Yaroshenko
ee929f0a21 Update slice.d 2016-07-16 22:56:44 +02:00