Commit Graph

8 Commits

Author SHA1 Message Date
Ben Cohen
c6b41a5ae5 Inlineable: protocol interface only 2018-07-06 12:03:34 -07:00
Ben Cohen
a4230ab2ad [stdlib] Update stdlib to 4.0 and reorganize compatibility shims (#17580)
* Update stdlib to 4.0 and move all compatibility shims into a dedicated source file
2018-06-29 06:26:52 -07:00
Ben Cohen
8f27db3433 underscore inlineable to inlinnable 2018-04-27 10:23:16 -07:00
Ben Cohen
fc60c6c4e0 Delete rogue where: label holdover 2018-04-27 10:09:14 -07:00
Ben Cohen
d6444f5f27 Add Sequence.allSatisfy 2018-04-27 08:53:35 -07:00
crea
247ee7a82f fix documentation comment of flatMap<SegmentOfResult : Sequence> 2018-04-10 01:20:15 -07:00
Slava Pestov
e1f50b2d36 SE-0193: Rename @_inlineable to @inlinable, @_versioned to @usableFromInline 2018-03-30 21:55:30 -07:00
Ben Cohen
143c39bd7c [stdlib] Implement Equatable/Comparable sequence algos in terms predicate ones (#14758)
* Implement Equatable/Comparable sequence algos in terms predicate ones

* Remove IteratorSequence use

* de-gyb SequenceAlgorithms.swift
2018-02-22 07:52:35 -08:00