Commit graph

20 commits

Author SHA1 Message Date
Andrei Alexandrescu
144c9108de added alias expand for Tuple.field 2009-10-27 00:12:43 +00:00
Sean Kelly
747f3cf1e4 Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules.
Removed std.openrj.
2009-09-16 18:19:51 +00:00
Andrei Alexandrescu
d218c12ede commented out Nullable and NullableRef for the time being 2009-09-03 03:27:45 +00:00
Andrei Alexandrescu
0c142994d9 See changelog - bunch of bug fixes and a couple additions for release 2.032 2009-08-31 19:46:33 +00:00
Andrei Alexandrescu
d05e7e21ea replaced indexOf with indexOfType, kept the old name as an alias that will be deprecated. 2009-07-04 07:08:39 +00:00
Andrei Alexandrescu
f3113665bd Restricted Tuple.opCmp and Tuple.opEquals a bit. 2009-04-30 20:55:44 +00:00
Andrei Alexandrescu
fbec43b21f Added Tuple.opComp. 2009-04-30 19:20:13 +00:00
Andrei Alexandrescu
c5ad7272fa minor 2009-04-19 17:18:03 +00:00
Andrei Alexandrescu
21797c63a5 Change Tuple.Type to Tuple.Types 2009-04-11 20:41:22 +00:00
Andrei Alexandrescu
71226e5948 * Added constructors, assignment operator, length, toString, and slice
to Tuple.
2009-04-06 18:35:00 +00:00
Don Clugston
6dbecd1864 Added TypeCons.AlignForSize for optimising struct layout (requested by dsimcha). 2009-01-22 07:08:32 +00:00
Bartosz Milewski
b54b0b5046 Unique template: will work when the language catches up 2008-09-12 03:10:14 +00:00
Andrei Alexandrescu
5f2e901c50 $(LI Fixed documentation in $(B std.typecons)) 2008-07-08 03:30:02 +00:00
Andrei Alexandrescu
cc43a5279d Finalized and documented the stupendous Rebindable template. 2008-05-16 21:16:46 +00:00
Andrei Alexandrescu
32f411e024 Added undocumented Rebindable in preparation for opImplicitCast. 2008-03-06 20:23:11 +00:00
Andrei Alexandrescu
067ca61b48 removed code bloat 2008-02-19 20:25:53 +00:00
Andrei Alexandrescu
946f205043 removed bloat-inducing test code 2008-02-19 09:21:25 +00:00
Andrei Alexandrescu
f4699442b3 fixed code bloat issue; added Tuple.toString; added function tuple(); fixed unlisted bug in enumValuesImpl. 2008-02-19 06:19:26 +00:00
Brad Roberts
e2c70371b8 Fix a warning from the enum code generator's results by adding a final return null 2007-12-10 01:09:02 +00:00
Brad Roberts
09916d399a Initial merge of candidate to trunk for r459:513 2007-11-27 20:28:40 +00:00