About the Scala Standard Library category
|
|
0
|
812
|
August 9, 2016
|
Atomic (read-only) snapshot and clear for TrieMap?
|
|
4
|
230
|
January 23, 2023
|
Lightbend copyright assignment required for Scala contributions?
|
|
2
|
333
|
December 6, 2022
|
Pipeline operator?
|
|
18
|
1128
|
November 20, 2022
|
3 Questions about unsigned numeric primitives and Valhalla
|
|
8
|
980
|
October 31, 2022
|
`constValue`, Tuples, and singleton types
|
|
3
|
260
|
September 1, 2022
|
Issues with removing `new`
|
|
1
|
376
|
May 24, 2022
|
Why do immutable.Set1/2/3/4 not implement StrictOptimizedSetOps?
|
|
2
|
380
|
May 23, 2022
|
Status of unboxed `Option` type
|
|
5
|
908
|
April 5, 2022
|
A rant about collection.Factory
|
|
3
|
565
|
March 16, 2022
|
Why is releaseFence() in ListBuffer.toList enough without an acquireFence() in all threads using the list?
|
|
4
|
553
|
February 17, 2022
|
Tailrec support for Option.fold
|
|
4
|
498
|
January 27, 2022
|
Proposed enhancements to scala.util.Using
|
|
17
|
1132
|
December 6, 2021
|
How reusable is ListBuffer?
|
|
1
|
344
|
October 29, 2021
|
New function pipeIf proposal
|
|
3
|
633
|
August 25, 2021
|
filterInPlace in TrieMap
|
|
5
|
499
|
August 10, 2021
|
"andThen" and "compose" methods for functions with more than 1 argument
|
|
3
|
1700
|
May 4, 2021
|
Syntax Proposal - "And-then-style" function-chain call
|
|
37
|
2746
|
May 4, 2021
|
Change Either subclasses type parameters?
|
|
37
|
4581
|
December 7, 2020
|
Design for mutating iterators
|
|
42
|
1861
|
December 3, 2020
|
Push vs += in mutable.Stack
|
|
5
|
730
|
June 8, 2020
|
Optimizing BigInt for small integers
|
|
36
|
2901
|
April 28, 2020
|
new-Vector performance on Scala.js
|
|
32
|
1658
|
April 2, 2020
|
Community build progress report (August 2019)
|
|
9
|
3544
|
February 21, 2020
|
Backwards compatibility in scala 3 of deprecated parts of scala 2.13
|
|
4
|
665
|
January 16, 2020
|
Concerns about deprecation of IterableOnce member methods in 2.13
|
|
14
|
1895
|
December 24, 2019
|
Is it normal that lambda not having any class symbol?
|
|
13
|
1269
|
December 24, 2019
|
Is the modulo operation signature in sync with the mathematical definition?
|
|
23
|
2706
|
December 10, 2019
|
Hash collision vulnerability in default Map and Set implementations
|
|
16
|
3668
|
October 9, 2019
|
Should `flatten` work for a `Collection` of `Either`, `Try`, etc the way it works with `Option`?
|
|
7
|
3333
|
September 6, 2019
|