[phobos] [dlang/phobos] 239e4c: add std.typecons.Tuple.rename
GitHub via phobos
phobos at puremagic.com
Mon Sep 19 17:23:38 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/phobos
Commit: 239e4c8daffaa4dab789fda493fc559a832f04de
https://github.com/dlang/phobos/commit/239e4c8daffaa4dab789fda493fc559a832f04de
Author: John Colvin <john.loughran.colvin at gmail.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M std/typecons.d
Log Message:
-----------
add std.typecons.Tuple.rename
Commit: 5c2382627971c2260e5edfe27129241c8a6d04c1
https://github.com/dlang/phobos/commit/5c2382627971c2260e5edfe27129241c8a6d04c1
Author: John Colvin <john.loughran.colvin at gmail.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M std/typecons.d
Log Message:
-----------
std.typecons.Tuple.rename return by ref
Commit: cb59a64b5456310556deb45072852c410cc3dd96
https://github.com/dlang/phobos/commit/cb59a64b5456310556deb45072852c410cc3dd96
Author: John Colvin <john.loughran.colvin at gmail.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M std/typecons.d
Log Message:
-----------
make all std.typecons.Tuple.rename unittests @safe
Commit: ef448f92d21d066dc7ee9d757220b46f2ef55a2b
https://github.com/dlang/phobos/commit/ef448f92d21d066dc7ee9d757220b46f2ef55a2b
Author: John Colvin <john.loughran.colvin at gmail.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M std/typecons.d
Log Message:
-----------
complete std.typecons.Tuple.rename range example
Commit: bc22574fa6c86055d318374179c74d69cf89c70a
https://github.com/dlang/phobos/commit/bc22574fa6c86055d318374179c74d69cf89c70a
Author: John Colvin <john.loughran.colvin at gmail.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M std/typecons.d
Log Message:
-----------
fix std.typecons.Tuple.rename LREFs
Commit: f2a49114cc8525b4e263db9037ccbf51ce8725b9
https://github.com/dlang/phobos/commit/f2a49114cc8525b4e263db9037ccbf51ce8725b9
Author: John Colvin <john.loughran.colvin at gmail.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M std/typecons.d
Log Message:
-----------
simplify typecons.Tuple.rename implementation
Commit: 21d65b6a23d8176c9479fb957f5d317916186de8
https://github.com/dlang/phobos/commit/21d65b6a23d8176c9479fb957f5d317916186de8
Author: John Colvin <john.loughran.colvin at gmail.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M std/typecons.d
Log Message:
-----------
test typecons.Tuple.rename for sucessful no-ops, working around bug 16418
Commit: 657a0ff30f1fdaf46518bc8cad01c6fec5b4625f
https://github.com/dlang/phobos/commit/657a0ff30f1fdaf46518bc8cad01c6fec5b4625f
Author: John Colvin <john.loughran.colvin at gmail.com>
Date: 2016-09-19 (Mon, 19 Sep 2016)
Changed paths:
M std/typecons.d
Log Message:
-----------
make sure Tuple method unittests aren't massively duplicated
Commit: b97f0050be5144aa220a529516565d794e26cf5c
https://github.com/dlang/phobos/commit/b97f0050be5144aa220a529516565d794e26cf5c
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2016-09-19 (Mon, 19 Sep 2016)
Changed paths:
M std/typecons.d
Log Message:
-----------
Merge pull request #4043 from John-Colvin/named
Add std.typecons.Tuple.rename
Compare: https://github.com/dlang/phobos/compare/76cd4bdface6...b97f0050be51
More information about the phobos
mailing list