[phobos] [dlang/phobos] 17d13e: Issue 5236 - [patch] std.format.formattedRead/unfo...
GitHub via phobos
phobos at puremagic.com
Tue Dec 6 14:57:08 PST 2016
Branch: refs/heads/master
Home: https://github.com/dlang/phobos
Commit: 17d13e20666d388aba04357d98f7ed092b58bccb
https://github.com/dlang/phobos/commit/17d13e20666d388aba04357d98f7ed092b58bccb
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/format.d
Log Message:
-----------
Issue 5236 - [patch] std.format.formattedRead/unformatValue does not support the raw reading of integer types
Commit: 26f4aec45c75e0b6831a1d77614bbca25b5c4068
https://github.com/dlang/phobos/commit/26f4aec45c75e0b6831a1d77614bbca25b5c4068
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/format.d
Log Message:
-----------
Issue 5236 - [patch] std.format.formattedRead/unformatValue does not support the raw reading of integer types
Commit: 73406665c11c102d4c52e1f12ef9caa1c9ce50ff
https://github.com/dlang/phobos/commit/73406665c11c102d4c52e1f12ef9caa1c9ce50ff
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/format.d
Log Message:
-----------
Issue 5236 - [patch] std.format.formattedRead/unformatValue does not support the raw reading of integer types
Commit: 8b29f206ae8828cf5656881b16e725850c91b728
https://github.com/dlang/phobos/commit/8b29f206ae8828cf5656881b16e725850c91b728
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/algorithm/searching.d
Log Message:
-----------
Issue 8829 - std.algorithm.find fails to take advantage of SortedRange
Commit: d6519853e1c603169d15c30a1f32aa7c557d6a9d
https://github.com/dlang/phobos/commit/d6519853e1c603169d15c30a1f32aa7c557d6a9d
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/algorithm/searching.d
Log Message:
-----------
Issue 8829 - std.algorithm.find fails to take advantage of SortedRange
Commit: 818d51200754ace7c766c6692a27d95c8e4eafc7
https://github.com/dlang/phobos/commit/818d51200754ace7c766c6692a27d95c8e4eafc7
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/format.d
Log Message:
-----------
Issue 8829 - std.algorithm.find fails to take advantage of SortedRange
Commit: 752b2ca210f8e6f1b7d1c3887f23c1e5a382a85d
https://github.com/dlang/phobos/commit/752b2ca210f8e6f1b7d1c3887f23c1e5a382a85d
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/algorithm/searching.d
Log Message:
-----------
Issue 8829 - std.algorithm.find fails to take advantage of SortedRange
Commit: e4b82503b8517d533271469797b4a3773ae38527
https://github.com/dlang/phobos/commit/e4b82503b8517d533271469797b4a3773ae38527
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/algorithm/searching.d
Log Message:
-----------
Issue 8829 - std.algorithm.find fails to take advantage of SortedRange
Commit: 71ffa25d8ad322285e2acfbde7211faad9c7294c
https://github.com/dlang/phobos/commit/71ffa25d8ad322285e2acfbde7211faad9c7294c
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/algorithm/searching.d
Log Message:
-----------
added a comment
Commit: 60396a1d67d5b1460d73b2ca25a255da9769ea0a
https://github.com/dlang/phobos/commit/60396a1d67d5b1460d73b2ca25a255da9769ea0a
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/algorithm/searching.d
Log Message:
-----------
Fixed some issues
Commit: 2e896520c9ba72a1cea77fce55ee3fa96da984e7
https://github.com/dlang/phobos/commit/2e896520c9ba72a1cea77fce55ee3fa96da984e7
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/algorithm/searching.d
Log Message:
-----------
Applied review feedback, fixed some bugs + added unit tests for them
Commit: ff4b6b9e65c044c00e69a8bd1f4264383ea2424a
https://github.com/dlang/phobos/commit/ff4b6b9e65c044c00e69a8bd1f4264383ea2424a
Author: RazvanN7 <razvan.nitu1305 at gmail.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/algorithm/searching.d
Log Message:
-----------
Solved a minor bug
Commit: 98a7c44aafb7e0547fb4b6845e0724597bc81b81
https://github.com/dlang/phobos/commit/98a7c44aafb7e0547fb4b6845e0724597bc81b81
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M std/algorithm/searching.d
Log Message:
-----------
Merge pull request #4907 from RazvanN7/Issue_8828
Issue 8829 - std.algorithm.find fails to take advantage of SortedRange
Compare: https://github.com/dlang/phobos/compare/94d3786d6995...98a7c44aafb7
More information about the phobos
mailing list