phobos/std
jmdavis 49ad744b12 Removed some undocumented, deprecated functions from std.algorithm.
They were scheduled to be removed in January 2013 but weren't, so
they've been around as undocumented, and deprecated for a while now.
2013-05-05 16:34:25 -07:00
..
c Use atomicOp instead of InterlockedIncrement to fix Win64 linker errors. 2013-04-13 19:31:51 +02:00
digest Merge pull request #1256 from redstar/digestcleanup 2013-04-13 10:19:51 -07:00
internal Fix big endian issue in std.internal.math.biguintcore.d 2013-04-07 14:55:29 +02:00
net Use escape sequence for DELETE character. 2013-03-23 17:55:05 +01:00
windows Fixes Issue 9373 - Add deprecation messages to Phobos. 2013-01-23 02:44:08 +01:00
algorithm.d Removed some undocumented, deprecated functions from std.algorithm. 2013-05-05 16:34:25 -07:00
array.d DDoc (minor): array.d: Appender.shrinkTo throws Exception 2013-04-20 15:22:56 +03:00
ascii.d
base64.d std.base64: Introduce Base64Exception 2013-02-11 17:25:44 +02:00
bigint.d BigInt enhancement: add opCast!bool to BigInt (issue 4120) 2013-03-31 18:54:28 -04:00
bitmanip.d Fix endian issue in std.bitmanip 2013-04-12 07:11:56 +02:00
compiler.d Adding myself as author to the modules I have contributed to. 2012-07-16 05:31:09 +02:00
complex.d Improved unittest 2012-12-13 14:20:48 +01:00
concurrency.d Merge pull request #1176 from jmdavis/deprecated 2013-03-25 03:47:50 -07:00
container.d Remov workaround 8763 2013-02-09 12:21:20 +01:00
conv.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
cstream.d Remove redundant parenthesis for getters, and use assignment syntax for setters 2012-11-23 15:07:17 +09:00
csv.d fix Issue 8908 - Collapse of std.csv by the specifications change of std.conv.parse 2012-12-18 09:11:57 +09:00
datetime.d Remove some undocumented, deprecated functions which are slated for removal. 2013-03-06 22:19:34 -08:00
demangle.d Fixes Issue 2445 - std.demangle example won't compile. 2012-12-02 13:27:56 +01:00
encoding.d Remove all uses of sizediff_t in favor of ptrdiff_t. 2012-10-15 04:24:09 +02:00
exception.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
file.d DDoc: file.d: Exceptions thrown (except slurp) 2013-04-19 22:49:56 +03:00
format.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
functional.d Remove all uses of std.metastrings.Format. 2013-02-24 18:42:46 -08:00
getopt.d Merge pull request #1050 from AndrejMitrovic/Fix9260 2013-03-08 10:38:55 -08:00
json.d Fix issue in std.json when null is returned instead of empty string/array. 2013-04-04 00:49:42 +04:00
math.d Make std.math compile on Linux/PPC64. 2013-03-30 14:47:31 +01:00
mathspecial.d Change second paramater of gammaIncompleteComplInverse from x to p 2012-05-21 06:10:34 -05:00
md5.d Merge pull request #1256 from redstar/digestcleanup 2013-04-13 10:19:51 -07:00
metastrings.d Deprecate std.metastrings. 2013-02-24 16:01:36 -08:00
mmfile.d Get rid of transitional lfs API 2012-09-30 10:47:40 +02:00
numeric.d Add workaround for bug 9382, which introduced by fixing bug 5933 2013-01-24 14:28:49 +09:00
outbuffer.d Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
parallelism.d Braces should be placed their own line 2013-02-24 12:02:44 +09:00
path.d DDoc tweaks and fixes 2013-04-18 23:49:06 +00:00
process.d std.process: Add an additional unit test for escapeShellCommand (issue 9310) 2013-02-25 01:45:54 +02:00
random.d add an overload for uniform!enum that takes a generator 2013-04-06 23:01:37 +02:00
range.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
regex.d fix Issue 9280 2013-03-10 13:03:00 +04:00
signals.d Replace delete with destroy in std.signals 2012-06-10 15:40:40 +04:00
socket.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
socketstream.d Minimal reverting of Issue 1824 - Object not const correct 2012-07-22 15:21:51 +09:00
stdint.d
stdio.d Merge pull request #1238 from denis-sh/add-note-about-Issue-7648 2013-04-17 13:13:01 -07:00
stdiobase.d
stream.d Fixes Issue 1397 - Add default argument to buffer size param in ctor. 2012-12-26 03:36:18 +01:00
string.d Deprecate xformat and xsformat. 2013-05-05 16:16:50 -07:00
syserror.d Fixes Issue 9373 - Add deprecation messages to Phobos. 2013-01-23 02:44:08 +01:00
system.d
traits.d Merge pull request #1260 from denis-sh/fix-std.traits.hasElaborate-docs 2013-04-29 05:02:16 -07:00
typecons.d Revert Fix for 7666. 2013-04-05 22:10:23 +02:00
typelist.d
typetuple.d fix Issue 9976 - more compile time algorithms implementation used deep recursion 2013-04-22 15:19:34 +09:00
uni.d Remove some undocumented, deprecated functions which are slated for removal. 2013-03-06 22:19:34 -08:00
uri.d
utf.d Undocument some deprecated functions. 2013-05-05 16:34:25 -07:00
uuid.d fix Issue 2486 - taking address of slice rvalue is valid 2012-12-03 14:40:24 +09:00
variant.d std.variant: Fix "ditto ditto" documentation bug 2013-04-10 13:21:41 +00:00
xml.d Merge pull request #870 from alexrp/hash_t 2012-10-15 03:13:34 -07:00
zip.d Issue 7444 - Require [] for array copies too 2012-11-20 17:55:21 +09:00
zlib.d fix Issue 8694 - (Un)Compress may cause an InvalidMemoryOperationError 2012-09-19 12:14:05 +02:00