Robert burner Schadek
f4b4763d3f
std.datetime_doc_update 0 of 9
...
minor format fix
2015-09-17 23:21:39 +02:00
Steven Schveighoffer
403947bede
Merge pull request #3574 from JackStouffer/issue12752
...
Fixed Issue 12752: std.algorithm.isPermutation
2015-09-17 16:29:44 -04:00
Jack Stouffer
6daa283986
fixed issue 12752
2015-09-17 13:03:09 -04:00
H. S. Teoh
f070f0e379
Fix missing ditto
in std.range.chooseAmong.
...
Whcih causes the second overload to be undocumented and the ddoc'd
unittest to be missing from the generated docs.
2015-09-16 20:30:03 -07:00
H. S. Teoh
701f0b890d
Add ddoc'd unittest to std.range.choose.
2015-09-16 20:30:03 -07:00
Robert burner Schadek
966f7bd353
std.uni unittest doc
...
whitespace
better imports
another try
manuel bisect
whitespace
second manuel bisect
whitespace again
third bisect
maybe byInterval
whitespace again
another try
a litte less
one last try
given up
2015-09-13 14:22:41 +02:00
Tomáš Chaloupka
871c663cb8
Refactor cp-1252 to use new GenericEncoder
2015-09-12 19:29:31 +02:00
Tomáš Chaloupka
f4a446e395
Some preparations for cp-1252
2015-09-12 19:16:47 +02:00
Tomáš Chaloupka
c6364dd1e2
Fix whitespaces
2015-09-12 18:05:51 +02:00
Tomáš Chaloupka
2af987b8dc
Add cp1250 and iso-8859-2 encodings
2015-09-12 15:43:11 +02:00
Dmitry Olshansky
f9a6e0b0dd
Add test for issue 14817
2015-09-12 14:44:50 +03:00
k-hara
6813eca0d2
fix Issue 15046 - isForwardRange documentation is documenting issue 14544
2015-09-12 20:14:29 +09:00
Peter Alexander
1e7246b201
Fix Issue 14817 - std.algorithm.copy/std.file.copy conflict
...
https://github.com/D-Programming-Language/phobos/pull/2799 introduced a regression, which prevented module that imported both std.algorithm and std.file to use unqualified calls to copy(string, string). The regression was caused by the removal of template constraints, which were preventing the std.algorithm copy from being considered for overload resolution.
std.algorithm.copy has two paths: an path for array copies, and a path for all other copies. Previously they were forked using static if inside function. Now the decision is made using template constraints.
2015-09-12 14:10:40 +03:00
Jonathan M Davis
61a3a08827
Adjust deprecation messages for std.stream.
2015-09-11 21:29:14 -07:00
H. S. Teoh
3f1e8d1563
Merge pull request #3643 from burner/std.file_unittest_doc
...
std.file unittest doc example
2015-09-11 15:09:09 -07:00
Robert burner Schadek
bdfbd56550
std.file unittest doc example
...
quickfur fix
another test
another deleteme
unquie -> unique
2015-09-11 11:04:19 +02:00
H. S. Teoh
754a259c93
Add Params:, Returns:, to minPos().
2015-09-10 21:16:25 -07:00
H. S. Teoh
14bb8ad2f5
Add Params:, Returns:, to minCount().
2015-09-10 21:15:17 -07:00
Dmitry Olshansky
4ada44d7f8
Merge pull request #3640 from burner/std.socket_unittest_doc
...
std.socket unittest doc
2015-09-10 21:55:26 +03:00
Dmitry Olshansky
9e1d7bb004
Merge pull request #3639 from burner/random_unittest_doc
...
std.random unittest docs
2015-09-10 19:16:33 +03:00
Petar Kirov
a3cd1da909
Remove redundant assert in documented unittest
2015-09-10 16:51:35 +03:00
Robert Schadek
c548f3d2e4
Merge pull request #3641 from nordlow/correct-iota-return-type
...
Fix issue 15033 - Element type of float iota is double
2015-09-10 13:03:59 +02:00
Robert Schadek
e5c3d756eb
Merge pull request #3638 from quickfur/min_doc
...
[dox] Improve docs for std.algorithm.comparison.min
2015-09-10 12:22:41 +02:00
Robert burner Schadek
4f5eaf890e
std.random unittest docs
...
quickfur style
2015-09-10 11:12:56 +02:00
Robert burner Schadek
fd4ca9a23a
std.socket unittest doc
...
One example could be moved to unittest doc
quickfur
2015-09-10 11:05:04 +02:00
Per Nordlöw
d2c6c6b116
Fix 15033
2015-09-10 10:58:59 +02:00
H. S. Teoh
4ac555c870
Add Params:, Returns:, to findSplitxx().
2015-09-09 21:21:45 -07:00
H. S. Teoh
89d9653f77
Add Params:, Returns: to count().
2015-09-09 20:48:48 -07:00
H. S. Teoh
44264b30d0
Add Params:, Returns: to balancedParens.
2015-09-09 20:37:45 -07:00
H. S. Teoh
4ebc7eda00
Merge pull request #3608 from Doado/master
...
Removed typo in std.concurrency, line 1196
2015-09-08 23:03:55 -07:00
H. S. Teoh
6452bf89e6
Turn min() unittest into ddoc'd example.
2015-09-08 22:00:25 -07:00
H. S. Teoh
f827ffaa24
Add Params:, Returns: to std.algorithm.comparison.min.
2015-09-08 21:56:21 -07:00
Dmitry Olshansky
7a6e685ec9
Merge pull request #3631 from burner/deprecate_stream
...
stream deprecation
2015-09-08 12:25:57 +03:00
Robert Schadek
7d1961a13d
Merge pull request #3630 from quickfur/setops_doc
...
[dox] Add Params, Returns, to std.algorithm.setops
2015-09-08 10:27:51 +02:00
Robert burner Schadek
2a4b3971a1
stream deprecation breaks doc building
...
this removes the `deprecated module std.s`
stream needs to go
more messages
2015-09-08 10:20:30 +02:00
Hara Kenji
bb7e5fb3cc
Merge pull request #3634 from MartinNowak/merge_stable
...
Merge remote-tracking branch 'upstream/stable' into merge_stable
2015-09-08 01:46:43 +09:00
Dmitry Olshansky
12c0a1329b
Merge pull request #3603 from quickfur/std_string_docs
...
[dox] Improve std.string docs
2015-09-07 18:44:29 +03:00
Martin Nowak
12119cf360
fix tempCString to support null cstring results again
2015-09-07 16:47:35 +02:00
H. S. Teoh
9534a996a7
Add Params: to completeSort().
...
Params: and Returns: for isSorted.
Params:, Returns:, for partition and isPartitioned.
Params: and Returns: for partition3.
Params: for makeIndex().
Add Params: and Returns: for various sorting functions.
Add Params: and Returns: to the topNxxx() functions.
Add Params:, Returns: to the nextPermutation functions.
2015-09-06 22:02:23 -07:00
Martin Nowak
18c5b270e0
Merge remote-tracking branch 'upstream/stable' into merge_stable
...
Conflicts:
std/internal/cstring.d
win64.mak
2015-09-07 00:44:29 +02:00
Basile Burg
e0929eed0e
fix broken link
2015-09-06 05:16:50 +02:00
H. S. Teoh
9c2643b31e
Add Params:, Returns:, for setUnion.
2015-09-04 23:12:08 -07:00
H. S. Teoh
a86d838cba
Add Params, Returns, See_also, to setSymmetricDifference.
2015-09-04 23:09:56 -07:00
H. S. Teoh
a7cafe1334
Add Params:, Returns: to setIntersection.
2015-09-04 23:08:01 -07:00
H. S. Teoh
a5f56f5716
Add Params:, Returns:, See_also: for setDifference.
2015-09-04 23:05:08 -07:00
H. S. Teoh
7f261f7eb8
Add Params: and Returns: for nWayUnion.
2015-09-04 23:02:00 -07:00
H. S. Teoh
6f0fbeb7d7
Add Params: for largestPartialIntersection.
2015-09-04 22:58:41 -07:00
H. S. Teoh
7acb9eac80
Add Params: and Returns: to cartesianProduct docs.
2015-09-04 22:51:06 -07:00
H. S. Teoh
88fc63d8d3
Merge pull request #3629 from CyberShadow/pull-20150903-114509-issue-15000
...
fix Issue 15000 - Changes to userShell either need to be reverted or …
2015-09-03 11:39:28 -07:00
Steven Schveighoffer
1272c1a494
Merge pull request #3572 from JackStouffer/issue5945
...
Fix Issue 5945: redBlackTree printing
2015-09-03 09:09:34 -04:00