Commit graph

196 commits

Author SHA1 Message Date
Robert burner Schadek
966f7bd353 std.uni unittest doc
whitespace

better imports

another try

manuel bisect

whitespace

second manuel bisect

whitespace again

third bisect

maybe byInterval

whitespace again

another try

a litte less

one last try

given up
2015-09-13 14:22:41 +02:00
Martin Nowak
5ca7ddad60 Merge remote-tracking branch 'upstream/stable' into merge_stable
Conflicts:
	posix.mak

Manually edited:
	std/datetime.d (rename toNormalizedPath -> asNormalizedPath)
2015-07-24 01:28:58 +02:00
Dmitry Olshansky
54563c161b Merge pull request #3231 from tom-tan/uni-MultiArray-raw_ptr-pure-nothrow-nogc
Mark std.uni.MuliArray.raw_ptr as pure, nothrow and @nogc
2015-07-09 12:45:58 +03:00
Vladimir Panteleev
ed3a05eef3 std.uni: Rename toLowerCase, toUpperCase, toCapitalized
New names: asLowerCase, asUpperCase, asCapitalized

Discussions:
http://forum.dlang.org/post/fafybgnltpkfwpugyqvm@forum.dlang.org
http://forum.dlang.org/post/qdtisgsafprcczbjfizz@forum.dlang.org
2015-06-29 19:34:29 +00:00
Vladimir Panteleev
44198e0dcb std.uni: Remove stray std.stdio import 2015-06-26 09:16:04 +00:00
anonymous
b28962635f fix package XREFs
Also add escaping underscores in some places, and rewrap to 80 columns
where touching anyway.
2015-06-15 22:30:41 +02:00
Dmitry Olshansky
e3899bba21 Merge pull request #3280 from tom-tan/rm-trusted-uni-decodeGrapheme-byGrapheme-byCodePoint
Remove std.uni.decodeGrapheme, byGrapheme, and byCodePoint from @trus…
2015-06-08 00:28:13 +03:00
Robert burner Schadek
a099cc1ac8 uni: alias syntax update and remove of useless semicolon 2015-05-28 19:13:37 +02:00
Tomoya Tanjo
72a4376f24 Remove decodeGrapheme, byGrapheme, and byCodePoint from @trusted block 2015-05-14 23:48:05 +09:00
Walter Bright
d9a9826e55 Revert "Introducing std.meta package" 2015-05-06 14:36:45 -07:00
Dicebot
7970fcc748 Don't use fqn for any/all
In most cases it resolves unambiguosly
2015-05-05 22:22:11 +03:00
Dicebot
1c9ae027ef Rename old std.typetuple symbols inside Phobos
staticIndexOf -> indexOf
allSatisfy -> all
anySatisfy -> any
staticMap -> Map
2015-05-05 22:22:11 +03:00
Dicebot
82f54a38d3 TypeTuple -> MetaList inside Phobos 2015-05-05 22:22:11 +03:00
Dicebot
73f773838d import std.typetuple -> import std.meta 2015-05-05 22:22:10 +03:00
Tomoya Tanjo
7a1c8f3589 Remove std.uni.graphemeStride and its unittest from @trusted block 2015-05-02 11:40:47 +09:00
JakobOvrum
c55ca6fb0f Merge pull request #3249 from tom-tan/uni-unittest-for-graphemeStride-safe
Mark a unittest for std.uni.graphemeStride as @safe
2015-05-01 07:17:03 +09:00
Tomoya Tanjo
06c41be040 Mark a unittest for std.uni.graphemeStride as @safe 2015-04-30 21:13:50 +09:00
Tomoya Tanjo
e70e2de4b4 Mark std.uni.isPowerOf2 as @nogc 2015-04-30 18:44:57 +09:00
Andrei Alexandrescu
b0815037ea Merge pull request #3232 from tom-tan/uni-MultiArray-length-getter-safe-pure-nothrow-nogc
Mark std.uni.MultiArray.length as @safe pure nothrow @nogc
2015-04-28 18:17:14 -07:00
Tomoya Tanjo
2c226d35a7 Mark std.uni.PackedPtrImpl.this as @safe and @nogc 2015-04-28 18:43:46 +09:00
Tomoya Tanjo
10496726d2 Mark std.uni.MultiArray.length as @safe pure nothrow @nogc 2015-04-26 19:50:50 +09:00
Tomoya Tanjo
9bb92c5555 Mark std.uni.MuliArray.raw_ptr as pure, nothrow and @nogc 2015-04-26 14:13:09 +09:00
Tomoya Tanjo
f854e2b3f0 Mark std.uni.MultiArray.slice and MultiArray.ptr as @nogc 2015-04-24 13:45:49 +09:00
Tomoya Tanjo
6907fd0766 Mark the example in synopsis as @safe 2015-04-24 11:47:12 +09:00
Tomoya Tanjo
56fd42663b Mark unittests and functions in std.uni as @safe pure nothrow @nogc 2015-04-23 11:38:33 +09:00
Martin Nowak
c59966eb17 Merge pull request #3167 from WalterBright/toCapitalize
add std.uni.toCapitalized()
2015-04-18 02:31:28 +02:00
Walter Bright
1b6b381fa4 add std.uni.toCapitalized() 2015-04-17 15:30:39 -07:00
k-hara
981bb7be7d Supplemental fix for issue 5770 2015-04-06 01:01:00 +09:00
Walter Bright
542105e18c add std.uni.toUpperCase and toLowerCase 2015-03-30 21:10:42 -07:00
Walter Bright
9675a1cee8 add nelSep 2015-03-26 15:16:44 -07:00
Walter Bright
a85a324d7f improve doc for std.uni.graphemeStride() 2015-03-18 11:27:08 -07:00
Walter Bright
3b648eb8c9 fix documentation for std.uni.sicmp 2015-03-17 20:35:47 -07:00
Robert burner Schadek
62daf9d46c uni documenation update
* moved examples into unittests
2015-01-29 23:03:24 +01:00
Andrei Alexandrescu
fff435405e Eliminate superfluous "Overview" heading 2015-01-06 22:33:05 -08:00
Walter Bright
c84ce85e35 correct use of See_Also 2014-12-27 16:30:07 -08:00
Walter Bright
f029f88a97 add map example to toUpper 2014-12-23 13:03:27 -08:00
H. S. Teoh
cdc92a8d44 Detab std.uni. 2014-12-12 11:32:26 -08:00
Rainer Schuetze
7c2f962b10 make nested foreach over TypeTuple bodies into lambdas to avoid huge functions 2014-11-28 17:15:37 +01:00
Ilya Yaroshenko
2c744b54e1 std.range: constraints => primitives
See discussion and voting in #2661
2014-11-23 20:05:20 +03:00
Ilya Yaroshenko
c8d9afedea clean scope imports
imports of `std.range, std.algorithm, std.array, std.string,
std.format, std.uni` are affected.
2014-11-21 00:08:35 +03:00
Ilya Yaroshenko
2802040979 remove import std.math.pow from std.uni 2014-11-18 03:07:03 +03:00
H. S. Teoh
c2af7f2bfe Merge pull request #2691 from 9il/dummyranges
move dummy ranges and clean imports in std.algorithm
2014-11-15 08:13:55 -08:00
Ilya Yaroshenko
66267de81f dummy ranges module
rm

rename & add scope imports

update scope imports

std.algorithm: clean imports

update scope imports

update global imports

update *.mak

ditto

formatting

fix typo

fix scope import std.uni

update windows  *.mak

add import to unittests

tabs fix

fix unittest

fix indentation
2014-11-15 03:07:10 +03:00
Ilya Yaroshenko
1f515e0c68 std.uni: clean imports 2014-11-14 17:53:42 +03:00
Ilya Yaroshenko
a22f1b354d add local imports to std.uni 2014-11-11 23:12:12 +03:00
Dmitry Olshansky
e6071e47b9 Merge pull request #2684 from 9il/uni
fix regression in std.uni imports
2014-11-11 17:49:03 +03:00
Ilya Yaroshenko
d1fe151465 fix regression in std.uni imports
remove array global import

move scope import
2014-11-11 11:45:09 +03:00
David Nadlinger
c62f246d3c Merge pull request #2671 from 9il/uni
std.uni: clean imports
2014-11-10 14:44:32 +01:00
Ilya Yaroshenko
629a76e299 std.uni: clean imports 2014-11-10 12:46:25 +03:00
sinkuu
deb82feaa2 Add @nogc attribute 2014-11-09 23:00:24 +09:00