Jack Stouffer
c45454e167
Improved docs for std.range.refRange
2016-07-26 11:31:33 -04:00
Cauterite
52110d98db
appeasing the brace Nazis
2016-07-27 00:18:42 +10:00
Cauterite
052fcc9430
tab -> spaces
...
god forbid anyone have a tab in their code ¬_¬
2016-07-26 22:56:53 +10:00
Cauterite
c0fb999749
make Unique.opDot() inout
...
typecons.Unique.opDot() should be inout to allow use through const access paths.
2016-07-26 22:48:27 +10:00
Brian Schott
3cf5e9a7fb
Merge pull request #4638 from 9il/spec
...
add specialisation for byElement & byElementInStandardSimplex in case of 1D
2016-07-26 03:25:11 -07:00
Ilya Yaroshenko
efe33e3470
fix docs in iteration
...
`sum` is not precise. Precise algorithms are Python `fsum` and Mir's [`sum!(Summation.precise)`](http://docs.mir.dlang.io/latest/mir_sum.html )
2016-07-26 10:07:42 +02:00
Ilya Yaroshenko
dc996eb49c
add specialisation for byElement & byElementInStandardSimplex in case of 1D
2016-07-26 09:55:56 +02:00
Les De Ridder
68dbd75653
Fix typo in std.stream deprecation warning
2016-07-26 08:04:52 +02:00
Ilya Yaroshenko
75ebf4cb21
Merge pull request #4658 from WalterBright/file-trusted
...
file.d: fix unsafe use of .ptr
2016-07-26 07:36:40 +02:00
Walter Bright
cc3fc19744
file.d: fix unsafe use of .ptr
2016-07-25 21:38:08 -07:00
Walter Bright
821283c592
cstring.d: fix unsafe use of .ptr
2016-07-25 12:57:46 -07:00
Lodovico Giaretta
ebb74d5fc0
Better documentation
2016-07-25 20:19:50 +02:00
Tony Tung
f81ddfb5e3
Properly handle the case where an environment variable is an empty string.
...
v.idup returns null when called on an empty but non-null array. This is
undesirable because we want to differentiate between not-present and
empty-but-present.
2016-07-25 10:47:08 -07:00
Ilya Yaroshenko
a591c17a2b
Merge pull request #4651 from WalterBright/stdio-trusted
...
std.stdio: fix unsafe use of .ptr
2016-07-25 12:19:37 +02:00
Walter Bright
629b5ee00f
std.stdio: fix unsafe use of .ptr
2016-07-25 01:52:01 -07:00
Lodovico Giaretta
a44527ac94
Removed extra spacing
2016-07-25 01:05:24 +02:00
Ilya Yaroshenko
d60fde5539
Merge pull request #4649 from WalterBright/exception-trusted
...
remove unsafe use of .ptr in std.exception
2016-07-25 00:01:30 +02:00
Lodovico Giaretta
33f813a3ce
Fixed spacing around colon in selective import
2016-07-24 23:20:49 +02:00
Lodovico Giaretta
0ecc0868f2
Implemented isInnerClass trait
2016-07-24 23:08:02 +02:00
Walter Bright
5f2178c0ef
remove unsafe use of .ptr in std.exception
2016-07-24 13:27:05 -07:00
Walter Bright
ad99bca2f5
remove unsafe use of .ptr in std.string
2016-07-24 12:58:55 -07:00
Jack Stouffer
01010c5828
Removed auto-decoding from std.conv.parse
2016-07-23 22:27:38 -04:00
Walter Bright
6c379491db
std.path: make .ptr access trusted
2016-07-23 17:58:13 -07:00
Ilya Yaroshenko
9a00cb53e7
Merge pull request #4263 from wilzbach/infer_type_for_make_array_with_ranges
...
infer elementType for ranges in makeArray,makeSlice
2016-07-23 08:57:42 +02:00
Sebastian Wilzbach
f35efe42f0
infer ElementType for ranges in makeArray and makeSlice
2016-07-23 01:21:34 +02:00
dhasenan
d10f4f2872
add standard method attributes
2016-07-22 19:09:31 +00:00
H. S. Teoh
0bec4eedf2
Merge pull request #4641 from McSherry/std.base64-typo
...
[trivial] Correct truncation of std/base64.d "References" section
2016-07-22 11:39:35 -07:00
Jack Stouffer
7134932984
Remove new templates
2016-07-22 14:22:14 -04:00
Ilya Yaroshenko
d6de61ccc1
Merge pull request #4632 from JackStouffer/immutable
...
[trivial] Added immutable to several variables in std.utf
2016-07-22 19:33:00 +02:00
Liam McSherry
5c5f6aba18
Correct a typo in the documentation for std/base64.d.
2016-07-22 17:42:03 +01:00
dhasenan
0984c5064b
fix dscanner warnings
2016-07-22 15:05:26 +00:00
Ilya Yaroshenko
13b9ab8074
Merge pull request #4635 from JackStouffer/immutable2
...
[trivial] Added immutable to several variables in std.numeric
2016-07-22 12:44:15 +02:00
dhasenan
d104bd99d7
Allow specifying zip archive member order.
...
Fixes https://issues.dlang.org/show_bug.cgi?id=16310
2016-07-22 05:52:21 +00:00
Ilya Yaroshenko
600c32c090
Merge pull request #4636 from JackStouffer/numeric
...
[trivial] Fix imports in std.numeric
2016-07-22 01:47:10 +02:00
Jack Stouffer
471a50e843
Removed package wide std.algorithm imports from std.numeric
2016-07-21 15:04:59 -04:00
Jack Stouffer
447726bc5b
Removed global std.exception import from std.numeric
2016-07-21 15:02:52 -04:00
Jack Stouffer
897dffc43f
Added immutable to several variables in std.numeric
2016-07-21 14:48:48 -04:00
Sebastian Wilzbach
9a05cab46f
[ndslice]: rename mod -> replaceWithArray
2016-07-21 19:48:25 +02:00
Jack Stouffer
ea2b643c00
Improved docs for std.conv.parse
2016-07-21 13:15:37 -04:00
Jack Stouffer
4d09b4aee6
Added immutable to several variables in std.utf
2016-07-21 13:06:36 -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
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