Skip to content

Pull requests: apple/swift-algorithms

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Exclude docc files from sources to avoid build warnings
#247 opened Dec 17, 2024 by omochi Loading…
Add Xcode project for building framework
#246 opened Nov 15, 2024 by natecook1000 Loading…
4 tasks done
Merging Two Sorted Sequences, Attempt 3
#236 opened Jul 20, 2024 by CTMacUser Loading…
4 tasks done
Detection of One Sorted Sequence Being a Subset of Another
#234 opened Jul 13, 2024 by CTMacUser Loading…
4 tasks done
Fix compile errors for Swift 6 language mode
#230 opened Jun 18, 2024 by b1ackturtle Loading…
4 tasks done
Add ends(with:)
#224 opened Feb 18, 2024 by amomchilov Loading…
4 tasks done
Add a non-mutating lazy replaceSubrange
#203 opened Sep 9, 2023 by karwa Loading…
3 tasks done
Add a merge algorithm for combining sorted sequences
#193 opened Dec 28, 2022 by mdznr Draft
3 of 4 tasks
Add recursiveMap(_:)
#185 opened Mar 27, 2022 by SusanDoggie Loading…
4 tasks done
Merging Two Sorted Sequences, Attempt 2
#184 opened Mar 11, 2022 by CTMacUser Loading…
4 tasks done
Add boilerplate for using swift-collection-benchmarks.
#158 opened Jul 30, 2021 by LemonSpike Loading…
4 tasks done
Add commonPrefix(with:), commonSuffix(with:)
#153 opened Jul 23, 2021 by timvermeulen Loading…
4 tasks done
Add chunkedByReduction(into:_).
#148 opened Jun 7, 2021 by toddthomas Loading…
4 tasks done
Use uniquePermutations(ofCount:) in lazy split test.
#117 opened Mar 26, 2021 by toddthomas Loading…
4 tasks done
Test Pull Request
#102 opened Mar 13, 2021 by shahmishal Loading…
Add contains(countIn:where:) to Sequence
#53 opened Dec 24, 2020 by mdznr Draft
4 tasks done
Copy
#52 opened Dec 22, 2020 by CTMacUser Loading…
4 tasks done
In-place scan and un-scan
#48 opened Nov 26, 2020 by CTMacUser Loading…
4 tasks done
Deltas
#45 opened Nov 23, 2020 by CTMacUser Loading…
4 tasks done
Merging Sorted Sequences
#43 opened Nov 13, 2020 by CTMacUser Loading…
4 tasks done
Detection of How One Sorted Sequence Includes Another
#38 opened Oct 28, 2020 by CTMacUser Loading…
4 tasks done
First Mismatching Elements, or Indexes Thereof
#37 opened Oct 27, 2020 by CTMacUser Loading…
4 tasks done
Is-Sorted Detection and Binary Search
#34 opened Oct 26, 2020 by CTMacUser Loading…
4 tasks done
ProTip! Exclude everything labeled bug with -label:bug.