Commit graph

11003 commits

Author SHA1 Message Date
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
Jack Stouffer
2c928a2d54 Make std.encoding mostly @safe pure nothrow @nogc 2016-07-18 11:23: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
Andrei Alexandrescu
6cbaa94251 Merge pull request #4600 from JackStouffer/conv
Improved docs for std.conv.parse
2016-07-15 16:47:27 -04:00
Andrei Alexandrescu
cd68d1a582 Merge pull request #4603 from JackStouffer/cache
Enhanced cache and map to provide length info for their slices
2016-07-15 16:45:30 -04:00
H. S. Teoh
4c94b20200 Merge pull request #4602 from JackStouffer/algorithm_assert_messages
Added Asserts and Messages to Asserts in std.algorithm.iteration
2016-07-15 09:11:55 -07:00
Walter Bright
6d877221c5 Merge pull request #4601 from JackStouffer/conv2
Improved docs for std.conv.parse (part 2)
2016-07-14 19:14:18 -07:00
Steven Schveighoffer
c9df29eb5c Merge pull request #4280 from JackStouffer/textImpl
Small performance increase for std.conv.text/wtext/dtext
2016-07-14 19:39:19 -04:00
Jack Stouffer
fcb57098d1 Enhanced cache and map to provide length info for their slices 2016-07-14 14:03:25 -04:00
Jack Stouffer
c9222e1ecc Added messages to asserts in std.algorithm.iteration 2016-07-14 13:16:23 -04:00
Walter Bright
2443331c60 Merge pull request #4598 from JackStouffer/unused-variables
Removed Unused Variables From Several Files
2016-07-13 13:33:45 -07:00
Walter Bright
c3166388dd Merge pull request #4594 from atilaneves/std_datetime_ut
Add @system and @safe to std.datetime unit tests
2016-07-13 13:33:28 -07:00
Jack Stouffer
e9925222dd Improved docs for std.conv.parse 2016-07-13 14:22:46 -04:00
Jack Stouffer
176a047e05 Improved docs for std.conv.parse 2016-07-13 12:24:45 -04:00
Jack Stouffer
4c4733ae72 Removed unused variables from std.getopt 2016-07-13 11:33:53 -04:00
Jack Stouffer
f678909768 Fix Issue 15995: std.conv.text and friends can be made faster with std.array.appender 2016-07-12 13:42:21 -04:00
Jack Stouffer
f6c64e0df4 Removed unused variables from std.numeric 2016-07-12 11:15:45 -04:00
Atila Neves
8c414fda03 Add @safe and @system to std.datetime unit tests part 11 2016-07-12 16:33:05 +02:00
Atila Neves
f6394a4199 Add @safe and @system to std.datetime unit tests part 10 2016-07-12 16:32:56 +02:00
Atila Neves
8ccfd2a666 Add @safe and @system to std.datetime unit tests part 9 2016-07-12 16:32:48 +02:00
Atila Neves
371dfa3b00 Add @safe and @system to std.datetime unit tests part 8 2016-07-12 16:32:36 +02:00
Atila Neves
95ce57c45e Add @safe and @system to std.datetime unit tests part 7 2016-07-12 16:32:28 +02:00
Atila Neves
997ee9faf6 Add @safe and @system to std.datetime unit tests part 6 2016-07-12 16:32:18 +02:00
Atila Neves
64dfdd5f95 Add @safe and @system to std.datetime unit tests part 5 2016-07-12 16:32:07 +02:00
Atila Neves
cc9b40be29 Add @safe and @system to std.datetime unit tests part 4 2016-07-12 16:31:52 +02:00
Atila Neves
d68dd4fd38 Add @safe and @system to std.datetime unit tests part 3 2016-07-12 16:31:36 +02:00
Atila Neves
89a6713668 Add @system and @safe to std.datetime unit tests part 2 2016-07-12 16:31:10 +02:00