[phobos] [D-Programming-Language/phobos] 92a819: Implement KeyType and ValueType
GitHub
noreply at github.com
Wed Apr 18 20:28:21 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 92a8192615dd9a57e212b15912853e47eeeb81a2
https://github.com/D-Programming-Language/phobos/commit/92a8192615dd9a57e212b15912853e47eeeb81a2
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2012-02-22 (Wed, 22 Feb 2012)
Changed paths:
M std/traits.d
Log Message:
-----------
Implement KeyType and ValueType
Commit: 38268492272881a00452c63f56a8895d2812af17
https://github.com/D-Programming-Language/phobos/commit/38268492272881a00452c63f56a8895d2812af17
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2012-02-22 (Wed, 22 Feb 2012)
Changed paths:
M std/traits.d
Log Message:
-----------
Simpler implementation.
Commit: 0761569e585e4d58e55f2aa192758e270fca5ea7
https://github.com/D-Programming-Language/phobos/commit/0761569e585e4d58e55f2aa192758e270fca5ea7
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2012-02-22 (Wed, 22 Feb 2012)
Changed paths:
M std/traits.d
Log Message:
-----------
space fixes
Commit: c1a3c42ade11b8e21b45b1922b8e5981c7851ff7
https://github.com/D-Programming-Language/phobos/commit/c1a3c42ade11b8e21b45b1922b8e5981c7851ff7
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2012-02-23 (Thu, 23 Feb 2012)
Changed paths:
M std/traits.d
Log Message:
-----------
remove constraint
Commit: a7148b3bb5261fc0b68db66e43837345c34b267b
https://github.com/D-Programming-Language/phobos/commit/a7148b3bb5261fc0b68db66e43837345c34b267b
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2012-04-18 (Wed, 18 Apr 2012)
Changed paths:
M changelog.dd
M posix.mak
M std/algorithm.d
M std/array.d
M std/bitmanip.d
M std/concurrency.d
M std/container.d
M std/conv.d
R std/date.d
R std/datebase.d
R std/dateparse.d
M std/datetime.d
M std/exception.d
M std/file.d
M std/format.d
R std/gregorian.d
M std/internal/uni.d
M std/net/curl.d
M std/net/isemail.d
M std/path.d
M std/random.d
M std/range.d
M std/regex.d
M std/regexp.d
M std/socket.d
M std/stdio.d
M std/stream.d
M std/traits.d
M std/typecons.d
M std/typetuple.d
M std/uni.d
M std/utf.d
M std/variant.d
M std/xml.d
M unittest.d
M win32.mak
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into KeyTypeValueType
Commit: 41fc17ee6b1a175ceb418ed7a04d531096d08ae1
https://github.com/D-Programming-Language/phobos/commit/41fc17ee6b1a175ceb418ed7a04d531096d08ae1
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2012-04-18 (Wed, 18 Apr 2012)
Changed paths:
M std/traits.d
Log Message:
-----------
Change unittest and add static assert to examples.
Commit: 26de06e404bb127e840c8720a2216b73e6d1dee6
https://github.com/D-Programming-Language/phobos/commit/26de06e404bb127e840c8720a2216b73e6d1dee6
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2012-04-18 (Wed, 18 Apr 2012)
Changed paths:
M std/traits.d
Log Message:
-----------
Move templates below OriginalType
Commit: b64751067f2364d33011e8de736c5f8de6a2f019
https://github.com/D-Programming-Language/phobos/commit/b64751067f2364d33011e8de736c5f8de6a2f019
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2012-04-18 (Wed, 18 Apr 2012)
Changed paths:
M std/traits.d
Log Message:
-----------
Merge pull request #451 from AndrejMitrovic/KeyTypeValueType
Implement KeyType and ValueType for Associative Arrays in std.traits
Compare: https://github.com/D-Programming-Language/phobos/compare/071aa17...b647510
More information about the phobos
mailing list