Skip to content

Pull requests: scala/scala3

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
Assigned to nobody Loading
Sort

Pull requests list

Fewer braces are part of the language from 3.3.x
#14561 by soronpo was closed May 23, 2022 Draft updated Aug 2, 2023
Fix #10129: Fix comparisons of applied type aliases
#10221 by odersky was merged Nov 14, 2020 Loading… updated Aug 2, 2023 3.0.0
Fix #10082: show friendly error message related to type inference
#10100 by liufengyun was merged Oct 30, 2020 Loading… updated Aug 2, 2023 3.0.0
Fix #8623: Treat parameterless givens as stable
#10371 by odersky was merged Nov 24, 2020 Loading… updated Aug 2, 2023 3.0.0
Drop DottyPredef.assertFail.
#10303 by sjrd was merged Nov 17, 2020 Loading… updated Aug 2, 2023 3.0.0
Fix #10217: Avoid exponential behavior in derivesFrom
#10271 by odersky was merged Nov 11, 2020 Loading… updated Aug 2, 2023 3.0.0
Fix #9424: Add releaseFence() call when mixing in a trait val.
#10493 by sjrd was merged Nov 26, 2020 Loading… updated Aug 2, 2023 3.0.0
Drop scala shadowing and DottyPredef
#10428 by odersky was merged Nov 24, 2020 Loading… updated Aug 2, 2023 3.0.0
Allow indentation to work inside parens release-notes Should be mentioned in the release notes
#10969 by odersky was merged Jan 6, 2021 Loading… updated Aug 2, 2023 3.0.0
Better error diagnostics and other fixes for extension methods
#10902 by odersky was merged Dec 31, 2020 Loading… updated Aug 2, 2023 3.0.0
fix #10997: check accessible from sealed parent not companion
#11039 by bishabosha was merged Jan 13, 2021 Loading… updated Aug 2, 2023 3.0.0
Fix presentation of HKT and TypeLambdas in Scala3doc
#11245 by BarkingBad was merged Feb 9, 2021 Loading… updated Aug 2, 2023 3.0.0
Add sealed keyword to nodes in graphs"
#11232 by BarkingBad was merged Feb 9, 2021 Loading… updated Aug 2, 2023 3.0.0
Store GADT constraints until PostTyper
#12258 by abgruszecki was merged Apr 29, 2021 Loading… updated Aug 2, 2023 3.0.1
Overloading resolution: Handle SAM types more like Java and Scala 2 backport:done This PR was successfully backported.
#12097 by smarter was merged Apr 17, 2021 Loading… updated Aug 2, 2023 3.0.1
Add recheck phase
#12971 by odersky was merged Aug 17, 2021 Loading… updated Aug 2, 2023 3.1.0
Do not print accessors for default params in repl
#12865 by romanowski was merged Jul 8, 2021 Loading… updated Aug 2, 2023 3.0.2
ExtractDependencies: more robust cycle check
#13583 by smarter was merged Sep 27, 2021 Loading… updated Aug 2, 2023 3.1.1
Keep correct kind when preparing constraint in stripParams
#14761 by odersky was merged Mar 24, 2022 Loading… updated Aug 1, 2023 3.1.3
Fix Scala Wart about implicit () class parameters needs-minor-release This PR cannot be merged until the next minor release release-notes Should be mentioned in the release notes
#14840 by odersky was merged Apr 22, 2022 Loading… updated Aug 1, 2023 3.2.0
Alternative fix for #10044
#15129 by odersky was merged May 18, 2022 Loading… updated Aug 1, 2023 3.2.0
Change fewerbraces to always use a colon, even before lambdas
#15273 by odersky was merged May 30, 2022 Loading… updated Aug 1, 2023 3.2.0
Revert #14452 and make compile-time operations on stable arguments stable
#15268 by mbovel was merged Jun 15, 2022 Loading… updated Aug 1, 2023 3.2.0
Instantiate more type variables to hard unions
#15632 by odersky was merged Sep 1, 2022 Loading… updated Aug 1, 2023 3.2.1
Fix aspects of the Show setup
#15810 by dwijnand was merged Aug 28, 2022 Loading… updated Aug 1, 2023 3.2.1
ProTip! Exclude everything labeled bug with -label:bug.