Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
scala
/
scala3
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
6.1k
Code
Issues
1.7k
Pull requests
181
Discussions
Actions
Projects
1
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
6ec60c4
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 20, 2022
Merge pull request scala/scala#9819 from NthPortal/topic/ArrayBuffer-sizing/PR
Show description for 6ec60c4
NthPortal
authored
6ec60c4
Copy full SHA for 6ec60c4
[bug#12464] Fix resizing for `ArrayBuffer` and `PriorityQueue`
Show description for 24d65a4
NthPortal
committed
24d65a4
Copy full SHA for 24d65a4
update doc of `Seq.combinations`.
Show description for 7fd68cd
counter2015
and
julienrf
committed
7fd68cd
Copy full SHA for 7fd68cd
Commits on Feb 12, 2022
Merge pull request scala/scala#9932 from retronym/merge/2.12.x-to-2.13.x-20220210
SethTisue
authored
1d0377e
Copy full SHA for 1d0377e
Merge remote-tracking branch 'origin/2.12.x' into merge/2.12.x-to-2.13.x-20220210
retronym
committed
dd97df8
Copy full SHA for dd97df8
Commits on Feb 10, 2022
Remove stray unzip from Properties converter
som-snytt
committed
4902958
Copy full SHA for 4902958
Commits on Feb 9, 2022
optimize mutable.TreeSet#{max, min}
Vadzim Marchanka
committed
5527607
Copy full SHA for 5527607
Commits on Jan 31, 2022
Merge pull request scala/scala#9797 from som-snytt/issue/bigint-parity
Show description for 1d26f13
lrytz
authored
1d26f13
Copy full SHA for 1d26f13
Commits on Jan 19, 2022
Merge commit '4152c02cd8' into merge-2.12-to-2.13-20220118
SethTisue
committed
8698b6e
Copy full SHA for 8698b6e
Merge pull request scala/scala#9821 from NthPortal/topic/Char-range/PR
SethTisue
authored
8900274
Copy full SHA for 8900274
Merge pull request scala/scala#9904 from som-snytt/tweak/props
SethTisue
authored
2aacd20
Copy full SHA for 2aacd20
Commits on Jan 17, 2022
Tweak function doc on details
som-snytt
committed
4453884
Copy full SHA for 4453884
Commits on Jan 14, 2022
Merge pull request scala/scala#9867 from som-snytt/redux/grouped-it
SethTisue
authored
a2a6796
Copy full SHA for a2a6796
Commits on Jan 12, 2022
Merge pull request scala/scala#9874 from som-snytt/issue/11719
SethTisue
authored
7b53c12
Copy full SHA for 7b53c12
Commits on Jan 5, 2022
Merge pull request scala/scala#9892 from SethTisue/copyright-2022
SethTisue
authored
53e5d6b
Copy full SHA for 53e5d6b
bump copyright year to 2022
Show description for c4ca300
SethTisue
committed
c4ca300
Copy full SHA for c4ca300
Commits on Jan 1, 2022
Clarify on key mutation
som-snytt
committed
4ba8580
Copy full SHA for 4ba8580
Tweak PriorityQueue class doc
som-snytt
committed
b27aaeb
Copy full SHA for b27aaeb
Commits on Dec 30, 2021
Client doc before implementation notes
som-snytt
committed
e7aa34a
Copy full SHA for e7aa34a
Commits on Dec 25, 2021
GroupedIterator uses ArrayBuilder
Show description for 2dc4920
som-snytt
committed
2dc4920
Copy full SHA for 2dc4920
Commits on Dec 23, 2021
GroupedIterator withPartial and withPadding are exclusive
som-snytt
committed
c053ef1
Copy full SHA for c053ef1
Commits on Dec 21, 2021
Grouped iterator allocs and frees when it can
som-snytt
committed
da9c8c6
Copy full SHA for da9c8c6
Simplify grouped buffer fulfillment, clarify docs
som-snytt
committed
52cb344
Copy full SHA for 52cb344
Commits on Dec 20, 2021
Tweak doc for ordering of SeqMap
som-snytt
committed
2b520fb
Copy full SHA for 2b520fb
Commits on Dec 17, 2021
Simplify grouped next/hasNext
som-snytt
committed
b53d2f5
Copy full SHA for b53d2f5
Avoid Option allocation
som-snytt
committed
dd1b2ce
Copy full SHA for dd1b2ce
Merge pull request scala/scala#9859 from SethTisue/revert-grouped-pr-9818
Show description for c78cd74
lrytz
authored
c78cd74
Copy full SHA for c78cd74
Commits on Dec 16, 2021
Revert "GroupedIterator improvements"
Show description for 5d3120d
SethTisue
committed
5d3120d
Copy full SHA for 5d3120d
Commits on Dec 15, 2021
Merge pull request scala/scala#9833 from SethTisue/merge-2.12-to-2.13-20211215
SethTisue
authored
dfbc217
Copy full SHA for dfbc217
Merge commit 'ea281c1252' into merge-2.12-to-2.13-20211215
SethTisue
committed
fe2f9e2
Copy full SHA for fe2f9e2
Merge pull request scala/scala#9818 from joroKr21/grouped-iterator
SethTisue
authored
dde3153
Copy full SHA for dde3153
Backport nowarn advice tweak
som-snytt
committed
d196c6c
Copy full SHA for d196c6c
Commits on Dec 6, 2021
Merge pull request scala/scala#9817 from som-snytt/issue/12507
Show description for de5678c
lrytz
authored
de5678c
Copy full SHA for de5678c
Commits on Dec 5, 2021
GroupedIterator improvements
Show description for ed9356d
joroKr21
committed
ed9356d
Copy full SHA for ed9356d
[bug#12473] Throw on unsigned type in `NumericRange#reverse`
NthPortal
committed
fe9b1ff
Copy full SHA for fe9b1ff
Pagination
Previous
Next
You can’t perform that action at this time.