File tree
191 files changed
+2266
-914
lines changed- bench/src/main/scala
- bench-run/src/main/scala/dotty/tools/benchmarks
- bin/test
- community-build
- community-projects
- test/scala/dotty/communitybuild
- compiler
- src/dotty/tools
- backend/jvm
- dotc
- ast
- config
- core
- classfile
- quoted
- tasty
- unpickleScala2
- parsing
- printing
- reporting
- semanticdb
- tastyreflect
- transform
- typer
- util
- io
- repl
- test
- debug
- dotty/tools
- dotc
- core/tasty
- semanticdb
- util
- repl
- vulpix
- test-resources/repl
- doc-tool/src/dotty/tools/dottydoc/staticsite
- docs
- blog/_posts
- docs
- contributing
- internals
- reference
- contextual
- enums
- metaprogramming
- language-server/test/dotty/tools/languageserver
- library
- src
- scala
- internal/quoted
- quoted
- runtime
- tasty
- reflect
- scalaShadowing
- src-bootstrapped
- dotty/internal
- scala
- quoted
- src-non-bootstrapped
- scala/quoted
- tests
- explicit-nulls/run/generic-java-array-src
- fuzzy
- neg
- i533
- toplevel-cyclic
- neg-macros
- quote-error
- quote-error-2
- neg-staging/i5941
- patmat
- pos
- pos-custom-args/semanticdb
- inline-unapply
- macro-pos
- pos-java-interop/i8936
- run
- i533
- java-intersection
- java-varargs
- run-custom-args/tasty-interpreter
- run-macros
- f-interpolation-1
- i5941
- i8671
- refined-selectable-macro
- string-context-implicits
- tasty-interpolation-1
- tasty-macro-const
- xml-interpolation-1
- xml-interpolation-2
- run-staging/staged-tuples
- run-with-compiler
- semanticdb
- expect
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
191 files changed
+2266
-914
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| 97 | + | |
| 98 | + | |
| 99 | + |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
60 |
| - | |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
80 |
| - | |
| 81 | + | |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 |
| - | |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
|
Submodule dotty-cps-async updated 11 files
- src/main/scala/cps/Async.scala+3-1
- src/main/scala/cps/forest/ApplyTreeTransform.scala+120-133
- src/main/scala/cps/forest/AwaitTransformOtherMonad.scala+2-1
- src/main/scala/cps/forest/CpsTree.scala+167-18
- src/main/scala/cps/forest/LambdaTreeTransform.scala+1-1
- src/main/scala/cps/forest/MatchTreeTransform.scala+1-1
- src/main/scala/cps/forest/RootTreeTransform.scala+6-6
- src/main/scala/cps/forest/SelectTreeTransform.scala+1-1
- src/main/scala/cps/forest/TreeTransformScope.scala+9
- src/main/scala/cps/forest/TypeApplyTreeTransform.scala+1-1
- src/test/scala/cps/TestCBS1Apply.scala+66
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
286 | 292 |
| |
287 | 293 |
| |
288 | 294 |
| |
| |||
375 | 381 |
| |
376 | 382 |
| |
377 | 383 |
| |
| 384 | + | |
378 | 385 |
| |
379 | 386 |
| |
380 | 387 |
|
Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
483 | 483 |
| |
484 | 484 |
| |
485 | 485 |
| |
486 |
| - | |
487 |
| - | |
488 |
| - | |
489 |
| - | |
490 |
| - | |
491 |
| - | |
492 |
| - | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
493 | 490 |
| |
494 | 491 |
| |
495 | 492 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 |
| - | |
| 64 | + | |
66 | 65 |
| |
67 | 66 |
| |
68 | 67 |
| |
| |||
101 | 100 |
| |
102 | 101 |
| |
103 | 102 |
| |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
150 | 155 |
| |
151 | 156 |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
289 |
| - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
290 | 292 |
| |
291 | 293 |
| |
292 | 294 |
| |
|
Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
669 | 669 |
| |
670 | 670 |
| |
671 | 671 |
| |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
672 | 677 |
| |
673 | 678 |
| |
674 | 679 |
| |
| |||
964 | 969 |
| |
965 | 970 |
| |
966 | 971 |
| |
| 972 | + | |
967 | 973 |
| |
968 | 974 |
| |
969 | 975 |
| |
| |||
1135 | 1141 |
| |
1136 | 1142 |
| |
1137 | 1143 |
| |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
1138 | 1148 |
| |
1139 | 1149 |
| |
1140 | 1150 |
| |
| |||
1293 | 1303 |
| |
1294 | 1304 |
| |
1295 | 1305 |
| |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
1296 | 1310 |
| |
1297 | 1311 |
| |
1298 | 1312 |
| |
| |||
1422 | 1436 |
| |
1423 | 1437 |
| |
1424 | 1438 |
| |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
1425 | 1443 |
| |
1426 | 1444 |
| |
1427 | 1445 |
| |
|
Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
378 | 378 |
| |
379 | 379 |
| |
380 | 380 |
| |
| 381 | + | |
381 | 382 |
| |
382 | 383 |
| |
383 | 384 |
| |
| |||
450 | 451 |
| |
451 | 452 |
| |
452 | 453 |
| |
| 454 | + | |
453 | 455 |
| |
454 | 456 |
| |
455 | 457 |
| |
| |||
486 | 488 |
| |
487 | 489 |
| |
488 | 490 |
| |
489 |
| - | |
490 |
| - | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
491 | 499 |
| |
492 | 500 |
| |
493 | 501 |
| |
|
Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 |
| |
61 | 64 |
| |
62 | 65 |
| |
|
0 commit comments