TED
f47c00cdfc
[docs] modified sentence structure
2023-01-03 22:56:52 +09:00
Dimitris Apostolou
d84048e555
Fix typos
2019-02-11 08:33:47 +02:00
Gwynne Raskind
687585eafa
Docs: Remove all references to long-unused LitRe tool. Also incidentally removes redundant/duplicate check for sphinx-build binary.
2019-01-13 21:15:56 -06:00
practicalswift
3918d9d251
[gardening] Replace likely word processor artefacts with ASCII equivalents (— → --, … → ...)
2017-01-08 15:23:06 +01:00
practicalswift
cc852042c9
[gardening] Fix accidental trailing whitespace.
2016-10-29 10:22:58 +02:00
practicalswift
fa7fbdb8b0
[gardening] Remove redundant nil-initialization of optional variable
...
From the Swift documentation:
"If you define an optional variable without providing a default value,
the variable is automatically set to nil for you."
2016-09-18 07:40:07 +02:00
Hitster GTD
d95921e5a8
[doc] Fix broken links, permanent redirects and Rust-related inconsistencies ( #2220 )
...
* Fix almost every broken link and perm redirect
- Fix Xref from OptimizationTips.rst to Specialization section in Generics.rst
to use Sphinx syntax instead of a direct link to GitHub
- Fix over 12 broken links and permanent redirects
* Fix Rust related inconsistencies and broken links
- Update to reflect Rust does not have three types of pointers anymore
- Replace broken links to deprecated Rust documentation with alternatives,
comparable references in new Rust documentation
2016-04-17 20:52:29 +02:00
Manav Gabhawala
7928140f79
[SE-0046] Implements consistent function parameter labels by discarding extraneous parameter names and adding _ where necessary
2016-04-06 20:21:58 -04:00
Dmitri Gribenko
f0633ce5a9
stdlib: Sequence.iterator() => .makeIterator()
2016-02-23 13:52:30 -08:00
Dmitri Gribenko
efaa39ea79
stdlib: add first argument labels and some other changes to conform to API guidelines
2016-02-15 23:47:54 -08:00
Max Moiseev
08e1e4a043
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
2016-01-11 16:51:11 -08:00
practicalswift
6c8c9bfbc9
Consistently use normal quotes ("…") instead of curly quotes (“…”).
2016-01-06 21:38:32 +01:00
Dmitri Gribenko
9a9ff305f1
RangeReplaceableCollection.replaceRange() => .replaceSubrange()
2015-12-09 17:17:34 -08:00
Dmitri Gribenko
1c0047829a
Rename SequenceType.generate() to SequenceType.iterator()
2015-12-09 17:11:17 -08:00
Dmitri Gribenko
2cf172160c
Rename SequenceType.Generator associated type to SequenceType.Iterator
2015-12-09 17:11:05 -08:00
Dmitri Gribenko
31598d41bf
Rename GeneratorType to IteratorProtocol
2015-12-07 17:08:32 -08:00
codester
7f8691beea
Fixed spelling
...
Fixed Typo
2015-12-03 23:44:26 +05:30
Dmitri Hrybenko
c83fcf0570
Rename GeneratorOf and SequenceOf in the docs
...
Swift SVN r29631
2015-06-24 20:41:59 +00:00
Dmitri Hrybenko
f46f16ae82
stdlib: implement new print() API
...
rdar://20775683
Swift SVN r28309
2015-05-08 01:37:59 +00:00
Dmitri Hrybenko
6ad58cc52c
SequencesAndCollections: add sections about mutable and range
...
replaceable collections
Also explain that MutableCollectionType can have an interesting
domain-specific order.
Swift SVN r26515
2015-03-25 02:21:48 +00:00
Dave Abrahams
c8ad2a54c8
SequencesAndCollections.rst final edits
...
Swift SVN r25343
2015-02-17 02:16:20 +00:00
Dave Abrahams
33c9457930
SequencesAndCollections.rst fix-ups
...
Long lines were getting cut off, and a sidebar was awkwardly placed
Swift SVN r25306
2015-02-15 23:15:10 +00:00
Dave Abrahams
1570364556
Update SequencesAndCollections.rst
...
Swift SVN r25305
2015-02-15 22:51:40 +00:00
Dave Abrahams
5e6a75b806
[stdlib] Progress on SequencesAndCollections paper
...
Swift SVN r25164
2015-02-11 04:18:54 +00:00
Dave Abrahams
a1cb0023d7
[stdlib] Begin SequencesAndCollections white paper
...
Swift SVN r25106
2015-02-10 00:46:29 +00:00