File tree
59 files changed
+498
-497
lines changed- community-build
- community-projects
- test/scala/dotty/communitybuild
- compiler/src/dotty/tools/dotc/quoted
- library
- src/scala/tasty
- reflect
- src-bootstrapped/scala
- internal/quoted
- quoted
- util
- tests
- disabled/macro/run
- neg-macros
- tasty-macro-assert-1
- tasty-macro-assert-2
- pos-macros
- i8521
- i8879
- i9240
- i9251
- i9518
- tasty-constant-type
- run-custom-args/tasty-interpreter/interpreter
- run-macros
- f-interpolation-1
- i4515
- i5941
- i6171
- i6518
- quote-matcher-runtime
- quote-type-matcher
- refined-selectable-macro
- reflect-dsl
- reflect-select-constructor
- reflect-select-copy-2
- reflect-select-symbol-constructor
- reflect-select-value-class
- tasty-construct-types
- tasty-create-method-symbol
- tasty-custom-show
- tasty-dealias
- tasty-definitions-1
- tasty-indexed-map
- tasty-macro-assert
- tasty-macro-positions
- tasty-overload-secondargs
- tasty-simplified
- tasty-typeof
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+498
-497
lines changedSubmodule dotty-cps-async updated 28 files
- src/main/scala/cps/Async.scala+13-13
- src/main/scala/cps/CpsExpr.scala+1-1
- src/main/scala/cps/forest/ApplyTransform.scala+3-3
- src/main/scala/cps/forest/ApplyTreeTransform.scala+9-9
- src/main/scala/cps/forest/AssignTransform.scala+17-17
- src/main/scala/cps/forest/AsyncTreeShifter.scala+4-4
- src/main/scala/cps/forest/AwaitTreeTransform.scala+3-3
- src/main/scala/cps/forest/BlockTransform.scala+3-3
- src/main/scala/cps/forest/CpsTree.scala+54-54
- src/main/scala/cps/forest/IdentTransform.scala+5-5
- src/main/scala/cps/forest/IfTransform.scala+14-14
- src/main/scala/cps/forest/ImportTransform.scala+2-2
- src/main/scala/cps/forest/KnownTreeFragments.scala+6-6
- src/main/scala/cps/forest/LambdaTreeTransform.scala+7-7
- src/main/scala/cps/forest/MatchTreeTransform.scala+16-16
- src/main/scala/cps/forest/SelectTreeTransform.scala+10-10
- src/main/scala/cps/forest/ThrowTransform.scala+2-2
- src/main/scala/cps/forest/TransformUtil.scala+12-12
- src/main/scala/cps/forest/TreeTransformScope.scala+6-6
- src/main/scala/cps/forest/TryTransform.scala+1-1
- src/main/scala/cps/forest/TypeApplyTransform.scala+3-3
- src/main/scala/cps/forest/TypeApplyTreeTransform.scala+12-12
- src/main/scala/cps/forest/TypedTransform.scala+3-3
- src/main/scala/cps/forest/ValDefTransform.scala+36-36
- src/main/scala/cps/forest/WhileTransform.scala+10-10
- src/main/scala/cps/forest/application/ApplyArgRecordScope.scala+5-5
- src/main/scala/cps/forest/application/MethodParamsDescriptorScope.scala+4-4
- src/test/scala/cps/A3.scala+7-7
- modules/deriving/src/main/scala/shapeless3/deriving/annotation.scala+6-6
- modules/deriving/src/main/scala/shapeless3/deriving/reflectionutils.scala+10-10
- modules/test/src/main/scala/shapeless3/test/package.scala+1-1
- modules/typeable/src/main/scala/shapeless3/typeable/reflectionutils.scala+10-10
- modules/typeable/src/main/scala/shapeless3/typeable/typeable.scala+8-8
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
| 99 | + | |
| 100 | + | |
98 | 101 |
| |
99 | 102 |
| |
100 | 103 |
| |
| |||
114 | 117 |
| |
115 | 118 |
| |
116 | 119 |
| |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
|
Lines changed: 121 additions & 121 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
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 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
|
Lines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
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 |
| - | |
66 |
| - | |
| 65 | + | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
116 |
| - | |
| 115 | + | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
| 136 | + | |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
|
0 commit comments