Sebastian Wilzbach
|
c94d93e121
|
Merge remote-tracking branch 'upstream/stable' into merge_stable
|
2018-01-09 02:19:50 +01:00 |
|
Sebastian Wilzbach
|
233e90bdc1
|
Add PHOBOSSRC urls to std.experimental
|
2018-01-08 02:52:50 +01:00 |
|
jmh530
|
dcbfb799c9
|
Fix Issue 15157: Adjust building blocks docs
|
2018-01-06 22:29:10 +01:00 |
|
Nemanja Boric
|
b122848d33
|
Correct the documentation about the used allocator in Segregator
Documented Segregator uses GCAllocator for allocation of the blocks
greater than 4072kB, not Mallocator.
|
2017-08-09 18:50:41 +02:00 |
|
Eduard Staniloiu
|
85000db4be
|
Make the resolveInternalPointer method abide the IAllocator API
|
2017-03-15 16:54:31 +02:00 |
|
Sebastian Wilzbach
|
d548e8830a
|
Replace LUCKY links with actual links
|
2017-02-28 23:46:54 +01:00 |
|
Sebastian Wilzbach
|
6c9b626e6f
|
[opSlice stye fixup] fix false-positives from the automatic conversion
|
2017-02-22 06:33:37 +01:00 |
|
Sebastian Wilzbach
|
425ab667a3
|
Automatically set the range style from a..b -> a .. b
Commands:
sed -E "s/([[:alnum:]])[.][.]([[:alnum:]])/\1 .. \2/g" -i **/*.d
sed -E "s/([[:alnum:]])[.][.] ([[:alnum:]])/\1 .. \2/g" -i **/*.d
sed -E "s/([[:alnum:]]) [.][.]([[:alnum:]])/\1 .. \2/g" -i **/*.d
|
2017-02-22 05:37:31 +01:00 |
|
Sebastian Wilzbach
|
ec47ac4224
|
Remove the WEB macro in favor of HTTP
replacement: sed 's/\$(WEB/\$(HTTP/g' -i **/*.d
|
2016-06-16 00:14:51 +02:00 |
|
anonymous
|
68742c059a
|
Ddoc: clean up macros in std.experimental.allocator
Replacing LINK2, A, and the custom XREF2 with MREF and friends. Also
removing other unused macros.
This fixes the links on DDOX pages.
|
2016-06-04 22:16:11 +02:00 |
|
Andrei Alexandrescu
|
8ecabe23f2
|
Change semantics of expand: the null array cannot be expanded 'in place'
|
2016-05-27 16:36:01 -04:00 |
|
Vladimir Panteleev
|
86cf380007
|
HTML fixes
|
2015-10-24 06:19:23 +00:00 |
|
Andrei Alexandrescu
|
f4ced62cfd
|
stats_collector docs, fix links
|
2015-10-02 07:35:09 -04:00 |
|
Andrei Alexandrescu
|
499ecfedc5
|
Moved a bunch of building blocks into a new package building_blocks
|
2015-10-02 07:35:09 -04:00 |
|