File tree
181 files changed
+328
-321
lines changed- community-build/community-projects
- compiler/src/scala/quoted/runtime/impl
- printers
- docs/docs/reference
- contextual
- metaprogramming
- library
- src/scala/quoted
- src-bootstrapped/scala/quoted
- scala3doc/src/dotty/dokka/tasty/comments
- stdlib-bootstrapped-tasty-tests/test
- tasty-inspector/src/scala/tasty/inspector
- tests
- disabled/pos-macros/i7853
- neg-macros
- delegate-match-1
- delegate-match-2
- delegate-match-3
- i6432
- i6432b
- i9801
- macros-in-same-project-6
- tasty-macro-assert-1
- tasty-macro-assert-2
- tasty-macro-error
- tasty-macro-positions
- tasty-string-interpolator-position-a
- tasty-string-interpolator-position-b
- neg-staging/i5941
- pending
- pos
- run/tasty-comments
- pos-macros
- i10151
- i10211
- i6171
- i6535
- i6803b
- i7011
- i7030
- i8325
- i8325b
- i8521
- i8866
- i8866b
- i8879
- i9240
- i9251
- i9518
- i9687
- i9894
- tasty-constant-type
- treemap-unapply
- pos-special/fatal-warnings
- run-custom-args
- Yretain-trees
- tasty-definitions-2
- tasty-definitions-3
- tasty-extractors-owners
- tasty-load-tree-1
- tasty-load-tree-2
- run-macros-erased/reflect-isFunctionType
- tasty-inspector
- tasty-documentation-inspector
- tasty-inspector
- tasty-interpreter/interpreter
- jvm
- run-macros
- f-interpolation-1
- gestalt-type-toolbox-reflect
- i10011
- i5119
- i5119b
- i5533
- i5533b
- i5536
- i5629
- i5715
- i5941
- i6171
- i6270
- i6518
- i6679
- i6765
- i6803
- i6988
- i7008
- i7025
- i7887
- i7898
- i8007
- i8514
- i8514b
- i8520
- i9206
- i9570
- i9812b
- inferred-repeated-result
- no-symbol
- paramSymss
- quote-inline-function
- quote-matcher-runtime
- quote-matcher-symantics-1
- quote-matcher-symantics-2
- quote-matcher-symantics-3
- quote-matching-open
- quote-toExprOfTuple
- quote-type-matcher
- quoted-matching-docs
- refined-selectable-macro
- reflect-dsl
- reflect-lambda
- reflect-pos-fun
- reflect-select-constructor
- reflect-select-copy
- reflect-select-copy-2
- reflect-select-symbol-constructor
- reflect-select-value-class
- reflect-sourceCode
- requiredSymbols
- tasty-argument-tree-1
- tasty-construct-types
- tasty-create-method-symbol
- tasty-dealias
- tasty-definitions-1
- tasty-eval
- tasty-extractors-1
- tasty-extractors-2
- tasty-extractors-3
- tasty-extractors-types
- tasty-getfile
- tasty-getfile-implicit-by-name-fun-context
- tasty-getfile-implicit-fun-context
- tasty-indexed-map
- tasty-interpolation-1
- tasty-linenumber
- tasty-linenumber-2
- tasty-location
- tasty-macro-assert
- tasty-macro-const
- tasty-macro-positions
- tasty-original-source
- tasty-overload-secondargs
- tasty-positioned
- tasty-seal-method
- tasty-simplified
- tasty-string-interpolation-reporter-test
- tasty-subtyping
- tasty-tree-map
- tasty-typeof
- tasty-unsafe-let
- xml-interpolation-1
- xml-interpolation-2
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
181 files changed
+328
-321
lines changedSubmodule dotty-cps-async updated 34 files
- src/main/scala/cps/Async.scala+4-4
- src/main/scala/cps/CpsExpr.scala+7-7
- src/main/scala/cps/forest/ApplyTransform.scala+2-2
- src/main/scala/cps/forest/ApplyTreeTransform.scala+5-5
- src/main/scala/cps/forest/AssignTransform.scala+8-8
- src/main/scala/cps/forest/AsyncTreeShifter.scala+1-1
- src/main/scala/cps/forest/AwaitTreeTransform.scala+1-1
- src/main/scala/cps/forest/BlockTransform.scala+5-5
- src/main/scala/cps/forest/CpsTree.scala+4-4
- src/main/scala/cps/forest/IdentTransform.scala+1-1
- src/main/scala/cps/forest/IfTransform.scala+1-1
- src/main/scala/cps/forest/ImportTransform.scala+2-2
- src/main/scala/cps/forest/InlinedTransform.scala+3-3
- src/main/scala/cps/forest/KnownTreeFragments.scala+1-1
- src/main/scala/cps/forest/LambdaTreeTransform.scala+4-4
- src/main/scala/cps/forest/MatchTreeTransform.scala+2-2
- src/main/scala/cps/forest/NewTransform.scala+1-1
- src/main/scala/cps/forest/ReturnTransform.scala+1-1
- src/main/scala/cps/forest/RootTreeTransform.scala+7-7
- src/main/scala/cps/forest/SelectTreeTransform.scala+2-2
- src/main/scala/cps/forest/SuperTransform.scala+1-1
- src/main/scala/cps/forest/ThisTransform.scala+1-1
- src/main/scala/cps/forest/ThrowTransform.scala+1-1
- src/main/scala/cps/forest/TransformUtil.scala+11-11
- src/main/scala/cps/forest/TreeTransformScope.scala+6-6
- src/main/scala/cps/forest/TryTransform.scala+4-4
- src/main/scala/cps/forest/TypeApplyTransform.scala+2-2
- src/main/scala/cps/forest/TypeApplyTreeTransform.scala+7-7
- src/main/scala/cps/forest/TypedTransform.scala+2-2
- src/main/scala/cps/forest/ValDefTransform.scala+20-20
- src/main/scala/cps/forest/WhileTransform.scala+1-1
- src/main/scala/cps/forest/application/ApplyArgRecordScope.scala+1-1
- src/main/scala/cps/forest/application/MethodParamsDescriptorScope.scala+1-1
- src/main/scala/cps/macroFlags/TypeMarkers.scala+1-1
- common-test.dotty/src/main/scala/org/scalatest/LineNumberHelper.scala+1-1
- project/GenAnyVals.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/BooleanMacro.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/Requirements.scala+3-3
- scalactic.dotty/src/main/scala/org/scalactic/Snapshots.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/anyvals/CompileTimeAssertions.scala+12-12
- scalactic.dotty/src/main/scala/org/scalactic/anyvals/NumericStringMacro.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/anyvals/PercentageIntMacros.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/anyvals/RegexStringMacro.scala+1-1
- scalactic.dotty/src/main/scala/org/scalactic/source/Position.scala+1-1
- scalatest.dotty/src/main/scala/org/scalatest/CompileMacro.scala+9-9
- scalatest.dotty/src/main/scala/org/scalatest/DiagrammedAssertionsMacro.scala+1-1
- scalatest.dotty/src/main/scala/org/scalatest/diagrams/DiagramsMacro.scala+3-3
- scalatest.dotty/src/main/scala/org/scalatest/matchers/TypeMatcherMacro.scala+16-16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
| 15 | + | |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
| 20 | + | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 |
| - | |
| 60 | + | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
| 12 | + | |
| 13 | + | |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
| 15 | + | |
| 16 | + | |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
| 180 | + | |
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
79 |
| - | |
| 78 | + | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
212 |
| - | |
213 | 211 |
| |
214 | 212 |
| |
215 |
| - | |
| 213 | + | |
216 | 214 |
| |
217 | 215 |
| |
218 | 216 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
8 | 11 |
| |
9 | 12 |
| |
10 | 13 |
| |
11 |
| - | |
| 14 | + | |
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
| |||
3534 | 3537 |
| |
3535 | 3538 |
| |
3536 | 3539 |
| |
3537 |
| - | |
| 3540 | + | |
3538 | 3541 |
| |
3539 | 3542 |
| |
3540 | 3543 |
| |
|
0 commit comments