File tree
30 files changed
+48
-150
lines changed- community-build/community-projects
- library
- src/scala
- deriving
- quoted
- src-bootstrapped/scala/quoted
- tests
- bench/string-interpolation-macro
- neg-macros
- i6432
- i6432b
- inline-macro-staged-interpreter
- neg-with-compiler/GenericNumLits
- run-macros
- expr-map-1
- flops-rewrite-2
- flops-rewrite-3
- i6270
- inline-macro-staged-interpreter
- quote-matcher-string-interpolator-3
- quote-matcher-symantics-1
- quote-matcher-symantics-2
- quote-matcher-symantics-3
- quoted-matching-docs
- tasty-extractors-constants-1
30 files changed
+48
-150
lines changedSubmodule dotty-cps-async updated 17 files
- shared/src/main/scala/cps/Async.scala+12-12
- shared/src/main/scala/cps/CpsExpr.scala+3-3
- shared/src/main/scala/cps/forest/ApplyTransform.scala+3-3
- shared/src/main/scala/cps/forest/ApplyTreeTransform.scala+21-21
- shared/src/main/scala/cps/forest/AssignTransform.scala+15-15
- shared/src/main/scala/cps/forest/AwaitTreeTransform.scala+1-1
- shared/src/main/scala/cps/forest/CpsTree.scala+3-3
- shared/src/main/scala/cps/forest/InlinedTransform.scala+1-1
- shared/src/main/scala/cps/forest/KnownTreeFragments.scala+9-9
- shared/src/main/scala/cps/forest/RootTreeTransform.scala+9-9
- shared/src/main/scala/cps/forest/ThrowTransform.scala+1-1
- shared/src/main/scala/cps/forest/TryTransform.scala+5-5
- shared/src/main/scala/cps/forest/TypeApplyTransform.scala+3-3
- shared/src/main/scala/cps/forest/TypedTransform.scala+5-5
- shared/src/main/scala/cps/forest/ValDefTransform.scala+33-33
- shared/src/main/scala/cps/forest/application/ApplyArgRecordScope.scala+7-7
- shared/src/main/scala/cps/macroFlags/TypeMarkers.scala+1-1
- dotty/diagrams/src/main/scala/org/scalatest/diagrams/DiagramsMacro.scala+15-15
- dotty/matchers-core/src/main/scala/org/scalatest/matchers/CompileMacro.scala+3-3
- dotty/matchers-core/src/main/scala/org/scalatest/matchers/TypeMatcherMacro.scala+6-6
- dotty/mustmatchers/src/main/scala/org/scalatest/matchers/must/TypeMatcherMacro.scala+2-2
- dotty/scalactic/src/main/scala/org/scalactic/BooleanMacro.scala+11-11
- dotty/scalactic/src/main/scala/org/scalactic/Requirements.scala+1-1
- dotty/scalactic/src/main/scala/org/scalactic/Snapshots.scala+1-1
- dotty/scalactic/src/main/scala/org/scalactic/anyvals/CompileTimeAssertions.scala+18-18
- dotty/scalactic/src/main/scala/org/scalactic/anyvals/RegexStringMacro.scala+1-1
- dotty/shouldmatchers/src/main/scala/org/scalatest/matchers/should/TypeMatcherMacro.scala+4-4
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 0 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 | 31 |
| |
38 | 32 |
| |
39 | 33 |
| |
| |||
228 | 222 |
| |
229 | 223 |
| |
230 | 224 |
| |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 | 225 |
| |
235 | 226 |
| |
236 | 227 |
| |
| |||
523 | 514 |
| |
524 | 515 |
| |
525 | 516 |
| |
526 |
| - | |
527 |
| - | |
528 |
| - | |
529 |
| - | |
530 | 517 |
| |
531 | 518 |
| |
532 | 519 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Lines changed: 1 addition & 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 | 14 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Lines changed: 18 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - |
Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
|
0 commit comments