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
- Fix #24599: Remove `| Null` from implicit BigDecimal conversion similar to BigInt [#24600](https://github.com/scala/scala3/pull/24600)
4
+
- Fix #24571: Handling nullable types in convertTo for adapting number constants to target number types [#24580](https://github.com/scala/scala3/pull/24580)
5
+
- Fix #24547: Strip inferred retains annotation from Macro/inline call trees [#24560](https://github.com/scala/scala3/pull/24560)
6
+
- Allow annotations to annotate themselves [#24447](https://github.com/scala/scala3/pull/24447)
7
+
- Allow to generate the documentation of the stdlib [#24574](https://github.com/scala/scala3/pull/24574)
8
+
- Avoid blowup of compute times for ill-formed retains [#24564](https://github.com/scala/scala3/pull/24564)
9
+
- Cleanups and source compatibility improvements for repl.AbstractFileClassLoader [#24514](https://github.com/scala/scala3/pull/24514)
10
+
- Deprecate the content of the `scala.runtime.stdLibPatches` package [#24587](https://github.com/scala/scala3/pull/24587)
11
+
- Do not add `scala.util.Properties` as the Main-Class in the Manifest [#24540](https://github.com/scala/scala3/pull/24540)
12
+
- Drop `-Yno-stdlib-patches`[#24477](https://github.com/scala/scala3/pull/24477)
13
+
- Fix generic signatures for mixin forwarders conflicting type parameter names [#24567](https://github.com/scala/scala3/pull/24567)
14
+
- Look at the underlying of a TermRef for a getter [#24565](https://github.com/scala/scala3/pull/24565)
15
+
- Make `compilationUnitInfo` of `TastyLoader` lazy [#24604](https://github.com/scala/scala3/pull/24604)
16
+
- Make `scala.Predef` capture checked [#24643](https://github.com/scala/scala3/pull/24643)
17
+
- Refine parameter adaptation logic for arrays [#23591](https://github.com/scala/scala3/pull/23591)
18
+
- Strip CC annotations in TypeMap when CC is not enabled [#24556](https://github.com/scala/scala3/pull/24556)
19
+
20
+
# Contributors
21
+
22
+
Thank you to all the contributors who made this release possible 🎉
23
+
24
+
According to `git shortlog -sn --no-merges 3.8.0-RC2..3.8.0-RC3` these are:
0 commit comments