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 HK quoted pattern type variables [#16907](https//github.com/lampepfl/dotty/pull/16907)
4
+
- Fix caching issue caused by incorrect isProvisional check [#16989](https://github.com/lampepfl/dotty/pull/16989)
5
+
- Fix race condition in new LazyVals [#16975](https://github.com/lampepfl/dotty/pull/16975)
6
+
- Fix "-Wunused: False positive on parameterless enum member" [#16927](https://github.com/lampepfl/dotty/pull/16927)
7
+
- Register usage of symbols in non-inferred type trees in CheckUnused [#16939](https://github.com/lampepfl/dotty/pull/16939)
8
+
- Traverse annotations instead of just registering in -W [#16956](https://github.com/lampepfl/dotty/pull/16956)
9
+
- Ignore parameter of accessors in -Wunused [#16957](https://github.com/lampepfl/dotty/pull/16957)
10
+
- Improve override detection in CheckUnused [#16965](https://github.com/lampepfl/dotty/pull/16965)
11
+
- WUnused: Fix unused warning in synthetic symbols [#17020](https://github.com/lampepfl/dotty/pull/17020)
12
+
- Fix WUnused with idents in derived code [#17095](https//github.com/lampepfl/dotty/pull/17095)
13
+
- WUnused: Fix for symbols with synthetic names and unused transparent inlines [#17061](https//github.com/lampepfl/dotty/pull/17061)
14
+
- Skip extension method params in WUnused [#17178](https//github.com/lampepfl/dotty/pull/17178)
15
+
- Fix wunused false positive when deriving alias type [#17157](https//github.com/lampepfl/dotty/pull/17157)
16
+
- Fix WUnused for accessible symbols that are renamed [#17177](https//github.com/lampepfl/dotty/pull/17177)
17
+
- Fix WUnused false positive in for [#17176](https//github.com/lampepfl/dotty/pull/17176)
18
+
- Make CheckUnused run both after Typer and Inlining [#17206](https//github.com/lampepfl/dotty/pull/17206)
19
+
- Disable WUnused for params of non-private defs [#17223](https//github.com/lampepfl/dotty/pull/17223)
20
+
21
+
# Contributors
22
+
23
+
Thank you to all the contributors who made this release possible 🎉
24
+
25
+
According to `git shortlog -sn --no-merges 3.3.0-RC3..3.3.0-RC4` these are:
0 commit comments