File tree
549 files changed
+12304
-14042
lines changed- community-build
- community-projects
- test/scala/dotty/communitybuild
- compiler
- src/dotty/tools
- backend
- jvm
- sjs
- dotc
- ast
- classpath
- config
- core
- quoted
- tasty
- interactive
- parsing
- printing
- quoted
- reporting
- diagnostic
- tastyreflect
- transform
- typer
- util
- io
- test
- dotc
- dotty
- tools
- backend/jvm
- dotc
- repl
- vulpix
- test-resources
- repl
- type-printer
- doc-tool/src/dotty/tools/dottydoc/model
- docs
- _includes
- blog/_posts
- docs
- contributing
- internals
- reference
- changed-features
- contextual
- contextual-delegate
- contextual-evidence
- contextual-implicit
- contextual-instance
- contextual-repr
- dropped-features
- enums
- metaprogramming
- new-types
- other-new-features
- images/others
- interfaces/src/dotty/tools/dotc/interfaces
- language-server/test/dotty/tools/languageserver
- library
- src
- dotty/runtime
- scala
- annotation
- runtime
- quoted
- tasty/reflect
- scalaShadowing
- src-2.x/scala
- quoted
- src-3.x
- dotty
- scala
- internal
- quoted
- quoted
- matching
- reflect
- runtime
- util/control
- project
- sbt-bridge/src/xsbt
- sbt-dotty
- sbt-test
- sbt-dotty/scala2
- project
- src/main/scala/hello
- scala2-compat/eff
- src/dotty/tools/sbtplugin
- tests
- invalid
- neg
- run
- neg
- alpha-override
- alpha-override1
- toplevel-cyclic
- neg-custom-args
- fatal-warnings
- neg-macros
- tasty-string-interpolator-position-a
- tasty-string-interpolator-position-b
- neg-strict
- new
- patmat
- pending/pos
- pos
- alpha-override
- cm
- inline-separate
- reference
- scala2traits
- pos-special
- pos-with-compiler
- run
- alpha-interop
- enum-java
- generic
- run-deep-subtype
- run-macros
- i6518
- quote-matcher-string-interpolator-3
- reflect-dsl
- reflect-isFunctionType
- reflect-select-symbol-constructor
- tasty-interpolation-1
- run-with-compiler
- staged-tuples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
549 files changed
+12304
-14042
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
| 61 | + | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| 27 | + | |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
|
- README.md+6-6
- project/GenScalaTestDotty.scala+1
- project/plugins.sbt+1-1
- project/scalatest.scala+18-12
- scalactic-test/src/test/scala/org/scalactic/FutureSugarSpec.scala+5
- scalactic.dotty/src/main/scala/org/scalactic/BooleanMacro.scala+15-5
- scalactic.dotty/src/main/scala/org/scalactic/Requirements.scala+1-4
- scalactic.dotty/src/main/scala/org/scalactic/Snapshots.scala+1-3
- scalactic.dotty/src/main/scala/org/scalactic/source/TypeInfoMacro.scala+1-4
- scalactic/src/main/scala/org/scalactic/Accumulation.scala+19-19
- scalactic/src/main/scala/org/scalactic/Prettifier.scala+10-13
- scalatest-test/src/test/scala/org/scalatest/DiagrammedAssertionsSpec.scala+104-42
- scalatest.dotty/src/main/scala/org/scalatest/DiagrammedAssertions.scala+11-9
- scalatest.dotty/src/main/scala/org/scalatest/DiagrammedAssertionsMacro.scala+2-2
- scalatest.dotty/src/main/scala/org/scalatest/DiagrammedExprMacro.scala+173-93
- scalatest.dotty/src/main/scala/org/scalatest/Expectations.scala+1-1
- scalatest/src/main/scala/org/scalatest/tools/Framework.scala+3-3
- scalatest/src/main/scala/org/scalatest/tools/HtmlReporter.scala+95-116
- project/PartestTestListener.scala+3-3
- src/compiler/scala/tools/nsc/profile/Profiler.scala+5-5
- src/compiler/scala/tools/nsc/reporters/DisplayReporter.scala+4-4
- src/compiler/scala/tools/nsc/reporters/PositionFilter.scala+1-1
- src/compiler/scala/tools/nsc/reporters/Reporter.scala+17-17
- src/library/scala/collection/Factory.scala+44-44
- src/library/scala/concurrent/Future.scala+1-1
- src/partest/scala/tools/partest/nest/DelegatingSecurityManager.scala+27-27
- src/reflect/scala/reflect/internal/Reporting.scala+10-10
- src/reflect/scala/reflect/io/ZipArchive.scala+2-2
- src/repl-frontend/scala/tools/nsc/interpreter/shell/ILoop.scala+8-8
- src/repl-frontend/scala/tools/nsc/interpreter/shell/JavapClass.scala+2-2
- test/files/jvm/future-spec/FutureTests.scala+2-2
- test/files/jvm/scala-concurrent-tck.scala+7-7
- test/files/pos/t6169/skinnable.scala+4-4
- test/files/pos/t711.scala+3-3
- test/files/run/future-flatmap-exec-count.scala+2-2
- test/junit/scala/tools/nsc/reporters/PositionFilterTest.scala+1-1
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 |
| |
113 | 119 |
| |
114 | 120 |
| |
| |||
165 | 171 |
| |
166 | 172 |
| |
167 | 173 |
| |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
168 | 180 |
| |
169 | 181 |
| |
170 | 182 |
| |
|
Lines changed: 5 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 |
| |
| |||
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 |
| |
| |||
222 | 223 |
| |
223 | 224 |
| |
224 | 225 |
| |
225 |
| - | |
| 226 | + | |
| 227 | + | |
226 | 228 |
| |
227 | 229 |
| |
228 | 230 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
| |||
513 | 512 |
| |
514 | 513 |
| |
515 | 514 |
| |
| 515 | + | |
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
|
Lines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
107 |
| - | |
108 |
| - | |
| 108 | + | |
| 109 | + | |
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
| |||
145 | 146 |
| |
146 | 147 |
| |
147 | 148 |
| |
148 |
| - | |
| 149 | + | |
149 | 150 |
| |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
155 | 156 |
| |
156 | 157 |
| |
157 | 158 |
| |
| |||
702 | 703 |
| |
703 | 704 |
| |
704 | 705 |
| |
| 706 | + | |
705 | 707 |
| |
706 | 708 |
| |
707 | 709 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
40 |
| - | |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
0 commit comments