Skip to content

Commit 56912ad

Browse files
committed
UPDATE 2024-02-29
1 parent 013d041 commit 56912ad

File tree

135 files changed

+12002
-11256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+12002
-11256
lines changed

changed-features.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2-
<title>Redirecting…</title>
3-
<link rel="canonical" href="changed-features/index.html">
4-
<script>location="changed-features/index.html"</script>
5-
<meta http-equiv="refresh" content="0; url=changed-features/index.html">
6-
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1> <a href="changed-features/index.html">Click here if you were not redirected.</a></body></html>
1+
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2+
<title>Redirecting…</title>
3+
<link rel="canonical" href="changed-features/index.html">
4+
<script>location="changed-features/index.html"</script>
5+
<meta http-equiv="refresh" content="0; url=changed-features/index.html">
6+
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1><a href="changed-features/index.html">Click here if you were not redirected.</a></body></html>

changed-features/compiler-plugins.html

+66-63
Large diffs are not rendered by default.

changed-features/eta-expansion-spec.html

+74-73
Large diffs are not rendered by default.

changed-features/eta-expansion.html

+45-42
Large diffs are not rendered by default.

changed-features/implicit-conversions-spec.html

+69-68
Large diffs are not rendered by default.

changed-features/implicit-conversions.html

+49-46
Large diffs are not rendered by default.

changed-features/implicit-resolution.html

+133-100
Large diffs are not rendered by default.

changed-features/imports.html

+56-53
Large diffs are not rendered by default.

changed-features/index.html

+45-42
Large diffs are not rendered by default.

changed-features/interpolation-escapes.html

+29-26
Large diffs are not rendered by default.

changed-features/lazy-vals-init.html

+52-49
Large diffs are not rendered by default.

changed-features/main-functions.html

+58-55
Large diffs are not rendered by default.

changed-features/match-syntax.html

+53-46
Large diffs are not rendered by default.

changed-features/numeric-literals.html

+24-21
Large diffs are not rendered by default.

changed-features/operators.html

+123-114
Large diffs are not rendered by default.

changed-features/overload-resolution.html

+79-76
Large diffs are not rendered by default.

changed-features/pattern-bindings.html

+72-69
Large diffs are not rendered by default.

changed-features/pattern-matching.html

+204-201
Large diffs are not rendered by default.

changed-features/structural-types-spec.html

+112-98
Large diffs are not rendered by default.

changed-features/structural-types.html

+131-122
Large diffs are not rendered by default.

changed-features/type-inference.html

+28-25
Large diffs are not rendered by default.

changed-features/vararg-splices.html

+44-41
Large diffs are not rendered by default.

changed-features/wildcards.html

+53-50
Large diffs are not rendered by default.

contextual.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2-
<title>Redirecting…</title>
3-
<link rel="canonical" href="contextual/index.html">
4-
<script>location="contextual/index.html"</script>
5-
<meta http-equiv="refresh" content="0; url=contextual/index.html">
6-
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1> <a href="contextual/index.html">Click here if you were not redirected.</a></body></html>
1+
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2+
<title>Redirecting…</title>
3+
<link rel="canonical" href="contextual/index.html">
4+
<script>location="contextual/index.html"</script>
5+
<meta http-equiv="refresh" content="0; url=contextual/index.html">
6+
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1><a href="contextual/index.html">Click here if you were not redirected.</a></body></html>

contextual/by-name-context-parameters.html

+59-51
Large diffs are not rendered by default.

contextual/context-bounds.html

+60-57
Large diffs are not rendered by default.

contextual/context-functions-spec.html

+54-53
Large diffs are not rendered by default.

contextual/context-functions.html

+91-88
Large diffs are not rendered by default.

contextual/conversions.html

+63-58
Large diffs are not rendered by default.

contextual/derivation-macro.html

+81-78
Large diffs are not rendered by default.

contextual/derivation.html

+277-274
Large diffs are not rendered by default.

contextual/extension-methods.html

+186-179
Large diffs are not rendered by default.

contextual/given-imports.html

+90-84
Large diffs are not rendered by default.

contextual/givens.html

+114-111
Large diffs are not rendered by default.

contextual/index.html

+106-92
Large diffs are not rendered by default.

contextual/multiversal-equality.html

+160-157
Large diffs are not rendered by default.

contextual/relationship-implicits.html

+184-176
Large diffs are not rendered by default.

contextual/right-associative-extension-methods.html

+83-50
Large diffs are not rendered by default.

contextual/type-classes.html

+182-179
Large diffs are not rendered by default.

contextual/using-clauses.html

+120-117
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot="../../../"><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico"></link><script>var pathToRoot = "../../../";</script><meta charset="utf-8">
2-
<title>Redirecting…</title>
3-
<link rel="canonical" href="../../../experimental/named-typeargs.html">
4-
<script>location="../../../experimental/named-typeargs.html"</script>
5-
<meta http-equiv="refresh" content="0; url=../../../experimental/named-typeargs.html">
6-
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1> <a href="../../../experimental/named-typeargs.html">Click here if you were not redirected.</a></body></html>
1+
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot="../../../"><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico"></link><script>var pathToRoot = "../../../";</script><meta charset="utf-8">
2+
<title>Redirecting…</title>
3+
<link rel="canonical" href="../../../experimental/named-typeargs.html">
4+
<script>location="../../../experimental/named-typeargs.html"</script>
5+
<meta http-equiv="refresh" content="0; url=../../../experimental/named-typeargs.html">
6+
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1><a href="../../../experimental/named-typeargs.html">Click here if you were not redirected.</a></body></html>

dropped-features.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2-
<title>Redirecting…</title>
3-
<link rel="canonical" href="dropped-features/index.html">
4-
<script>location="dropped-features/index.html"</script>
5-
<meta http-equiv="refresh" content="0; url=dropped-features/index.html">
6-
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1> <a href="dropped-features/index.html">Click here if you were not redirected.</a></body></html>
1+
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2+
<title>Redirecting…</title>
3+
<link rel="canonical" href="dropped-features/index.html">
4+
<script>location="dropped-features/index.html"</script>
5+
<meta http-equiv="refresh" content="0; url=dropped-features/index.html">
6+
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1><a href="dropped-features/index.html">Click here if you were not redirected.</a></body></html>

dropped-features/auto-apply.html

+64-61
Large diffs are not rendered by default.

dropped-features/class-shadowing-spec.html

+34-33
Large diffs are not rendered by default.

dropped-features/class-shadowing.html

+35-32
Large diffs are not rendered by default.

dropped-features/delayed-init.html

+35-32
Large diffs are not rendered by default.

dropped-features/do-while.html

+55-52
Large diffs are not rendered by default.

dropped-features/early-initializers.html

+30-27
Large diffs are not rendered by default.

dropped-features/existential-types.html

+39-33
Large diffs are not rendered by default.

dropped-features/index.html

+44-41
Large diffs are not rendered by default.

dropped-features/limit22.html

+31-26
Large diffs are not rendered by default.

dropped-features/macros.html

+30-27
Large diffs are not rendered by default.

dropped-features/nonlocal-returns.html

+31-29
Large diffs are not rendered by default.

dropped-features/package-objects.html

+53-46
Large diffs are not rendered by default.

dropped-features/procedure-syntax.html

+34-31
Large diffs are not rendered by default.

dropped-features/symlits.html

+29-26
Large diffs are not rendered by default.

dropped-features/this-qualifier.html

+41-38
Large diffs are not rendered by default.

dropped-features/type-projection.html

+27-24
Large diffs are not rendered by default.

dropped-features/weak-conformance-spec.html

+49-44
Large diffs are not rendered by default.

dropped-features/weak-conformance.html

+38-35
Large diffs are not rendered by default.

dropped-features/wildcard-init.html

+34-31
Large diffs are not rendered by default.

dropped-features/xml.html

+29-26
Large diffs are not rendered by default.

enums/adts.html

+107-102
Large diffs are not rendered by default.

enums/desugarEnums.html

+206-165
Large diffs are not rendered by default.

enums/enums.html

+134-131
Large diffs are not rendered by default.

enums/index.html

+30-27
Large diffs are not rendered by default.

experimental/canthrow.html

+239-241
Large diffs are not rendered by default.

experimental/cc.html

+464-461
Large diffs are not rendered by default.

experimental/erased-defs-spec.html

+78-66
Large diffs are not rendered by default.

experimental/erased-defs.html

+99-96
Large diffs are not rendered by default.

experimental/explicit-nulls.html

+309-272
Large diffs are not rendered by default.

experimental/fewer-braces.html

+18-17
Large diffs are not rendered by default.

experimental/index.html

+50-43
Large diffs are not rendered by default.

experimental/main-annotation.html

+39-36
Large diffs are not rendered by default.

experimental/named-typeargs-spec.html

+36-35
Large diffs are not rendered by default.

experimental/named-typeargs.html

+35-32
Large diffs are not rendered by default.

experimental/numeric-literals.html

+147-144
Large diffs are not rendered by default.

experimental/overview.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot="../"><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"></link><script>var pathToRoot = "../";</script><meta charset="utf-8">
2-
<title>Redirecting…</title>
3-
<link rel="canonical" href="index.html">
4-
<script>location="index.html"</script>
5-
<meta http-equiv="refresh" content="0; url=index.html">
6-
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1> <a href="index.html">Click here if you were not redirected.</a></body></html>
1+
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot="../"><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"></link><script>var pathToRoot = "../";</script><meta charset="utf-8">
2+
<title>Redirecting…</title>
3+
<link rel="canonical" href="index.html">
4+
<script>location="index.html"</script>
5+
<meta http-equiv="refresh" content="0; url=index.html">
6+
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1><a href="index.html">Click here if you were not redirected.</a></body></html>

experimental/tupled-function.html

+57-54
Large diffs are not rendered by default.

features-classification.html

+169-167
Large diffs are not rendered by default.
193 KB
228 KB

index.html

+138-136
Large diffs are not rendered by default.

language-versions/binary-compatibility.html

+27-24
Large diffs are not rendered by default.

language-versions/index.html

+29-26
Large diffs are not rendered by default.

language-versions/source-compatibility.html

+67-56
Large diffs are not rendered by default.

metaprogramming.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2-
<title>Redirecting…</title>
3-
<link rel="canonical" href="metaprogramming/index.html">
4-
<script>location="metaprogramming/index.html"</script>
5-
<meta http-equiv="refresh" content="0; url=metaprogramming/index.html">
6-
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1> <a href="metaprogramming/index.html">Click here if you were not redirected.</a></body></html>
1+
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2+
<title>Redirecting…</title>
3+
<link rel="canonical" href="metaprogramming/index.html">
4+
<script>location="metaprogramming/index.html"</script>
5+
<meta http-equiv="refresh" content="0; url=metaprogramming/index.html">
6+
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1><a href="metaprogramming/index.html">Click here if you were not redirected.</a></body></html>

metaprogramming/compiletime-ops.html

+137-134
Large diffs are not rendered by default.

metaprogramming/index.html

+48-39
Large diffs are not rendered by default.

metaprogramming/inline.html

+179-172
Large diffs are not rendered by default.

metaprogramming/macros-spec.html

+372-371
Large diffs are not rendered by default.

metaprogramming/macros.html

+389-370
Large diffs are not rendered by default.

metaprogramming/reflection.html

+77-74
Large diffs are not rendered by default.

metaprogramming/simple-smp.html

+162-146
Large diffs are not rendered by default.

metaprogramming/staging.html

+78-69
Large diffs are not rendered by default.

metaprogramming/tasty-inspect.html

+63-60
Large diffs are not rendered by default.

new-types/dependent-function-types-spec.html

+54-53
Large diffs are not rendered by default.

new-types/dependent-function-types.html

+41-38
Large diffs are not rendered by default.

new-types/index.html

+33-30
Large diffs are not rendered by default.

new-types/intersection-types-spec.html

+67-67
Large diffs are not rendered by default.

new-types/intersection-types.html

+47-44
Large diffs are not rendered by default.

new-types/match-types.html

+169-159
Large diffs are not rendered by default.

new-types/polymorphic-function-types.html

+60-57
Large diffs are not rendered by default.

new-types/type-lambdas-spec.html

+129-128
Large diffs are not rendered by default.

new-types/type-lambdas.html

+30-27
Large diffs are not rendered by default.

new-types/union-types-spec.html

+146-141
Large diffs are not rendered by default.

new-types/union-types.html

+52-49
Large diffs are not rendered by default.

other-new-features.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2-
<title>Redirecting…</title>
3-
<link rel="canonical" href="other-new-features/index.html">
4-
<script>location="other-new-features/index.html"</script>
5-
<meta http-equiv="refresh" content="0; url=other-new-features/index.html">
6-
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1> <a href="other-new-features/index.html">Click here if you were not redirected.</a></body></html>
1+
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2+
<title>Redirecting…</title>
3+
<link rel="canonical" href="other-new-features/index.html">
4+
<script>location="other-new-features/index.html"</script>
5+
<meta http-equiv="refresh" content="0; url=other-new-features/index.html">
6+
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1><a href="other-new-features/index.html">Click here if you were not redirected.</a></body></html>

other-new-features/control-syntax.html

+40-37
Large diffs are not rendered by default.

other-new-features/creator-applications.html

+57-51
Large diffs are not rendered by default.

other-new-features/experimental-defs.html

+131-108
Large diffs are not rendered by default.

other-new-features/export.html

+168-151
Large diffs are not rendered by default.

other-new-features/indentation.html

+294-271
Large diffs are not rendered by default.

other-new-features/index.html

+44-41
Large diffs are not rendered by default.

other-new-features/kind-polymorphism.html

+40-37
Large diffs are not rendered by default.

other-new-features/matchable.html

+97-94
Large diffs are not rendered by default.

other-new-features/opaques-details.html

+104-101
Large diffs are not rendered by default.

other-new-features/opaques.html

+83-80
Large diffs are not rendered by default.

other-new-features/open-classes.html

+75-66
Large diffs are not rendered by default.

other-new-features/parameter-untupling-spec.html

+59-58
Large diffs are not rendered by default.

other-new-features/parameter-untupling.html

+73-70
Large diffs are not rendered by default.

other-new-features/safe-initialization.html

+217-192
Large diffs are not rendered by default.

other-new-features/targetName.html

+93-85
Large diffs are not rendered by default.

other-new-features/threadUnsafe-annotation.html

+31-28
Large diffs are not rendered by default.

other-new-features/trait-parameters.html

+76-70
Large diffs are not rendered by default.

other-new-features/transparent-traits.html

+94-85
Large diffs are not rendered by default.

other-new-features/type-test.html

+96-93
Large diffs are not rendered by default.

overview.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2-
<title>Redirecting…</title>
3-
<link rel="canonical" href="index.html">
4-
<script>location="index.html"</script>
5-
<meta http-equiv="refresh" content="0; url=index.html">
6-
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1> <a href="index.html">Click here if you were not redirected.</a></body></html>
1+
<!DOCTYPE html><html data-githubContributorsUrl="https://api.github.com/repos/lampepfl/dotty" data-githubContributorsFilename="docs/_layouts/redirect.html" data-pathToRoot=""><head><meta charset="utf-8"></meta><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"></meta><title>redirect</title><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></link><script>var pathToRoot = "";</script><meta charset="utf-8">
2+
<title>Redirecting…</title>
3+
<link rel="canonical" href="index.html">
4+
<script>location="index.html"</script>
5+
<meta http-equiv="refresh" content="0; url=index.html">
6+
<meta name="robots" content="noindex"></head><body><h1>Redirecting…</h1><a href="index.html">Click here if you were not redirected.</a></body></html>

scaladoc.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1-bin-SNAPSHOT
1+
3.4.0-bin-SNAPSHOT

0 commit comments

Comments
 (0)