[scala-2.10] 116/166: Merge tag 'upstream/2.10.1+dfsg'
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 15 12:43:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository scala-2.10.
commit f5870001f2449e138011dede8a84dd58c40c2099
Merge: fd0ceb0 6c6d055
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Wed Apr 23 19:14:15 2014 +0200
Merge tag 'upstream/2.10.1+dfsg'
Upstream version 2.10.1+dfsg
.gitattributes | 26 +
.mailmap | 25 +
.project | 29 -
CONTRIBUTING.md | 66 +
META-INF/MANIFEST.MF | 8 +-
README | 202 -
README.rst | 212 +
bincompat-backward.whitelist.conf | 163 +
bincompat-forward.whitelist.conf | 359 +
build.number | 4 +-
build.number.maven | 3 +
build.xml | 1780 ++-
classpath.SAMPLE | 13 -
docs/LICENSE | 2 +-
docs/development/scala.dbc/SQLTypes.dot | 48 -
docs/examples/computeserver.scala | 9 +-
docs/examples/oneplacebuffer.scala | 52 +-
.../src/plugintemplate/standalone/Main.scala | 2 +-
.../plugintemplate/standalone/PluginRunner.scala | 2 +-
docs/examples/sort2.scala | 4 +-
docs/examples/swing/ButtonApp.scala | 24 +
docs/examples/swing/CelsiusConverter.scala | 42 +
docs/examples/swing/CelsiusConverter2.scala | 36 +
docs/examples/swing/ComboBoxes.scala | 86 +
docs/examples/swing/CountButton.scala | 30 +
docs/examples/swing/Dialogs.scala | 176 +
docs/examples/swing/GridBagDemo.scala | 64 +
docs/examples/swing/HelloWorld.scala | 13 +
docs/examples/swing/LabelTest.scala | 19 +
docs/examples/swing/LinePainting.scala | 53 +
docs/examples/swing/ListViewDemo.scala | 17 +
docs/examples/swing/SimpleApplet.scala | 18 +
docs/examples/swing/SwingApp.scala | 29 +
docs/examples/swing/TableSelection.scala | 96 +
docs/examples/swing/UIDemo.scala | 147 +
.../test => docs/examples/swing}/images/banana.jpg | Bin
.../examples/swing}/images/margarita1.jpg | Bin
.../examples/swing}/images/margarita2.jpg | Bin
.../test => docs/examples/swing}/images/rose.jpg | Bin
docs/svn-to-sha1-map.txt | 14907 +++++++++++++++++++
docs/svn-to-sha1-missing.txt | 140 +
gitconfig.SAMPLE | 8 +
gitignore.SAMPLE | 28 +-
lib/fjbg.jar | Bin 130721 -> 0 bytes
lib/fjbg.jar.desired.sha1 | 2 +-
lib/forkjoin.jar | Bin 47215 -> 0 bytes
lib/forkjoin.jar.desired.sha1 | 2 +-
lib/jline.jar | Bin 158705 -> 0 bytes
lib/jline.jar.desired.sha1 | 2 +-
lib/midpapi10.jar.desired.sha1 | 1 -
lib/msil.jar | Bin 299354 -> 0 bytes
lib/msil.jar.desired.sha1 | 2 +-
lib/scala-compiler-src.jar.desired.sha1 | 1 +
lib/scala-compiler.jar | Bin 11422560 -> 0 bytes
lib/scala-compiler.jar.desired.sha1 | 2 +-
lib/scala-library-src.jar | Bin 1306388 -> 0 bytes
lib/scala-library-src.jar.desired.sha1 | 2 +-
lib/scala-library.jar | Bin 9925007 -> 0 bytes
lib/scala-library.jar.desired.sha1 | 2 +-
lib/scala-reflect-src.jar.desired.sha1 | 1 +
lib/scala-reflect.jar.desired.sha1 | 1 +
project/Build.scala | 336 +
project/Layers.scala | 120 +
project/Packaging.scala | 129 +
project/Partest.scala | 141 +
project/Release.scala | 30 +
project/RemoteDependencies.scala | 53 +
project/Sametest.scala | 63 +
project/ScalaBuildKeys.scala | 23 +
project/ScalaToolRunner.scala | 21 +
project/ShaResolve.scala | 147 +
project/Testing.scala | 41 +
project/VerifyClassLoad.scala | 46 +
project/Versions.scala | 142 +
project/build.properties | 11 -
project/build/AdditionalResources.scala | 81 -
project/build/BasicLayer.scala | 296 -
project/build/BuildInfoEnvironment.scala | 21 -
project/build/Comparator.scala | 72 -
project/build/Compilation.scala | 104 -
project/build/CompilationStep.scala | 39 -
project/build/ForkSBT.scala | 49 -
project/build/Packer.scala | 122 -
project/build/Partest.scala | 370 -
project/build/PathConfig.scala | 43 -
project/build/SVN.scala | 36 -
project/build/ScalaBuildProject.scala | 36 -
project/build/ScalaSBTBuilder.scala | 362 -
project/build/ScalaTools.scala | 179 -
project/build/Scaladoc.scala | 48 -
project/plugins.sbt | 9 +
project/plugins/Plugins.scala | 6 -
project/project/Build.scala | 7 +
pull-binary-libs.sh | 12 +
push-binary-libs.sh | 0
src/actors/scala/actors/AbstractActor.scala | 5 +-
src/actors/scala/actors/Actor.scala | 726 +-
src/actors/scala/actors/ActorCanReply.scala | 4 +-
src/actors/scala/actors/ActorProxy.scala | 7 +-
src/actors/scala/actors/ActorRef.scala | 52 +
src/actors/scala/actors/ActorTask.scala | 23 +-
src/actors/scala/actors/CanReply.scala | 30 +-
src/actors/scala/actors/Channel.scala | 15 +-
src/actors/scala/actors/Combinators.scala | 6 +-
src/actors/scala/actors/DaemonActor.scala | 7 +-
src/actors/scala/actors/Debug.scala | 5 +-
src/actors/scala/actors/Future.scala | 16 +-
src/actors/scala/actors/IScheduler.scala | 29 +-
src/actors/scala/actors/InputChannel.scala | 2 +-
src/actors/scala/actors/InternalActor.scala | 544 +
src/actors/scala/actors/InternalReplyReactor.scala | 161 +
src/actors/scala/actors/KillActorControl.scala | 16 +
src/actors/scala/actors/MQueue.scala | 250 +
src/actors/scala/actors/MessageQueue.scala | 262 -
src/actors/scala/actors/OutputChannel.scala | 13 +-
src/actors/scala/actors/ReactChannel.scala | 32 +-
src/actors/scala/actors/Reaction.scala | 33 -
src/actors/scala/actors/Reactor.scala | 18 +-
src/actors/scala/actors/ReactorCanReply.scala | 4 +-
src/actors/scala/actors/ReactorTask.scala | 2 +-
src/actors/scala/actors/ReplyReactor.scala | 164 +-
src/actors/scala/actors/ReplyReactorTask.scala | 17 +-
src/actors/scala/actors/Scheduler.scala | 23 +-
src/actors/scala/actors/SchedulerAdapter.scala | 2 +-
src/actors/scala/actors/UncaughtException.scala | 4 +-
src/actors/scala/actors/package.scala | 27 +-
.../scala/actors/remote/FreshNameCreator.scala | 2 +-
.../scala/actors/remote/JavaSerializer.scala | 2 +-
src/actors/scala/actors/remote/NetKernel.scala | 12 +-
src/actors/scala/actors/remote/Proxy.scala | 18 +-
src/actors/scala/actors/remote/RemoteActor.scala | 20 +-
src/actors/scala/actors/remote/Serializer.scala | 2 +-
src/actors/scala/actors/remote/Service.scala | 2 +-
src/actors/scala/actors/remote/TcpService.scala | 12 +-
src/actors/scala/actors/scheduler/ActorGC.scala | 15 +-
.../scala/actors/scheduler/DaemonScheduler.scala | 2 +-
.../actors/scheduler/DelegatingScheduler.scala | 2 +-
.../actors/scheduler/DrainableForkJoinPool.scala | 4 +-
.../scala/actors/scheduler/ExecutorScheduler.scala | 2 +-
.../scala/actors/scheduler/ForkJoinScheduler.scala | 9 +-
.../scala/actors/scheduler/QuitControl.scala | 6 +-
.../scheduler/ResizableThreadPoolScheduler.scala | 13 +-
.../actors/scheduler/SingleThreadedScheduler.scala | 6 +-
.../actors/scheduler/TerminationMonitor.scala | 11 +-
.../actors/scheduler/TerminationService.scala | 2 +-
.../scala/actors/scheduler/ThreadPoolConfig.scala | 4 +-
src/android-library/scala/ScalaObject.scala | 13 -
src/asm/scala/tools/asm/AnnotationVisitor.java | 157 +
src/asm/scala/tools/asm/AnnotationWriter.java | 322 +
src/asm/scala/tools/asm/Attribute.java | 254 +
src/asm/scala/tools/asm/ByteVector.java | 293 +
src/asm/scala/tools/asm/ClassReader.java | 2216 +++
src/asm/scala/tools/asm/ClassVisitor.java | 277 +
src/asm/scala/tools/asm/ClassWriter.java | 1672 +++
src/asm/scala/tools/asm/CustomAttr.java | 20 +
src/asm/scala/tools/asm/Edge.java | 75 +
src/asm/scala/tools/asm/FieldVisitor.java | 115 +
src/asm/scala/tools/asm/FieldWriter.java | 271 +
src/asm/scala/tools/asm/Frame.java | 1435 ++
src/asm/scala/tools/asm/Handle.java | 159 +
src/asm/scala/tools/asm/Handler.java | 118 +
src/asm/scala/tools/asm/Item.java | 297 +
src/asm/scala/tools/asm/Label.java | 555 +
src/asm/scala/tools/asm/MethodVisitor.java | 588 +
src/asm/scala/tools/asm/MethodWriter.java | 2666 ++++
src/asm/scala/tools/asm/Opcodes.java | 358 +
src/asm/scala/tools/asm/Type.java | 865 ++
.../scala/tools/asm/signature/SignatureReader.java | 229 +
.../tools/asm/signature/SignatureVisitor.java | 228 +
.../scala/tools/asm/signature/SignatureWriter.java | 227 +
src/asm/scala/tools/asm/tree/AbstractInsnNode.java | 238 +
src/asm/scala/tools/asm/tree/AnnotationNode.java | 224 +
src/asm/scala/tools/asm/tree/ClassNode.java | 371 +
src/asm/scala/tools/asm/tree/FieldInsnNode.java | 106 +
src/asm/scala/tools/asm/tree/FieldNode.java | 243 +
src/asm/scala/tools/asm/tree/FrameNode.java | 211 +
src/asm/scala/tools/asm/tree/IincInsnNode.java | 80 +
src/asm/scala/tools/asm/tree/InnerClassNode.java | 101 +
src/asm/scala/tools/asm/tree/InsnList.java | 578 +
src/asm/scala/tools/asm/tree/InsnNode.java | 84 +
src/asm/scala/tools/asm/tree/IntInsnNode.java | 84 +
.../tools/asm/tree/InvokeDynamicInsnNode.java | 100 +
src/asm/scala/tools/asm/tree/JumpInsnNode.java | 92 +
src/asm/scala/tools/asm/tree/LabelNode.java | 78 +
src/asm/scala/tools/asm/tree/LdcInsnNode.java | 77 +
src/asm/scala/tools/asm/tree/LineNumberNode.java | 82 +
.../scala/tools/asm/tree/LocalVariableNode.java | 115 +
.../scala/tools/asm/tree/LookupSwitchInsnNode.java | 116 +
src/asm/scala/tools/asm/tree/MethodInsnNode.java | 107 +
src/asm/scala/tools/asm/tree/MethodNode.java | 645 +
.../tools/asm/tree/MultiANewArrayInsnNode.java | 81 +
.../scala/tools/asm/tree/TableSwitchInsnNode.java | 115 +
.../scala/tools/asm/tree/TryCatchBlockNode.java | 94 +
src/asm/scala/tools/asm/tree/TypeInsnNode.java | 87 +
src/asm/scala/tools/asm/tree/VarInsnNode.java | 90 +
.../scala/tools/asm/tree/analysis/Analyzer.java | 549 +
.../tools/asm/tree/analysis/AnalyzerException.java | 64 +
.../tools/asm/tree/analysis/BasicInterpreter.java | 365 +
.../scala/tools/asm/tree/analysis/BasicValue.java | 108 +
.../tools/asm/tree/analysis/BasicVerifier.java | 459 +
src/asm/scala/tools/asm/tree/analysis/Frame.java | 709 +
.../scala/tools/asm/tree/analysis/Interpreter.java | 204 +
.../tools/asm/tree/analysis/SimpleVerifier.java | 329 +
.../scala/tools/asm/tree/analysis/SmallSet.java | 134 +
.../tools/asm/tree/analysis/SourceInterpreter.java | 206 +
.../scala/tools/asm/tree/analysis/SourceValue.java | 97 +
.../scala/tools/asm/tree/analysis/Subroutine.java | 93 +
src/asm/scala/tools/asm/tree/analysis/Value.java | 45 +
src/asm/scala/tools/asm/util/ASMifiable.java | 53 +
src/asm/scala/tools/asm/util/ASMifier.java | 1238 ++
.../tools/asm/util/CheckAnnotationAdapter.java | 142 +
.../scala/tools/asm/util/CheckClassAdapter.java | 603 +
.../scala/tools/asm/util/CheckFieldAdapter.java | 97 +
.../scala/tools/asm/util/CheckMethodAdapter.java | 1668 +++
.../tools/asm/util/CheckSignatureAdapter.java | 329 +
src/asm/scala/tools/asm/util/Printer.java | 558 +
src/asm/scala/tools/asm/util/SignatureChecker.java | 47 +
src/asm/scala/tools/asm/util/Textifiable.java | 54 +
src/asm/scala/tools/asm/util/Textifier.java | 1286 ++
.../tools/asm/util/TraceAnnotationVisitor.java | 96 +
.../scala/tools/asm/util/TraceClassVisitor.java | 232 +
.../scala/tools/asm/util/TraceFieldVisitor.java | 78 +
.../scala/tools/asm/util/TraceMethodVisitor.java | 264 +
.../tools/asm/util/TraceSignatureVisitor.java | 318 +
src/attic/README | 2 -
src/attic/scala/tools/nsc/models/Models.scala | 419 -
.../scala/tools/nsc/models/SemanticTokens.scala | 702 -
src/attic/scala/tools/nsc/models/Signatures.scala | 85 -
.../scala/tools/nsc/symtab/SymbolWalker.scala | 253 -
src/build/InnerObjectTestGen.scala | 308 +
src/build/bnd/continuations.bnd | 5 +
src/build/bnd/scala-actors.bnd | 5 +
src/build/bnd/scala-compiler.bnd | 8 +
src/build/bnd/scala-library.bnd | 6 +
src/build/bnd/scala-reflect.bnd | 6 +
src/build/bnd/scala-swing.bnd | 5 +
src/build/genprod.scala | 284 +-
src/build/maven/continuations-plugin-pom.xml | 9 +-
src/build/maven/jline-pom.xml | 9 +-
src/build/maven/maven-deploy.xml | 29 +-
src/build/maven/scala-actors-pom.xml | 61 +
src/build/maven/scala-compiler-pom.xml | 14 +-
src/build/maven/scala-dbc-pom.xml | 62 -
src/build/maven/scala-dotnet-library-pom.xml | 9 +-
src/build/maven/scala-library-pom.xml | 38 +-
src/build/maven/scala-partest-pom.xml | 9 +-
src/build/maven/scala-reflect-pom.xml | 62 +
src/build/maven/scala-swing-pom.xml | 9 +-
src/build/maven/scalap-pom.xml | 9 +-
src/build/pack.xml | 199 +-
src/compiler/rootdoc.txt | 6 +
.../macros/runtime/AbortMacroException.scala | 7 +
.../scala/reflect/macros/runtime/Aliases.scala | 31 +
.../scala/reflect/macros/runtime/Context.scala | 28 +
.../scala/reflect/macros/runtime/Enclosures.scala | 24 +
.../scala/reflect/macros/runtime/Evals.scala | 18 +
.../scala/reflect/macros/runtime/ExprUtils.scala | 35 +
.../scala/reflect/macros/runtime/FrontEnds.scala | 20 +
.../reflect/macros/runtime/Infrastructure.scala | 16 +
.../scala/reflect/macros/runtime/Names.scala | 17 +
.../scala/reflect/macros/runtime/Parsers.scala | 24 +
.../scala/reflect/macros/runtime/Reifiers.scala | 77 +
.../scala/reflect/macros/runtime/Traces.scala | 8 +
.../scala/reflect/macros/runtime/Typers.scala | 65 +
.../scala/reflect/macros/util/Traces.scala | 13 +
src/compiler/scala/reflect/reify/Errors.scala | 79 +
src/compiler/scala/reflect/reify/Phases.scala | 44 +
src/compiler/scala/reflect/reify/Reifier.scala | 143 +
src/compiler/scala/reflect/reify/States.scala | 67 +
src/compiler/scala/reflect/reify/Taggers.scala | 102 +
.../reflect/reify/codegen/GenAnnotationInfos.scala | 55 +
.../scala/reflect/reify/codegen/GenNames.scala | 14 +
.../scala/reflect/reify/codegen/GenPositions.scala | 17 +
.../scala/reflect/reify/codegen/GenSymbols.scala | 180 +
.../scala/reflect/reify/codegen/GenTrees.scala | 239 +
.../scala/reflect/reify/codegen/GenTypes.scala | 197 +
.../scala/reflect/reify/codegen/GenUtils.scala | 148 +
src/compiler/scala/reflect/reify/package.scala | 90 +
.../scala/reflect/reify/phases/Calculate.scala | 61 +
.../scala/reflect/reify/phases/Metalevels.scala | 150 +
.../scala/reflect/reify/phases/Reify.scala | 62 +
.../scala/reflect/reify/phases/Reshape.scala | 370 +
.../scala/reflect/reify/utils/Extractors.scala | 277 +
.../scala/reflect/reify/utils/NodePrinters.scala | 110 +
.../scala/reflect/reify/utils/StdAttachments.scala | 18 +
.../scala/reflect/reify/utils/SymbolTables.scala | 217 +
src/compiler/scala/reflect/reify/utils/Utils.scala | 21 +
src/compiler/scala/tools/ant/ClassloadVerify.scala | 53 +
src/compiler/scala/tools/ant/FastScalac.scala | 225 +-
src/compiler/scala/tools/ant/Pack200Task.scala | 31 +-
src/compiler/scala/tools/ant/Same.scala | 29 +-
src/compiler/scala/tools/ant/ScalaBazaar.scala | 318 -
.../scala/tools/ant/ScalaMatchingTask.scala | 2 +-
src/compiler/scala/tools/ant/ScalaTool.scala | 73 +-
src/compiler/scala/tools/ant/Scalac.scala | 344 +-
src/compiler/scala/tools/ant/ScalacShared.scala | 2 +-
src/compiler/scala/tools/ant/Scaladoc.scala | 259 +-
src/compiler/scala/tools/ant/antlib.xml | 8 +-
src/compiler/scala/tools/ant/sabbus/Break.scala | 2 +-
.../tools/ant/sabbus/CompilationFailure.scala | 2 +-
src/compiler/scala/tools/ant/sabbus/Compiler.scala | 2 +-
.../scala/tools/ant/sabbus/Compilers.scala | 21 +-
.../scala/tools/ant/sabbus/ForeignCompiler.scala | 2 +-
src/compiler/scala/tools/ant/sabbus/Make.scala | 4 +-
.../scala/tools/ant/sabbus/ScalacFork.scala | 51 +-
src/compiler/scala/tools/ant/sabbus/Settings.scala | 15 +-
src/compiler/scala/tools/ant/sabbus/TaskArgs.scala | 21 +-
src/compiler/scala/tools/ant/sabbus/Use.scala | 2 +-
.../scala/tools/ant/templates/tool-unix.tmpl | 144 +-
.../scala/tools/ant/templates/tool-windows.tmpl | 158 +-
src/compiler/scala/tools/cmd/CommandLine.scala | 2 +-
src/compiler/scala/tools/cmd/Demo.scala | 2 +-
src/compiler/scala/tools/cmd/FromString.scala | 23 +-
src/compiler/scala/tools/cmd/Instance.scala | 2 +-
src/compiler/scala/tools/cmd/Interpolation.scala | 2 +-
src/compiler/scala/tools/cmd/Meta.scala | 2 +-
src/compiler/scala/tools/cmd/Opt.scala | 2 +-
src/compiler/scala/tools/cmd/Parser.scala | 2 +-
src/compiler/scala/tools/cmd/Property.scala | 4 +-
src/compiler/scala/tools/cmd/Reference.scala | 4 +-
src/compiler/scala/tools/cmd/Spec.scala | 2 +-
src/compiler/scala/tools/cmd/gen/AnyVals.scala | 315 +-
src/compiler/scala/tools/cmd/gen/Codegen.scala | 4 +-
src/compiler/scala/tools/cmd/gen/CodegenSpec.scala | 2 +-
src/compiler/scala/tools/cmd/package.scala | 6 +-
src/compiler/scala/tools/cmd/program/Scmp.scala | 60 -
src/compiler/scala/tools/cmd/program/Simple.scala | 81 -
src/compiler/scala/tools/cmd/program/Tokens.scala | 106 -
.../scala/tools/nsc/CompilationUnits.scala | 75 +-
src/compiler/scala/tools/nsc/CompileClient.scala | 2 +-
src/compiler/scala/tools/nsc/CompileServer.scala | 62 +-
src/compiler/scala/tools/nsc/CompileSocket.scala | 10 +-
src/compiler/scala/tools/nsc/CompilerCommand.scala | 13 +-
src/compiler/scala/tools/nsc/CompilerRun.scala | 2 +-
src/compiler/scala/tools/nsc/ConsoleWriter.scala | 2 +-
src/compiler/scala/tools/nsc/Driver.scala | 71 +
src/compiler/scala/tools/nsc/EvalLoop.scala | 4 +-
src/compiler/scala/tools/nsc/FatalError.scala | 19 -
.../scala/tools/nsc/GenericRunnerCommand.scala | 7 +-
.../scala/tools/nsc/GenericRunnerSettings.scala | 4 +-
src/compiler/scala/tools/nsc/Global.scala | 1119 +-
.../scala/tools/nsc/InterpreterCommand.scala | 8 -
src/compiler/scala/tools/nsc/Main.scala | 82 +-
src/compiler/scala/tools/nsc/MainBench.scala | 48 +
.../scala/tools/nsc/MainGenericRunner.scala | 34 +-
src/compiler/scala/tools/nsc/MainInterpreter.scala | 13 -
src/compiler/scala/tools/nsc/MainTokenMetric.scala | 2 +-
.../scala/tools/nsc/NewLinePrintWriter.scala | 2 +-
src/compiler/scala/tools/nsc/NoPhase.scala | 11 -
src/compiler/scala/tools/nsc/ObjectRunner.scala | 18 +-
.../scala/tools/nsc/OfflineCompilerCommand.scala | 4 +-
src/compiler/scala/tools/nsc/Phase.scala | 85 -
src/compiler/scala/tools/nsc/PhaseAssembly.scala | 5 +-
src/compiler/scala/tools/nsc/Phases.scala | 46 +
src/compiler/scala/tools/nsc/Properties.scala | 22 +-
src/compiler/scala/tools/nsc/ScalaDoc.scala | 15 +-
src/compiler/scala/tools/nsc/ScriptRunner.scala | 6 +-
src/compiler/scala/tools/nsc/Settings.scala | 8 +-
src/compiler/scala/tools/nsc/SubComponent.scala | 5 +-
src/compiler/scala/tools/nsc/ast/DocComments.scala | 240 +-
.../scala/tools/nsc/ast/NodePrinters.scala | 566 +-
src/compiler/scala/tools/nsc/ast/Positions.scala | 37 +
src/compiler/scala/tools/nsc/ast/Printers.scala | 296 +
.../scala/tools/nsc/ast/TreeBrowsers.scala | 179 +-
src/compiler/scala/tools/nsc/ast/TreeDSL.scala | 72 +-
src/compiler/scala/tools/nsc/ast/TreeGen.scala | 508 +-
src/compiler/scala/tools/nsc/ast/TreeInfo.scala | 384 +-
.../scala/tools/nsc/ast/TreePrinters.scala | 708 -
src/compiler/scala/tools/nsc/ast/Trees.scala | 1294 +-
.../scala/tools/nsc/ast/parser/BracePair.scala | 2 +-
.../scala/tools/nsc/ast/parser/BracePatch.scala | 2 +-
.../scala/tools/nsc/ast/parser/Change.scala | 2 +-
.../scala/tools/nsc/ast/parser/MarkupParsers.scala | 35 +-
.../scala/tools/nsc/ast/parser/Parsers.scala | 1268 +-
.../scala/tools/nsc/ast/parser/Patch.scala | 2 +-
.../scala/tools/nsc/ast/parser/Scanners.scala | 529 +-
.../tools/nsc/ast/parser/SymbolicXMLBuilder.scala | 54 +-
.../tools/nsc/ast/parser/SyntaxAnalyzer.scala | 4 +-
.../scala/tools/nsc/ast/parser/Tokens.scala | 40 +-
.../scala/tools/nsc/ast/parser/TreeBuilder.scala | 172 +-
.../scala/tools/nsc/backend/JavaPlatform.scala | 56 +-
.../scala/tools/nsc/backend/MSILPlatform.scala | 45 +-
.../scala/tools/nsc/backend/Platform.scala | 32 +-
.../scala/tools/nsc/backend/ScalaPrimitives.scala | 42 +-
.../tools/nsc/backend/WorklistAlgorithm.scala | 2 +-
.../tools/nsc/backend/icode/BasicBlocks.scala | 260 +-
.../tools/nsc/backend/icode/CheckerException.scala | 2 +-
.../nsc/backend/icode/ExceptionHandlers.scala | 20 +-
.../scala/tools/nsc/backend/icode/GenICode.scala | 1150 +-
.../tools/nsc/backend/icode/ICodeCheckers.scala | 24 +-
.../scala/tools/nsc/backend/icode/ICodes.scala | 52 +-
.../tools/nsc/backend/icode/Linearizers.scala | 27 +-
.../scala/tools/nsc/backend/icode/Members.scala | 109 +-
.../scala/tools/nsc/backend/icode/Opcodes.scala | 380 +-
.../scala/tools/nsc/backend/icode/Primitives.scala | 74 +-
.../scala/tools/nsc/backend/icode/Printers.scala | 10 +-
.../scala/tools/nsc/backend/icode/Repository.scala | 16 +-
.../scala/tools/nsc/backend/icode/TypeKinds.scala | 83 +-
.../scala/tools/nsc/backend/icode/TypeStacks.scala | 4 +-
.../backend/icode/analysis/CopyPropagation.scala | 74 +-
.../backend/icode/analysis/DataFlowAnalysis.scala | 21 +-
.../nsc/backend/icode/analysis/Liveness.scala | 55 +-
.../nsc/backend/icode/analysis/LubException.scala | 2 +-
.../nsc/backend/icode/analysis/ProgramPoint.scala | 2 +-
.../icode/analysis/ReachingDefinitions.scala | 129 +-
.../nsc/backend/icode/analysis/SemiLattice.scala | 8 +-
.../backend/icode/analysis/TypeFlowAnalysis.scala | 823 +-
.../tools/nsc/backend/jvm/BytecodeWriters.scala | 87 +-
.../scala/tools/nsc/backend/jvm/GenASM.scala | 3329 +++++
.../scala/tools/nsc/backend/jvm/GenAndroid.scala | 22 +-
.../scala/tools/nsc/backend/jvm/GenJVM.scala | 1666 +--
.../scala/tools/nsc/backend/jvm/GenJVMASM.scala | 99 +
.../scala/tools/nsc/backend/jvm/GenJVMUtil.scala | 38 +-
.../scala/tools/nsc/backend/msil/GenMSIL.scala | 144 +-
.../tools/nsc/backend/opt/ClosureElimination.scala | 60 +-
.../nsc/backend/opt/DeadCodeElimination.scala | 270 +-
.../nsc/backend/opt/InlineExceptionHandlers.scala | 389 +
.../scala/tools/nsc/backend/opt/Inliners.scala | 1027 +-
.../scala/tools/nsc/dependencies/Changes.scala | 6 +-
.../nsc/dependencies/DependencyAnalysis.scala | 28 +-
src/compiler/scala/tools/nsc/doc/DocFactory.scala | 48 +-
src/compiler/scala/tools/nsc/doc/DocParser.scala | 4 +-
src/compiler/scala/tools/nsc/doc/Index.scala | 2 +-
src/compiler/scala/tools/nsc/doc/Settings.scala | 278 +-
.../scala/tools/nsc/doc/Uncompilable.scala | 9 +-
src/compiler/scala/tools/nsc/doc/Universe.scala | 2 +-
.../tools/nsc/doc/base/CommentFactoryBase.scala | 955 ++
src/compiler/scala/tools/nsc/doc/base/LinkTo.scala | 15 +
.../tools/nsc/doc/base/MemberLookupBase.scala | 229 +
.../scala/tools/nsc/doc/base/comment/Body.scala | 91 +
.../scala/tools/nsc/doc/base/comment/Comment.scala | 134 +
src/compiler/scala/tools/nsc/doc/html/Doclet.scala | 2 +-
.../scala/tools/nsc/doc/html/HtmlFactory.scala | 34 +-
.../scala/tools/nsc/doc/html/HtmlPage.scala | 110 +-
src/compiler/scala/tools/nsc/doc/html/Page.scala | 58 +-
.../scala/tools/nsc/doc/html/SyntaxHigh.scala | 28 +-
.../scala/tools/nsc/doc/html/page/Index.scala | 36 +-
.../tools/nsc/doc/html/page/IndexScript.scala | 18 +-
.../tools/nsc/doc/html/page/ReferenceIndex.scala | 6 +-
.../scala/tools/nsc/doc/html/page/Source.scala | 5 +-
.../scala/tools/nsc/doc/html/page/Template.scala | 618 +-
.../doc/html/page/diagram/DiagramGenerator.scala | 53 +
.../nsc/doc/html/page/diagram/DiagramStats.scala | 66 +
.../html/page/diagram/DotDiagramGenerator.scala | 511 +
.../nsc/doc/html/page/diagram/DotRunner.scala | 228 +
.../nsc/doc/html/resource/lib/class_diagram.png | Bin 0 -> 3910 bytes
.../nsc/doc/html/resource/lib/conversionbg.gif | Bin 0 -> 167 bytes
.../tools/nsc/doc/html/resource/lib/diagrams.css | 143 +
.../tools/nsc/doc/html/resource/lib/diagrams.js | 324 +
.../tools/nsc/doc/html/resource/lib/index.css | 304 +-
.../scala/tools/nsc/doc/html/resource/lib/index.js | 131 +-
.../tools/nsc/doc/html/resource/lib/jquery-ui.js | 407 +-
.../tools/nsc/doc/html/resource/lib/jquery.js | 156 +-
.../nsc/doc/html/resource/lib/jquery.layout.js | 5480 ++++++-
.../nsc/doc/html/resource/lib/modernizr.custom.js | 4 +
.../nsc/doc/html/resource/lib/object_diagram.png | Bin 0 -> 3903 bytes
.../doc/html/resource/lib/object_to_type_big.png | Bin 0 -> 9158 bytes
.../tools/nsc/doc/html/resource/lib/raphael-min.js | 10 +
.../tools/nsc/doc/html/resource/lib/ref-index.css | 0
.../tools/nsc/doc/html/resource/lib/rootdoc.txt | 27 -
.../doc/html/resource/lib/selected-implicits.png | Bin 0 -> 1150 bytes
.../html/resource/lib/selected-right-implicits.png | Bin 0 -> 646 bytes
.../tools/nsc/doc/html/resource/lib/template.css | 180 +-
.../tools/nsc/doc/html/resource/lib/template.js | 310 +-
.../nsc/doc/html/resource/lib/trait_diagram.png | Bin 0 -> 3882 bytes
.../scala/tools/nsc/doc/html/resource/lib/type.png | Bin 0 -> 1445 bytes
.../tools/nsc/doc/html/resource/lib/type_big.png | Bin 0 -> 4236 bytes
.../nsc/doc/html/resource/lib/type_diagram.png | Bin 0 -> 1841 bytes
.../doc/html/resource/lib/type_to_object_big.png | Bin 0 -> 4969 bytes
.../scala/tools/nsc/doc/model/CommentFactory.scala | 114 +
.../scala/tools/nsc/doc/model/Entity.scala | 314 +-
.../tools/nsc/doc/model/IndexModelFactory.scala | 13 +-
.../scala/tools/nsc/doc/model/MemberLookup.scala | 38 +
.../scala/tools/nsc/doc/model/ModelFactory.scala | 1123 +-
.../doc/model/ModelFactoryImplicitSupport.scala | 609 +
.../nsc/doc/model/ModelFactoryTypeSupport.scala | 326 +
.../scala/tools/nsc/doc/model/TreeEntity.scala | 2 +-
.../scala/tools/nsc/doc/model/TreeFactory.scala | 4 +-
.../scala/tools/nsc/doc/model/TypeEntity.scala | 6 +-
.../scala/tools/nsc/doc/model/ValueArgument.scala | 2 +-
.../scala/tools/nsc/doc/model/Visibility.scala | 2 +-
.../scala/tools/nsc/doc/model/comment/Body.scala | 88 -
.../tools/nsc/doc/model/comment/Comment.scala | 117 -
.../nsc/doc/model/comment/CommentFactory.scala | 955 --
.../tools/nsc/doc/model/diagram/Diagram.scala | 146 +
.../doc/model/diagram/DiagramDirectiveParser.scala | 261 +
.../nsc/doc/model/diagram/DiagramFactory.scala | 255 +
.../scala/tools/nsc/interactive/BuildManager.scala | 7 +-
.../tools/nsc/interactive/CompilerControl.scala | 116 +-
.../scala/tools/nsc/interactive/ContextTrees.scala | 6 +-
.../scala/tools/nsc/interactive/Global.scala | 238 +-
.../nsc/interactive/InteractiveReporter.scala | 6 +-
.../scala/tools/nsc/interactive/Picklers.scala | 23 +-
.../interactive/PresentationCompilerThread.scala | 4 +-
.../scala/tools/nsc/interactive/REPL.scala | 103 +-
.../tools/nsc/interactive/RangePositions.scala | 87 +-
.../nsc/interactive/RefinedBuildManager.scala | 43 +-
.../scala/tools/nsc/interactive/Response.scala | 2 +-
.../nsc/interactive/RichCompilationUnits.scala | 6 +-
.../tools/nsc/interactive/ScratchPadMaker.scala | 200 +
.../tools/nsc/interactive/SimpleBuildManager.scala | 6 +-
.../nsc/interactive/tests/InteractiveTest.scala | 301 +-
.../tests/InteractiveTestSettings.scala | 70 +
.../scala/tools/nsc/interactive/tests/Tester.scala | 8 +-
.../nsc/interactive/tests/core/AskCommand.scala | 109 +
.../nsc/interactive/tests/core/CoreTestDefs.scala | 100 +
.../tests/core/PresentationCompilerInstance.scala | 33 +
.../PresentationCompilerRequestsWorkingMode.scala | 62 +
.../tests/core/PresentationCompilerTestDef.scala | 19 +
.../nsc/interactive/tests/core/Reporter.scala | 15 +
.../interactive/tests/core/SourcesCollector.scala | 22 +
.../nsc/interactive/tests/core/TestMarker.scala | 27 +
.../nsc/interactive/tests/core/TestResources.scala | 12 +
.../nsc/interactive/tests/core/TestSettings.scala | 19 +
.../nsc/interpreter/AbstractFileClassLoader.scala | 52 +-
.../nsc/interpreter/AbstractOrMissingHandler.scala | 2 +-
.../scala/tools/nsc/interpreter/ByteCode.scala | 9 +-
.../scala/tools/nsc/interpreter/CodeHandlers.scala | 23 +-
.../scala/tools/nsc/interpreter/CommandLine.scala | 2 +-
.../scala/tools/nsc/interpreter/Completion.scala | 6 +-
.../tools/nsc/interpreter/CompletionAware.scala | 63 +-
.../tools/nsc/interpreter/CompletionOutput.scala | 24 +-
.../nsc/interpreter/ConsoleReaderHelper.scala | 2 +-
.../scala/tools/nsc/interpreter/Delimited.scala | 2 +-
.../scala/tools/nsc/interpreter/Dossiers.scala | 53 -
.../scala/tools/nsc/interpreter/Eval.scala | 33 -
.../scala/tools/nsc/interpreter/ExprTyper.scala | 130 +-
.../tools/nsc/interpreter/FileCompletion.scala | 56 -
.../scala/tools/nsc/interpreter/Formatting.scala | 2 +-
.../scala/tools/nsc/interpreter/ILoop.scala | 458 +-
.../scala/tools/nsc/interpreter/ILoopInit.scala | 74 +-
.../scala/tools/nsc/interpreter/IMain.scala | 674 +-
.../scala/tools/nsc/interpreter/ISettings.scala | 4 +-
.../scala/tools/nsc/interpreter/Imports.scala | 27 +-
.../tools/nsc/interpreter/InteractiveReader.scala | 3 +-
.../tools/nsc/interpreter/JLineCompletion.scala | 151 +-
.../scala/tools/nsc/interpreter/JLineReader.scala | 10 +-
.../scala/tools/nsc/interpreter/KeyBinding.scala | 39 -
.../scala/tools/nsc/interpreter/Line.scala | 108 -
.../scala/tools/nsc/interpreter/Logger.scala | 2 +-
.../scala/tools/nsc/interpreter/LoopCommands.scala | 7 +-
.../tools/nsc/interpreter/MemberHandlers.scala | 36 +-
.../scala/tools/nsc/interpreter/NamedParam.scala | 19 +-
.../scala/tools/nsc/interpreter/Naming.scala | 37 +-
.../scala/tools/nsc/interpreter/Parsed.scala | 2 +-
.../scala/tools/nsc/interpreter/Pasted.scala | 2 +-
.../scala/tools/nsc/interpreter/Phased.scala | 7 +-
.../scala/tools/nsc/interpreter/Power.scala | 310 +-
.../tools/nsc/interpreter/ProductCompletion.scala | 44 -
.../scala/tools/nsc/interpreter/ReplConfig.scala | 28 +-
.../scala/tools/nsc/interpreter/ReplGlobal.scala | 57 +
.../scala/tools/nsc/interpreter/ReplProps.scala | 19 +-
.../scala/tools/nsc/interpreter/ReplReporter.scala | 18 +-
.../scala/tools/nsc/interpreter/ReplStrings.scala | 14 +-
.../scala/tools/nsc/interpreter/ReplVals.scala | 87 +-
.../scala/tools/nsc/interpreter/Results.scala | 2 +-
.../scala/tools/nsc/interpreter/RichClass.scala | 17 +-
.../scala/tools/nsc/interpreter/Runner.scala | 11 -
.../scala/tools/nsc/interpreter/SimpleReader.scala | 3 +-
.../scala/tools/nsc/interpreter/TypeStrings.scala | 179 +-
.../tools/nsc/interpreter/XMLCompletion.scala | 44 -
.../scala/tools/nsc/interpreter/package.scala | 8 +-
.../interpreter/session/FileBackedHistory.scala | 2 +-
.../tools/nsc/interpreter/session/History.scala | 2 +-
.../nsc/interpreter/session/JLineHistory.scala | 12 +-
.../nsc/interpreter/session/SimpleHistory.scala | 2 +-
.../tools/nsc/interpreter/session/package.scala | 3 +-
src/compiler/scala/tools/nsc/io/AbstractFile.scala | 254 -
.../scala/tools/nsc/io/ClassAndJarInfo.scala | 39 -
.../scala/tools/nsc/io/DaemonThreadFactory.scala | 2 +-
src/compiler/scala/tools/nsc/io/Directory.scala | 73 -
src/compiler/scala/tools/nsc/io/File.scala | 191 -
.../tools/nsc/io/FileOperationException.scala | 13 -
src/compiler/scala/tools/nsc/io/Fileish.scala | 2 +-
src/compiler/scala/tools/nsc/io/Jar.scala | 97 +-
src/compiler/scala/tools/nsc/io/Lexer.scala | 2 +-
src/compiler/scala/tools/nsc/io/MsilFile.scala | 18 +
.../scala/tools/nsc/io/NullPrintStream.scala | 37 -
src/compiler/scala/tools/nsc/io/Path.scala | 285 -
src/compiler/scala/tools/nsc/io/Pickler.scala | 21 +-
src/compiler/scala/tools/nsc/io/PlainFile.scala | 101 -
src/compiler/scala/tools/nsc/io/Socket.scala | 2 +-
src/compiler/scala/tools/nsc/io/SourceReader.scala | 4 +-
src/compiler/scala/tools/nsc/io/Sources.scala | 73 -
src/compiler/scala/tools/nsc/io/Streamable.scala | 122 -
.../scala/tools/nsc/io/VirtualDirectory.scala | 70 -
src/compiler/scala/tools/nsc/io/VirtualFile.scala | 100 -
src/compiler/scala/tools/nsc/io/ZipArchive.scala | 215 -
src/compiler/scala/tools/nsc/io/package.scala | 40 +-
.../scala/tools/nsc/javac/JavaParsers.scala | 66 +-
.../scala/tools/nsc/javac/JavaScanners.scala | 17 +-
.../scala/tools/nsc/javac/JavaTokens.scala | 2 +-
.../scala/tools/nsc/matching/MatchSupport.scala | 20 +-
src/compiler/scala/tools/nsc/matching/Matrix.scala | 26 +-
.../scala/tools/nsc/matching/MatrixAdditions.scala | 33 +-
.../tools/nsc/matching/ParallelMatching.scala | 59 +-
.../scala/tools/nsc/matching/PatternBindings.scala | 13 +-
.../scala/tools/nsc/matching/Patterns.scala | 90 +-
src/compiler/scala/tools/nsc/package.scala | 18 +-
src/compiler/scala/tools/nsc/plugins/Plugin.scala | 38 +-
.../scala/tools/nsc/plugins/PluginComponent.scala | 2 +-
.../tools/nsc/plugins/PluginDescription.scala | 12 +-
.../tools/nsc/plugins/PluginLoadException.scala | 2 +-
src/compiler/scala/tools/nsc/plugins/Plugins.scala | 8 +-
.../tools/nsc/reporters/AbstractReporter.scala | 24 +-
.../tools/nsc/reporters/ConsoleReporter.scala | 53 +-
.../scala/tools/nsc/reporters/Reporter.scala | 46 +-
.../scala/tools/nsc/reporters/ReporterTimer.scala | 20 -
.../scala/tools/nsc/reporters/StoreReporter.scala | 6 +-
.../scala/tools/nsc/scratchpad/Mixer.scala | 102 +
.../tools/nsc/scratchpad/SourceInserter.scala | 23 +
.../tools/nsc/settings/AbsScalaSettings.scala | 4 +-
.../scala/tools/nsc/settings/AbsSettings.scala | 22 +-
.../tools/nsc/settings/AdvancedScalaSettings.scala | 3 +-
.../tools/nsc/settings/AestheticSettings.scala | 6 +-
.../scala/tools/nsc/settings/FscSettings.scala | 27 +-
.../tools/nsc/settings/ImmutableSettings.scala | 11 -
.../scala/tools/nsc/settings/MutableSettings.scala | 142 +-
.../scala/tools/nsc/settings/ScalaSettings.scala | 206 +-
.../scala/tools/nsc/settings/ScalaVersion.scala | 194 +
.../tools/nsc/settings/StandardScalaSettings.scala | 9 +-
.../scala/tools/nsc/settings/Warnings.scala | 13 +-
.../tools/nsc/symtab/AnnotationCheckers.scala | 120 -
.../scala/tools/nsc/symtab/AnnotationInfos.scala | 145 -
.../scala/tools/nsc/symtab/BaseTypeSeqs.scala | 251 -
.../scala/tools/nsc/symtab/BrowsingLoaders.scala | 20 +-
.../scala/tools/nsc/symtab/Definitions.scala | 908 --
src/compiler/scala/tools/nsc/symtab/Flags.scala | 220 -
.../scala/tools/nsc/symtab/InfoTransformers.scala | 47 -
.../scala/tools/nsc/symtab/NameManglers.scala | 171 -
src/compiler/scala/tools/nsc/symtab/Names.scala | 431 -
.../scala/tools/nsc/symtab/Positions.scala | 37 -
src/compiler/scala/tools/nsc/symtab/Scopes.scala | 350 -
src/compiler/scala/tools/nsc/symtab/StdNames.scala | 588 -
.../scala/tools/nsc/symtab/SymbolLoaders.scala | 305 +-
.../scala/tools/nsc/symtab/SymbolTable.scala | 157 +-
.../scala/tools/nsc/symtab/SymbolTrackers.scala | 6 +-
src/compiler/scala/tools/nsc/symtab/Symbols.scala | 2199 ---
.../scala/tools/nsc/symtab/TypeDebugging.scala | 95 -
src/compiler/scala/tools/nsc/symtab/Types.scala | 5940 --------
.../nsc/symtab/classfile/AbstractFileReader.scala | 2 +-
.../nsc/symtab/classfile/ClassfileConstants.scala | 333 -
.../nsc/symtab/classfile/ClassfileParser.scala | 696 +-
.../tools/nsc/symtab/classfile/ICodeReader.scala | 270 +-
.../tools/nsc/symtab/classfile/MetaParser.scala | 166 -
.../scala/tools/nsc/symtab/classfile/Pickler.scala | 87 +-
.../tools/nsc/symtab/classfile/UnPickler.scala | 103 -
.../scala/tools/nsc/symtab/classfile/package.scala | 7 +
.../scala/tools/nsc/symtab/clr/CLRTypes.scala | 22 +-
.../scala/tools/nsc/symtab/clr/TypeParser.scala | 75 +-
src/compiler/scala/tools/nsc/symtab/package.scala | 7 +
.../scala/tools/nsc/transform/AddInterfaces.scala | 393 +-
.../scala/tools/nsc/transform/CleanUp.scala | 686 +-
.../scala/tools/nsc/transform/Constructors.scala | 211 +-
.../scala/tools/nsc/transform/Erasure.scala | 1317 +-
.../scala/tools/nsc/transform/ExplicitOuter.scala | 239 +-
.../tools/nsc/transform/ExtensionMethods.scala | 269 +
.../scala/tools/nsc/transform/Flatten.scala | 95 +-
.../scala/tools/nsc/transform/InfoTransform.scala | 4 +-
.../scala/tools/nsc/transform/InlineErasure.scala | 9 +
.../scala/tools/nsc/transform/LambdaLift.scala | 375 +-
.../scala/tools/nsc/transform/LazyVals.scala | 137 +-
.../scala/tools/nsc/transform/LiftCode.scala | 148 -
src/compiler/scala/tools/nsc/transform/Mixin.scala | 1305 +-
.../tools/nsc/transform/OverridingPairs.scala | 58 +-
.../scala/tools/nsc/transform/PostErasure.scala | 71 +
.../scala/tools/nsc/transform/Reifiers.scala | 330 -
.../tools/nsc/transform/SampleTransform.scala | 20 +-
.../tools/nsc/transform/SpecializeTypes.scala | 1373 +-
.../scala/tools/nsc/transform/TailCalls.scala | 209 +-
.../scala/tools/nsc/transform/Transform.scala | 2 +-
.../tools/nsc/transform/TypingTransformers.scala | 9 +-
.../scala/tools/nsc/transform/UnCurry.scala | 1075 +-
.../scala/tools/nsc/typechecker/Adaptations.scala | 83 +
.../scala/tools/nsc/typechecker/Analyzer.scala | 15 +-
.../tools/nsc/typechecker/AnalyzerPlugins.scala | 225 +
.../scala/tools/nsc/typechecker/Checkable.scala | 283 +
.../tools/nsc/typechecker/ConstantFolder.scala | 4 +-
.../tools/nsc/typechecker/ContextErrors.scala | 1359 ++
.../scala/tools/nsc/typechecker/Contexts.scala | 488 +-
.../scala/tools/nsc/typechecker/DeVirtualize.scala | 645 -
.../tools/nsc/typechecker/DestructureTypes.scala | 208 +
.../scala/tools/nsc/typechecker/Duplicators.scala | 219 +-
.../scala/tools/nsc/typechecker/EtaExpansion.scala | 47 +-
.../scala/tools/nsc/typechecker/Implicits.scala | 1069 +-
.../scala/tools/nsc/typechecker/Infer.scala | 1252 +-
.../scala/tools/nsc/typechecker/Macros.scala | 883 ++
.../tools/nsc/typechecker/MethodSynthesis.scala | 594 +
.../scala/tools/nsc/typechecker/Modes.scala | 11 +-
.../scala/tools/nsc/typechecker/Namers.scala | 2295 +--
.../tools/nsc/typechecker/NamesDefaults.scala | 451 +-
.../tools/nsc/typechecker/PatternMatching.scala | 3876 +++++
.../scala/tools/nsc/typechecker/RefChecks.scala | 1003 +-
.../tools/nsc/typechecker/StdAttachments.scala | 10 +
.../tools/nsc/typechecker/SuperAccessors.scala | 509 +-
.../tools/nsc/typechecker/SyntheticMethods.scala | 561 +-
.../scala/tools/nsc/typechecker/Tags.scala | 72 +
.../scala/tools/nsc/typechecker/TreeCheckers.scala | 106 +-
.../tools/nsc/typechecker/TypeDiagnostics.scala | 288 +-
.../scala/tools/nsc/typechecker/Typers.scala | 5497 ++++---
.../scala/tools/nsc/typechecker/Unapplies.scala | 193 +-
.../scala/tools/nsc/typechecker/Variances.scala | 20 +-
src/compiler/scala/tools/nsc/util/BitSet.scala | 164 -
.../scala/tools/nsc/util/CharArrayReader.scala | 4 +-
src/compiler/scala/tools/nsc/util/Chars.scala | 94 -
src/compiler/scala/tools/nsc/util/ClassPath.scala | 138 +-
.../scala/tools/nsc/util/CommandLineParser.scala | 5 +-
src/compiler/scala/tools/nsc/util/DocStrings.scala | 113 +-
.../scala/tools/nsc/util/Exceptional.scala | 134 +-
src/compiler/scala/tools/nsc/util/FlagsUtil.scala | 236 -
.../scala/tools/nsc/util/FreshNameCreator.scala | 10 +-
src/compiler/scala/tools/nsc/util/HashSet.scala | 107 -
.../scala/tools/nsc/util/InterruptReq.scala | 19 +-
.../scala/tools/nsc/util/JavaCharArrayReader.scala | 6 +-
.../scala/tools/nsc/util/JavaStackFrame.scala | 71 -
.../scala/tools/nsc/util/MsilClassPath.scala | 30 +-
.../scala/tools/nsc/util/MultiHashMap.scala | 5 +-
src/compiler/scala/tools/nsc/util/Origins.scala | 105 -
src/compiler/scala/tools/nsc/util/Position.scala | 285 -
src/compiler/scala/tools/nsc/util/RegexCache.scala | 40 -
.../scala/tools/nsc/util/ScalaClassLoader.scala | 162 +-
src/compiler/scala/tools/nsc/util/ScalaPrefs.scala | 25 -
src/compiler/scala/tools/nsc/util/Set.scala | 30 -
.../scala/tools/nsc/util/ShowPickled.scala | 44 +-
.../scala/tools/nsc/util/SimpleTracer.scala | 19 +
src/compiler/scala/tools/nsc/util/SourceFile.scala | 145 -
src/compiler/scala/tools/nsc/util/Statistics.scala | 280 -
.../scala/tools/nsc/util/StatisticsInfo.scala | 38 +
src/compiler/scala/tools/nsc/util/TableDef.scala | 95 -
src/compiler/scala/tools/nsc/util/Tracer.scala | 63 -
src/compiler/scala/tools/nsc/util/TreeSet.scala | 2 +-
.../scala/tools/nsc/util/WorkScheduler.scala | 19 +-
src/compiler/scala/tools/nsc/util/package.scala | 96 +-
src/compiler/scala/tools/nsc/util/trace.scala | 13 -
src/compiler/scala/tools/reflect/FastTrack.scala | 41 +
src/compiler/scala/tools/reflect/FrontEnd.scala | 50 +
src/compiler/scala/tools/reflect/Invoked.scala | 52 -
.../scala/tools/reflect/MacroImplementations.scala | 150 +
src/compiler/scala/tools/reflect/Mock.scala | 59 -
.../scala/tools/reflect/ReflectGlobal.scala | 40 +
src/compiler/scala/tools/reflect/ReflectMain.scala | 19 +
.../scala/tools/reflect/ReflectSetup.scala | 10 +
src/compiler/scala/tools/reflect/Shield.scala | 44 -
src/compiler/scala/tools/reflect/SigParser.scala | 42 -
src/compiler/scala/tools/reflect/StdTags.scala | 58 +
src/compiler/scala/tools/reflect/ToolBox.scala | 104 +
.../scala/tools/reflect/ToolBoxFactory.scala | 421 +
src/compiler/scala/tools/reflect/UniversalFn.scala | 59 -
.../scala/tools/reflect/WrappedProperties.scala | 8 +-
src/compiler/scala/tools/reflect/package.scala | 130 +-
src/compiler/scala/tools/util/AbstractTimer.scala | 53 -
.../scala/tools/util/ClassPathSettings.scala | 32 -
src/compiler/scala/tools/util/Javap.scala | 89 +-
src/compiler/scala/tools/util/PathResolver.scala | 38 +-
src/compiler/scala/tools/util/Profiling.scala | 52 -
src/compiler/scala/tools/util/SignalManager.scala | 275 -
src/compiler/scala/tools/util/Signallable.scala | 65 -
.../scala/tools/util/SocketConnection.scala | 52 -
src/compiler/scala/tools/util/SocketServer.scala | 6 +-
src/compiler/scala/tools/util/StringOps.scala | 89 -
src/compiler/scala/tools/util/VerifyClass.scala | 53 +
src/compiler/scala/tools/util/Which.scala | 38 -
.../scala/util/continuations/ControlContext.scala | 100 +-
.../library/scala/util/continuations/package.scala | 134 +-
.../tools/selectivecps/CPSAnnotationChecker.scala | 316 +-
.../plugin/scala/tools/selectivecps/CPSUtils.scala | 138 +-
.../tools/selectivecps/SelectiveANFTransform.scala | 348 +-
.../tools/selectivecps/SelectiveCPSPlugin.scala | 2 +
.../tools/selectivecps/SelectiveCPSTransform.scala | 114 +-
src/dbc/scala/dbc/DataType.scala | 69 -
src/dbc/scala/dbc/Database.scala | 187 -
src/dbc/scala/dbc/Syntax.scala | 47 -
src/dbc/scala/dbc/Utilities.scala | 28 -
src/dbc/scala/dbc/Value.scala | 27 -
src/dbc/scala/dbc/Vendor.scala | 41 -
.../scala/dbc/datatype/ApproximateNumeric.scala | 57 -
src/dbc/scala/dbc/datatype/Boolean.scala | 31 -
src/dbc/scala/dbc/datatype/Character.scala | 40 -
.../scala/dbc/datatype/CharacterLargeObject.scala | 31 -
src/dbc/scala/dbc/datatype/CharacterString.scala | 24 -
src/dbc/scala/dbc/datatype/CharacterVarying.scala | 41 -
src/dbc/scala/dbc/datatype/ExactNumeric.scala | 65 -
src/dbc/scala/dbc/datatype/Factory.scala | 250 -
src/dbc/scala/dbc/datatype/Numeric.scala | 32 -
src/dbc/scala/dbc/datatype/String.scala | 24 -
src/dbc/scala/dbc/datatype/Unknown.scala | 34 -
.../scala/dbc/exception/IncompatibleSchema.scala | 19 -
.../scala/dbc/exception/UnsupportedFeature.scala | 16 -
src/dbc/scala/dbc/package.scala | 6 -
src/dbc/scala/dbc/result/Field.scala | 63 -
src/dbc/scala/dbc/result/FieldMetadata.scala | 40 -
src/dbc/scala/dbc/result/Relation.scala | 82 -
src/dbc/scala/dbc/result/Status.scala | 28 -
src/dbc/scala/dbc/result/Tuple.scala | 42 -
src/dbc/scala/dbc/statement/AccessMode.scala | 26 -
src/dbc/scala/dbc/statement/DerivedColumn.scala | 38 -
src/dbc/scala/dbc/statement/Expression.scala | 28 -
src/dbc/scala/dbc/statement/Insert.scala | 31 -
src/dbc/scala/dbc/statement/InsertionData.scala | 40 -
src/dbc/scala/dbc/statement/IsolationLevel.scala | 32 -
src/dbc/scala/dbc/statement/JoinType.scala | 56 -
src/dbc/scala/dbc/statement/Jointure.scala | 45 -
src/dbc/scala/dbc/statement/Relation.scala | 55 -
src/dbc/scala/dbc/statement/Select.scala | 99 -
src/dbc/scala/dbc/statement/SetClause.scala | 21 -
src/dbc/scala/dbc/statement/SetQuantifier.scala | 38 -
src/dbc/scala/dbc/statement/Statement.scala | 16 -
src/dbc/scala/dbc/statement/Status.scala | 32 -
src/dbc/scala/dbc/statement/Table.scala | 38 -
src/dbc/scala/dbc/statement/Transaction.scala | 55 -
src/dbc/scala/dbc/statement/Update.scala | 47 -
.../scala/dbc/statement/expression/Aggregate.scala | 35 -
.../dbc/statement/expression/BinaryOperator.scala | 33 -
.../scala/dbc/statement/expression/Constant.scala | 23 -
.../scala/dbc/statement/expression/Default.scala | 22 -
src/dbc/scala/dbc/statement/expression/Field.scala | 40 -
.../dbc/statement/expression/FunctionCall.scala | 33 -
.../scala/dbc/statement/expression/Select.scala | 28 -
.../dbc/statement/expression/SetFunction.scala | 40 -
.../scala/dbc/statement/expression/TypeCast.scala | 32 -
.../dbc/statement/expression/UnaryOperator.scala | 33 -
src/dbc/scala/dbc/syntax/DataTypeUtil.scala | 98 -
src/dbc/scala/dbc/syntax/Database.scala | 33 -
src/dbc/scala/dbc/syntax/Statement.scala | 274 -
src/dbc/scala/dbc/syntax/StatementExpression.scala | 221 -
src/dbc/scala/dbc/value/ApproximateNumeric.scala | 28 -
src/dbc/scala/dbc/value/Boolean.scala | 27 -
src/dbc/scala/dbc/value/Character.scala | 35 -
src/dbc/scala/dbc/value/CharacterLargeObject.scala | 35 -
src/dbc/scala/dbc/value/CharacterVarying.scala | 35 -
src/dbc/scala/dbc/value/Conversion.scala | 156 -
src/dbc/scala/dbc/value/ExactNumeric.scala | 35 -
src/dbc/scala/dbc/value/Factory.scala | 95 -
src/dbc/scala/dbc/value/Unknown.scala | 27 -
src/dbc/scala/dbc/vendor/PostgreSQL.scala | 29 -
src/detach/library/scala/remoting/Channel.scala | 34 +-
src/detach/library/scala/remoting/Debug.scala | 2 +-
.../library/scala/remoting/ServerChannel.scala | 2 +-
src/detach/library/scala/remoting/detach.scala | 2 +-
src/detach/library/scala/runtime/RemoteRef.scala | 2 +-
.../library/scala/runtime/remoting/Debug.scala | 2 +-
.../scala/runtime/remoting/RegistryDelegate.scala | 2 +-
.../scala/runtime/remoting/RemoteBooleanRef.scala | 2 +-
.../scala/runtime/remoting/RemoteByteRef.scala | 2 +-
.../scala/runtime/remoting/RemoteCharRef.scala | 2 +-
.../scala/runtime/remoting/RemoteDoubleRef.scala | 2 +-
.../scala/runtime/remoting/RemoteFloatRef.scala | 2 +-
.../library/scala/runtime/remoting/RemoteGC.scala | 7 +-
.../scala/runtime/remoting/RemoteIntRef.scala | 2 +-
.../scala/runtime/remoting/RemoteLongRef.scala | 2 +-
.../scala/runtime/remoting/RemoteObjectRef.scala | 2 +-
.../scala/runtime/remoting/RemoteShortRef.scala | 2 +-
src/detach/plugin/scala/tools/detach/Detach.scala | 51 +-
.../plugin/scala/tools/detach/DetachPlugin.scala | 2 +-
src/eclipse/README.md | 52 +
src/eclipse/asm/.classpath | 6 +
src/eclipse/asm/.project | 29 +
src/eclipse/continuations-library/.classpath | 8 +
src/eclipse/continuations-library/.project | 30 +
.../.settings/org.scala-ide.sdt.core.prefs | 2 +
src/eclipse/fjbg/.classpath | 7 +
src/eclipse/fjbg/.project | 30 +
src/eclipse/partest/.classpath | 15 +
src/eclipse/partest/.project | 35 +
src/eclipse/reflect/.classpath | 8 +
src/eclipse/reflect/.project | 30 +
src/eclipse/scala-compiler/.classpath | 14 +
src/eclipse/scala-compiler/.project | 35 +
src/eclipse/scala-library/.classpath | 7 +
src/eclipse/scala-library/.project | 30 +
src/eclipse/scalap/.classpath | 13 +
src/eclipse/scalap/.project | 35 +
src/ensime/.ensime.SAMPLE | 17 +
src/ensime/README.md | 11 +
src/fjbg/ch/epfl/lamp/fjbg/FJBGContext.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JAccessFlags.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JArrayType.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JAttribute.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JAttributeFactory.java | 3 +-
.../ch/epfl/lamp/fjbg/JBootstrapInvokeDynamic.java | 69 -
src/fjbg/ch/epfl/lamp/fjbg/JClass.java | 10 +-
src/fjbg/ch/epfl/lamp/fjbg/JCode.java | 19 +-
src/fjbg/ch/epfl/lamp/fjbg/JCodeAttribute.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JCodeIterator.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JConstantPool.java | 2 +-
.../ch/epfl/lamp/fjbg/JConstantValueAttribute.java | 2 +-
.../epfl/lamp/fjbg/JEnclosingMethodAttribute.java | 2 +-
.../ch/epfl/lamp/fjbg/JExceptionsAttribute.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JExtendedCode.java | 12 +-
src/fjbg/ch/epfl/lamp/fjbg/JField.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JFieldOrMethod.java | 2 +-
.../ch/epfl/lamp/fjbg/JInnerClassesAttribute.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JLabel.java | 2 +-
.../epfl/lamp/fjbg/JLineNumberTableAttribute.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JLocalVariable.java | 2 +-
.../lamp/fjbg/JLocalVariableTableAttribute.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JMember.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JMethod.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JMethodType.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JObjectType.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JOpcode.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JOtherAttribute.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JReferenceType.java | 2 +-
.../ch/epfl/lamp/fjbg/JSourceFileAttribute.java | 2 +-
.../ch/epfl/lamp/fjbg/JStackMapTableAttribute.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/JType.java | 2 +-
src/fjbg/ch/epfl/lamp/fjbg/Main.java | 2 +-
src/fjbg/ch/epfl/lamp/util/ByteArray.java | 2 +-
.../scala/concurrent/forkjoin/ForkJoinPool.java | 3822 +++--
.../scala/concurrent/forkjoin/ForkJoinTask.java | 1807 ++-
.../concurrent/forkjoin/ForkJoinWorkerThread.java | 756 +-
.../concurrent/forkjoin/LinkedTransferQueue.java | 1583 +-
.../scala/concurrent/forkjoin/RecursiveAction.java | 113 +-
.../scala/concurrent/forkjoin/RecursiveTask.java | 31 +-
.../concurrent/forkjoin/ThreadLocalRandom.java | 81 +-
.../scala/concurrent/forkjoin/TransferQueue.java | 85 +-
.../scala/concurrent/forkjoin/package-info.java | 5 +-
src/forkjoin/scala/concurrent/util/Unsafe.java | 35 +
src/intellij/README | 11 +-
src/intellij/actors.iml.SAMPLE | 4 +-
src/intellij/asm.iml.SAMPLE | 12 +
src/intellij/compiler.iml.SAMPLE | 8 +-
src/intellij/dbc.iml.SAMPLE | 23 -
src/intellij/fjbg.iml.SAMPLE | 12 +
src/intellij/forkjoin.iml.SAMPLE | 12 +
src/intellij/library.iml.SAMPLE | 6 +-
src/intellij/manual.iml.SAMPLE | 2 +-
src/intellij/msil.iml.SAMPLE | 24 +
src/intellij/partest.iml.SAMPLE | 6 +-
src/intellij/reflect.iml.SAMPLE | 25 +
src/intellij/scala-lang.ipr.SAMPLE | 32 +-
src/intellij/scala.iml.SAMPLE | 10 +
src/intellij/scalap.iml.SAMPLE | 3 +-
src/intellij/swing.iml.SAMPLE | 2 +-
src/intellij/test.iml.SAMPLE | 20 +
src/jline/TEST-NOTE.txt | 4 -
src/jline/build.sbt | 49 +
src/jline/manual-test.sh | 8 +
src/jline/project/build.properties | 8 -
src/jline/project/build/JlineProject.scala | 35 -
src/jline/project/plugins/Plugins.scala | 5 -
src/jline/project/plugins/build.sbt | 5 +
src/jline/project/plugins/project/build.properties | 3 -
.../scala/tools/jline/console/ConsoleReader.java | 9 +
.../jline/console/ConsoleReaderTestSupport.java | 1 +
src/library-aux/scala/Any.scala | 34 +-
src/library-aux/scala/AnyRef.scala | 5 +-
src/library/rootdoc.txt | 28 +
src/library/scala/AnyVal.scala | 43 +-
src/library/scala/AnyValCompanion.scala | 4 +-
src/library/scala/App.scala | 19 +-
src/library/scala/Application.scala | 92 +-
src/library/scala/Array.scala | 263 +-
src/library/scala/Boolean.scala | 108 +-
src/library/scala/Byte.scala | 718 +-
src/library/scala/Cell.scala | 21 -
src/library/scala/Char.scala | 717 +-
src/library/scala/Cloneable.scala | 14 +
src/library/scala/Console.scala | 48 +-
src/library/scala/CountedIterator.scala | 24 -
src/library/scala/DelayedInit.scala | 46 +-
src/library/scala/Double.scala | 453 +-
src/library/scala/Dynamic.scala | 35 +-
src/library/scala/Either.scala | 609 -
src/library/scala/Enumeration.scala | 156 +-
src/library/scala/Equals.scala | 4 +-
src/library/scala/Float.scala | 457 +-
src/library/scala/Function.scala | 71 +-
src/library/scala/Function0.scala | 16 +-
src/library/scala/Function1.scala | 18 +-
src/library/scala/Function10.scala | 9 +-
src/library/scala/Function11.scala | 9 +-
src/library/scala/Function12.scala | 9 +-
src/library/scala/Function13.scala | 9 +-
src/library/scala/Function14.scala | 9 +-
src/library/scala/Function15.scala | 9 +-
src/library/scala/Function16.scala | 9 +-
src/library/scala/Function17.scala | 9 +-
src/library/scala/Function18.scala | 9 +-
src/library/scala/Function19.scala | 9 +-
src/library/scala/Function2.scala | 21 +-
src/library/scala/Function20.scala | 9 +-
src/library/scala/Function21.scala | 9 +-
src/library/scala/Function22.scala | 9 +-
src/library/scala/Function3.scala | 9 +-
src/library/scala/Function4.scala | 9 +-
src/library/scala/Function5.scala | 9 +-
src/library/scala/Function6.scala | 9 +-
src/library/scala/Function7.scala | 9 +-
src/library/scala/Function8.scala | 9 +-
src/library/scala/Function9.scala | 9 +-
src/library/scala/Immutable.scala | 2 +-
src/library/scala/Int.scala | 716 +-
src/library/scala/Long.scala | 715 +-
src/library/scala/LowPriorityImplicits.scala | 24 +-
src/library/scala/MatchError.scala | 4 +-
src/library/scala/Math.scala | 95 -
src/library/scala/MathCommon.scala | 143 -
src/library/scala/Mutable.scala | 2 +-
src/library/scala/NotDefinedError.scala | 17 -
src/library/scala/NotImplementedError.scala | 19 +
src/library/scala/NotNull.scala | 6 +-
src/library/scala/Option.scala | 73 +-
src/library/scala/PartialFunction.scala | 231 +-
src/library/scala/Predef.scala | 230 +-
src/library/scala/Product.scala | 27 +-
src/library/scala/Product1.scala | 8 +-
src/library/scala/Product10.scala | 8 +-
src/library/scala/Product11.scala | 8 +-
src/library/scala/Product12.scala | 8 +-
src/library/scala/Product13.scala | 8 +-
src/library/scala/Product14.scala | 8 +-
src/library/scala/Product15.scala | 8 +-
src/library/scala/Product16.scala | 8 +-
src/library/scala/Product17.scala | 8 +-
src/library/scala/Product18.scala | 8 +-
src/library/scala/Product19.scala | 8 +-
src/library/scala/Product2.scala | 8 +-
src/library/scala/Product20.scala | 8 +-
src/library/scala/Product21.scala | 8 +-
src/library/scala/Product22.scala | 8 +-
src/library/scala/Product3.scala | 8 +-
src/library/scala/Product4.scala | 8 +-
src/library/scala/Product5.scala | 8 +-
src/library/scala/Product6.scala | 8 +-
src/library/scala/Product7.scala | 8 +-
src/library/scala/Product8.scala | 8 +-
src/library/scala/Product9.scala | 8 +-
src/library/scala/Proxy.scala | 23 +-
src/library/scala/Responder.scala | 23 +-
src/library/scala/ScalaObject.scala | 11 +-
src/library/scala/SerialVersionUID.scala | 9 +-
src/library/scala/Serializable.scala | 4 +-
src/library/scala/Short.scala | 717 +-
src/library/scala/Specializable.scala | 29 +
src/library/scala/SpecializableCompanion.scala | 3 +-
src/library/scala/StringContext.scala | 240 +
src/library/scala/Symbol.scala | 36 +-
src/library/scala/Tuple1.scala | 2 +-
src/library/scala/Tuple10.scala | 2 +-
src/library/scala/Tuple11.scala | 2 +-
src/library/scala/Tuple12.scala | 2 +-
src/library/scala/Tuple13.scala | 2 +-
src/library/scala/Tuple14.scala | 2 +-
src/library/scala/Tuple15.scala | 2 +-
src/library/scala/Tuple16.scala | 2 +-
src/library/scala/Tuple17.scala | 2 +-
src/library/scala/Tuple18.scala | 2 +-
src/library/scala/Tuple19.scala | 2 +-
src/library/scala/Tuple2.scala | 108 +-
src/library/scala/Tuple20.scala | 2 +-
src/library/scala/Tuple21.scala | 2 +-
src/library/scala/Tuple22.scala | 2 +-
src/library/scala/Tuple3.scala | 122 +-
src/library/scala/Tuple4.scala | 2 +-
src/library/scala/Tuple5.scala | 2 +-
src/library/scala/Tuple6.scala | 2 +-
src/library/scala/Tuple7.scala | 2 +-
src/library/scala/Tuple8.scala | 2 +-
src/library/scala/Tuple9.scala | 2 +-
src/library/scala/UninitializedError.scala | 2 +-
src/library/scala/UninitializedFieldError.scala | 9 +-
src/library/scala/Unit.scala | 13 +-
src/library/scala/annotation/Annotation.scala | 15 +-
.../scala/annotation/ClassfileAnnotation.scala | 10 +-
.../scala/annotation/StaticAnnotation.scala | 8 +-
src/library/scala/annotation/TypeConstraint.scala | 24 +-
src/library/scala/annotation/bridge.scala | 5 +-
src/library/scala/annotation/cloneable.scala | 15 +
src/library/scala/annotation/elidable.scala | 80 +-
.../scala/annotation/implicitNotFound.scala | 4 +-
src/library/scala/annotation/meta/beanGetter.scala | 13 +
src/library/scala/annotation/meta/beanSetter.scala | 13 +
.../scala/annotation/meta/companionClass.scala | 17 +
.../scala/annotation/meta/companionMethod.scala | 17 +
.../scala/annotation/meta/companionObject.scala | 14 +
src/library/scala/annotation/meta/field.scala | 13 +
src/library/scala/annotation/meta/getter.scala | 13 +
.../scala/annotation/meta/languageFeature.scala | 13 +
src/library/scala/annotation/meta/package.scala | 68 +
src/library/scala/annotation/meta/param.scala | 13 +
src/library/scala/annotation/meta/setter.scala | 13 +
src/library/scala/annotation/migration.scala | 11 +-
src/library/scala/annotation/serializable.scala | 4 +-
src/library/scala/annotation/strictfp.scala | 4 +-
src/library/scala/annotation/switch.scala | 7 +-
src/library/scala/annotation/tailrec.scala | 15 +-
.../scala/annotation/target/beanGetter.scala | 13 -
.../scala/annotation/target/beanSetter.scala | 13 -
src/library/scala/annotation/target/field.scala | 13 -
src/library/scala/annotation/target/getter.scala | 13 -
src/library/scala/annotation/target/package.scala | 93 +-
src/library/scala/annotation/target/param.scala | 13 -
src/library/scala/annotation/target/setter.scala | 13 -
.../annotation/unchecked/uncheckedStable.scala | 4 +-
.../annotation/unchecked/uncheckedVariance.scala | 4 +-
src/library/scala/annotation/unspecialized.scala | 17 +
src/library/scala/annotation/varargs.scala | 13 +-
src/library/scala/beans/BeanDescription.scala | 19 +
src/library/scala/beans/BeanDisplayName.scala | 18 +
src/library/scala/beans/BeanInfo.scala | 20 +
src/library/scala/beans/BeanInfoSkip.scala | 18 +
src/library/scala/beans/BeanProperty.scala | 26 +
src/library/scala/beans/BooleanBeanProperty.scala | 16 +
src/library/scala/beans/ScalaBeanInfo.scala | 46 +
src/library/scala/cloneable.scala | 16 -
src/library/scala/collection/BitSet.scala | 6 +-
src/library/scala/collection/BitSetLike.scala | 80 +-
.../scala/collection/BufferedIterator.scala | 2 +-
.../scala/collection/CustomParallelizable.scala | 4 +-
src/library/scala/collection/DefaultMap.scala | 32 +-
src/library/scala/collection/GenIterable.scala | 4 +-
src/library/scala/collection/GenIterableLike.scala | 89 +-
src/library/scala/collection/GenIterableView.scala | 2 +-
.../scala/collection/GenIterableViewLike.scala | 3 +-
src/library/scala/collection/GenMap.scala | 4 +-
src/library/scala/collection/GenMapLike.scala | 74 +-
src/library/scala/collection/GenSeq.scala | 4 +-
src/library/scala/collection/GenSeqLike.scala | 205 +-
src/library/scala/collection/GenSeqView.scala | 2 +-
src/library/scala/collection/GenSeqViewLike.scala | 2 +-
src/library/scala/collection/GenSet.scala | 4 +-
src/library/scala/collection/GenSetLike.scala | 21 +-
src/library/scala/collection/GenTraversable.scala | 4 +-
.../scala/collection/GenTraversableLike.scala | 199 +-
.../scala/collection/GenTraversableOnce.scala | 122 +-
.../scala/collection/GenTraversableView.scala | 2 +-
.../scala/collection/GenTraversableViewLike.scala | 2 +-
src/library/scala/collection/IndexedSeq.scala | 13 +-
src/library/scala/collection/IndexedSeqLike.scala | 18 +-
.../scala/collection/IndexedSeqOptimized.scala | 15 +-
src/library/scala/collection/Iterable.scala | 20 +-
src/library/scala/collection/IterableLike.scala | 65 +-
src/library/scala/collection/IterableProxy.scala | 10 +-
.../scala/collection/IterableProxyLike.scala | 6 +-
src/library/scala/collection/IterableView.scala | 2 +-
.../scala/collection/IterableViewLike.scala | 28 +-
src/library/scala/collection/Iterator.scala | 262 +-
src/library/scala/collection/JavaConversions.scala | 915 +-
src/library/scala/collection/JavaConverters.scala | 501 +-
src/library/scala/collection/LinearSeq.scala | 7 +-
src/library/scala/collection/LinearSeqLike.scala | 19 +-
.../scala/collection/LinearSeqOptimized.scala | 33 +-
src/library/scala/collection/Map.scala | 13 +-
src/library/scala/collection/MapLike.scala | 75 +-
src/library/scala/collection/MapProxy.scala | 7 +-
src/library/scala/collection/MapProxyLike.scala | 2 +-
src/library/scala/collection/Parallel.scala | 2 +-
src/library/scala/collection/Parallelizable.scala | 4 +-
src/library/scala/collection/Seq.scala | 19 +-
src/library/scala/collection/SeqExtractors.scala | 23 +
src/library/scala/collection/SeqLike.scala | 475 +-
src/library/scala/collection/SeqProxy.scala | 2 +-
src/library/scala/collection/SeqProxyLike.scala | 5 +-
src/library/scala/collection/SeqView.scala | 2 +-
src/library/scala/collection/SeqViewLike.scala | 43 +-
src/library/scala/collection/Set.scala | 9 +-
src/library/scala/collection/SetLike.scala | 30 +-
src/library/scala/collection/SetProxy.scala | 8 +-
src/library/scala/collection/SetProxyLike.scala | 2 +-
src/library/scala/collection/SortedMap.scala | 21 +-
src/library/scala/collection/SortedMapLike.scala | 25 +-
src/library/scala/collection/SortedSet.scala | 6 +-
src/library/scala/collection/SortedSetLike.scala | 2 +-
src/library/scala/collection/Traversable.scala | 15 +-
src/library/scala/collection/TraversableLike.scala | 163 +-
src/library/scala/collection/TraversableOnce.scala | 107 +-
.../scala/collection/TraversableProxy.scala | 2 +-
.../scala/collection/TraversableProxyLike.scala | 7 +-
src/library/scala/collection/TraversableView.scala | 4 +-
.../scala/collection/TraversableViewLike.scala | 52 +-
.../scala/collection/concurrent/BasicNode.java | 20 +
.../scala/collection/concurrent/CNodeBase.java | 35 +
src/library/scala/collection/concurrent/Gen.java | 18 +
.../scala/collection/concurrent/INodeBase.java | 35 +
.../scala/collection/concurrent/MainNode.java | 40 +
src/library/scala/collection/concurrent/Map.scala | 88 +
.../scala/collection/concurrent/TrieMap.scala | 1079 ++
.../scala/collection/convert/DecorateAsJava.scala | 318 +
.../scala/collection/convert/DecorateAsScala.scala | 209 +
.../scala/collection/convert/Decorators.scala | 46 +
.../scala/collection/convert/WrapAsJava.scala | 287 +
.../scala/collection/convert/WrapAsScala.scala | 236 +
.../scala/collection/convert/Wrappers.scala | 478 +
src/library/scala/collection/convert/package.scala | 18 +
src/library/scala/collection/generic/Addable.scala | 61 -
.../scala/collection/generic/BitOperations.scala | 2 +-
.../scala/collection/generic/BitSetFactory.scala | 4 +-
.../scala/collection/generic/CanBuildFrom.scala | 4 +-
.../scala/collection/generic/CanCombineFrom.scala | 20 +-
.../generic/ClassManifestTraversableFactory.scala | 19 -
.../generic/ClassTagTraversableFactory.scala | 32 +
.../scala/collection/generic/Clearable.scala | 26 +
.../scala/collection/generic/FilterMonadic.scala | 6 +-
.../scala/collection/generic/GenMapFactory.scala | 7 +-
.../scala/collection/generic/GenSeqFactory.scala | 15 +-
.../scala/collection/generic/GenSetFactory.scala | 5 +-
.../collection/generic/GenTraversableFactory.scala | 21 +-
.../generic/GenericClassManifestCompanion.scala | 31 -
.../GenericClassManifestTraversableTemplate.scala | 24 -
.../generic/GenericClassTagCompanion.scala | 33 +
.../GenericClassTagTraversableTemplate.scala | 31 +
.../collection/generic/GenericCompanion.scala | 9 +-
.../generic/GenericOrderedCompanion.scala | 10 +-
.../GenericOrderedTraversableTemplate.scala | 7 +-
.../collection/generic/GenericParCompanion.scala | 7 +-
.../collection/generic/GenericParTemplate.scala | 22 +-
.../collection/generic/GenericSeqCompanion.scala | 14 +-
.../collection/generic/GenericSetTemplate.scala | 6 +-
.../generic/GenericTraversableTemplate.scala | 48 +-
.../scala/collection/generic/Growable.scala | 10 +-
.../scala/collection/generic/HasNewBuilder.scala | 4 +-
.../scala/collection/generic/HasNewCombiner.scala | 24 +-
.../collection/generic/ImmutableMapFactory.scala | 4 +-
.../collection/generic/ImmutableSetFactory.scala | 3 +-
.../generic/ImmutableSortedMapFactory.scala | 6 +-
.../generic/ImmutableSortedSetFactory.scala | 10 +-
.../collection/generic/IsTraversableLike.scala | 129 +
.../collection/generic/IsTraversableOnce.scala | 62 +
.../collection/generic/IterableForwarder.scala | 29 +-
.../scala/collection/generic/MapFactory.scala | 6 +-
.../collection/generic/MutableMapFactory.scala | 3 +-
.../collection/generic/MutableSetFactory.scala | 3 +-
.../generic/MutableSortedSetFactory.scala | 34 +
.../generic/OrderedTraversableFactory.scala | 6 +-
.../scala/collection/generic/ParFactory.scala | 30 +-
.../scala/collection/generic/ParMapFactory.scala | 10 +-
.../scala/collection/generic/ParSetFactory.scala | 28 +-
.../scala/collection/generic/SeqFactory.scala | 16 +-
.../scala/collection/generic/SeqForwarder.scala | 37 +-
.../scala/collection/generic/SetFactory.scala | 13 +-
.../scala/collection/generic/Shrinkable.scala | 6 +-
.../scala/collection/generic/Signalling.scala | 2 +-
src/library/scala/collection/generic/Sizing.scala | 8 +
.../scala/collection/generic/SliceInterval.scala | 4 +-
src/library/scala/collection/generic/Sorted.scala | 22 +-
.../collection/generic/SortedMapFactory.scala | 3 +-
.../collection/generic/SortedSetFactory.scala | 3 +-
.../scala/collection/generic/Subtractable.scala | 8 +-
.../collection/generic/TraversableFactory.scala | 49 +-
.../collection/generic/TraversableForwarder.scala | 32 +-
src/library/scala/collection/generic/package.scala | 13 +-
.../scala/collection/immutable/BitSet.scala | 60 +-
.../scala/collection/immutable/DefaultMap.scala | 2 +-
.../immutable/GenIterable.scala.disabled | 4 +-
.../collection/immutable/GenMap.scala.disabled | 2 +-
.../collection/immutable/GenSeq.scala.disabled | 6 +-
.../collection/immutable/GenSet.scala.disabled | 6 +-
.../immutable/GenTraversable.scala.disabled | 4 +-
.../scala/collection/immutable/HashMap.scala | 258 +-
.../scala/collection/immutable/HashSet.scala | 97 +-
.../scala/collection/immutable/IndexedSeq.scala | 14 +-
.../scala/collection/immutable/IntMap.scala | 365 +-
.../scala/collection/immutable/Iterable.scala | 8 +-
.../scala/collection/immutable/LinearSeq.scala | 7 +-
src/library/scala/collection/immutable/List.scala | 339 +-
.../scala/collection/immutable/ListMap.scala | 55 +-
.../scala/collection/immutable/ListSet.scala | 48 +-
.../scala/collection/immutable/LongMap.scala | 345 +-
src/library/scala/collection/immutable/Map.scala | 28 +-
.../scala/collection/immutable/MapLike.scala | 33 +-
.../scala/collection/immutable/MapProxy.scala | 2 +-
.../scala/collection/immutable/NumericRange.scala | 45 +-
.../scala/collection/immutable/PagedSeq.scala | 20 +-
src/library/scala/collection/immutable/Queue.scala | 49 +-
src/library/scala/collection/immutable/Range.scala | 191 +-
.../scala/collection/immutable/RedBlack.scala | 27 +-
.../scala/collection/immutable/RedBlackTree.scala | 496 +
src/library/scala/collection/immutable/Seq.scala | 8 +-
src/library/scala/collection/immutable/Set.scala | 28 +-
.../scala/collection/immutable/SetProxy.scala | 4 +-
.../scala/collection/immutable/SortedMap.scala | 36 +-
.../scala/collection/immutable/SortedSet.scala | 10 +-
src/library/scala/collection/immutable/Stack.scala | 21 +-
.../scala/collection/immutable/Stream.scala | 148 +-
.../collection/immutable/StreamViewLike.scala | 37 +-
.../scala/collection/immutable/StringLike.scala | 104 +-
.../scala/collection/immutable/StringOps.scala | 8 +-
.../scala/collection/immutable/Traversable.scala | 6 +-
.../scala/collection/immutable/TreeMap.scala | 106 +-
.../scala/collection/immutable/TreeSet.scala | 97 +-
.../scala/collection/immutable/TrieIterator.scala | 12 +-
.../scala/collection/immutable/Vector.scala | 78 +-
.../scala/collection/immutable/WrappedString.scala | 7 +-
.../scala/collection/immutable/package.scala | 98 +-
.../collection/interfaces/IterableMethods.scala | 39 -
.../scala/collection/interfaces/MapMethods.scala | 45 -
.../scala/collection/interfaces/SeqMethods.scala | 71 -
.../scala/collection/interfaces/SetMethods.scala | 52 -
.../collection/interfaces/TraversableMethods.scala | 63 -
.../interfaces/TraversableOnceMethods.scala | 77 -
src/library/scala/collection/mutable/AVLTree.scala | 242 +
.../scala/collection/mutable/AddingBuilder.scala | 37 -
.../scala/collection/mutable/ArrayBuffer.scala | 21 +-
.../scala/collection/mutable/ArrayBuilder.scala | 30 +-
.../scala/collection/mutable/ArrayLike.scala | 26 +-
.../scala/collection/mutable/ArrayOps.scala | 68 +-
.../scala/collection/mutable/ArraySeq.scala | 18 +-
.../scala/collection/mutable/ArrayStack.scala | 55 +-
src/library/scala/collection/mutable/BitSet.scala | 26 +-
src/library/scala/collection/mutable/Buffer.scala | 14 +-
.../scala/collection/mutable/BufferLike.scala | 66 +-
.../scala/collection/mutable/BufferProxy.scala | 27 +-
src/library/scala/collection/mutable/Builder.scala | 27 +-
.../scala/collection/mutable/Cloneable.scala | 9 +-
.../scala/collection/mutable/ConcurrentMap.scala | 38 +-
.../scala/collection/mutable/DefaultEntry.scala | 6 +-
.../scala/collection/mutable/DefaultMapModel.scala | 2 +-
.../collection/mutable/DoubleLinkedList.scala | 18 +-
.../collection/mutable/DoubleLinkedListLike.scala | 6 +-
.../scala/collection/mutable/FlatHashTable.scala | 118 +-
.../collection/mutable/GenIterable.scala.disabled | 4 +-
.../scala/collection/mutable/GenMap.scala.disabled | 2 +-
.../scala/collection/mutable/GenSeq.scala.disabled | 6 +-
.../scala/collection/mutable/GenSet.scala.disabled | 6 +-
.../mutable/GenTraversable.scala.disabled | 4 +-
.../scala/collection/mutable/GrowingBuilder.scala | 4 +-
.../scala/collection/mutable/HashEntry.scala | 2 +-
src/library/scala/collection/mutable/HashMap.scala | 64 +-
src/library/scala/collection/mutable/HashSet.scala | 19 +-
.../scala/collection/mutable/HashTable.scala | 168 +-
src/library/scala/collection/mutable/History.scala | 6 +-
.../collection/mutable/ImmutableMapAdaptor.scala | 17 +-
.../collection/mutable/ImmutableSetAdaptor.scala | 10 +-
.../scala/collection/mutable/IndexedSeq.scala | 7 +-
.../scala/collection/mutable/IndexedSeqLike.scala | 8 +-
.../collection/mutable/IndexedSeqOptimized.scala | 4 +-
.../scala/collection/mutable/IndexedSeqView.scala | 18 +-
.../scala/collection/mutable/Iterable.scala | 8 +-
.../scala/collection/mutable/LazyBuilder.scala | 2 +-
.../scala/collection/mutable/LinearSeq.scala | 9 +-
.../scala/collection/mutable/LinkedEntry.scala | 2 +-
.../scala/collection/mutable/LinkedHashMap.scala | 85 +-
.../scala/collection/mutable/LinkedHashSet.scala | 96 +-
.../scala/collection/mutable/LinkedList.scala | 11 +-
.../scala/collection/mutable/LinkedListLike.scala | 18 +-
.../scala/collection/mutable/ListBuffer.scala | 174 +-
src/library/scala/collection/mutable/ListMap.scala | 30 +-
src/library/scala/collection/mutable/Map.scala | 9 +-
.../scala/collection/mutable/MapBuilder.scala | 2 +-
src/library/scala/collection/mutable/MapLike.scala | 37 +-
.../scala/collection/mutable/MapProxy.scala | 7 +-
.../scala/collection/mutable/MultiMap.scala | 42 +-
.../scala/collection/mutable/MutableList.scala | 46 +-
.../collection/mutable/ObservableBuffer.scala | 21 +-
.../scala/collection/mutable/ObservableMap.scala | 2 +-
.../scala/collection/mutable/ObservableSet.scala | 2 +-
.../scala/collection/mutable/OpenHashMap.scala | 152 +-
.../scala/collection/mutable/PriorityQueue.scala | 72 +-
.../collection/mutable/PriorityQueueProxy.scala | 2 +-
.../scala/collection/mutable/Publisher.scala | 6 +-
src/library/scala/collection/mutable/Queue.scala | 52 +-
.../scala/collection/mutable/QueueProxy.scala | 17 +-
.../scala/collection/mutable/ResizableArray.scala | 29 +-
.../collection/mutable/RevertibleHistory.scala | 2 +-
src/library/scala/collection/mutable/Seq.scala | 11 +-
src/library/scala/collection/mutable/SeqLike.scala | 6 +-
src/library/scala/collection/mutable/Set.scala | 8 +-
.../scala/collection/mutable/SetBuilder.scala | 4 +-
src/library/scala/collection/mutable/SetLike.scala | 10 +-
.../scala/collection/mutable/SetProxy.scala | 6 +-
.../scala/collection/mutable/SortedSet.scala | 49 +
src/library/scala/collection/mutable/Stack.scala | 46 +-
.../scala/collection/mutable/StackProxy.scala | 26 +-
.../scala/collection/mutable/StringBuilder.scala | 71 +-
.../scala/collection/mutable/Subscriber.scala | 12 +-
.../collection/mutable/SynchronizedBuffer.scala | 44 +-
.../scala/collection/mutable/SynchronizedMap.scala | 12 +-
.../mutable/SynchronizedPriorityQueue.scala | 4 +-
.../collection/mutable/SynchronizedQueue.scala | 21 +-
.../scala/collection/mutable/SynchronizedSet.scala | 4 +-
.../collection/mutable/SynchronizedStack.scala | 4 +-
.../scala/collection/mutable/Traversable.scala | 6 +-
src/library/scala/collection/mutable/TreeSet.scala | 123 +
.../scala/collection/mutable/Undoable.scala | 2 +-
.../scala/collection/mutable/UnrolledBuffer.scala | 58 +-
.../scala/collection/mutable/WeakHashMap.scala | 11 +-
.../scala/collection/mutable/WrappedArray.scala | 52 +-
.../collection/mutable/WrappedArrayBuilder.scala | 28 +-
src/library/scala/collection/package.scala | 16 +-
.../scala/collection/parallel/Combiner.scala | 35 +-
.../scala/collection/parallel/ParIterable.scala | 4 +-
.../collection/parallel/ParIterableLike.scala | 589 +-
.../collection/parallel/ParIterableView.scala | 2 +-
.../collection/parallel/ParIterableViewLike.scala | 6 +-
src/library/scala/collection/parallel/ParMap.scala | 52 +-
.../scala/collection/parallel/ParMapLike.scala | 99 +-
src/library/scala/collection/parallel/ParSeq.scala | 2 +-
.../scala/collection/parallel/ParSeqLike.scala | 173 +-
.../scala/collection/parallel/ParSeqView.scala | 2 +-
.../scala/collection/parallel/ParSeqViewLike.scala | 14 +-
src/library/scala/collection/parallel/ParSet.scala | 2 +-
.../scala/collection/parallel/ParSetLike.scala | 2 +-
.../collection/parallel/PreciseSplitter.scala | 2 +-
.../collection/parallel/RemainsIterator.scala | 72 +-
.../scala/collection/parallel/Splitter.scala | 2 +-
.../scala/collection/parallel/TaskSupport.scala | 82 +-
src/library/scala/collection/parallel/Tasks.scala | 283 +-
.../collection/parallel/immutable/ParHashMap.scala | 71 +-
.../collection/parallel/immutable/ParHashSet.scala | 82 +-
.../parallel/immutable/ParIterable.scala | 9 +-
.../collection/parallel/immutable/ParMap.scala | 70 +-
.../immutable/ParNumericRange.scala.disabled | 4 +-
.../collection/parallel/immutable/ParRange.scala | 27 +-
.../collection/parallel/immutable/ParSeq.scala | 12 +-
.../collection/parallel/immutable/ParSet.scala | 36 +-
.../collection/parallel/immutable/ParVector.scala | 21 +-
.../collection/parallel/immutable/package.scala | 32 +-
.../collection/parallel/mutable/LazyCombiner.scala | 15 +-
.../collection/parallel/mutable/ParArray.scala | 57 +-
.../parallel/mutable/ParFlatHashTable.scala | 10 +-
.../collection/parallel/mutable/ParHashMap.scala | 90 +-
.../collection/parallel/mutable/ParHashSet.scala | 69 +-
.../collection/parallel/mutable/ParHashTable.scala | 14 +-
.../collection/parallel/mutable/ParIterable.scala | 11 +-
.../scala/collection/parallel/mutable/ParMap.scala | 53 +-
.../collection/parallel/mutable/ParMapLike.scala | 22 +-
.../scala/collection/parallel/mutable/ParSeq.scala | 14 +-
.../scala/collection/parallel/mutable/ParSet.scala | 14 +-
.../collection/parallel/mutable/ParSetLike.scala | 13 +-
.../collection/parallel/mutable/ParTrieMap.scala | 195 +
.../mutable/ResizableParArrayCombiner.scala | 32 +-
.../mutable/UnrolledParArrayCombiner.scala | 26 +-
.../collection/parallel/mutable/package.scala | 19 +-
.../scala/collection/parallel/package.scala | 178 +-
.../readme-if-you-want-to-add-something.txt | 0
src/library/scala/collection/script/Location.scala | 9 +-
src/library/scala/collection/script/Message.scala | 15 +-
.../scala/collection/script/Scriptable.scala | 9 +-
src/library/scala/compat/Platform.scala | 4 +-
src/library/scala/concurrent/Awaitable.scala | 64 +
src/library/scala/concurrent/BlockContext.scala | 77 +
src/library/scala/concurrent/Channel.scala | 4 +-
src/library/scala/concurrent/DelayedLazyVal.scala | 25 +-
.../scala/concurrent/ExecutionContext.scala | 89 +
src/library/scala/concurrent/Future.scala | 794 +
.../scala/concurrent/FutureTaskRunner.scala | 14 +-
src/library/scala/concurrent/JavaConversions.scala | 23 +-
src/library/scala/concurrent/Lock.scala | 2 +-
src/library/scala/concurrent/MailBox.scala | 179 -
src/library/scala/concurrent/ManagedBlocker.scala | 14 +-
src/library/scala/concurrent/Promise.scala | 152 +
src/library/scala/concurrent/SyncChannel.scala | 11 +-
src/library/scala/concurrent/SyncVar.scala | 72 +-
src/library/scala/concurrent/TIMEOUT.scala | 21 -
src/library/scala/concurrent/TaskRunner.scala | 9 +-
src/library/scala/concurrent/TaskRunners.scala | 7 +-
.../scala/concurrent/ThreadPoolRunner.scala | 10 +-
src/library/scala/concurrent/ThreadRunner.scala | 9 +-
.../scala/concurrent/duration/Deadline.scala | 81 +
.../scala/concurrent/duration/Duration.scala | 698 +
.../concurrent/duration/DurationConversions.scala | 92 +
.../scala/concurrent/duration/package.scala | 75 +
.../scala/concurrent/impl/AbstractPromise.java | 40 +
.../concurrent/impl/ExecutionContextImpl.scala | 149 +
src/library/scala/concurrent/impl/Future.scala | 34 +
src/library/scala/concurrent/impl/Promise.scala | 174 +
src/library/scala/concurrent/ops.scala | 31 +-
src/library/scala/concurrent/package.scala | 109 +
.../scala/concurrent/package.scala.disabled | 108 -
src/library/scala/concurrent/pilib.scala | 208 -
src/library/scala/deprecated.scala | 6 +-
src/library/scala/deprecatedInheritance.scala | 22 +
src/library/scala/deprecatedName.scala | 23 +-
src/library/scala/deprecatedOverriding.scala | 21 +
src/library/scala/inline.scala | 4 +-
src/library/scala/io/BufferedSource.scala | 12 +-
src/library/scala/io/BytePickle.scala | 15 +-
src/library/scala/io/Codec.scala | 35 +-
src/library/scala/io/Position.scala | 29 +-
src/library/scala/io/Source.scala | 58 +-
src/library/scala/io/UTF8Codec.scala | 38 +-
src/library/scala/language.scala | 173 +
src/library/scala/languageFeature.scala | 37 +
src/library/scala/math/BigDecimal.scala | 52 +-
src/library/scala/math/BigInt.scala | 120 +-
src/library/scala/math/Equiv.scala | 4 +-
src/library/scala/math/Fractional.scala | 6 +-
src/library/scala/math/Integral.scala | 6 +-
src/library/scala/math/Numeric.scala | 8 +-
src/library/scala/math/Ordered.scala | 19 +-
src/library/scala/math/Ordering.scala | 50 +-
src/library/scala/math/PartialOrdering.scala | 73 +-
src/library/scala/math/PartiallyOrdered.scala | 14 +-
src/library/scala/math/ScalaNumber.java | 2 +-
.../scala/math/ScalaNumericConversions.scala | 23 +-
src/library/scala/math/package.scala | 170 +-
src/library/scala/native.scala | 4 +-
src/library/scala/noinline.scala | 4 +-
src/library/scala/package.scala | 107 +-
src/library/scala/parallel/Future.scala | 30 +-
src/library/scala/ref/PhantomReference.scala | 2 +-
src/library/scala/ref/Reference.scala | 7 +-
src/library/scala/ref/ReferenceQueue.scala | 2 +-
src/library/scala/ref/ReferenceWrapper.scala | 10 +-
src/library/scala/ref/SoftReference.scala | 2 +-
src/library/scala/ref/WeakReference.scala | 18 +-
src/library/scala/reflect/BeanDescription.scala | 19 -
src/library/scala/reflect/BeanDisplayName.scala | 18 -
src/library/scala/reflect/BeanInfo.scala | 21 -
src/library/scala/reflect/BeanInfoSkip.scala | 18 -
src/library/scala/reflect/BeanProperty.scala | 34 -
.../scala/reflect/BooleanBeanProperty.scala | 23 -
src/library/scala/reflect/ClassManifest.scala | 242 -
.../reflect/ClassManifestDeprecatedApis.scala | 240 +
src/library/scala/reflect/ClassTag.scala | 148 +
src/library/scala/reflect/Code.scala | 20 -
src/library/scala/reflect/Manifest.scala | 151 +-
src/library/scala/reflect/NameTransformer.scala | 19 +-
src/library/scala/reflect/NoManifest.scala | 10 +-
src/library/scala/reflect/OptManifest.scala | 16 +-
src/library/scala/reflect/Print.scala | 113 -
src/library/scala/reflect/ScalaBeanInfo.scala | 46 -
src/library/scala/reflect/ScalaLongSignature.java | 1 -
src/library/scala/reflect/ScalaSignature.java | 1 -
src/library/scala/reflect/Symbol.scala | 85 -
src/library/scala/reflect/Tree.scala | 52 -
src/library/scala/reflect/Type.scala | 67 -
.../scala/reflect/generic/AnnotationInfos.scala | 42 -
src/library/scala/reflect/generic/ByteCodecs.scala | 216 -
src/library/scala/reflect/generic/Constants.scala | 238 -
src/library/scala/reflect/generic/Flags.scala | 264 -
src/library/scala/reflect/generic/HasFlags.scala | 231 -
src/library/scala/reflect/generic/Names.scala | 24 -
.../scala/reflect/generic/PickleBuffer.scala | 187 -
.../scala/reflect/generic/PickleFormat.scala | 224 -
src/library/scala/reflect/generic/Scopes.scala | 15 -
.../reflect/generic/StandardDefinitions.scala | 66 -
src/library/scala/reflect/generic/StdNames.scala | 44 -
src/library/scala/reflect/generic/Symbols.scala | 187 -
src/library/scala/reflect/generic/Trees.scala | 730 -
src/library/scala/reflect/generic/Types.scala | 165 -
src/library/scala/reflect/generic/UnPickler.scala | 862 --
src/library/scala/reflect/generic/Universe.scala | 17 -
.../scala/reflect/macros/internal/macroImpl.scala | 18 +
src/library/scala/reflect/package.scala | 68 +
src/library/scala/remote.scala | 19 +-
src/library/scala/runtime/AbstractFunction0.scala | 2 +-
src/library/scala/runtime/AbstractFunction1.scala | 2 +-
.../scala/runtime/AbstractPartialFunction.scala | 34 +
src/library/scala/runtime/AnyValCompanion.scala | 14 -
src/library/scala/runtime/ArrayRuntime.java | 10 +
src/library/scala/runtime/BooleanRef.java | 2 +-
src/library/scala/runtime/Boxed.scala | 2 +-
src/library/scala/runtime/BoxedUnit.java | 2 +-
src/library/scala/runtime/BoxesRunTime.java | 378 +-
src/library/scala/runtime/ByteRef.java | 2 +-
src/library/scala/runtime/CharRef.java | 2 +-
src/library/scala/runtime/DoubleRef.java | 2 +-
.../scala/runtime/DynamicDispatch.java-notyet | 42 -
src/library/scala/runtime/FloatRef.java | 2 +-
src/library/scala/runtime/IntRef.java | 2 +-
src/library/scala/runtime/LongRef.java | 2 +-
src/library/scala/runtime/MethodCache.scala | 28 +-
.../scala/runtime/NonLocalReturnControl.scala | 8 +-
src/library/scala/runtime/Nothing$.scala | 10 +-
src/library/scala/runtime/Null$.scala | 14 +-
src/library/scala/runtime/ObjectRef.java | 8 +-
src/library/scala/runtime/RichBoolean.scala | 8 +-
src/library/scala/runtime/RichByte.scala | 9 +-
src/library/scala/runtime/RichChar.scala | 17 +-
src/library/scala/runtime/RichDouble.scala | 28 +-
src/library/scala/runtime/RichException.scala | 6 +-
src/library/scala/runtime/RichFloat.scala | 29 +-
src/library/scala/runtime/RichInt.scala | 35 +-
src/library/scala/runtime/RichLong.scala | 15 +-
src/library/scala/runtime/RichShort.scala | 7 +-
src/library/scala/runtime/ScalaNumberProxy.scala | 31 +-
src/library/scala/runtime/ScalaRunTime.scala | 222 +-
src/library/scala/runtime/SeqCharSequence.scala | 45 +
src/library/scala/runtime/ShortRef.java | 2 +-
src/library/scala/runtime/Statics.java | 89 +
src/library/scala/runtime/StringAdd.scala | 15 +-
src/library/scala/runtime/StringFormat.scala | 19 +
src/library/scala/runtime/TraitSetter.java | 0
src/library/scala/runtime/Tuple2Zipped.scala | 130 +
src/library/scala/runtime/Tuple3Zipped.scala | 140 +
src/library/scala/runtime/VolatileBooleanRef.java | 2 +-
src/library/scala/runtime/VolatileByteRef.java | 2 +-
src/library/scala/runtime/VolatileCharRef.java | 2 +-
src/library/scala/runtime/VolatileDoubleRef.java | 2 +-
src/library/scala/runtime/VolatileFloatRef.java | 2 +-
src/library/scala/runtime/VolatileIntRef.java | 2 +-
src/library/scala/runtime/VolatileLongRef.java | 2 +-
src/library/scala/runtime/VolatileObjectRef.java | 8 +-
src/library/scala/runtime/VolatileShortRef.java | 2 +-
src/library/scala/runtime/WorksheetSupport.scala | 94 +
src/library/scala/runtime/package.scala | 12 +-
src/library/scala/specialized.scala | 27 +-
src/library/scala/sys/BooleanProp.scala | 4 +-
src/library/scala/sys/Prop.scala | 7 +-
src/library/scala/sys/PropImpl.scala | 2 +-
src/library/scala/sys/ShutdownHookThread.scala | 3 +-
src/library/scala/sys/SystemProperties.scala | 10 +-
src/library/scala/sys/package.scala | 12 +-
src/library/scala/sys/process/BasicIO.scala | 6 +-
src/library/scala/sys/process/Process.scala | 3 +-
src/library/scala/sys/process/ProcessBuilder.scala | 8 +-
.../scala/sys/process/ProcessBuilderImpl.scala | 6 +-
src/library/scala/sys/process/ProcessIO.scala | 2 +-
src/library/scala/sys/process/ProcessImpl.scala | 9 +-
src/library/scala/sys/process/ProcessLogger.scala | 2 +-
src/library/scala/sys/process/package.scala | 4 +-
src/library/scala/testing/Benchmark.scala | 21 +-
src/library/scala/testing/SUnit.scala | 272 -
src/library/scala/testing/Show.scala | 28 +-
src/library/scala/text/Document.scala | 14 +-
src/library/scala/throws.scala | 16 +-
src/library/scala/transient.scala | 6 +-
src/library/scala/unchecked.scala | 46 +-
src/library/scala/util/DynamicVariable.scala | 12 +-
src/library/scala/util/Either.scala | 594 +
src/library/scala/util/Marshal.scala | 34 +-
src/library/scala/util/MurmurHash.scala | 7 +-
src/library/scala/util/Properties.scala | 29 +-
src/library/scala/util/Random.scala | 32 +-
src/library/scala/util/Sorting.scala | 43 +-
src/library/scala/util/Try.scala | 217 +
.../scala/util/automata/BaseBerrySethi.scala | 48 +-
src/library/scala/util/automata/DetWordAutom.scala | 3 +-
src/library/scala/util/automata/Inclusion.scala | 10 +-
.../scala/util/automata/NondetWordAutom.scala | 40 +-
.../scala/util/automata/SubsetConstruction.scala | 28 +-
.../scala/util/automata/WordBerrySethi.scala | 60 +-
src/library/scala/util/control/Breaks.scala | 15 +-
.../scala/util/control/ControlThrowable.scala | 36 +-
src/library/scala/util/control/Exception.scala | 139 +-
src/library/scala/util/control/NoStackTrace.scala | 11 +-
src/library/scala/util/control/NonFatal.scala | 45 +
src/library/scala/util/control/TailCalls.scala | 28 +-
src/library/scala/util/grammar/HedgeRHS.scala | 12 +-
src/library/scala/util/grammar/TreeRHS.scala | 9 +-
.../scala/util/hashing/ByteswapHashing.scala | 35 +
src/library/scala/util/hashing/Hashing.scala | 39 +
src/library/scala/util/hashing/MurmurHash3.scala | 285 +
src/library/scala/util/hashing/package.scala | 35 +
src/library/scala/util/logging/ConsoleLogger.scala | 9 +-
src/library/scala/util/logging/Logged.scala | 27 +-
src/library/scala/util/matching/Regex.scala | 77 +-
.../scala/util/parsing/ast/AbstractSyntax.scala | 5 +-
src/library/scala/util/parsing/ast/Binders.scala | 31 +-
.../parsing/combinator/ImplicitConversions.scala | 31 +-
.../util/parsing/combinator/JavaTokenParsers.scala | 18 +-
.../util/parsing/combinator/PackratParsers.scala | 94 +-
.../scala/util/parsing/combinator/Parsers.scala | 129 +-
.../util/parsing/combinator/RegexParsers.scala | 5 +-
.../util/parsing/combinator/lexical/Lexical.scala | 25 +-
.../util/parsing/combinator/lexical/Scanners.scala | 32 +-
.../parsing/combinator/lexical/StdLexical.scala | 29 +-
.../syntactical/StandardTokenParsers.scala | 5 +-
.../combinator/syntactical/StdTokenParsers.scala | 11 +-
.../combinator/syntactical/TokenParsers.scala | 9 +-
.../parsing/combinator/testing/RegexTest.scala | 5 +
.../util/parsing/combinator/testing/Tester.scala | 40 +-
.../util/parsing/combinator/token/StdTokens.scala | 7 +-
.../util/parsing/combinator/token/Tokens.scala | 16 +-
.../scala/util/parsing/input/CharArrayReader.scala | 19 +-
.../util/parsing/input/CharSequenceReader.scala | 2 +-
.../scala/util/parsing/input/NoPosition.scala | 7 +-
.../scala/util/parsing/input/OffsetPosition.scala | 33 +-
.../scala/util/parsing/input/PagedSeqReader.scala | 4 +-
.../scala/util/parsing/input/Position.scala | 56 +-
.../scala/util/parsing/input/Positional.scala | 4 +-
src/library/scala/util/parsing/input/Reader.scala | 23 +-
.../scala/util/parsing/input/StreamReader.scala | 17 +-
src/library/scala/util/parsing/json/JSON.scala | 65 +-
src/library/scala/util/parsing/json/Lexer.scala | 2 +-
src/library/scala/util/parsing/json/Parser.scala | 2 +-
.../scala/util/parsing/syntax/package.scala | 21 -
src/library/scala/util/regexp/Base.scala | 11 +-
.../scala/util/regexp/PointedHedgeExp.scala | 6 +-
src/library/scala/util/regexp/SyntaxError.scala | 3 +-
src/library/scala/util/regexp/WordExp.scala | 42 +-
src/library/scala/volatile.scala | 6 +-
src/library/scala/xml/Atom.scala | 25 +-
src/library/scala/xml/Attribute.scala | 35 +-
src/library/scala/xml/Comment.scala | 15 +-
src/library/scala/xml/Document.scala | 10 +-
src/library/scala/xml/Elem.scala | 75 +-
src/library/scala/xml/EntityRef.scala | 15 +-
src/library/scala/xml/Equality.scala | 36 +-
src/library/scala/xml/Group.scala | 7 +-
src/library/scala/xml/HasKeyValue.scala | 25 -
.../scala/xml/MalformedAttributeException.scala | 2 +-
src/library/scala/xml/MetaData.scala | 92 +-
src/library/scala/xml/NamespaceBinding.scala | 13 +-
src/library/scala/xml/Node.scala | 54 +-
src/library/scala/xml/NodeBuffer.scala | 29 +-
src/library/scala/xml/NodeSeq.scala | 50 +-
src/library/scala/xml/Null.scala | 24 +-
src/library/scala/xml/PCData.scala | 41 +-
src/library/scala/xml/PrefixedAttribute.scala | 25 +-
src/library/scala/xml/PrettyPrinter.scala | 46 +-
src/library/scala/xml/ProcInstr.scala | 6 +-
src/library/scala/xml/QNode.scala | 12 +-
src/library/scala/xml/SpecialNode.scala | 21 +-
src/library/scala/xml/Text.scala | 49 +-
src/library/scala/xml/TextBuffer.scala | 13 +-
src/library/scala/xml/TopScope.scala | 7 +-
src/library/scala/xml/TypeSymbol.scala | 2 +-
src/library/scala/xml/Unparsed.scala | 26 +-
src/library/scala/xml/UnprefixedAttribute.scala | 6 +-
src/library/scala/xml/Utility.scala | 200 +-
src/library/scala/xml/XML.scala | 48 +-
src/library/scala/xml/dtd/ContentModel.scala | 13 +-
src/library/scala/xml/dtd/ContentModelParser.scala | 17 +-
src/library/scala/xml/dtd/DTD.scala | 11 +-
src/library/scala/xml/dtd/Decl.scala | 75 +-
src/library/scala/xml/dtd/DocType.scala | 4 +-
src/library/scala/xml/dtd/ElementValidator.scala | 8 +-
src/library/scala/xml/dtd/ExternalID.scala | 8 +-
src/library/scala/xml/dtd/Scanner.scala | 6 +-
src/library/scala/xml/dtd/Tokens.scala | 2 +-
.../scala/xml/dtd/ValidationException.scala | 2 +-
src/library/scala/xml/factory/Binder.scala | 12 +-
.../scala/xml/factory/LoggedNodeFactory.scala | 4 +-
src/library/scala/xml/factory/NodeFactory.scala | 4 +-
src/library/scala/xml/factory/XMLLoader.scala | 2 +-
.../xml/include/CircularIncludeException.scala | 20 +-
.../xml/include/UnavailableResourceException.scala | 10 +-
.../scala/xml/include/XIncludeException.scala | 41 +-
.../scala/xml/include/sax/EncodingHeuristics.scala | 2 +-
src/library/scala/xml/include/sax/Main.scala | 4 +-
.../scala/xml/include/sax/XIncludeFilter.scala | 175 +-
src/library/scala/xml/include/sax/XIncluder.scala | 20 +-
src/library/scala/xml/package.scala | 10 +-
.../scala/xml/parsing/ConstructingHandler.scala | 6 +-
.../scala/xml/parsing/ConstructingParser.scala | 29 +-
.../scala/xml/parsing/DefaultMarkupHandler.scala | 6 +-
.../scala/xml/parsing/ExternalSources.scala | 7 +-
src/library/scala/xml/parsing/FactoryAdapter.scala | 6 +-
src/library/scala/xml/parsing/FatalError.scala | 2 +-
src/library/scala/xml/parsing/MarkupHandler.scala | 12 +-
src/library/scala/xml/parsing/MarkupParser.scala | 310 +-
.../scala/xml/parsing/MarkupParserCommon.scala | 16 +-
.../xml/parsing/NoBindingFactoryAdapter.scala | 2 +-
src/library/scala/xml/parsing/TokenTests.scala | 48 +-
.../xml/parsing/ValidatingMarkupHandler.scala | 2 +-
src/library/scala/xml/parsing/XhtmlEntities.scala | 9 +-
src/library/scala/xml/parsing/XhtmlParser.scala | 22 +-
.../scala/xml/persistent/CachedFileStorage.scala | 44 +-
src/library/scala/xml/persistent/Index.scala | 2 +-
src/library/scala/xml/persistent/SetStorage.scala | 2 +-
src/library/scala/xml/pull/XMLEvent.scala | 4 +-
src/library/scala/xml/pull/XMLEventReader.scala | 16 +-
.../scala/xml/transform/BasicTransformer.scala | 7 +-
src/library/scala/xml/transform/RewriteRule.scala | 2 +-
.../scala/xml/transform/RuleTransformer.scala | 2 +-
src/manual/scala/man1/Command.scala | 16 +-
src/manual/scala/man1/fsc.scala | 16 +-
src/manual/scala/man1/sbaz.scala | 205 -
src/manual/scala/man1/scala.scala | 27 +-
src/manual/scala/man1/scalac.scala | 231 +-
src/manual/scala/man1/scaladoc.scala | 21 +-
src/manual/scala/man1/scalap.scala | 11 +-
src/manual/scala/tools/docutil/EmitHtml.scala | 302 +-
src/manual/scala/tools/docutil/EmitManPage.scala | 96 +-
src/manual/scala/tools/docutil/ManMaker.scala | 12 +-
src/manual/scala/tools/docutil/ManPage.scala | 2 +-
.../scala/tools/docutil/resources/css/style.css | 15 +-
.../scala/tools/docutil/resources/index.html | 33 +-
.../epfl/lamp/compiler/msil/emit/ILGenerator.scala | 1 -
.../lamp/compiler/msil/emit/ILPrinterVisitor.scala | 2 +-
.../msil/emit/MultipleFilesILPrinterVisitor.scala | 8 +-
.../ch/epfl/lamp/compiler/msil/emit/OpCode.scala | 4 +-
.../ch/epfl/lamp/compiler/msil/emit/OpCodes.scala | 4 +-
.../msil/emit/SingleFileILPrinterVisitor.scala | 8 +-
.../epfl/lamp/compiler/msil/emit/TypeBuilder.scala | 6 +-
src/partest-alternative/README | 50 -
.../scala/tools/partest/Actions.scala | 189 -
.../scala/tools/partest/Alarms.scala | 86 -
.../scala/tools/partest/BuildContributors.scala | 102 -
.../scala/tools/partest/Categories.scala | 70 -
.../scala/tools/partest/Compilable.scala | 106 -
.../scala/tools/partest/Config.scala | 115 -
.../scala/tools/partest/Dispatcher.scala | 162 -
.../scala/tools/partest/Entities.scala | 74 -
.../scala/tools/partest/Housekeeping.scala | 187 -
.../scala/tools/partest/Partest.scala | 81 -
.../scala/tools/partest/PartestSpec.scala | 104 -
.../scala/tools/partest/Properties.scala | 17 -
.../scala/tools/partest/Results.scala | 121 -
.../scala/tools/partest/Runner.scala | 36 -
.../scala/tools/partest/Statistics.scala | 46 -
.../scala/tools/partest/Universe.scala | 96 -
.../scala/tools/partest/ant/JavaTask.scala | 57 -
.../scala/tools/partest/antlib.xml | 3 -
.../tools/partest/category/AllCategories.scala | 20 -
.../scala/tools/partest/category/Analysis.scala | 64 -
.../scala/tools/partest/category/Compiler.scala | 140 -
.../scala/tools/partest/category/Runner.scala | 108 -
.../scala/tools/partest/io/ANSIWriter.scala | 58 -
.../scala/tools/partest/io/Diff.java | 873 --
.../scala/tools/partest/io/DiffPrint.java | 606 -
.../scala/tools/partest/io/JUnitReport.scala | 38 -
.../scala/tools/partest/io/Logging.scala | 137 -
.../scala/tools/partest/package.scala | 45 -
.../scala/tools/partest/util/package.scala | 61 -
.../scala/tools/partest/ASMConverters.scala | 71 +
src/partest/scala/tools/partest/AsmNode.scala | 60 +
src/partest/scala/tools/partest/BytecodeTest.scala | 129 +
src/partest/scala/tools/partest/CompilerTest.scala | 61 +
src/partest/scala/tools/partest/DirectTest.scala | 90 +
src/partest/scala/tools/partest/IcodeTest.scala | 45 +
src/partest/scala/tools/partest/MemoryTest.scala | 38 +
.../scala/tools/partest/PartestDefaults.scala | 13 +-
src/partest/scala/tools/partest/PartestTask.scala | 177 +-
src/partest/scala/tools/partest/ReplTest.scala | 28 +-
.../scala/tools/partest/ScaladocModelTest.scala | 205 +
src/partest/scala/tools/partest/SecurityTest.scala | 2 +-
src/partest/scala/tools/partest/SigTest.scala | 27 +-
.../tools/partest/StoreReporterDirectTest.scala | 15 +
src/partest/scala/tools/partest/TestUtil.scala | 12 +-
.../partest/instrumented/Instrumentation.scala | 92 +
.../scala/tools/partest/instrumented/Profiler.java | 82 +
.../tools/partest/javaagent/ASMTransformer.java | 49 +
.../scala/tools/partest/javaagent/MANIFEST.MF | 1 +
.../tools/partest/javaagent/ProfilerVisitor.java | 59 +
.../tools/partest/javaagent/ProfilingAgent.java | 25 +
.../scala/tools/partest/nest/AntRunner.scala | 6 +-
.../scala/tools/partest/nest/CompileManager.scala | 132 +-
.../tools/partest/nest/ConsoleFileManager.scala | 43 +-
.../scala/tools/partest/nest/ConsoleRunner.scala | 32 +-
.../scala/tools/partest/nest/DirectRunner.scala | 78 +-
.../scala/tools/partest/nest/FileManager.scala | 34 +-
.../scala/tools/partest/nest/NestRunner.scala | 2 +-
src/partest/scala/tools/partest/nest/NestUI.scala | 6 +-
.../scala/tools/partest/nest/PathSettings.scala | 19 +-
.../tools/partest/nest/ReflectiveRunner.scala | 29 +-
.../scala/tools/partest/nest/RunnerManager.scala | 861 ++
.../scala/tools/partest/nest/RunnerUtils.scala | 2 +-
.../scala/tools/partest/nest/SBTRunner.scala | 83 +-
.../scala/tools/partest/nest/TestFile.scala | 44 +-
src/partest/scala/tools/partest/nest/Worker.scala | 1019 --
src/partest/scala/tools/partest/package.scala | 89 +-
.../scala/tools/partest/utils/PrintMgr.scala | 2 +-
.../scala/tools/partest/utils/Properties.scala | 4 +-
src/reflect/scala/reflect/api/Annotations.scala | 203 +
src/reflect/scala/reflect/api/BuildUtils.scala | 78 +
src/reflect/scala/reflect/api/Constants.scala | 223 +
src/reflect/scala/reflect/api/Exprs.scala | 177 +
src/reflect/scala/reflect/api/FlagSets.scala | 180 +
src/reflect/scala/reflect/api/Importers.scala | 103 +
src/reflect/scala/reflect/api/JavaMirrors.scala | 56 +
src/reflect/scala/reflect/api/JavaUniverse.scala | 46 +
src/reflect/scala/reflect/api/Mirror.scala | 122 +
src/reflect/scala/reflect/api/Mirrors.scala | 506 +
src/reflect/scala/reflect/api/Names.scala | 118 +
src/reflect/scala/reflect/api/Position.scala | 164 +
src/reflect/scala/reflect/api/Positions.scala | 54 +
src/reflect/scala/reflect/api/Printers.scala | 229 +
src/reflect/scala/reflect/api/Scopes.scala | 70 +
.../scala/reflect/api/StandardDefinitions.scala | 314 +
src/reflect/scala/reflect/api/StandardNames.scala | 107 +
src/reflect/scala/reflect/api/Symbols.scala | 1022 ++
src/reflect/scala/reflect/api/TagInterop.scala | 43 +
src/reflect/scala/reflect/api/TreeCreator.scala | 12 +
src/reflect/scala/reflect/api/Trees.scala | 3021 ++++
src/reflect/scala/reflect/api/TypeCreator.scala | 12 +
src/reflect/scala/reflect/api/TypeTags.scala | 388 +
src/reflect/scala/reflect/api/Types.scala | 997 ++
src/reflect/scala/reflect/api/Universe.scala | 96 +
src/reflect/scala/reflect/api/package.scala | 47 +
.../reflect/internal/AnnotationCheckers.scala | 144 +
.../scala/reflect/internal/AnnotationInfos.scala | 363 +
.../scala/reflect/internal/BaseTypeSeqs.scala | 239 +
.../scala/reflect/internal/BuildUtils.scala | 68 +
.../scala/reflect/internal/CapturedVariables.scala | 36 +
src/reflect/scala/reflect/internal/Chars.scala | 98 +
.../reflect/internal/ClassfileConstants.scala | 390 +
src/reflect/scala/reflect/internal/Constants.scala | 266 +
.../scala/reflect/internal/Definitions.scala | 1283 ++
.../reflect/internal/ExistentialsAndSkolems.scala | 35 +
.../scala/reflect/internal/FatalError.scala | 6 +
src/reflect/scala/reflect/internal/FlagSets.scala | 45 +
src/reflect/scala/reflect/internal/Flags.scala | 498 +
src/reflect/scala/reflect/internal/HasFlags.scala | 172 +
src/reflect/scala/reflect/internal/Importers.scala | 461 +
.../scala/reflect/internal/InfoTransformers.scala | 51 +
src/reflect/scala/reflect/internal/Kinds.scala | 232 +
src/reflect/scala/reflect/internal/Mirrors.scala | 295 +
.../reflect/internal/MissingRequirementError.scala | 24 +
src/reflect/scala/reflect/internal/Names.scala | 542 +
src/reflect/scala/reflect/internal/Phase.scala | 66 +
src/reflect/scala/reflect/internal/Positions.scala | 65 +
src/reflect/scala/reflect/internal/Printers.scala | 689 +
src/reflect/scala/reflect/internal/Required.scala | 15 +
src/reflect/scala/reflect/internal/Scopes.scala | 401 +
.../scala/reflect/internal/StdAttachments.scala | 45 +
.../scala/reflect/internal/StdCreators.scala | 21 +
src/reflect/scala/reflect/internal/StdNames.scala | 1237 ++
.../scala/reflect/internal/SymbolTable.scala | 373 +
src/reflect/scala/reflect/internal/Symbols.scala | 3376 +++++
src/reflect/scala/reflect/internal/TreeGen.scala | 298 +
src/reflect/scala/reflect/internal/TreeInfo.scala | 749 +
src/reflect/scala/reflect/internal/Trees.scala | 1693 +++
.../scala/reflect/internal/TypeDebugging.scala | 71 +
src/reflect/scala/reflect/internal/Types.scala | 7425 +++++++++
.../internal/annotations/compileTimeOnly.scala | 31 +
.../reflect/internal/pickling/ByteCodecs.scala | 221 +
.../reflect/internal/pickling/PickleBuffer.scala | 188 +
.../reflect/internal/pickling/PickleFormat.scala | 225 +
.../reflect/internal/pickling/UnPickler.scala | 883 ++
.../reflect/internal/settings/AbsSettings.scala | 23 +
.../internal/settings/MutableSettings.scala | 50 +
.../scala/reflect/internal/transform/Erasure.scala | 383 +
.../reflect/internal/transform/RefChecks.scala | 13 +
.../reflect/internal/transform/Transforms.scala | 41 +
.../scala/reflect/internal/transform/UnCurry.scala | 63 +
.../scala/reflect/internal/util/Collections.scala | 227 +
.../scala/reflect/internal/util/HashSet.scala | 106 +
.../scala/reflect/internal/util/Origins.scala | 119 +
.../scala/reflect/internal/util/Position.scala | 311 +
src/reflect/scala/reflect/internal/util/Set.scala | 28 +
.../scala/reflect/internal/util/SourceFile.scala | 171 +
.../scala/reflect/internal/util/Statistics.scala | 273 +
.../scala/reflect/internal/util/StringOps.scala | 99 +
.../internal/util/StripMarginInterpolator.scala | 40 +
.../scala/reflect/internal/util/TableDef.scala | 95 +
.../scala/reflect/internal/util/ThreeValues.scala | 14 +
.../internal/util/TraceSymbolActivity.scala | 174 +
.../scala/reflect/internal/util/WeakHashSet.scala | 61 +
.../scala/reflect/internal/util/package.scala | 9 +
src/reflect/scala/reflect/io/AbstractFile.scala | 264 +
src/reflect/scala/reflect/io/Directory.scala | 79 +
src/reflect/scala/reflect/io/File.scala | 197 +
.../scala/reflect/io/FileOperationException.scala | 13 +
src/reflect/scala/reflect/io/NoAbstractFile.scala | 33 +
src/reflect/scala/reflect/io/Path.scala | 289 +
src/reflect/scala/reflect/io/PlainFile.scala | 104 +
src/reflect/scala/reflect/io/Streamable.scala | 127 +
.../scala/reflect/io/VirtualDirectory.scala | 72 +
src/reflect/scala/reflect/io/VirtualFile.scala | 103 +
src/reflect/scala/reflect/io/ZipArchive.scala | 234 +
src/reflect/scala/reflect/macros/Aliases.scala | 112 +
src/reflect/scala/reflect/macros/Attachments.scala | 64 +
src/reflect/scala/reflect/macros/Context.scala | 90 +
src/reflect/scala/reflect/macros/Enclosures.scala | 62 +
src/reflect/scala/reflect/macros/Evals.scala | 57 +
src/reflect/scala/reflect/macros/ExprUtils.scala | 51 +
src/reflect/scala/reflect/macros/FrontEnds.scala | 47 +
.../scala/reflect/macros/Infrastructure.scala | 25 +
src/reflect/scala/reflect/macros/Names.scala | 23 +
src/reflect/scala/reflect/macros/Parsers.scala | 22 +
src/reflect/scala/reflect/macros/Reifiers.scala | 95 +
src/reflect/scala/reflect/macros/TreeBuilder.scala | 72 +
src/reflect/scala/reflect/macros/Typers.scala | 91 +
src/reflect/scala/reflect/macros/Universe.scala | 241 +
src/reflect/scala/reflect/macros/package.scala | 15 +
.../scala/reflect/runtime/JavaMirrors.scala | 1287 ++
.../scala/reflect/runtime/JavaUniverse.scala | 28 +
.../scala/reflect/runtime/ReflectSetup.scala | 12 +
.../scala/reflect/runtime/ReflectionUtils.scala | 87 +
src/reflect/scala/reflect/runtime/Settings.scala | 49 +
.../scala/reflect/runtime/SymbolLoaders.scala | 152 +
.../scala/reflect/runtime/SymbolTable.scala | 45 +
.../scala/reflect/runtime/SynchronizedOps.scala | 52 +
.../reflect/runtime/SynchronizedSymbols.scala | 140 +
.../scala/reflect/runtime/SynchronizedTypes.scala | 106 +
.../scala/reflect/runtime/TwoWayCache.scala | 66 +
src/reflect/scala/reflect/runtime/package.scala | 37 +
src/scalacheck/org/scalacheck/Arbitrary.scala | 47 +-
src/scalacheck/org/scalacheck/Arg.scala | 4 +-
src/scalacheck/org/scalacheck/Commands.scala | 35 +-
.../org/scalacheck/ConsoleReporter.scala | 53 +-
src/scalacheck/org/scalacheck/Gen.scala | 144 +-
src/scalacheck/org/scalacheck/Pretty.scala | 27 +-
src/scalacheck/org/scalacheck/Prop.scala | 70 +-
src/scalacheck/org/scalacheck/Properties.scala | 20 +-
src/scalacheck/org/scalacheck/Shrink.scala | 4 +-
src/scalacheck/org/scalacheck/Test.scala | 202 +-
src/scalacheck/org/scalacheck/util/Buildable.scala | 7 +-
.../org/scalacheck/util/CmdLineParser.scala | 13 +-
src/scalacheck/org/scalacheck/util/FreqMap.scala | 4 +-
src/scalacheck/org/scalacheck/util/StdRand.scala | 4 +-
src/scalap/scala/tools/scalap/Arguments.scala | 4 +-
.../scala/tools/scalap/ByteArrayReader.scala | 4 +-
src/scalap/scala/tools/scalap/Classfile.scala | 2 +-
src/scalap/scala/tools/scalap/Classfiles.scala | 28 +-
src/scalap/scala/tools/scalap/CodeWriter.scala | 8 +-
src/scalap/scala/tools/scalap/Decode.scala | 18 +-
src/scalap/scala/tools/scalap/JavaWriter.scala | 49 +-
src/scalap/scala/tools/scalap/Main.scala | 28 +-
src/scalap/scala/tools/scalap/MetaParser.scala | 4 +-
src/scalap/scala/tools/scalap/Names.scala | 96 -
src/scalap/scala/tools/scalap/Properties.scala | 2 +-
.../tools/scalap/scalax/rules/Memoisable.scala | 4 +-
.../scala/tools/scalap/scalax/rules/Rules.scala | 2 +-
.../scala/tools/scalap/scalax/rules/SeqRule.scala | 2 +-
.../scala/tools/scalap/scalax/rules/package.scala | 9 +
.../scalax/rules/scalasig/ClassFileParser.scala | 7 +-
.../scalap/scalax/rules/scalasig/ScalaSig.scala | 8 +-
.../scalax/rules/scalasig/ScalaSigPrinter.scala | 7 +-
src/swing/scala/swing/AbstractButton.scala | 2 +-
src/swing/scala/swing/Action.scala | 4 +-
src/swing/scala/swing/Alignment.scala | 2 +-
src/swing/scala/swing/Applet.scala | 2 +-
src/swing/scala/swing/BorderPanel.scala | 2 +-
src/swing/scala/swing/BoxPanel.scala | 2 +-
src/swing/scala/swing/BufferWrapper.scala | 2 +-
src/swing/scala/swing/Button.scala | 2 +-
src/swing/scala/swing/ButtonGroup.scala | 7 +-
src/swing/scala/swing/CheckBox.scala | 2 +-
src/swing/scala/swing/ComboBox.scala | 6 +-
src/swing/scala/swing/Component.scala | 50 +-
src/swing/scala/swing/Container.scala | 2 +-
src/swing/scala/swing/EditorPane.scala | 2 +-
src/swing/scala/swing/FileChooser.scala | 14 +-
src/swing/scala/swing/FlowPanel.scala | 2 +-
src/swing/scala/swing/Font.scala.disabled | 32 +-
src/swing/scala/swing/FormattedTextField.scala | 2 +-
src/swing/scala/swing/GUIApplication.scala | 30 -
src/swing/scala/swing/GridBagPanel.scala | 5 +-
src/swing/scala/swing/GridPanel.scala | 2 +-
src/swing/scala/swing/Label.scala | 2 +-
src/swing/scala/swing/LayoutContainer.scala | 22 +-
src/swing/scala/swing/ListView.scala | 18 +-
src/swing/scala/swing/MainFrame.scala | 4 +-
src/swing/scala/swing/Menu.scala | 2 +-
src/swing/scala/swing/Orientable.scala | 2 +-
src/swing/scala/swing/Orientation.scala | 2 +-
src/swing/scala/swing/Oriented.scala | 2 +-
src/swing/scala/swing/Panel.scala | 2 +-
src/swing/scala/swing/PasswordField.scala | 2 +-
src/swing/scala/swing/ProgressBar.scala | 2 +-
src/swing/scala/swing/Publisher.scala | 14 +-
src/swing/scala/swing/RadioButton.scala | 2 +-
src/swing/scala/swing/Reactions.scala | 2 +-
src/swing/scala/swing/Reactor.scala | 2 +-
src/swing/scala/swing/RichWindow.scala | 54 +-
src/swing/scala/swing/RootPanel.scala | 2 +-
src/swing/scala/swing/ScrollBar.scala | 2 +-
src/swing/scala/swing/ScrollPane.scala | 8 +-
src/swing/scala/swing/Scrollable.scala | 2 +-
src/swing/scala/swing/Separator.scala | 2 +-
src/swing/scala/swing/SequentialContainer.scala | 2 +-
src/swing/scala/swing/SimpleGUIApplication.scala | 47 -
src/swing/scala/swing/SimpleSwingApplication.scala | 19 +
src/swing/scala/swing/Slider.scala | 2 +-
src/swing/scala/swing/SplitPane.scala | 10 +-
src/swing/scala/swing/Swing.scala | 3 +-
src/swing/scala/swing/SwingActor.scala | 24 +-
src/swing/scala/swing/SwingApplication.scala | 8 +
src/swing/scala/swing/SwingWorker.scala | 4 +-
src/swing/scala/swing/TabbedPane.scala | 5 +-
src/swing/scala/swing/Table.scala | 7 +-
src/swing/scala/swing/TextArea.scala | 2 +-
src/swing/scala/swing/TextComponent.scala | 2 +-
src/swing/scala/swing/TextField.scala | 2 +-
src/swing/scala/swing/ToggleButton.scala | 2 +-
src/swing/scala/swing/UIElement.scala | 28 +-
src/swing/scala/swing/Window.scala | 14 +-
src/swing/scala/swing/event/ActionEvent.scala | 2 +-
src/swing/scala/swing/event/AdjustingEvent.scala | 15 +-
.../scala/swing/event/BackgroundChanged.scala | 2 +-
src/swing/scala/swing/event/ButtonClicked.scala | 2 +-
src/swing/scala/swing/event/CaretUpdate.scala | 2 +-
src/swing/scala/swing/event/ComponentEvent.scala | 11 +-
src/swing/scala/swing/event/ContainerEvent.scala | 2 +-
src/swing/scala/swing/event/EditDone.scala | 2 +-
src/swing/scala/swing/event/Event.scala | 2 +-
src/swing/scala/swing/event/FocusEvent.scala | 2 +-
src/swing/scala/swing/event/FontChanged.scala | 2 +-
.../scala/swing/event/ForegroundChanged.scala | 2 +-
src/swing/scala/swing/event/InputEvent.scala | 2 +-
src/swing/scala/swing/event/Key.scala | 2 +-
src/swing/scala/swing/event/KeyEvent.scala | 2 +-
src/swing/scala/swing/event/ListEvent.scala | 6 +-
src/swing/scala/swing/event/MouseEvent.scala | 2 +-
src/swing/scala/swing/event/SelectionEvent.scala | 2 +-
src/swing/scala/swing/event/TableEvent.scala | 2 +-
src/swing/scala/swing/event/UIEvent.scala | 2 +-
src/swing/scala/swing/event/ValueChanged.scala | 2 +-
src/swing/scala/swing/event/WindowActivated.scala | 2 +-
src/swing/scala/swing/event/WindowClosing.scala | 2 +-
.../scala/swing/event/WindowDeactivated.scala | 2 +-
.../scala/swing/event/WindowDeiconified.scala | 2 +-
src/swing/scala/swing/event/WindowEvent.scala | 2 +-
src/swing/scala/swing/event/WindowIconified.scala | 2 +-
src/swing/scala/swing/event/WindowOpened.scala | 2 +-
src/swing/scala/swing/model/Matrix.scala | 2 +-
src/swing/scala/swing/package.scala | 3 +
src/swing/scala/swing/test/ButtonApp.scala | 25 -
src/swing/scala/swing/test/CelsiusConverter.scala | 43 -
src/swing/scala/swing/test/CelsiusConverter2.scala | 37 -
src/swing/scala/swing/test/ComboBoxes.scala | 87 -
src/swing/scala/swing/test/CountButton.scala | 31 -
src/swing/scala/swing/test/Dialogs.scala | 177 -
src/swing/scala/swing/test/GridBagDemo.scala | 65 -
src/swing/scala/swing/test/HelloWorld.scala | 14 -
src/swing/scala/swing/test/LabelTest.scala | 20 -
src/swing/scala/swing/test/LinePainting.scala | 53 -
src/swing/scala/swing/test/ListViewDemo.scala | 18 -
src/swing/scala/swing/test/SimpleApplet.scala | 19 -
src/swing/scala/swing/test/SwingApp.scala | 30 -
src/swing/scala/swing/test/TableSelection.scala | 97 -
src/swing/scala/swing/test/UIDemo.scala | 148 -
.../scala/tools/util/YourkitProfiling.scala | 63 -
test/ant/test-basic/build.xml | 33 +
.../test-basic/src/test-1.scala} | 0
test/benchmarking/AVL-insert-random.scala | 67 +
test/benchmarking/AVL-insert.scala | 67 +
test/benchmarking/ParCtrie-bfs.scala | 73 +
test/benchmarking/ParCtrie-map.scala | 21 +
test/benchmarking/ParCtrie-nums.scala | 39 +
test/benchmarking/ParCtrie-size.scala | 37 +
test/benchmarking/ParHashMap.scala | 33 +
test/benchmarking/ParVector-reduce.scala | 33 +
test/benchmarking/TreeSetInsert.scala | 70 +
test/benchmarking/TreeSetInsertRandom.scala | 65 +
test/benchmarking/TreeSetIterator.scala | 69 +
test/benchmarking/TreeSetRemove.scala | 69 +
test/benchmarking/TreeSetRemoveRandom.scala | 66 +
test/benchmarking/t6726-patmat-analysis.scala | 4005 +++++
test/benchmarks/bench | 0
.../scala/collection/immutable/range-bench.scala | 61 +
.../scala/collection/mutable/hashtable-bench.scala | 61 +
.../parallel/benchmarks/arrays/Resetting.scala | 8 +-
.../parallel_array/MatrixMultiplication.scala | 26 +-
test/benchmarks/src/scala/util/HashSpeedTest.scala | 150 +-
.../bug680.check => debug/buildmanager/.gitignore} | 0
.../jvm/bug680.check => debug/jvm/.gitignore} | 0
.../jvm/bug680.check => debug/neg/.gitignore} | 0
.../jvm/bug680.check => debug/pos/.gitignore} | 0
.../jvm/bug680.check => debug/res/.gitignore} | 0
.../jvm/bug680.check => debug/run/.gitignore} | 0
.../bug680.check => debug/scalacheck/.gitignore} | 0
.../jvm/bug680.check => debug/scalap/.gitignore} | 0
.../jvm/bug680.check => debug/shootout/.gitignore} | 0
.../script/loadAndExecute/lAndE1.scala | 0
.../script/loadAndExecute/lAndE2.scala | 0
.../script/loadAndExecute/loadAndExecute.scala | 0
test/disabled-windows/script/utf8.bat | 22 +-
test/disabled-windows/script/utf8.scala | 0
.../{files => disabled}/buildmanager/t2652/A.scala | 0
.../{files => disabled}/buildmanager/t2652/B.scala | 0
.../buildmanager/t2652/t2652.changes/A2.scala | 0
test/disabled/buildmanager/t2652/t2652.check | 9 +
.../buildmanager/t2652/t2652.test | 0
.../continuations-neg/infer0.check | 0
test/disabled/continuations-neg/infer0.scala | 12 +
test/disabled/jvm/concurrent-future.check | 14 +
test/disabled/jvm/concurrent-future.scala | 122 +
test/disabled/jvm/scala-concurrent-tck-akka.scala | 391 +
test/disabled/lib/annotations.jar | Bin 2242 -> 0 bytes
test/disabled/lib/annotations.jar.desired.sha1 | 1 -
test/disabled/lib/enums.jar | Bin 1372 -> 0 bytes
test/disabled/lib/enums.jar.desired.sha1 | 1 -
test/disabled/lib/genericNest.jar | Bin 1136 -> 0 bytes
test/disabled/lib/genericNest.jar.desired.sha1 | 1 -
test/disabled/lib/methvsfield.jar | Bin 609 -> 0 bytes
test/disabled/lib/methvsfield.jar.desired.sha1 | 1 -
test/disabled/lib/nest.jar | Bin 2920 -> 0 bytes
test/disabled/lib/nest.jar.desired.sha1 | 1 -
test/disabled/lib/scalacheck.jar | Bin 746629 -> 0 bytes
test/disabled/lib/scalacheck.jar.desired.sha1 | 1 -
test/disabled/neg/abstract-report3.check | 39 +
test/disabled/neg/abstract-report3.scala | 1 +
.../pos/caseclass-parents.flags} | 0
test/disabled/pos/caseclass-parents.scala | 11 +
.../pos/caseclass-productN.flags} | 0
test/disabled/pos/caseclass-productN.scala | 20 +
test/disabled/pos/t1545.scala | 18 +
.../pos/bug1737 => disabled/pos/t1737}/A.java | 0
.../pos/bug1737 => disabled/pos/t1737}/B.java | 0
.../pos/bug1737 => disabled/pos/t1737}/c.scala | 0
test/disabled/pos/{bug2919.scala => t2919.scala} | 0
test/disabled/presentation/akka.check | 492 +
test/disabled/presentation/akka.flags | 18 +
test/disabled/presentation/akka/Runner.scala | 3 +
.../presentation/akka/src/akka/AkkaException.scala | 40 +
.../presentation/akka/src/akka/actor/Actor.scala | 503 +
.../akka/src/akka/actor/ActorRef.scala | 1433 ++
.../akka/src/akka/actor/ActorRegistry.scala | 389 +
.../presentation/akka/src/akka/actor/Actors.java | 108 +
.../akka/actor/BootableActorLoaderService.scala | 60 +
.../presentation/akka/src/akka/actor/FSM.scala | 527 +
.../akka/src/akka/actor/Scheduler.scala | 133 +
.../akka/src/akka/actor/Supervisor.scala | 176 +
.../akka/src/akka/actor/UntypedActor.scala | 134 +
.../presentation/akka/src/akka/actor/package.scala | 23 +
.../presentation/akka/src/akka/config/Config.scala | 93 +
.../akka/src/akka/config/ConfigParser.scala | 74 +
.../akka/src/akka/config/Configuration.scala | 166 +
.../akka/src/akka/config/Configurator.scala | 21 +
.../akka/src/akka/config/Importer.scala | 64 +
.../akka/src/akka/config/SupervisionConfig.scala | 134 +
.../akka/src/akka/dataflow/DataFlow.scala | 165 +
.../akka/src/akka/dispatch/Dispatchers.scala | 227 +
.../ExecutorBasedEventDrivenDispatcher.scala | 305 +
...torBasedEventDrivenWorkStealingDispatcher.scala | 165 +
.../akka/src/akka/dispatch/Future.scala | 832 ++
.../akka/src/akka/dispatch/MailboxHandling.scala | 68 +
.../akka/src/akka/dispatch/MessageHandling.scala | 260 +
.../src/akka/dispatch/ThreadBasedDispatcher.scala | 52 +
.../akka/src/akka/dispatch/ThreadPoolBuilder.scala | 259 +
.../akka/src/akka/event/EventHandler.scala | 235 +
.../akka/src/akka/event/JavaEventHandler.java | 35 +
.../presentation/akka/src/akka/japi/JavaAPI.scala | 108 +
.../akka/remoteinterface/RemoteEventHandler.scala | 43 +
.../src/akka/remoteinterface/RemoteInterface.scala | 493 +
.../akka/src/akka/routing/Iterators.scala | 49 +
.../akka/src/akka/routing/Listeners.scala | 37 +
.../presentation/akka/src/akka/routing/Pool.scala | 292 +
.../akka/src/akka/routing/Routers.scala | 87 +
.../akka/src/akka/routing/Routing.scala | 64 +
.../presentation/akka/src/akka/util/Address.scala | 29 +
.../akka/src/akka/util/AkkaLoader.scala | 94 +
.../presentation/akka/src/akka/util/Bootable.scala | 10 +
.../akka/src/akka/util/BoundedBlockingQueue.scala | 326 +
.../presentation/akka/src/akka/util/Crypt.scala | 44 +
.../presentation/akka/src/akka/util/Duration.scala | 437 +
.../presentation/akka/src/akka/util/HashCode.scala | 57 +
.../presentation/akka/src/akka/util/Helpers.scala | 99 +
.../akka/src/akka/util/ListenerManagement.scala | 81 +
.../presentation/akka/src/akka/util/LockUtil.scala | 197 +
.../akka/src/akka/util/ReflectiveAccess.scala | 232 +
.../presentation/akka/src/akka/util/package.scala | 27 +
.../akka/src/com/eaio/util/lang/Hex.java | 215 +
.../akka/src/com/eaio/uuid/MACAddressParser.java | 116 +
.../presentation/akka/src/com/eaio/uuid/UUID.java | 311 +
.../akka/src/com/eaio/uuid/UUIDGen.java | 364 +
.../akka/src/com/eaio/uuid/UUIDHelper.java | 86 +
.../akka/src/com/eaio/uuid/UUIDHolder.java | 42 +
test/disabled/presentation/akka/src/pi.scala | 108 +
.../presentation/ide-bug-1000450.check} | 0
.../presentation/ide-bug-1000450/Runner.scala | 6 +
.../presentation/ide-bug-1000450/src/Ranges.scala | 5 +
test/disabled/presentation/ide-bug-1000508.check | 163 +
.../presentation/ide-bug-1000508/Runner.scala | 3 +
.../presentation/ide-bug-1000508/src/Foo.scala | 3 +
.../presentation/ide-bug-1000545.check} | 0
.../presentation/ide-bug-1000545/Runner.scala | 3 +
.../ide-bug-1000545/src/CompletionFails.scala | 25 +
test/disabled/presentation/ide-t1000620.check | 37 +
.../presentation/ide-t1000620/Runner.scala | 3 +
.../presentation/ide-t1000620/src/a/A.scala | 5 +
.../presentation/ide-t1000620/src/b/B.scala | 8 +
test/disabled/presentation/shutdown-deadlock.check | 3 +
.../shutdown-deadlock/ShutdownDeadlockTest.scala | 45 +
.../shutdown-deadlock/src/arrays.scala | 937 ++
test/disabled/presentation/simple-tests.check | 2 +-
test/disabled/presentation/timeofday.check | 100 +
test/disabled/presentation/timeofday/Runner.scala | 3 +
.../presentation/timeofday/src/timeofday.scala | 35 +
test/disabled/properties.check | 158 +
test/disabled/properties/Runner.scala | 3 +
test/disabled/properties/src/properties.scala | 54 +
test/{files => disabled}/run/lisp.check | 0
test/{files => disabled}/run/lisp.scala | 0
test/{files => disabled}/run/syncchannel.check | 0
test/{files => disabled}/run/syncchannel.scala | 0
test/{files => disabled}/run/t2886.scala | 0
test/disabled/run/{bug4279.scala => t4279.scala} | 0
test/disabled/run/t4532.check | 15 +
test/disabled/run/t4532.scala | 34 +
test/disabled/run/t6987.check | 1 +
test/disabled/run/t6987.scala | 43 +
test/disabled/scalacheck/redblack.scala | 157 -
test/disabled/script/fact.bat | 34 +-
test/disabled/script/fact.scala | 0
test/disabled/script/second.bat | 6 +-
test/disabled/script/second.scala | 0
test/disabled/script/t1015.bat | 24 +-
test/disabled/script/t1015.scala | 0
test/disabled/script/t1017.bat | 30 +-
test/disabled/script/t1017.scala | 0
test/files/ant/README | 42 +
test/files/ant/fsc-build.xml | 31 -
test/files/ant/fsc.check | 13 -
test/files/ant/fsc001-build.check | 14 +
test/files/ant/fsc001-build.xml | 26 +
test/files/ant/fsc001.scala | 7 +
test/files/ant/fsc002-build.check | 14 +
test/files/ant/fsc002-build.xml | 28 +
test/files/ant/{fsc.scala => fsc002.scala} | 0
test/files/ant/fsc003-build.check | 14 +
test/files/ant/fsc003-build.xml | 25 +
test/files/ant/fsc003.scala | 7 +
test/files/ant/imported.xml | 111 +-
test/files/ant/scalac-build.xml | 31 -
test/files/ant/scalac.check | 13 -
test/files/ant/scalac001-build.check | 14 +
test/files/ant/scalac001-build.xml | 26 +
test/files/ant/{scalac.scala => scalac001.scala} | 0
test/files/ant/scalac002-build.check | 14 +
test/files/ant/scalac002-build.xml | 28 +
test/files/ant/scalac002.scala | 7 +
test/files/ant/scalac003-build.check | 14 +
test/files/ant/scalac003-build.xml | 25 +
test/files/ant/scalac003.scala | 7 +
test/files/ant/scalac004-build.check | 24 +
test/files/ant/scalac004-build.xml | 26 +
test/files/ant/scalac004.scala | 11 +
test/files/ant/scaladoc-build.check | 15 +
test/files/ant/scaladoc-build.xml | 11 +-
test/files/ant/scaladoc.check | 13 -
test/files/ant/scaladoc.scala | 5 +-
test/files/bench/equality/eq.scala | 68 +-
test/files/bench/equality/eqeq.scala | 92 +-
test/files/buildmanager/overloaded_1/A.scala | 11 -
test/files/buildmanager/t2556_1/t2556_1.check | 6 +-
test/files/buildmanager/t2556_2/t2556_2.check | 8 +-
test/files/buildmanager/t2556_3/t2556_3.check | 8 +-
test/files/buildmanager/t2557/t2557.check | 6 +-
test/files/buildmanager/t2559/D.scala | 6 +-
test/files/buildmanager/t2559/t2559.check | 5 -
test/files/buildmanager/t2562/t2562.check | 10 +-
test/files/buildmanager/t2649/t2649.check | 4 +-
test/files/buildmanager/t2650_1/t2650_1.check | 1 +
test/files/buildmanager/t2650_2/t2650_2.check | 1 +
test/files/buildmanager/t2650_3/t2650_3.check | 1 +
test/files/buildmanager/t2650_4/t2650_4.check | 1 +
test/files/buildmanager/t2651_3/t2651_3.check | 2 +-
test/files/buildmanager/t2651_4/t2651_4.check | 4 +-
test/files/buildmanager/t2652/t2652.check | 9 -
test/files/buildmanager/t2653/t2653.check | 2 +-
test/files/buildmanager/t2655/t2655.check | 6 +-
test/files/buildmanager/t2657/t2657.check | 5 +-
test/files/buildmanager/t2789/t2789.check | 4 +-
test/files/buildmanager/t2790/t2790.check | 5 +-
test/files/buildmanager/t2792/t2792.check | 3 +
test/files/codelib/code.jar.desired.sha1 | 1 +
test/files/continuations-neg/function2.check | 2 +-
test/files/continuations-neg/infer0.scala | 14 -
test/files/continuations-neg/lazy.check | 8 +-
test/files/continuations-neg/t1929.check | 4 +-
test/files/continuations-neg/t3628.check | 4 +
.../continuations-neg/t3628.scala | 0
test/files/continuations-neg/t3718.check | 4 +
test/files/continuations-neg/t3718.scala | 3 +
.../t5314-missing-result-type.check | 4 +
.../t5314-missing-result-type.scala | 13 +
test/files/continuations-neg/t5314-npe.check | 4 +
test/files/continuations-neg/t5314-npe.scala | 3 +
.../continuations-neg/t5314-return-reset.check | 4 +
.../continuations-neg/t5314-return-reset.scala | 21 +
.../files/continuations-neg/t5314-type-error.check | 6 +
.../files/continuations-neg/t5314-type-error.scala | 17 +
test/files/continuations-neg/trycatch2.scala | 6 +-
test/files/continuations-run/basics.check | 0
test/files/continuations-run/basics.scala | 0
test/files/continuations-run/match2.scala | 2 +-
test/files/continuations-run/shift-pct.check | 25 +
test/files/continuations-run/shift-pct.scala | 30 +
test/files/continuations-run/t5314-2.check | 5 +
test/files/continuations-run/t5314-2.scala | 44 +
test/files/continuations-run/t5314-3.check | 4 +
test/files/continuations-run/t5314-3.scala | 27 +
test/files/continuations-run/t5314-with-if.check | 1 +
test/files/continuations-run/t5314-with-if.scala | 17 +
test/files/continuations-run/t5314.check | 8 +
test/files/continuations-run/t5314.scala | 52 +
test/files/continuations-run/t5472.check | 1 +
test/files/continuations-run/t5472.scala | 90 +
.../bug680.check => continuations-run/z1673.check} | 0
test/files/continuations-run/z1673.scala | 31 +
test/files/detach-run/actor/Client.scala | 18 +-
test/files/detach-run/actor/Server.scala | 8 +-
test/files/detach-run/basic/Client.scala | 26 +-
test/files/detach-run/basic/Server.scala | 14 +-
test/files/detach-run/basic/ServerConsole.scala | 44 +-
test/files/disabled/A.scala | 11 +
.../overloaded_1 => disabled}/overloaded_1.check | 0
.../overloaded_1 => disabled}/overloaded_1.test | 0
test/files/disabled/run/t4602.scala | 57 +
.../files/{buildmanager => disabled}/t4245/A.scala | 0
.../{buildmanager => disabled}/t4245/t4245.check | 0
.../{buildmanager => disabled}/t4245/t4245.test | 0
test/files/instrumented/InstrumentationTest.check | 8 +
test/files/instrumented/InstrumentationTest.scala | 30 +
test/files/instrumented/README | 15 +
.../instrumented/inline-in-constructors.check | 3 +
.../instrumented/inline-in-constructors.flags | 1 +
.../inline-in-constructors/assert_1.scala | 13 +
.../inline-in-constructors/bar_2.scala | 7 +
.../inline-in-constructors/test_3.scala | 15 +
test/files/instrumented/t6611.check | 1 +
test/files/instrumented/t6611.scala | 35 +
test/files/jvm/annotations.check | 12 +
test/files/jvm/annotations.scala | 26 +-
test/files/jvm/backendBugUnapply.scala | 9 +-
test/files/jvm/bigints.check | 9 +
test/files/jvm/bigints.scala | 51 +-
test/files/jvm/bytecode-test-example.check | 1 +
test/files/jvm/bytecode-test-example/Foo_1.scala | 9 +
test/files/jvm/bytecode-test-example/Test.scala | 32 +
test/files/jvm/deprecation.cmds | 3 -
test/files/jvm/deprecation/Test_1.scala | 6 +-
test/files/jvm/duration-java.check | 364 +
test/files/jvm/duration-java/Test.java | 46 +
test/files/jvm/duration-tck.scala | 197 +
test/files/jvm/future-spec/FutureTests.scala | 534 +
test/files/jvm/future-spec/PromiseTests.scala | 246 +
test/files/jvm/future-spec/TryTests.scala | 130 +
test/files/jvm/future-spec/main.scala | 110 +
test/files/jvm/inner.scala | 8 +-
test/files/jvm/interpreter.check | 26 +-
test/files/jvm/interpreter.scala | 11 +-
test/files/jvm/libnatives.jnilib | Bin
test/files/jvm/manifests-new.check | 58 +
test/files/jvm/manifests-new.scala | 111 +
.../jvm/{manifests.check => manifests-old.check} | 0
test/files/jvm/manifests-old.scala | 109 +
test/files/jvm/manifests.scala | 119 -
test/files/jvm/mkLibNatives.bat | 140 +-
test/files/jvm/mkLibNatives.sh | 0
test/files/jvm/non-fatal-tests.scala | 47 +
test/files/jvm/patmat_opt_ignore_underscore.check | 1 +
test/files/jvm/patmat_opt_ignore_underscore.flags | 1 +
.../patmat_opt_ignore_underscore/Analyzed_1.scala | 29 +
.../jvm/patmat_opt_ignore_underscore/test.scala | 15 +
test/files/jvm/patmat_opt_no_nullcheck.check | 1 +
test/files/jvm/patmat_opt_no_nullcheck.flags | 1 +
.../jvm/patmat_opt_no_nullcheck/Analyzed_1.scala | 24 +
test/files/jvm/patmat_opt_no_nullcheck/test.scala | 8 +
test/files/jvm/patmat_opt_primitive_typetest.check | 1 +
test/files/jvm/patmat_opt_primitive_typetest.flags | 1 +
.../patmat_opt_primitive_typetest/Analyzed_1.scala | 24 +
.../jvm/patmat_opt_primitive_typetest/test.scala | 8 +
test/files/jvm/protectedacc.scala | 2 +-
test/files/jvm/scala-concurrent-tck.scala | 1036 ++
test/files/jvm/serialization-new.check | 337 +
test/files/jvm/serialization-new.scala | 671 +
test/files/jvm/serialization.check | 61 +-
test/files/jvm/serialization.scala | 66 +-
test/files/jvm/si5471.check | 2 +
test/files/jvm/si5471.scala | 17 +
test/files/jvm/signum.scala | 21 +
test/files/jvm/stringbuilder.check | 17 +
test/files/jvm/stringbuilder.scala | 84 +-
test/files/jvm/t0632.check | 24 +-
test/files/jvm/t1118.check | 11 +
test/files/jvm/t1118.scala | 21 +
test/files/jvm/t1652.check | 2 -
test/files/jvm/t2104.scala | 2 +-
test/files/jvm/{bug560bis.check => t560bis.check} | 0
test/files/jvm/{bug560bis.scala => t560bis.scala} | 0
test/files/jvm/t6172.scala | 3005 ++++
test/files/jvm/{bug676.check => t676.check} | 0
test/files/jvm/{bug676.scala => t676.scala} | 0
test/files/jvm/{bug680.check => t680.check} | 0
test/files/jvm/{bug680.scala => t680.scala} | 0
test/files/jvm/t6941.check | 1 +
test/files/jvm/t6941.flags | 1 +
test/files/jvm/t6941/Analyzed_1.scala | 11 +
test/files/jvm/t6941/test.scala | 15 +
test/files/jvm/t7146.check | 5 +
test/files/jvm/t7146.scala | 23 +
test/files/jvm/throws-annot-from-java.check | 47 +
.../PolymorphicException_1.scala | 3 +
test/files/jvm/throws-annot-from-java/Test_3.scala | 29 +
.../ThrowsDeclaration_2.java | 6 +
test/files/jvm/try-type-tests.scala | 144 +
test/files/jvm/typerep.scala | 2 +-
test/files/jvm/unittest_io_Jvm.check | 6 +
test/files/jvm/unittest_io_Jvm.scala | 31 +-
test/files/jvm/unittest_xml.scala | 126 +-
test/files/jvm/xml01.check | 4 +-
test/files/jvm/xml01.scala | 169 +-
test/files/jvm/{bug680.check => xml02.check} | 0
test/files/jvm/xml02.scala | 62 +-
test/files/jvm/xml03syntax.check | 13 +-
test/files/jvm/xml03syntax.scala | 33 +-
test/files/jvm/xml04embed.check | 3 +
test/files/jvm/xml04embed.scala | 13 +-
test/files/jvm/xml05.check | 11 +
test/files/jvm/xml05.scala | 7 +
test/files/jvm/xmlattr.check | 18 +
test/files/jvm/xmlattr.scala | 67 +-
test/files/jvm/xmlstuff.scala | 302 +-
test/files/lib/annotations.jar | Bin 2242 -> 0 bytes
test/files/lib/annotations.jar.desired.sha1 | 2 +-
test/files/lib/enums.jar | Bin 1372 -> 0 bytes
test/files/lib/enums.jar.desired.sha1 | 2 +-
test/files/lib/genericNest.jar | Bin 1136 -> 0 bytes
test/files/lib/genericNest.jar.desired.sha1 | 2 +-
test/files/lib/methvsfield.jar | Bin 609 -> 0 bytes
test/files/lib/methvsfield.jar.desired.sha1 | 2 +-
test/files/lib/nest.jar | Bin 2920 -> 0 bytes
test/files/lib/nest.jar.desired.sha1 | 2 +-
test/files/lib/scalacheck.jar | Bin 746629 -> 0 bytes
test/files/lib/scalacheck.jar.desired.sha1 | 2 +-
test/files/neg/abstract-concrete-methods.check | 5 +
test/files/neg/abstract-concrete-methods.scala | 10 +
test/files/neg/abstract-report.check | 24 +
test/files/neg/abstract-report.scala | 1 +
test/files/neg/abstract-report2.check | 103 +
test/files/neg/abstract-report2.scala | 11 +
.../neg/abstraction-from-volatile-type-error.check | 4 +
.../neg/abstraction-from-volatile-type-error.scala | 11 +
test/files/neg/ambiguous-float-dots.check | 16 +
test/files/neg/ambiguous-float-dots.flags | 1 +
test/files/neg/ambiguous-float-dots.scala | 14 +
test/files/neg/ambiguous-float-dots2.check | 10 +
test/files/neg/ambiguous-float-dots2.flags | 1 +
test/files/neg/ambiguous-float-dots2.scala | 14 +
test/files/neg/annot-nonconst.check | 4 +-
test/files/neg/annot-nonconst.scala | 4 +-
test/files/neg/any-vs-anyref.check | 64 +
test/files/neg/any-vs-anyref.scala | 29 +
test/files/neg/anytrait.check | 7 +
test/files/neg/anytrait.scala | 10 +
test/files/neg/anyval-anyref-parent.check | 23 +
test/files/neg/anyval-anyref-parent.scala | 12 +
test/files/neg/anyval-sealed.check | 12 -
test/files/neg/anyval-sealed.scala | 6 -
test/files/neg/applydynamic_sip.check | 58 +
test/files/neg/applydynamic_sip.flags | 1 +
test/files/neg/applydynamic_sip.scala | 33 +
test/files/neg/array-not-seq.check | 12 +-
test/files/neg/bug0418.check | 7 -
test/files/neg/bug1010.check | 6 -
test/files/neg/bug1011.check | 4 -
test/files/neg/bug1017.check | 4 -
test/files/neg/bug1038.check | 5 -
test/files/neg/bug1041.check | 6 -
test/files/neg/bug1106.check | 7 -
test/files/neg/bug1112.check | 4 -
test/files/neg/bug112706A.check | 6 -
test/files/neg/bug1181.check | 4 -
test/files/neg/bug1183.check | 17 -
test/files/neg/bug1183.scala | 38 -
test/files/neg/bug1224.check | 4 -
test/files/neg/bug1241.check | 4 -
test/files/neg/bug1275.check | 6 -
test/files/neg/bug1286.check | 7 -
test/files/neg/bug1364.check | 5 -
test/files/neg/bug1523.check | 4 -
test/files/neg/bug1623.check | 4 -
test/files/neg/bug1838.check | 7 -
test/files/neg/bug1845.check | 4 -
test/files/neg/bug1845.scala | 10 -
test/files/neg/bug1872.check | 4 -
test/files/neg/bug1878.check | 15 -
test/files/neg/bug1878.scala | 15 -
test/files/neg/bug1909b.check | 4 -
test/files/neg/bug1960.check | 4 -
test/files/neg/bug200.check | 4 -
test/files/neg/bug2102.check | 6 -
test/files/neg/bug2144.check | 4 -
test/files/neg/bug2148.check | 4 -
test/files/neg/bug2206.check | 5 -
test/files/neg/bug2213.check | 15 -
test/files/neg/bug2275a.check | 13 -
test/files/neg/bug2275b.check | 10 -
test/files/neg/bug2441.check | 4 -
test/files/neg/bug276.check | 5 -
test/files/neg/bug278.check | 10 -
test/files/neg/bug278.scala | 6 -
test/files/neg/bug284.check | 8 -
test/files/neg/bug3209.check | 4 -
test/files/neg/bug343.check | 4 -
test/files/neg/bug3631.check | 4 -
test/files/neg/bug3683a.check | 6 -
test/files/neg/bug3683b.check | 8 -
test/files/neg/bug3714-neg.check | 13 -
test/files/neg/bug3714-neg.scala | 41 -
test/files/neg/bug3736.check | 16 -
test/files/neg/bug3909.check | 4 -
test/files/neg/bug391.check | 13 -
test/files/neg/bug3913.check | 4 -
test/files/neg/bug4069.check | 16 -
test/files/neg/bug409.check | 4 -
test/files/neg/bug412.check | 5 -
test/files/neg/bug414.check | 11 -
test/files/neg/bug4158.check | 19 -
test/files/neg/bug4166.check | 4 -
test/files/neg/bug4166.scala | 11 -
test/files/neg/bug4174.check | 4 -
test/files/neg/bug418.check | 7 -
test/files/neg/bug4196.check | 4 -
test/files/neg/bug421.check | 4 -
test/files/neg/bug4217.check | 4 -
test/files/neg/bug4221.check | 6 -
test/files/neg/bug4302.check | 4 -
test/files/neg/bug4419.check | 4 -
test/files/neg/bug4419.scala | 3 -
test/files/neg/bug452.check | 6 -
test/files/neg/bug4584.check | 4 -
test/files/neg/bug464-neg.check | 16 -
test/files/neg/bug4727.check | 11 -
test/files/neg/bug473.check | 4 -
test/files/neg/bug500.check | 4 -
test/files/neg/bug501.check | 4 -
test/files/neg/bug510.check | 4 -
test/files/neg/bug512.check | 4 -
test/files/neg/bug515.check | 6 -
test/files/neg/bug520.check | 4 -
test/files/neg/bug521.check | 15 -
test/files/neg/bug545.check | 7 -
test/files/neg/bug550.check | 7 -
test/files/neg/bug556.check | 4 -
test/files/neg/bug558.check | 4 -
test/files/neg/bug562.check | 4 -
test/files/neg/bug563.check | 4 -
test/files/neg/bug563.scala | 7 -
test/files/neg/bug565.check | 5 -
test/files/neg/bug576.check | 4 -
test/files/neg/bug585.check | 4 -
test/files/neg/bug588.check | 13 -
test/files/neg/bug591.check | 4 -
test/files/neg/bug593.check | 4 -
test/files/neg/bug608.check | 6 -
test/files/neg/bug630.check | 5 -
test/files/neg/bug631.check | 4 -
test/files/neg/bug633.check | 4 -
test/files/neg/bug639.check | 4 -
test/files/neg/bug649.check | 4 -
test/files/neg/bug650.check | 4 -
test/files/neg/bug663.check | 7 -
test/files/neg/bug664.check | 7 -
test/files/neg/bug667.check | 4 -
test/files/neg/bug668.check | 4 -
test/files/neg/bug677.check | 6 -
test/files/neg/bug691.check | 4 -
test/files/neg/bug692.check | 24 -
test/files/neg/bug693.check | 4 -
test/files/neg/bug696.check | 5 -
test/files/neg/bug700.check | 4 -
test/files/neg/bug708.check | 5 -
test/files/neg/bug712.check | 4 -
test/files/neg/bug715.check | 4 -
test/files/neg/bug729.check | 6 -
test/files/neg/bug752.check | 6 -
test/files/neg/bug765.check | 4 -
test/files/neg/bug766.check | 4 -
test/files/neg/bug779.check | 4 -
test/files/neg/bug783.check | 6 -
test/files/neg/bug798.check | 4 -
test/files/neg/bug800.check | 13 -
test/files/neg/bug835.check | 9 -
test/files/neg/bug836.check | 6 -
test/files/neg/bug845.check | 4 -
test/files/neg/bug846.check | 6 -
test/files/neg/bug856.check | 6 -
test/files/neg/bug875.check | 17 -
test/files/neg/bug876.check | 4 -
test/files/neg/bug877.check | 7 -
test/files/neg/bug882.check | 4 -
test/files/neg/bug900.check | 10 -
test/files/neg/bug908.check | 4 -
test/files/neg/bug909.check | 6 -
test/files/neg/bug910.check | 6 -
test/files/neg/bug935.check | 7 -
test/files/neg/bug944.check | 4 -
test/files/neg/bug960.check | 10 -
test/files/neg/bug960.scala | 20 -
test/files/neg/bug961.check | 4 -
test/files/neg/bug987.check | 19 -
test/files/neg/bug997.check | 13 -
test/files/neg/bug997.scala | 15 -
test/files/neg/case-collision.check | 10 +
.../{anyval-sealed.flags => case-collision.flags} | 0
test/files/neg/case-collision.scala | 11 +
test/files/neg/caseinherit.check | 18 +-
test/files/neg/caseinherit.scala | 17 +-
test/files/neg/catch-all.check | 10 +
test/files/neg/{bug3683a.flags => catch-all.flags} | 0
test/files/neg/catch-all.scala | 31 +
test/files/neg/checksensible.check | 53 +-
test/files/neg/checksensible.scala | 11 +-
.../neg/classmanifests_new_deprecations.check | 31 +
.../neg/classmanifests_new_deprecations.flags | 1 +
.../neg/classmanifests_new_deprecations.scala | 37 +
test/files/neg/classtags_contextbound_a.check | 4 +
test/files/neg/classtags_contextbound_a.scala | 4 +
test/files/neg/classtags_contextbound_b.check | 4 +
test/files/neg/classtags_contextbound_b.scala | 7 +
test/files/neg/classtags_contextbound_c.check | 4 +
test/files/neg/classtags_contextbound_c.scala | 7 +
test/files/neg/classtags_dont_use_typetags.check | 4 +
test/files/neg/classtags_dont_use_typetags.scala | 5 +
test/files/neg/constructor-prefix-error.check | 4 +
test/files/neg/constructor-prefix-error.scala | 7 +
test/files/neg/cyclics-import.check | 15 +
test/files/neg/cyclics-import.scala | 17 +
test/{pending => files}/neg/dbldef.check | 0
test/{pending => files}/neg/dbldef.scala | 0
test/files/neg/deadline-inf-illegal.check | 15 +
test/files/neg/deadline-inf-illegal.scala | 8 +
test/files/neg/depmet_1.flags | 1 -
...or_dependentMethodTpeConversionToFunction.check | 4 +
...or_dependentMethodTpeConversionToFunction.scala | 5 +
test/files/neg/error_tooManyArgsPattern.check | 4 +
test/files/neg/error_tooManyArgsPattern.scala | 5 +
test/files/neg/eta-expand-star.check | 4 +
test/files/neg/eta-expand-star.scala | 8 +
test/files/neg/exhausting.check | 34 +-
test/files/neg/exhausting.flags | 2 +-
test/files/neg/exhausting.scala | 26 +-
test/files/neg/finitary-error.check | 4 +
test/files/neg/finitary-error.scala | 3 +
test/files/neg/for-comprehension-old.check | 26 +
test/files/neg/for-comprehension-old.flags | 1 +
test/files/neg/for-comprehension-old.scala | 11 +
test/files/neg/found-req-variance.check | 10 +-
test/files/neg/gadts1.check | 4 +-
test/files/neg/hk-bad-bounds.check | 4 +
test/files/neg/hk-bad-bounds.scala | 5 +
test/files/neg/implicit-shadow.check | 11 +
test/files/neg/implicit-shadow.flags | 1 +
test/files/neg/implicit-shadow.scala | 13 +
test/files/neg/implicits.check | 7 +-
test/files/neg/implicits.scala | 16 +
...interop_abstypetags_arenot_classmanifests.check | 4 +
...interop_abstypetags_arenot_classmanifests.scala | 11 +
.../neg/interop_abstypetags_arenot_classtags.check | 4 +
.../neg/interop_abstypetags_arenot_classtags.scala | 12 +
.../neg/interop_abstypetags_arenot_manifests.check | 4 +
.../neg/interop_abstypetags_arenot_manifests.scala | 11 +
.../interop_classmanifests_arenot_typetags.check | 4 +
.../interop_classmanifests_arenot_typetags.scala | 11 +
.../neg/interop_classtags_arenot_manifests.check | 4 +
.../neg/interop_classtags_arenot_manifests.scala | 11 +
.../interop_typetags_arenot_classmanifests.check | 4 +
.../interop_typetags_arenot_classmanifests.scala | 11 +
.../neg/interop_typetags_arenot_classtags.check | 4 +
.../neg/interop_typetags_arenot_classtags.scala | 12 +
...petags_without_classtags_arenot_manifests.check | 6 +
...petags_without_classtags_arenot_manifests.scala | 12 +
.../files/neg/javaConversions-2.10-ambiguity.check | 6 +
.../files/neg/javaConversions-2.10-ambiguity.scala | 10 +
test/files/neg/logImplicits.check | 19 +
test/files/neg/logImplicits.flags | 1 +
test/files/neg/logImplicits.scala | 25 +
test/files/neg/macro-basic-mamdmi.check | 4 +
test/files/neg/macro-basic-mamdmi.flags | 1 +
.../macro-basic-mamdmi/Impls_Macros_Test_1.scala | 37 +
test/files/neg/macro-cyclic.check | 4 +
test/files/neg/macro-cyclic.flags | 1 +
test/files/neg/macro-cyclic/Impls_Macros_1.scala | 25 +
test/files/neg/macro-deprecate-idents.check | 52 +
test/files/neg/macro-deprecate-idents.flags | 1 +
test/files/neg/macro-deprecate-idents.scala | 56 +
.../neg/macro-false-deprecation-warning.check | 4 +
.../neg/macro-false-deprecation-warning.flags | 1 +
.../Impls_Macros_1.scala | 15 +
test/files/neg/macro-invalidimpl-a.check | 4 +
test/files/neg/macro-invalidimpl-a.flags | 1 +
test/files/neg/macro-invalidimpl-a/Impls_1.scala | 5 +
.../neg/macro-invalidimpl-a/Macros_Test_2.scala | 9 +
test/files/neg/macro-invalidimpl-b.check | 4 +
test/files/neg/macro-invalidimpl-b.flags | 1 +
test/files/neg/macro-invalidimpl-b/Impls_1.scala | 5 +
.../neg/macro-invalidimpl-b/Macros_Test_2.scala | 9 +
test/files/neg/macro-invalidimpl-c.check | 4 +
test/files/neg/macro-invalidimpl-c.flags | 1 +
.../neg/macro-invalidimpl-c/Impls_Macros_1.scala | 9 +
test/files/neg/macro-invalidimpl-c/Test_2.scala | 3 +
test/files/neg/macro-invalidimpl-d.check | 4 +
test/files/neg/macro-invalidimpl-d.flags | 1 +
test/files/neg/macro-invalidimpl-d/Impls_1.scala | 7 +
.../neg/macro-invalidimpl-d/Macros_Test_2.scala | 7 +
test/files/neg/macro-invalidimpl-e.check | 13 +
test/files/neg/macro-invalidimpl-e.flags | 1 +
test/files/neg/macro-invalidimpl-e/Impls_1.scala | 6 +
.../neg/macro-invalidimpl-e/Macros_Test_2.scala | 9 +
test/files/neg/macro-invalidimpl-f.check | 7 +
test/files/neg/macro-invalidimpl-f.flags | 1 +
test/files/neg/macro-invalidimpl-f/Impls_1.scala | 11 +
.../neg/macro-invalidimpl-f/Macros_Test_2.scala | 9 +
test/files/neg/macro-invalidimpl-g.check | 7 +
test/files/neg/macro-invalidimpl-g.flags | 1 +
test/files/neg/macro-invalidimpl-g/Impls_1.scala | 11 +
.../neg/macro-invalidimpl-g/Macros_Test_2.scala | 8 +
test/files/neg/macro-invalidimpl-h.check | 4 +
test/files/neg/macro-invalidimpl-h.flags | 1 +
test/files/neg/macro-invalidimpl-h/Impls_1.scala | 5 +
.../neg/macro-invalidimpl-h/Macros_Test_2.scala | 8 +
test/files/neg/macro-invalidimpl-i.check | 4 +
test/files/neg/macro-invalidimpl-i.flags | 1 +
test/files/neg/macro-invalidimpl-i/Impls_1.scala | 7 +
.../neg/macro-invalidimpl-i/Macros_Test_2.scala | 5 +
test/files/neg/macro-invalidret-nontree.check | 7 +
test/files/neg/macro-invalidret-nontree.flags | 1 +
.../neg/macro-invalidret-nontree/Impls_1.scala | 5 +
.../macro-invalidret-nontree/Macros_Test_2.scala | 8 +
.../neg/macro-invalidret-nonuniversetree.check | 7 +
.../neg/macro-invalidret-nonuniversetree.flags | 1 +
.../macro-invalidret-nonuniversetree/Impls_1.scala | 6 +
.../Macros_Test_2.scala | 8 +
test/files/neg/macro-invalidshape-a.check | 5 +
test/files/neg/macro-invalidshape-a.flags | 1 +
test/files/neg/macro-invalidshape-a/Impls_1.scala | 5 +
.../neg/macro-invalidshape-a/Macros_Test_2.scala | 8 +
test/files/neg/macro-invalidshape-b.check | 5 +
test/files/neg/macro-invalidshape-b.flags | 1 +
test/files/neg/macro-invalidshape-b/Impls_1.scala | 5 +
.../neg/macro-invalidshape-b/Macros_Test_2.scala | 8 +
test/files/neg/macro-invalidshape-c.check | 9 +
test/files/neg/macro-invalidshape-c.flags | 1 +
test/files/neg/macro-invalidshape-c/Impls_1.scala | 5 +
.../neg/macro-invalidshape-c/Macros_Test_2.scala | 8 +
test/files/neg/macro-invalidshape-d.check | 8 +
test/files/neg/macro-invalidshape-d.flags | 1 +
test/files/neg/macro-invalidshape-d/Impls_1.scala | 5 +
.../neg/macro-invalidshape-d/Macros_Test_2.scala | 8 +
.../neg/macro-invalidsig-context-bounds.check | 7 +
.../neg/macro-invalidsig-context-bounds.flags | 1 +
.../macro-invalidsig-context-bounds/Impls_1.scala | 9 +
.../Macros_Test_1.scala | 8 +
test/files/neg/macro-invalidsig-ctx-badargc.check | 7 +
test/files/neg/macro-invalidsig-ctx-badargc.flags | 1 +
.../neg/macro-invalidsig-ctx-badargc/Impls_1.scala | 3 +
.../Macros_Test_2.scala | 8 +
test/files/neg/macro-invalidsig-ctx-badtype.check | 7 +
test/files/neg/macro-invalidsig-ctx-badtype.flags | 1 +
.../neg/macro-invalidsig-ctx-badtype/Impls_1.scala | 5 +
.../Macros_Test_2.scala | 8 +
.../neg/macro-invalidsig-ctx-badvarargs.check | 7 +
.../neg/macro-invalidsig-ctx-badvarargs.flags | 1 +
.../macro-invalidsig-ctx-badvarargs/Impls_1.scala | 5 +
.../Macros_Test_2.scala | 8 +
test/files/neg/macro-invalidsig-ctx-noctx.check | 7 +
test/files/neg/macro-invalidsig-ctx-noctx.flags | 1 +
.../neg/macro-invalidsig-ctx-noctx/Impls_1.scala | 5 +
.../macro-invalidsig-ctx-noctx/Macros_Test_2.scala | 8 +
.../neg/macro-invalidsig-implicit-params.check | 7 +
.../neg/macro-invalidsig-implicit-params.flags | 1 +
.../Impls_Macros_1.scala | 19 +
.../macro-invalidsig-implicit-params/Test_2.scala | 4 +
.../neg/macro-invalidsig-params-badargc.check | 7 +
.../neg/macro-invalidsig-params-badargc.flags | 1 +
.../Impls_Macros_1.scala | 9 +
.../macro-invalidsig-params-badargc/Test_2.scala | 4 +
.../neg/macro-invalidsig-params-badtype.check | 7 +
.../neg/macro-invalidsig-params-badtype.flags | 1 +
.../Impls_Macros_1.scala | 9 +
.../macro-invalidsig-params-badtype/Test_2.scala | 4 +
.../neg/macro-invalidsig-params-badvarargs.check | 7 +
.../neg/macro-invalidsig-params-badvarargs.flags | 1 +
.../Impls_Macros_1.scala | 9 +
.../Test_2.scala | 4 +
.../neg/macro-invalidsig-params-namemismatch.check | 7 +
.../neg/macro-invalidsig-params-namemismatch.flags | 1 +
.../Impls_Macros_1.scala | 9 +
.../Test_2.scala | 4 +
.../neg/macro-invalidsig-tparams-badtype.check | 7 +
.../neg/macro-invalidsig-tparams-badtype.flags | 1 +
.../macro-invalidsig-tparams-badtype/Impls_1.scala | 5 +
.../Macros_Test_2.scala | 8 +
.../neg/macro-invalidsig-tparams-bounds-a.check | 4 +
.../neg/macro-invalidsig-tparams-bounds-a.flags | 1 +
.../Impls_1.scala | 5 +
.../Macros_Test_2.scala | 8 +
.../neg/macro-invalidsig-tparams-bounds-b.check | 4 +
.../neg/macro-invalidsig-tparams-bounds-b.flags | 1 +
.../Impls_1.scala | 5 +
.../Macros_Test_2.scala | 8 +
.../neg/macro-invalidsig-tparams-notparams-a.check | 4 +
.../neg/macro-invalidsig-tparams-notparams-a.flags | 1 +
.../Impls_1.scala | 6 +
.../Macros_Test_2.scala | 8 +
.../neg/macro-invalidsig-tparams-notparams-b.check | 4 +
.../neg/macro-invalidsig-tparams-notparams-b.flags | 1 +
.../Impls_1.scala | 11 +
.../Macros_Test_2.scala | 11 +
.../neg/macro-invalidsig-tparams-notparams-c.check | 4 +
.../neg/macro-invalidsig-tparams-notparams-c.flags | 1 +
.../Impls_1.scala | 12 +
.../Macros_Test_2.scala | 11 +
test/files/neg/macro-invalidusage-badargs.check | 6 +
test/files/neg/macro-invalidusage-badargs.flags | 1 +
.../neg/macro-invalidusage-badargs/Impls_1.scala | 5 +
.../macro-invalidusage-badargs/Macros_Test_2.scala | 8 +
.../files/neg/macro-invalidusage-badbounds-a.check | 4 +
.../files/neg/macro-invalidusage-badbounds-a.flags | 1 +
.../macro-invalidusage-badbounds-a/Impls_1.scala | 5 +
.../Macros_Test_2.scala | 8 +
test/files/neg/macro-invalidusage-badtargs.check | 4 +
test/files/neg/macro-invalidusage-badtargs.flags | 1 +
.../neg/macro-invalidusage-badtargs/Impls_1.scala | 5 +
.../Macros_Test_2.scala | 8 +
.../neg/macro-invalidusage-methodvaluesyntax.check | 4 +
.../neg/macro-invalidusage-methodvaluesyntax.flags | 1 +
.../Impls_1.scala | 9 +
.../Macros_Test_2.scala | 8 +
test/files/neg/macro-noexpand.check | 4 +
test/files/neg/macro-noexpand.flags | 1 +
test/files/neg/macro-noexpand/Impls_1.scala | 5 +
test/files/neg/macro-noexpand/Macros_Test_2.scala | 8 +
test/files/neg/macro-nontypeablebody.check | 4 +
test/files/neg/macro-nontypeablebody.flags | 1 +
test/files/neg/macro-nontypeablebody/Impls_1.scala | 5 +
.../neg/macro-nontypeablebody/Macros_Test_2.scala | 8 +
...verride-macro-overrides-abstract-method-a.check | 5 +
...verride-macro-overrides-abstract-method-a.flags | 1 +
.../Impls_Macros_1.scala | 13 +
.../Test_2.scala | 4 +
...verride-macro-overrides-abstract-method-b.check | 5 +
...verride-macro-overrides-abstract-method-b.flags | 1 +
.../Impls_Macros_1.scala | 13 +
.../Test_2.scala | 4 +
.../macro-override-method-overrides-macro.check | 5 +
.../macro-override-method-overrides-macro.flags | 1 +
.../Impls_1.scala | 15 +
.../Macros_Test_2.scala | 15 +
.../macro-reify-typetag-hktypeparams-notags.check | 7 +
.../Test.scala | 9 +
.../macro-reify-typetag-typeparams-notags.check | 7 +
.../Test.scala | 9 +
.../neg/macro-reify-typetag-useabstypetag.check | 7 +
.../macro-reify-typetag-useabstypetag/Test.scala | 9 +
test/files/neg/macro-without-xmacros-a.check | 17 +
.../neg/macro-without-xmacros-a/Impls_1.scala | 18 +
.../neg/macro-without-xmacros-a/Macros_2.scala | 12 +
.../files/neg/macro-without-xmacros-a/Test_3.scala | 4 +
test/files/neg/macro-without-xmacros-b.check | 17 +
.../neg/macro-without-xmacros-b/Impls_1.scala | 18 +
.../neg/macro-without-xmacros-b/Macros_2.scala | 10 +
.../files/neg/macro-without-xmacros-b/Test_3.scala | 4 +
test/files/neg/main1.check | 26 +
test/files/neg/{caseinherit.flags => main1.flags} | 0
test/files/neg/main1.scala | 45 +
test/files/neg/migration28.check | 13 +-
test/files/neg/migration28.scala | 5 +-
test/files/neg/multi-array.check | 6 +-
test/files/neg/multi-array.scala | 13 +-
test/files/neg/names-defaults-neg.check | 71 +-
test/files/neg/names-defaults-neg.flags | 1 +
test/files/neg/nested-fn-print.check | 6 +-
test/files/neg/newpat_unreachable.check | 27 +
...nyval-sealed.flags => newpat_unreachable.flags} | 0
test/files/neg/newpat_unreachable.scala | 29 +
test/files/neg/no-implicit-to-anyref.check | 28 +
test/files/neg/no-implicit-to-anyref.scala | 29 +
test/files/neg/no-predef.check | 14 +
test/files/neg/no-predef.flags | 1 +
test/files/neg/no-predef.scala | 5 +
test/files/neg/not-possible-cause.check | 9 +
test/files/neg/not-possible-cause.scala | 3 +
test/files/neg/object-not-a-value.check | 4 +
test/files/neg/object-not-a-value.scala | 7 +
test/files/neg/overloaded-implicit.flags | 2 +-
test/files/neg/overloaded-unapply.check | 14 +
test/files/neg/overloaded-unapply.scala | 24 +
test/files/neg/override-object-flag.check | 5 +
test/files/neg/override-object-flag.scala | 3 +
test/files/neg/override-object-no.check | 23 +
test/files/neg/override-object-no.flags | 1 +
test/files/neg/override-object-no.scala | 45 +
test/files/neg/override.check | 4 +-
test/files/neg/override.scala | 2 +-
test/files/neg/package-ob-case.check | 5 +
test/files/neg/package-ob-case.flags | 1 +
test/files/neg/package-ob-case.scala | 5 +
test/files/neg/parent-inherited-twice-error.check | 7 +
test/files/neg/parent-inherited-twice-error.scala | 2 +
test/files/neg/pat_unreachable.check | 8 +-
test/files/neg/pat_unreachable.flags | 1 +
test/files/neg/pat_unreachable.scala | 8 +-
test/files/neg/patmat-type-check.check | 12 +-
test/files/neg/patmatexhaust.check | 56 +-
test/files/neg/patmatexhaust.flags | 2 +-
test/files/neg/patmatexhaust.scala | 62 +-
test/files/neg/permanent-blindness.check | 10 +
.../permanent-blindness.flags} | 0
test/files/neg/permanent-blindness.scala | 22 +
test/files/neg/primitive-sigs-1.check | 8 +-
.../neg/primitive-sigs-1/{A_1.scala => A.scala} | 0
test/files/neg/primitive-sigs-1/A_3.scala | 5 -
test/files/neg/primitive-sigs-1/B.scala | 5 +
test/files/neg/primitive-sigs-1/J.java | 8 +
test/files/neg/primitive-sigs-1/J_2.java | 8 -
test/files/neg/protected-constructors.check | 8 +-
test/files/neg/protected-static-fail.check | 16 +
test/files/neg/protected-static-fail/J.java | 7 +
test/files/neg/protected-static-fail/S.scala | 10 +
test/files/neg/protected-static-fail/S0.scala | 9 +
test/files/neg/qualifying-class-error-1.check | 4 +
test/files/neg/qualifying-class-error-1.scala | 2 +
test/files/neg/qualifying-class-error-2.check | 4 +
test/files/neg/qualifying-class-error-2.scala | 11 +
test/files/neg/reassignment.check | 13 +
test/files/neg/reassignment.scala | 7 +
test/files/neg/reflection-names-neg.check | 10 +
test/files/neg/reflection-names-neg.scala | 6 +
test/files/neg/reify_ann2b.check | 4 +
test/files/neg/reify_ann2b.scala | 28 +
.../reify_metalevel_breach_+0_refers_to_1.check | 7 +
.../reify_metalevel_breach_+0_refers_to_1.scala | 16 +
.../reify_metalevel_breach_-1_refers_to_0_a.check | 7 +
.../reify_metalevel_breach_-1_refers_to_0_a.scala | 14 +
.../reify_metalevel_breach_-1_refers_to_0_b.check | 7 +
.../reify_metalevel_breach_-1_refers_to_0_b.scala | 18 +
.../reify_metalevel_breach_-1_refers_to_1.check | 7 +
.../reify_metalevel_breach_-1_refers_to_1.scala | 16 +
.../neg/reify_nested_inner_refers_to_local.check | 7 +
.../neg/reify_nested_inner_refers_to_local.scala | 15 +
test/files/neg/saferJavaConversions.check | 6 +
test/files/neg/saferJavaConversions.scala | 20 +
test/files/neg/scopes.check | 4 +
test/files/neg/sealed-java-enums.check | 7 +-
test/files/neg/sensitive2.check | 10 +
test/files/neg/sensitive2.scala | 8 +
test/files/neg/specification-scopes.check | 12 +
test/files/neg/specification-scopes/P_1.scala | 6 +
test/files/neg/specification-scopes/P_2.scala | 21 +
test/files/neg/stmt-expr-discard.check | 7 +
.../{caseinherit.flags => stmt-expr-discard.flags} | 0
test/files/neg/stmt-expr-discard.scala | 5 +
test/files/neg/stringinterpolation_macro-neg.check | 70 +
test/files/neg/stringinterpolation_macro-neg.scala | 31 +
test/files/neg/structural.check | 23 +-
test/files/neg/suggest-similar.check | 10 +
test/files/neg/suggest-similar.scala | 11 +
test/files/neg/switch.check | 9 +-
test/files/neg/{caseinherit.flags => switch.flags} | 0
test/files/neg/switch.scala | 4 +-
test/files/neg/t0152.check | 2 +-
test/files/neg/t0418.check | 7 +
test/files/neg/{bug0418.scala => t0418.scala} | 0
test/files/neg/t0565.check | 2 +-
test/files/neg/t0673.check | 2 +-
test/files/neg/t0764.check | 2 +-
test/files/neg/t0816.check | 4 +
test/files/{pos => neg}/t0816.scala | 0
test/files/neg/t0903.check | 2 +-
test/files/neg/t1010.check | 6 +
test/files/neg/{bug1010.scala => t1010.scala} | 0
test/files/neg/t1011.check | 4 +
test/files/neg/{bug1011.scala => t1011.scala} | 0
test/files/neg/t1017.check | 4 +
test/files/neg/{bug1017.scala => t1017.scala} | 0
test/files/neg/t1038.check | 5 +
test/files/neg/{bug1038.scala => t1038.scala} | 0
test/files/neg/t1041.check | 6 +
test/files/neg/{bug1041.scala => t1041.scala} | 0
test/files/neg/t1106.check | 7 +
test/files/neg/{bug1106.scala => t1106.scala} | 0
test/files/neg/t1112.check | 4 +
test/files/neg/{bug1112.scala => t1112.scala} | 0
test/files/neg/t112706A.check | 6 +
.../files/neg/{bug112706A.scala => t112706A.scala} | 0
test/files/neg/t1181.check | 8 +
test/files/neg/{bug1181.scala => t1181.scala} | 0
test/files/neg/t1183.check | 17 +
test/files/neg/t1183.scala | 34 +
test/files/neg/t1224.check | 4 +
test/files/neg/{bug1224.scala => t1224.scala} | 0
test/files/neg/t1241.check | 4 +
test/files/neg/{bug1241.scala => t1241.scala} | 0
test/files/neg/t1275.check | 6 +
test/files/neg/{bug1275.scala => t1275.scala} | 0
test/files/neg/t1286.check | 5 +
test/files/neg/{bug1286 => t1286}/a.scala | 0
test/files/neg/{bug1286 => t1286}/b.scala | 0
test/files/neg/t1364.check | 5 +
test/files/neg/{bug1364.scala => t1364.scala} | 0
test/files/neg/t1422.check | 7 +-
test/files/neg/t1422.scala | 2 +-
test/files/neg/t1431.check | 4 +
test/files/neg/t1431.scala | 10 +
test/files/neg/t1432.check | 6 +
test/files/neg/t1432.scala | 12 +
test/files/neg/t1477.check | 2 +-
test/files/neg/t1523.check | 4 +
test/files/neg/{bug1523.scala => t1523.scala} | 0
test/files/neg/{bug1548.check => t1548.check} | 0
test/files/neg/{bug1548 => t1548}/J.java | 0
test/files/neg/{bug1548 => t1548}/S.scala | 0
test/files/neg/t1623.check | 4 +
test/files/neg/{bug1623.scala => t1623.scala} | 0
test/files/neg/t1672b.check | 16 +
test/files/neg/t1672b.scala | 52 +
test/files/neg/t1701.check | 2 +-
test/files/neg/t1838.check | 7 +
test/files/neg/{bug1838.scala => t1838.scala} | 0
test/files/neg/t1845.check | 6 +
test/files/neg/t1845.scala | 10 +
test/files/neg/t1872.check | 8 +
test/files/neg/{bug1872.scala => t1872.scala} | 0
test/files/neg/t1878-typer.check | 4 +
test/files/neg/t1878-typer.scala | 6 +
test/files/neg/t1878.check | 7 +
test/files/neg/t1878.scala | 17 +
test/files/neg/t1909b.check | 4 +
test/files/neg/{bug1909b.scala => t1909b.scala} | 0
test/files/neg/t1960.check | 4 +
test/files/neg/{bug1960.scala => t1960.scala} | 0
test/files/neg/t200.check | 5 +
test/files/neg/{bug200.scala => t200.scala} | 0
test/files/neg/t2070.check | 3 +-
test/files/neg/t2078.check | 2 +-
test/files/neg/t2078.scala | 2 +-
test/files/neg/t2102.check | 6 +
test/files/neg/{bug2102.scala => t2102.scala} | 0
test/files/neg/t2144.check | 4 +
test/files/neg/{bug2144.scala => t2144.scala} | 0
test/files/neg/t2148.check | 4 +
test/files/neg/{bug2148.scala => t2148.scala} | 0
test/files/neg/t2206.check | 5 +
test/files/neg/{bug2206.scala => t2206.scala} | 0
test/files/neg/t2208.check | 2 +-
test/files/neg/t2213.check | 25 +
test/files/neg/{bug2213.scala => t2213.scala} | 0
test/files/neg/t2275a.check | 13 +
test/files/neg/{bug2275a.scala => t2275a.scala} | 0
test/files/neg/t2275b.check | 10 +
test/files/neg/{bug2275b.scala => t2275b.scala} | 0
test/files/neg/t2296a.check | 5 +
test/files/neg/t2296a/J.java | 7 +
test/files/neg/t2296a/S.scala | 18 +
test/files/neg/t2296b.check | 5 +
test/files/neg/t2296b/J_1.java | 7 +
test/files/neg/t2296b/S_2.scala | 18 +
test/files/neg/t2336.check | 2 +-
test/files/neg/t2336.scala | 0
test/files/neg/t2386.check | 4 -
test/files/neg/t2386.scala | 3 -
test/files/neg/t2388.check | 4 +
test/files/neg/t2388.scala | 4 +
test/files/neg/t2405.check | 8 +
test/files/neg/t2405.scala | 10 +
test/files/neg/t2441.check | 4 +
test/files/neg/{bug2441.scala => t2441.scala} | 0
test/files/neg/t2442.check | 9 +
test/files/neg/{caseinherit.flags => t2442.flags} | 0
test/files/neg/t2442/MyEnum.java | 3 +
test/files/neg/t2442/MySecondEnum.java | 6 +
test/files/neg/t2442/t2442.scala | 15 +
test/files/neg/t2488.check | 31 +
test/files/neg/t2488.scala | 12 +
test/files/neg/t2494.scala | 0
test/files/neg/t2641.check | 30 +-
test/files/neg/t2641.scala | 3 +-
test/files/neg/t276.check | 5 +
test/files/neg/{bug276.scala => t276.scala} | 0
test/files/neg/t2773.check | 2 +-
test/files/neg/t2773.scala | 0
test/files/neg/t2775.check | 2 +-
test/files/neg/t2779.check | 1 +
test/files/neg/t2779.scala | 0
test/files/neg/t278.check | 11 +
test/files/neg/t278.scala | 6 +
test/files/neg/t2796.check | 4 +
test/files/neg/{caseinherit.flags => t2796.flags} | 0
test/files/neg/t2796.scala | 28 +
test/files/neg/t284.check | 8 +
test/files/neg/{bug284.scala => t284.scala} | 0
test/files/neg/t2870.check | 8 +-
test/files/neg/t2870.scala | 0
test/files/neg/t2910.check | 2 +-
test/files/neg/t2910.scala | 1 +
test/files/neg/t2918.check | 9 +-
test/files/neg/t2918.scala | 2 +-
test/files/neg/t2968.check | 10 +
test/files/neg/t2968.scala | 26 +
test/files/neg/t2968b.check | 4 +
test/files/neg/t2968b.scala | 7 +
test/files/neg/t3006.check | 2 +-
test/files/neg/t3006.scala | 0
test/files/neg/t3015.check | 11 +-
test/files/neg/t3098.check | 5 +
.../files/neg/{anyval-sealed.flags => t3098.flags} | 0
test/files/neg/t3098/a.scala | 6 +
test/files/neg/t3098/b.scala | 8 +
test/files/neg/t3115.check | 12 -
test/files/neg/t3115.flags | 1 -
test/files/neg/t3115.scala | 9 -
test/files/neg/t3189.check | 4 +
.../neg/bug3189.scala => files/neg/t3189.scala} | 0
test/files/neg/t3209.check | 4 +
test/files/neg/{bug3209.scala => t3209.scala} | 0
test/files/neg/t3224.scala | 0
test/files/neg/t3234.check | 2 +
test/files/{pos/bug3234.flags => neg/t3234.flags} | 0
test/files/{pos/bug3234.scala => neg/t3234.scala} | 0
test/files/neg/t3240.check | 4 +
test/files/neg/t3240.scala | 8 +
test/files/neg/t3275.check | 4 +
test/files/neg/t3275.scala | 3 +
test/files/neg/t3392.check | 4 +
test/files/neg/t3392.scala | 11 +
test/files/neg/t343.check | 4 +
test/files/neg/{bug343.scala => t343.scala} | 0
test/files/neg/t3481.check | 29 +
test/files/neg/t3481.scala | 28 +
test/files/neg/t3507-old.check | 4 +
test/files/neg/{t3507.scala => t3507-old.scala} | 0
test/files/neg/t3507.check | 4 -
test/files/neg/t3614.check | 4 +
test/files/neg/t3614.scala | 3 +
test/files/neg/t3631.check | 4 +
test/files/neg/{bug3631.scala => t3631.scala} | 0
test/files/neg/t3683a.check | 5 +
.../neg/{anyval-sealed.flags => t3683a.flags} | 0
test/files/neg/{bug3683a.scala => t3683a.scala} | 0
test/files/neg/t3683b.check | 8 +
test/files/neg/{bug3683b.scala => t3683b.scala} | 0
test/files/neg/t3691.check | 6 +-
test/files/neg/t3692-new.check | 14 +
test/files/neg/t3692-new.flags | 1 +
test/files/neg/t3692-new.scala | 20 +
test/files/neg/t3692-old.check | 14 +
test/files/neg/t3692-old.flags | 1 +
test/files/neg/{t3692.scala => t3692-old.scala} | 0
test/files/neg/t3692.check | 4 -
test/files/neg/t3714-neg.check | 13 +
test/files/neg/t3714-neg.scala | 41 +
test/files/neg/t3736.check | 16 +
test/files/neg/{bug3736.scala => t3736.scala} | 0
test/files/neg/t3761-overload-byname.check | 13 +
test/files/neg/t3761-overload-byname.scala | 13 +
test/files/neg/t3773.check | 4 -
test/files/neg/t3773.flags | 1 -
test/files/neg/t3773.scala | 5 -
test/files/neg/t3816.check | 2 +-
test/files/neg/t3836.check | 13 +
test/files/neg/t3836.scala | 28 +
test/files/neg/t3854.check | 5 +
test/files/neg/t3854.scala | 15 +
test/files/neg/t3873.flags | 1 -
test/files/neg/t3909.check | 4 +
test/files/neg/{bug3909.scala => t3909.scala} | 0
test/files/neg/t391.check | 13 +
test/files/neg/{bug391.scala => t391.scala} | 0
test/files/neg/t3913.check | 4 +
test/files/neg/{bug3913.scala => t3913.scala} | 0
test/files/neg/t3934.check | 2 +-
test/files/neg/t3987.check | 1 +
test/files/neg/t3995.check | 6 +
test/files/neg/t3995.scala | 32 +
test/files/neg/t4044.check | 12 +-
test/files/neg/t4069.check | 16 +
test/files/neg/{bug4069.scala => t4069.scala} | 0
test/files/neg/t409.check | 4 +
test/files/neg/{bug409.scala => t409.scala} | 0
test/files/neg/t4098.check | 13 +
test/files/neg/t4098.scala | 22 +
test/files/neg/t412.check | 5 +
test/files/neg/{bug412.scala => t412.scala} | 0
test/files/neg/t4134.check | 4 +
test/files/neg/t4134.scala | 30 +
test/files/neg/t414.check | 12 +
test/files/neg/{bug414.scala => t414.scala} | 0
test/files/neg/t4158.check | 19 +
test/files/neg/{bug4158.scala => t4158.scala} | 0
test/files/neg/t4163.check | 6 +-
test/files/neg/t4163.scala | 10 +-
test/files/neg/t4166.check | 4 +
test/files/neg/t4166.scala | 11 +
test/files/neg/t4174.check | 4 +
test/files/neg/{bug4174.scala => t4174.scala} | 0
test/files/neg/t418.check | 7 +
test/files/neg/{bug418.scala => t418.scala} | 0
test/files/neg/t4196.check | 4 +
test/files/neg/{bug4196.scala => t4196.scala} | 0
test/files/neg/t421.check | 4 +
test/files/neg/{bug421.scala => t421.scala} | 0
test/files/neg/t4217.check | 4 +
test/files/neg/{bug4217.scala => t4217.scala} | 0
test/files/neg/t4221.check | 6 +
test/files/neg/{bug4221.scala => t4221.scala} | 0
test/files/neg/t425.check | 4 +
test/files/{pos => neg}/t425.scala | 0
test/files/neg/t4270.check | 4 +
test/files/neg/t4270.scala | 6 +
test/files/neg/t4271.check | 10 +
test/files/neg/t4271.scala | 12 +
test/files/neg/t4283b.check | 4 +
test/files/neg/t4283b/AbstractFoo.java | 5 +
.../run/t4283 => files/neg/t4283b}/ScalaBipp.scala | 0
test/files/neg/t4283b/Test.scala | 3 +
test/files/neg/t4302.check | 4 +
test/files/neg/{bug4302.flags => t4302.flags} | 0
test/files/neg/{bug4302.scala => t4302.scala} | 0
test/files/neg/t4417.check | 7 +
test/files/neg/t4417.scala | 17 +
test/files/neg/t4419.check | 4 +
test/files/neg/t4419.scala | 3 +
test/files/neg/t4425.check | 4 +
test/files/neg/t4425.flags | 1 +
test/files/neg/t4425.scala | 4 +
test/files/neg/t4440.check | 13 +
test/files/{pos/bug1439.flags => neg/t4440.flags} | 0
test/files/neg/t4440.scala | 19 +
test/files/neg/t4515.check | 6 +
test/files/neg/t4515.scala | 41 +
test/files/neg/t452.check | 6 +
test/files/neg/{bug452.scala => t452.scala} | 0
test/files/neg/t4537.check | 4 +
test/files/neg/t4537/a.scala | 5 +
test/files/neg/t4537/b.scala | 5 +
test/files/neg/t4537/c.scala | 8 +
test/files/neg/t4541.check | 7 +
test/files/neg/t4541.scala | 16 +
test/files/neg/t4541b.check | 7 +
test/files/neg/t4541b.scala | 16 +
test/files/neg/t4568.check | 4 +
test/files/neg/t4568.scala | 13 +
test/files/neg/t4584.check | 7 +
test/files/neg/{bug4584.scala => t4584.scala} | 0
test/files/neg/t464-neg.check | 16 +
.../files/neg/{bug464-neg.scala => t464-neg.scala} | 0
test/files/neg/t4691_exhaust_extractor.check | 13 +
...inherit.flags => t4691_exhaust_extractor.flags} | 0
test/files/neg/t4691_exhaust_extractor.scala | 33 +
test/files/neg/t4727.check | 11 +
test/files/neg/{bug4727.scala => t4727.scala} | 0
test/files/neg/t473.check | 4 +
test/files/neg/{bug473.scala => t473.scala} | 0
test/files/neg/t4749.check | 28 +
test/files/neg/{caseinherit.flags => t4749.flags} | 0
test/files/neg/t4749.scala | 44 +
test/files/neg/t4762.check | 7 +
test/files/neg/t4762.flags | 1 +
test/files/neg/t4762.scala | 51 +
test/files/neg/t4818.check | 6 +
test/files/neg/t4818.scala | 7 +
test/files/neg/t4831.check | 7 +
test/files/neg/t4831.scala | 11 +
test/files/neg/t4842.check | 7 +
test/files/neg/t4842.scala | 7 +
test/files/neg/t4851.check | 49 +
test/files/neg/t4851.flags | 1 +
test/files/neg/t4851/J.java | 15 +
test/files/neg/t4851/J2.java | 11 +
test/files/neg/t4851/S.scala | 28 +
test/files/neg/t4877.check | 22 +
test/files/neg/t4877.flags | 1 +
test/files/neg/t4877.scala | 22 +
test/files/neg/t4879.check | 13 +
test/files/neg/t4879.scala | 15 +
test/files/neg/t4882.check | 4 +
test/files/neg/t4882.scala | 3 +
test/files/neg/t4928.check | 5 +
test/files/neg/t4928.scala | 4 +
test/files/neg/t4987.check | 4 +
test/files/neg/t4987.scala | 2 +
test/files/neg/t4989.check | 7 +
test/files/neg/t4989.scala | 68 +
test/files/neg/t500.check | 4 +
test/files/neg/{bug500.scala => t500.scala} | 0
test/files/neg/t501.check | 4 +
test/files/neg/{bug501.scala => t501.scala} | 0
test/files/neg/t5031.check | 5 +
test/files/neg/t5031/Id.scala | 4 +
test/files/neg/t5031/package.scala | 3 +
test/files/neg/t5031b.check | 5 +
test/files/neg/t5031b/a.scala | 3 +
test/files/neg/t5031b/b.scala | 3 +
test/files/neg/t5044.check | 9 +
test/files/neg/t5044.scala | 9 +
test/files/neg/t5060.check | 7 +
test/files/neg/t5060.scala | 19 +
test/files/neg/t5063.check | 4 +
test/files/neg/t5063.scala | 3 +
test/files/neg/t5078.check | 13 +
test/files/neg/t5078.scala | 11 +
test/files/neg/t5093.check | 10 +
test/files/neg/t5093.scala | 3 +
test/files/neg/t510.check | 4 +
test/files/neg/{bug510.scala => t510.scala} | 0
test/files/neg/t5106.check | 11 +
test/files/neg/t5106.scala | 5 +
test/files/neg/t512.check | 4 +
test/files/neg/{bug512.scala => t512.scala} | 0
test/files/neg/t5120.check | 12 +
test/files/neg/t5120.scala | 29 +
test/files/neg/t5148.check | 9 +
test/files/neg/t5148.scala | 4 +
test/files/neg/t515.check | 6 +
test/files/neg/{bug515.scala => t515.scala} | 0
test/files/neg/t5152.check | 11 +
test/files/neg/t5152.scala | 17 +
test/files/neg/t5189.check | 6 +
test/files/neg/t5189.scala | 5 +
test/files/neg/t5189_inferred.check | 6 +
test/files/neg/t5189_inferred.scala | 8 +
test/files/neg/t5189b.check | 11 +
test/files/neg/t5189b.scala | 80 +
test/files/neg/t520.check | 4 +
test/files/neg/{bug520.scala => t520.scala} | 0
test/files/neg/t521.check | 15 +
test/files/neg/{bug521.scala => t521.scala} | 0
test/files/neg/t5318.check | 5 +
test/files/neg/t5318.scala | 8 +
test/files/neg/t5318b.check | 5 +
test/files/neg/t5318b.scala | 8 +
test/files/neg/t5318c.check | 5 +
test/files/neg/t5318c.scala | 14 +
test/files/neg/t5340.check | 6 +
test/files/neg/t5340.scala | 29 +
test/files/neg/t5352.check | 13 +
test/files/neg/{caseinherit.flags => t5352.flags} | 0
test/files/neg/t5352.scala | 15 +
test/files/neg/t5353.check | 4 +
test/files/neg/t5353.scala | 3 +
test/files/neg/t5354.check | 7 +
test/files/neg/t5354.scala | 15 +
test/files/neg/t5357.check | 4 +
test/files/neg/t5357.scala | 9 +
test/files/neg/t5358.check | 7 +
test/files/neg/t5358.scala | 4 +
test/files/neg/t5361.check | 4 +
test/files/neg/t5361.scala | 3 +
test/files/neg/t5376.check | 11 +
test/files/neg/t5376.scala | 24 +
test/files/neg/t5378.check | 31 +
test/files/neg/t5378.scala | 54 +
test/files/neg/t5390.check | 4 +
test/files/neg/t5390.scala | 10 +
test/files/neg/t5390b.check | 4 +
test/files/neg/t5390b.scala | 10 +
test/files/neg/t5390c.check | 4 +
test/files/neg/t5390c.scala | 10 +
test/files/neg/t5390d.check | 4 +
test/files/neg/t5390d.scala | 10 +
test/files/neg/t5426.check | 13 +
test/files/neg/{caseinherit.flags => t5426.flags} | 0
test/files/neg/t5426.scala | 10 +
test/files/neg/t5429.check | 142 +
test/files/neg/t5429.scala | 93 +
test/files/neg/t5440.check | 5 +
test/files/neg/{caseinherit.flags => t5440.flags} | 0
test/files/neg/t5440.scala | 7 +
test/files/neg/t545.check | 7 +
test/files/neg/{bug545.scala => t545.scala} | 0
test/files/neg/t5452-new.check | 8 +
test/files/neg/t5452-new.scala | 31 +
test/files/neg/t5452-old.check | 8 +
test/files/neg/t5452-old.scala | 29 +
test/files/neg/t5455.check | 4 +
test/files/neg/t5455.scala | 16 +
test/files/neg/t5493.check | 4 +
test/files/neg/t5493.scala | 3 +
test/files/neg/t5497.check | 4 +
test/files/neg/t5497.scala | 5 +
test/files/neg/t550.check | 7 +
test/files/neg/{bug550.scala => t550.scala} | 0
test/files/neg/t5510.check | 19 +
test/files/neg/t5510.scala | 7 +
test/files/neg/t5529.check | 10 +
test/files/neg/t5529.scala | 13 +
test/files/neg/t5543.check | 10 +
test/files/neg/t5543.scala | 19 +
test/files/neg/t5544.check | 4 +
test/files/neg/t5544/Api_1.scala | 8 +
test/files/neg/t5544/Test_2.scala | 3 +
test/files/neg/t5553_1.check | 54 +
test/files/neg/t5553_1.scala | 34 +
test/files/neg/t5553_2.check | 50 +
test/files/neg/t5553_2.scala | 59 +
test/files/neg/t5554.check | 67 +
test/files/neg/t5554.scala | 39 +
test/files/neg/t556.check | 4 +
test/files/neg/{bug556.scala => t556.scala} | 0
test/files/neg/t5564.check | 4 +
test/files/neg/t5564.scala | 9 +
test/files/neg/t5572.check | 11 +
test/files/neg/t5572.scala | 23 +
test/files/neg/t5578.check | 4 +
test/files/neg/t5578.scala | 39 +
test/files/neg/t558.check | 4 +
test/files/neg/{bug558.scala => t558.scala} | 0
test/files/neg/t5580a.check | 6 +
test/files/neg/t5580a.scala | 11 +
test/files/neg/t5589neg.flags | 1 +
test/files/neg/t5589neg2.check | 9 +
test/files/neg/t5617.check | 8 +
test/files/neg/t5617.scala | 14 +
test/files/neg/t562.check | 4 +
test/files/neg/{bug562.scala => t562.scala} | 0
test/files/neg/t563.check | 4 +
test/files/neg/t563.scala | 7 +
test/files/neg/t565.check | 5 +
test/files/neg/{bug565.scala => t565.scala} | 0
test/files/neg/t5663-badwarneq.check | 22 +
.../{anyval-sealed.flags => t5663-badwarneq.flags} | 0
test/files/neg/t5663-badwarneq.scala | 76 +
test/files/neg/t5666.check | 37 +
test/files/neg/t5666.scala | 14 +
test/files/neg/t5675.check | 2 +
test/files/neg/{caseinherit.flags => t5675.flags} | 0
test/files/neg/t5675.scala | 7 +
test/files/neg/t5683.check | 16 +
test/files/neg/t5683.scala | 23 +
test/files/neg/t5687.check | 8 +
test/files/neg/t5687.scala | 55 +
test/files/neg/t5689.check | 7 +
test/files/neg/t5689.flags | 1 +
test/files/neg/t5689.scala | 6 +
test/files/neg/t5692a.check | 4 +
test/files/neg/t5692a.flags | 1 +
test/files/neg/t5692a/Macros_1.scala | 6 +
test/files/neg/t5692a/Test_2.scala | 3 +
test/files/neg/t5692b.check | 4 +
test/files/neg/t5692b.flags | 1 +
test/files/neg/t5692b/Macros_1.scala | 6 +
test/files/neg/t5692b/Test_2.scala | 3 +
test/files/neg/t5696.check | 19 +
test/files/neg/t5696.scala | 47 +
test/files/neg/t5702-neg-bad-and-wild.check | 28 +
test/files/neg/t5702-neg-bad-and-wild.scala | 29 +
test/files/neg/t5702-neg-bad-brace.check | 10 +
test/files/neg/t5702-neg-bad-brace.scala | 17 +
test/files/neg/t5702-neg-bad-xbrace.check | 7 +
test/files/neg/t5702-neg-bad-xbrace.scala | 31 +
test/files/neg/t5702-neg-ugly-xbrace.check | 19 +
test/files/neg/t5702-neg-ugly-xbrace.scala | 14 +
test/files/neg/t5728.check | 4 +
test/files/neg/t5728.scala | 7 +
test/files/neg/t5735.check | 6 +
test/files/neg/t5735.scala | 7 +
test/files/neg/t5753.check | 4 +
test/files/neg/t5753.flags | 1 +
test/files/neg/t5753/Impls_Macros_1.scala | 6 +
test/files/neg/t5753/Test_2.scala | 11 +
test/files/neg/t576.check | 4 +
test/files/neg/{bug576.scala => t576.scala} | 0
test/files/neg/t5760-pkgobj-warn.check | 4 +
test/files/neg/t5760-pkgobj-warn/stalepkg_1.scala | 11 +
test/files/neg/t5760-pkgobj-warn/stalepkg_2.scala | 11 +
test/files/neg/t5761.check | 16 +
test/files/neg/t5761.scala | 16 +
test/files/neg/t5762.check | 13 +
.../files/neg/{anyval-sealed.flags => t5762.flags} | 0
test/files/neg/t5762.scala | 24 +
test/files/neg/t5799.check | 4 +
test/files/neg/t5799.scala | 8 +
test/files/neg/t5801.check | 22 +
test/files/neg/t5801.scala | 16 +
test/files/neg/t5803.check | 4 +
test/files/neg/t5803.scala | 4 +
test/files/neg/t5821.check | 4 +
test/files/neg/t5821.scala | 8 +
test/files/neg/t5830.check | 7 +
test/files/neg/{caseinherit.flags => t5830.flags} | 0
test/files/neg/t5830.scala | 9 +
test/files/neg/t5839.check | 6 +
test/files/neg/t5839.scala | 7 +
test/files/neg/t5845.check | 7 +
test/files/neg/t5845.scala | 16 +
test/files/neg/t585.check | 4 +
test/files/neg/{bug585.scala => t585.scala} | 0
test/files/neg/t5856.check | 31 +
test/files/neg/t5856.scala | 11 +
test/files/neg/t5878.check | 13 +
test/files/neg/t5878.scala | 6 +
test/files/neg/t588.check | 13 +
test/files/neg/{bug588.scala => t588.scala} | 0
test/files/neg/t5882.check | 9 +
test/files/neg/t5882.scala | 6 +
test/files/neg/t5892.check | 17 +
test/files/neg/t5892.scala | 25 +
test/files/neg/t591.check | 5 +
test/files/neg/{bug591.scala => t591.scala} | 0
test/files/neg/t593.check | 4 +
test/files/neg/{bug593.scala => t593.scala} | 0
test/files/neg/t5956.check | 20 +
test/files/neg/t5956.flags | 1 +
test/files/neg/t5956.scala | 2 +
test/files/neg/t5969.check | 7 +
test/files/neg/t5969.scala | 11 +
test/files/neg/t6011.check | 10 +
test/files/neg/{caseinherit.flags => t6011.flags} | 0
test/files/neg/t6011.scala | 23 +
test/files/neg/t6013.check | 7 +
test/files/neg/t6013/Abstract.java | 7 +
test/files/neg/t6013/Base.java | 10 +
test/files/neg/t6013/DerivedScala.scala | 7 +
test/files/neg/t6040.check | 9 +
test/files/neg/t6040.scala | 1 +
test/files/neg/t6042.check | 4 +
test/files/neg/t6042.scala | 8 +
test/files/neg/t6048.check | 13 +
test/files/neg/{caseinherit.flags => t6048.flags} | 0
test/files/neg/t6048.scala | 22 +
test/files/neg/t6074.check | 4 +
test/files/neg/t6074.scala | 6 +
test/files/neg/t608.check | 6 +
test/files/neg/{bug608.scala => t608.scala} | 0
test/files/neg/t6082.check | 13 +
test/files/neg/t6082.scala | 2 +
test/files/neg/t6162-inheritance.check | 10 +
test/files/neg/t6162-inheritance.flags | 1 +
test/files/neg/t6162-inheritance.scala | 19 +
test/files/neg/t6162-overriding.check | 7 +
test/files/neg/t6162-overriding.flags | 1 +
test/files/neg/t6162-overriding.scala | 17 +
test/files/neg/t6214.check | 4 +
test/files/neg/t6214.scala | 7 +
test/files/neg/t6227.check | 4 +
test/files/neg/t6227.scala | 6 +
test/files/neg/t6231.check | 6 +
test/files/neg/t6231.scala | 15 +
test/files/neg/t6258.check | 16 +
test/files/neg/t6258.scala | 25 +
test/files/neg/t6260.check | 13 +
test/files/neg/t6260.scala | 17 +
test/files/neg/t6263.check | 9 +
test/files/neg/t6263.scala | 6 +
test/files/neg/t6264.check | 4 +
.../files/neg/{anyval-sealed.flags => t6264.flags} | 0
test/files/neg/t6264.scala | 6 +
test/files/neg/t6276.check | 19 +
.../files/neg/{anyval-sealed.flags => t6276.flags} | 0
test/files/neg/t6276.scala | 44 +
test/files/neg/t6283.check | 4 +
test/files/neg/t6283.scala | 1 +
test/files/neg/t630.check | 5 +
test/files/neg/{bug630.scala => t630.scala} | 0
test/files/neg/t631.check | 4 +
test/files/neg/{bug631.scala => t631.scala} | 0
test/files/neg/t6323a.check | 9 +
test/files/neg/t6323a.flags | 1 +
test/files/neg/t6323a.scala | 21 +
test/files/neg/t633.check | 4 +
test/files/neg/{bug633.scala => t633.scala} | 0
test/files/neg/t6335.check | 9 +
test/files/neg/t6335.scala | 7 +
test/files/neg/t6336.check | 7 +
test/files/neg/t6336.scala | 12 +
test/files/neg/t6337.check | 7 +
test/files/neg/t6337.scala | 21 +
test/files/neg/t6340.check | 10 +
test/files/neg/t6340.scala | 21 +
test/files/neg/t6357.check | 4 +
test/files/neg/t6357.scala | 6 +
test/files/neg/t6359.check | 9 +
test/files/neg/t6359.scala | 8 +
test/files/neg/t6385.check | 7 +
test/files/neg/t6385.scala | 13 +
test/files/neg/t639.check | 7 +
test/files/neg/{bug639.scala => t639.scala} | 0
test/files/neg/t6426.check | 7 +
test/files/neg/t6426.scala | 5 +
test/files/neg/t6436.check | 10 +
test/files/neg/t6436.scala | 9 +
test/files/neg/t6436b.check | 10 +
test/files/neg/t6436b.scala | 9 +
test/files/neg/t6443c.check | 7 +
test/files/neg/t6443c.scala | 21 +
test/files/neg/t6483.check | 9 +
test/files/neg/t6483.scala | 24 +
test/files/neg/t649.check | 4 +
test/files/neg/{bug649.scala => t649.scala} | 0
test/files/neg/t650.check | 4 +
test/files/neg/{bug650.scala => t650.scala} | 0
test/files/neg/t6526.check | 16 +
test/files/neg/t6526.scala | 41 +
test/files/neg/t6534.check | 17 +
test/files/neg/t6534.flags | 1 +
test/files/neg/t6534.scala | 10 +
test/files/neg/t6535.check | 6 +
test/files/neg/t6535.scala | 15 +
test/files/neg/t6539.check | 10 +
test/files/neg/t6539/Macro_1.scala | 10 +
test/files/neg/t6539/Test_2.scala | 12 +
test/files/neg/t6558.check | 10 +
test/files/neg/t6558.scala | 12 +
test/files/neg/t6558b.check | 7 +
test/files/neg/t6558b.scala | 15 +
test/files/neg/t6567.check | 7 +
test/files/neg/t6567.flags | 1 +
test/files/neg/t6567.scala | 11 +
test/files/neg/t6597.check | 4 +
test/files/neg/t6597.scala | 5 +
test/files/neg/t663.check | 7 +
test/files/neg/{bug663.scala => t663.scala} | 0
test/files/neg/t664.check | 7 +
test/files/neg/{bug664.scala => t664.scala} | 0
test/files/neg/t6663.check | 6 +
test/files/neg/t6663.scala | 19 +
test/files/neg/t6666.check | 37 +
test/files/neg/t6666.scala | 121 +
test/files/neg/t6666b.check | 7 +
test/files/neg/t6666b.scala | 27 +
test/files/neg/t6666c.check | 10 +
test/files/neg/t6666c.scala | 8 +
test/files/neg/t6666d.check | 4 +
test/files/neg/t6666d.scala | 18 +
test/files/neg/t6666e.check | 4 +
test/files/neg/t6666e.scala | 9 +
test/files/neg/t6667.check | 14 +
test/files/neg/t6667.flags | 1 +
test/files/neg/t6667.scala | 10 +
test/files/neg/t6667b.check | 14 +
test/files/neg/t6667b.flags | 1 +
test/files/neg/t6667b.scala | 25 +
test/files/neg/t667.check | 4 +
test/files/neg/{bug667.scala => t667.scala} | 0
test/files/neg/t6675-old-patmat.check | 4 +
test/files/neg/t6675-old-patmat.flags | 1 +
test/files/neg/t6675-old-patmat.scala | 13 +
test/files/neg/t6675.check | 4 +
test/files/neg/t6675.flags | 1 +
test/files/neg/t6675.scala | 13 +
test/files/neg/t668.check | 4 +
test/files/neg/{bug668.scala => t668.scala} | 0
test/files/neg/t6728.check | 4 +
test/files/neg/t6728.scala | 5 +
test/files/neg/t6758.check | 28 +
test/files/neg/t6758.scala | 43 +
test/files/neg/t677.check | 6 +
test/files/neg/{bug677.scala => t677.scala} | 0
test/files/neg/t6788.check | 5 +
test/files/neg/t6788.scala | 7 +
test/files/neg/t6795.check | 4 +
test/files/neg/t6795.scala | 3 +
test/files/neg/t6829.check | 36 +
test/files/neg/t6829.scala | 64 +
test/files/neg/t6902.check | 10 +
test/files/neg/{caseinherit.flags => t6902.flags} | 0
test/files/neg/t6902.scala | 23 +
test/files/neg/t691.check | 4 +
test/files/neg/{bug691.scala => t691.scala} | 0
test/files/neg/t6912.check | 4 +
test/files/neg/t6912.scala | 9 +
test/files/neg/t692.check | 19 +
test/files/neg/{bug692.scala => t692.scala} | 0
test/files/neg/t6928.check | 7 +
test/files/neg/t6928.scala | 10 +
test/files/neg/t693.check | 4 +
test/files/neg/{bug693.scala => t693.scala} | 0
test/files/neg/t6952.check | 13 +
test/files/neg/t6952.scala | 4 +
test/files/neg/t696.check | 5 +
test/files/neg/{bug696.scala => t696.scala} | 0
test/files/neg/t6963a.check | 5 +
test/files/neg/t6963a.flags | 1 +
test/files/neg/t6963a.scala | 5 +
test/files/neg/t6963b.check | 13 +
test/files/neg/t6963b.flags | 1 +
test/files/neg/t6963b.scala | 20 +
test/files/neg/t700.check | 4 +
test/files/neg/{bug700.scala => t700.scala} | 0
test/files/neg/t708.check | 5 +
test/files/neg/{bug708.scala => t708.scala} | 0
test/files/neg/t712.check | 4 +
test/files/neg/{bug712.scala => t712.scala} | 0
test/files/neg/t715.check | 4 +
test/files/neg/{bug715.scala => t715.scala} | 0
test/files/neg/t729.check | 6 +
test/files/neg/{bug729.scala => t729.scala} | 0
test/files/neg/t742.check | 3 +-
test/files/neg/t750.check | 15 +
test/files/neg/t750/AO_1.java | 5 +
test/files/neg/t750/Test_2.scala | 6 +
test/files/neg/t750b.check | 15 +
test/files/neg/t750b/AO.java | 5 +
test/files/neg/t750b/Test.scala | 6 +
test/files/neg/t752.check | 6 +
test/files/neg/{bug752.scala => t752.scala} | 0
test/files/neg/t765.check | 4 +
test/files/neg/{bug765.scala => t765.scala} | 0
test/files/neg/t766.check | 4 +
test/files/neg/{bug766.scala => t766.scala} | 0
test/files/neg/t771.scala | 0
test/files/neg/t779.check | 4 +
test/files/neg/{bug779.scala => t779.scala} | 0
test/files/neg/t783.check | 6 +
test/files/neg/{bug783.scala => t783.scala} | 0
test/files/neg/t798.check | 4 +
test/files/neg/{bug798.scala => t798.scala} | 0
test/files/neg/t800.check | 16 +
test/files/neg/{bug800.scala => t800.scala} | 0
test/files/neg/t835.check | 9 +
test/files/neg/{bug835.scala => t835.scala} | 0
test/files/neg/t836.check | 7 +
test/files/neg/{bug836.scala => t836.scala} | 0
test/files/neg/t845.check | 4 +
test/files/neg/{bug845.scala => t845.scala} | 0
test/files/neg/t846.check | 6 +
test/files/neg/{bug846.scala => t846.scala} | 0
test/files/neg/t856.check | 14 +
test/files/neg/{bug856.scala => t856.scala} | 0
test/files/neg/t875.check | 17 +
test/files/neg/{bug875.scala => t875.scala} | 0
test/files/neg/t876.check | 4 +
test/files/neg/{bug876.scala => t876.scala} | 0
test/files/neg/t877.check | 7 +
test/files/neg/{bug877.scala => t877.scala} | 0
test/files/neg/t882.check | 4 +
test/files/neg/{bug882.scala => t882.scala} | 0
test/files/neg/t900.check | 9 +
test/files/neg/{bug900.scala => t900.scala} | 0
test/files/neg/t908.check | 4 +
test/files/neg/{bug908.scala => t908.scala} | 0
test/files/neg/t909.check | 6 +
test/files/neg/{bug909.scala => t909.scala} | 0
test/files/neg/t910.check | 6 +
test/files/neg/{bug910.scala => t910.scala} | 0
test/files/neg/t935.check | 10 +
test/files/neg/{bug935.scala => t935.scala} | 0
test/files/neg/t944.check | 4 +
test/files/neg/{bug944.scala => t944.scala} | 0
test/files/neg/t961.check | 4 +
test/files/neg/{bug961.scala => t961.scala} | 0
test/files/neg/t963.check | 12 +
test/files/neg/t963.scala | 18 +
test/files/neg/t963b.check | 6 +
test/files/neg/t963b.scala | 26 +
test/files/neg/t987.check | 19 +
test/files/neg/{bug987.scala => t987.scala} | 0
test/files/neg/t997.check | 7 +
test/files/neg/t997.scala | 15 +
test/files/neg/tailrec-2.check | 7 +-
test/files/neg/tailrec-2.scala | 3 +
test/files/neg/tailrec.check | 6 +-
test/files/neg/tcpoly_override.check | 3 +-
test/files/neg/tcpoly_override.scala | 2 +-
test/files/neg/tcpoly_ticket2101.check | 2 +-
test/files/neg/tcpoly_typealias.check | 9 +-
test/files/neg/tcpoly_variance.check | 2 +-
test/files/neg/tcpoly_variance_enforce.check | 34 +-
test/files/neg/unchecked-abstract.check | 25 +
...nyval-sealed.flags => unchecked-abstract.flags} | 0
test/files/neg/unchecked-abstract.scala | 93 +
test/files/neg/unchecked-impossible.check | 4 +
...val-sealed.flags => unchecked-impossible.flags} | 0
test/files/neg/unchecked-impossible.scala | 16 +
test/files/neg/unchecked-knowable.check | 7 +
...nyval-sealed.flags => unchecked-knowable.flags} | 0
test/files/neg/unchecked-knowable.scala | 22 +
test/files/neg/unchecked-refinement.check | 13 +
...val-sealed.flags => unchecked-refinement.flags} | 0
test/files/neg/unchecked-refinement.scala | 27 +
test/files/neg/unchecked-suppress.check | 10 +
...{caseinherit.flags => unchecked-suppress.flags} | 0
test/files/neg/unchecked-suppress.scala | 10 +
test/files/neg/unchecked.check | 19 +
test/files/neg/unchecked.flags | 1 +
test/files/neg/unchecked.scala | 74 +
test/files/neg/unchecked2.check | 43 +
.../{pos/bug3097.flags => neg/unchecked2.flags} | 0
test/files/neg/unchecked2.scala | 33 +
test/files/neg/unchecked3.check | 37 +
.../neg/{anyval-sealed.flags => unchecked3.flags} | 0
test/files/neg/unchecked3.scala | 83 +
test/files/neg/unicode-unterminated-quote.check | 7 +
test/files/neg/unicode-unterminated-quote.scala | 2 +
test/files/neg/unit-returns-value.check | 5 +-
test/files/neg/unit2anyref.check | 2 -
test/files/neg/unreachablechar.flags | 1 +
test/files/neg/valueclasses-doubledefs.check | 7 +
test/files/neg/valueclasses-doubledefs.scala | 6 +
.../files/neg/valueclasses-impl-restrictions.check | 17 +
.../files/neg/valueclasses-impl-restrictions.scala | 27 +
test/files/neg/valueclasses-pavlov.check | 7 +
test/files/neg/valueclasses-pavlov.scala | 23 +
test/files/neg/valueclasses.check | 43 +
test/files/neg/valueclasses.scala | 31 +
test/files/neg/varargs.check | 4 +-
test/files/neg/variances.check | 19 +-
test/files/neg/variances.scala | 31 +-
test/files/neg/virtpatmat_reach_null.check | 4 +
...seinherit.flags => virtpatmat_reach_null.flags} | 0
test/files/neg/virtpatmat_reach_null.scala | 19 +
.../neg/virtpatmat_reach_sealed_unsealed.check | 14 +
...lags => virtpatmat_reach_sealed_unsealed.flags} | 0
.../neg/virtpatmat_reach_sealed_unsealed.scala | 21 +
test/files/neg/virtpatmat_unreach_select.check | 4 +
...ealed.flags => virtpatmat_unreach_select.flags} | 0
test/files/neg/virtpatmat_unreach_select.scala | 12 +
test/files/neg/wrong-args-for-none.check | 4 +
test/files/neg/wrong-args-for-none.scala | 6 +
test/files/pos/CustomGlobal.scala | 33 +
test/files/pos/MailBox.scala | 3 +-
test/files/pos/SI-5788.scala | 3 +
test/files/pos/SI-7060.flags | 1 +
test/files/pos/SI-7060.scala | 11 +
test/files/pos/SI-7100.scala | 6 +
test/files/pos/Transactions.scala | 2 +-
test/files/pos/annot-inner.scala | 2 +-
test/files/pos/annotDepMethType.scala | 2 +-
test/files/pos/annotated-original/C_2.scala | 7 +
test/files/pos/annotated-original/M_1.scala | 7 +
.../bug680.check => pos/annotated-treecopy.check} | 0
test/files/pos/annotated-treecopy.flags | 1 +
.../pos/annotated-treecopy/Impls_Macros_1.scala | 53 +
test/files/pos/annotated-treecopy/Test_2.scala | 5 +
test/files/pos/annotations.scala | 24 +-
test/files/pos/arrays3.scala | 11 +
.../attachments-typed-ident.check} | 0
test/files/pos/attachments-typed-ident.flags | 1 +
.../pos/attachments-typed-ident/Impls_1.scala | 17 +
.../attachments-typed-ident/Macros_Test_2.scala | 4 +
test/files/pos/attributes.scala | 14 +-
test/files/pos/bug0029.scala | 3 -
test/files/pos/bug1000.scala | 4 -
test/files/pos/bug1001.scala | 105 -
test/files/pos/bug1014.scala | 13 -
test/files/pos/bug1049.scala | 7 -
test/files/pos/bug1050.scala | 10 -
test/files/pos/bug1070.scala | 4 -
test/files/pos/bug1203.scala | 7 -
test/files/pos/bug1279a.scala | 40 -
test/files/pos/bug1439.scala | 8 -
test/files/pos/bug1560.scala | 11 -
test/files/pos/bug2023.scala | 16 -
test/files/pos/bug211.scala | 8 -
test/files/pos/bug2261.scala | 6 -
test/files/pos/bug252.scala | 17 -
test/files/pos/bug2619.scala | 80 -
test/files/pos/bug2691.scala | 10 -
test/files/pos/bug3097.scala | 31 -
test/files/pos/bug3568.scala | 46 -
test/files/pos/bug3688.scala | 7 -
test/files/pos/bug531.scala | 10 -
test/files/pos/bug532.scala | 10 -
test/files/pos/bug715/meredith_1.scala | 98 -
test/files/pos/bug839.scala | 26 -
test/files/pos/bug927.scala | 11 -
test/files/pos/classtag-pos.flags | 1 +
test/files/pos/classtag-pos.scala | 5 +
test/files/pos/code.scala | 3 -
test/files/pos/collectGenericCC.scala | 8 +-
test/files/pos/contextbounds-implicits-new.scala | 10 +
test/files/pos/contextbounds-implicits-old.scala | 8 +
test/files/pos/depexists.scala | 2 +-
test/files/pos/depmet_1_pos.flags | 1 -
test/files/pos/depmet_implicit_chaining_zw.flags | 1 -
test/files/pos/depmet_implicit_norm_ret.flags | 1 -
.../files/pos/depmet_implicit_oopsla_session.flags | 1 -
.../pos/depmet_implicit_oopsla_session_2.flags | 1 -
.../depmet_implicit_oopsla_session_simpler.flags | 1 -
.../files/pos/depmet_implicit_oopsla_zipwith.flags | 1 -
test/files/pos/depmet_implicit_tpbetareduce.flags | 1 -
.../exhaust_alternatives.flags} | 0
test/files/pos/exhaust_alternatives.scala | 10 +
test/files/pos/exhaustive_heuristics.scala | 26 +
test/files/pos/existentials-harmful.scala | 54 +
test/files/pos/existentials.scala | 22 +
test/files/pos/exponential-spec.scala | 47 +
test/files/pos/five-dot-f.flags | 1 +
test/files/pos/five-dot-f.scala | 5 +
test/files/pos/gen-traversable-methods.scala | 20 +
test/files/pos/generic-sigs.scala | 4 +-
test/files/pos/getClassType.scala | 16 +
test/files/pos/hk-match/a.scala | 5 +
test/files/pos/hk-match/b.scala | 1 +
test/files/pos/hkarray.flags | 2 +-
test/files/pos/hkrange.scala | 5 +
test/files/pos/implicit-unwrap-tc.scala | 10 +
test/files/pos/implicits-new.scala | 92 +
.../pos/{implicits.scala => implicits-old.scala} | 0
.../{annotDepMethType.flags => infersingle.flags} | 0
test/files/pos/infersingle.scala | 5 +
test/files/pos/inline-access-levels.flags | 1 +
test/files/pos/inline-access-levels/A_1.scala | 10 +
test/files/pos/inline-access-levels/Test_2.scala | 11 +
test/files/pos/{bug3420.flags => inliner2.flags} | 0
test/files/pos/inliner2.scala | 57 +
test/files/pos/irrefutable.scala | 22 +
test/files/pos/isApplicableSafe.scala | 8 +
.../pos/javaConversions-2.10-regression.scala | 17 +
test/files/pos/javaReadsSigs/fromjava.java | 4 +-
test/files/pos/lexical.scala | 0
test/files/pos/liftcode_polymorphic.scala | 12 +
test/files/pos/list-extractor.scala | 8 +
test/{pending => files}/pos/local-objects.scala | 0
test/files/pos/lookupswitch.scala | 37 +
test/files/pos/lubs.scala | 3 +
...ro-deprecate-dont-touch-backquotedidents.flags} | 0
...cro-deprecate-dont-touch-backquotedidents.scala | 56 +
test/files/pos/manifest1-new.scala | 21 +
.../pos/{manifest1.scala => manifest1-old.scala} | 0
test/files/pos/native-warning.flags | 1 +
test/files/pos/native-warning.scala | 3 +
.../{bug3097.flags => nonlocal-unchecked.flags} | 0
test/files/pos/nonlocal-unchecked.scala | 6 +
test/files/pos/nothing_manifest_disambig-new.scala | 12 +
...g.scala => nothing_manifest_disambig-old.scala} | 0
.../pos/overloaded_extractor_and_regular_def.scala | 32 +
test/files/pos/override-object-yes.flags | 1 +
test/files/pos/override-object-yes.scala | 40 +
test/files/pos/package-case.scala | 4 +
test/files/pos/package-implicit/ActorRef.scala | 7 +
test/files/pos/package-implicit/DataFlow.scala | 7 +
test/files/pos/package-implicit/package.scala | 6 +
test/files/pos/packageobjs.scala | 0
test/files/pos/patmat.scala | 163 +
test/files/pos/polymorphic-case-class.flags | 1 +
test/files/pos/polymorphic-case-class.scala | 2 +
test/files/pos/presuperContext.scala | 13 +
test/files/pos/protected-static/J.java | 7 +
test/files/pos/protected-static/JavaClass.java | 6 +
test/files/pos/protected-static/S.scala | 7 +
test/files/pos/protected-static/ScalaClass.scala | 6 +
test/files/pos/rangepos-anonapply.flags | 1 +
test/files/pos/rangepos-anonapply.scala | 9 +
test/files/pos/rangepos-patmat.flags | 1 +
test/files/pos/rangepos-patmat.scala | 4 +
test/files/pos/rangepos.flags | 1 +
test/files/pos/rangepos.scala | 5 +
test/files/pos/raw-map/J_1.java | 4 +
test/files/pos/raw-map/S_2.scala | 6 +
test/files/pos/setter-not-implicit.flags | 1 +
test/files/pos/setter-not-implicit.scala | 3 +
test/files/pos/spec-Function1.scala | 2 +-
test/files/pos/spec-annotations.scala | 4 +-
test/files/pos/spec-constr-new.scala | 9 +
.../{spec-constr.scala => spec-constr-old.scala} | 0
test/files/pos/spec-doubledef-new.scala | 30 +
...ec-doubledef.scala => spec-doubledef-old.scala} | 0
test/files/pos/spec-fields-new.scala | 12 +
.../{spec-fields.scala => spec-fields-old.scala} | 0
test/files/pos/spec-funs.scala | 4 +-
test/files/pos/spec-groups.scala | 65 +
test/files/pos/spec-params-new.scala | 34 +
.../{spec-params.scala => spec-params-old.scala} | 0
test/files/pos/spec-sparsearray-new.scala | 25 +
...parsearray.scala => spec-sparsearray-old.scala} | 0
test/files/pos/specialize10.scala | 7 +
test/files/pos/specializes-sym-crash.scala | 26 +
test/files/pos/spurious-overload.scala | 32 +
test/files/pos/strip-tvars-for-lubbasetypes.scala | 25 +
test/files/pos/switch-small.scala | 8 +
test/files/pos/{bug0002.scala => t0002.scala} | 0
test/files/pos/{bug0017.scala => t0017.scala} | 0
test/files/pos/{bug0020.scala => t0020.scala} | 0
test/files/pos/t0029.scala | 3 +
test/files/pos/{bug0030.scala => t0030.scala} | 0
test/files/pos/{bug0031.scala => t0031.scala} | 0
test/files/pos/{bug0032.scala => t0032.scala} | 0
test/files/pos/{bug0036.scala => t0036.scala} | 0
test/files/pos/{bug0039.scala => t0039.scala} | 0
test/files/pos/{bug0049.scala => t0049.scala} | 0
test/files/pos/{bug0053.scala => t0053.scala} | 0
test/files/pos/{bug0054.scala => t0054.scala} | 0
test/files/pos/{bug0061.scala => t0061.scala} | 0
test/files/pos/{bug0064.scala => t0064.scala} | 0
test/files/pos/{bug0066.scala => t0066.scala} | 0
test/files/pos/{bug0068.scala => t0068.scala} | 0
test/files/pos/{bug0069.scala => t0069.scala} | 0
test/files/pos/{bug0076.scala => t0076.scala} | 0
test/files/pos/{bug0081.scala => t0081.scala} | 0
test/files/pos/{bug0082.scala => t0082.scala} | 0
test/files/pos/{bug0085.scala => t0085.scala} | 0
test/files/pos/{bug0091.scala => t0091.scala} | 0
test/files/pos/{bug0093.scala => t0093.scala} | 0
test/files/pos/{bug0095.scala => t0095.scala} | 0
test/files/pos/{bug0123.scala => t0123.scala} | 0
test/files/pos/{bug0204.scala => t0204.scala} | 0
test/files/pos/{bug0304.scala => t0304.scala} | 0
test/files/pos/{bug0305.scala => t0305.scala} | 0
test/files/pos/{bug0422.scala => t0422.scala} | 0
test/files/pos/{bug0599.scala => t0599.scala} | 0
test/files/pos/{bug0646.scala => t0646.scala} | 0
test/files/pos/t0651.scala | 4 -
test/files/pos/t1000.scala | 5 +
test/files/pos/t1001.scala | 109 +
test/files/pos/{bug1006.scala => t1006.scala} | 0
test/files/pos/t1014.scala | 15 +
test/files/pos/t1029/Test_1.scala | 2 +-
test/files/pos/{bug1034.scala => t1034.scala} | 0
test/files/pos/{bug1048.scala => t1048.scala} | 0
test/files/pos/t1049.scala | 7 +
test/files/pos/t1050.scala | 10 +
test/files/pos/{bug1056.scala => t1056.scala} | 0
test/files/pos/t1070.scala | 4 +
test/files/pos/{bug1071.scala => t1071.scala} | 0
test/files/pos/{bug1075.scala => t1075.scala} | 0
test/files/pos/{bug1085.scala => t1085.scala} | 0
test/files/pos/{bug1090.scala => t1090.scala} | 0
test/files/pos/{bug1107.scala => t1107.scala} | 0
test/files/pos/{t1107 => t1107b}/O.scala | 0
test/files/pos/{t1107 => t1107b}/T.scala | 0
test/files/pos/{bug1119.scala => t1119.scala} | 0
test/files/pos/{bug1123.scala => t1123.scala} | 0
.../files/pos/{bug112606A.scala => t112606A.scala} | 0
test/files/pos/t1133.scala | 32 +
test/files/pos/{bug1136.scala => t1136.scala} | 0
test/files/pos/{bug115.scala => t115.scala} | 0
test/files/pos/{bug116.scala => t116.scala} | 0
test/files/pos/{bug1168.scala => t1168.scala} | 0
test/files/pos/{bug1185.scala => t1185.scala} | 0
test/files/pos/{bug119.scala => t119.scala} | 0
test/files/pos/t1203.scala | 7 +
test/files/pos/{t1203 => t1203b}/J.java | 0
test/files/pos/{t1203 => t1203b}/S.scala | 0
test/files/pos/{bug1208.scala => t1208.scala} | 0
test/files/pos/{bug121.scala => t121.scala} | 0
test/files/pos/{bug1210a.scala => t1210a.scala} | 0
test/files/pos/{bug122.scala => t122.scala} | 0
test/files/pos/{bug1237.scala => t1237.scala} | 0
test/files/pos/{bug124.scala => t124.scala} | 0
test/files/pos/t1263/Test.java | 1 +
test/files/pos/{bug1272.scala => t1272.scala} | 0
test/files/pos/t1279a.scala | 39 +
test/files/pos/{bug1292.scala => t1292.scala} | 0
test/files/pos/t1318.scala | 31 +
.../pos/bug1357.scala => files/pos/t1357.scala} | 0
test/files/pos/t1381-new.scala | 31 +
test/files/pos/{bug1381.scala => t1381-old.scala} | 0
test/files/pos/{bug1385.scala => t1385.scala} | 0
test/files/pos/t1439.flags | 1 +
test/files/pos/t1439.scala | 8 +
test/files/pos/t1459/AbstractBase.java | 0
test/files/pos/t1459/App.scala | 6 +-
test/files/pos/t1459/Caller.java | 0
test/files/pos/{bug151.scala => t151.scala} | 0
test/files/pos/t1545.scala | 16 -
test/files/pos/{bug1565.scala => t1565.scala} | 0
test/files/pos/t1569.flags | 1 -
test/files/pos/{bug159.scala => t159.scala} | 0
test/files/pos/{bug160.scala => t160.scala} | 0
test/files/pos/{bug1626.scala => t1626.scala} | 0
test/files/pos/t1672.scala | 10 +
test/files/pos/t1722/Test.scala | 0
test/files/pos/t1722/Top.scala | 0
test/files/pos/{bug175.scala => t175.scala} | 0
test/files/pos/t1756.scala | 0
test/files/pos/{bug177.scala => t177.scala} | 0
test/files/pos/t1782/Test_1.scala | 16 -
test/files/pos/t1785.scala | 7 +
test/files/pos/t1803.flags | 1 +
test/files/pos/t1803.scala | 2 +
test/files/pos/{bug183.scala => t183.scala} | 0
test/files/pos/t1832.scala | 8 +
test/files/pos/{bug1843.scala => t1843.scala} | 0
test/files/pos/{bug1858.scala => t1858.scala} | 0
test/files/pos/{bug1909.scala => t1909.scala} | 0
.../pos/{bug1909b-pos.scala => t1909b-pos.scala} | 0
test/files/pos/t1942/A_1.scala | 2 +-
.../pos/bug1957.scala => files/pos/t1957.scala} | 0
test/files/pos/{bug1974.scala => t1974.scala} | 0
test/files/pos/{t1987.scala => t1987a.scala} | 0
test/files/pos/t1987b/a.scala | 7 +
test/files/pos/t1987b/b.scala | 10 +
test/files/pos/{bug201.scala => t201.scala} | 0
test/files/pos/{bug2018.scala => t2018.scala} | 0
test/files/pos/t2038.scala | 5 +
test/files/pos/t2060.scala | 0
test/files/pos/{bug2081.scala => t2081.scala} | 0
test/files/pos/t2082.scala | 0
test/files/pos/{bug2094.scala => t2094.scala} | 0
test/files/pos/{bug210.scala => t210.scala} | 0
test/files/pos/t211.scala | 8 +
test/files/pos/{bug2119.scala => t2119.scala} | 0
test/files/pos/{bug2127.scala => t2127.scala} | 0
test/files/pos/{bug2130-1.scala => t2130-1.scala} | 0
test/files/pos/{bug2130-2.scala => t2130-2.scala} | 0
test/files/pos/{bug2168.scala => t2168.scala} | 0
test/files/pos/{bug3252.flags => t2171.flags} | 0
test/files/pos/t2171.scala | 7 +
test/files/pos/t2179.scala | 0
test/files/pos/{bug2187-2.scala => t2187-2.scala} | 0
test/files/pos/{bug2187.scala => t2187.scala} | 0
test/{pending => files}/pos/t2194.scala | 0
test/files/pos/{bug2260.scala => t2260.scala} | 0
test/files/pos/t2281.scala | 41 +
test/files/pos/{bug229.scala => t229.scala} | 0
test/files/pos/{bug2310.scala => t2310.scala} | 0
test/files/pos/{bug2399.scala => t2399.scala} | 0
test/files/pos/t2405.scala | 23 +
test/files/pos/{bug2409 => t2409}/J.java | 0
.../{bug2409/bug2409.scala => t2409/t2409.scala} | 0
test/files/pos/t2425.scala | 0
test/files/pos/t2429.scala | 0
test/files/pos/t2433/A.java | 6 +-
test/files/pos/t2433/B.java | 6 +-
test/files/pos/t2433/Test.scala | 6 +-
test/files/pos/t2435.scala | 27 +
.../files/pos/{bug2441pos.scala => t2441pos.scala} | 0
test/files/pos/{bug245.scala => t245.scala} | 0
test/files/pos/{bug247.scala => t247.scala} | 0
test/files/pos/t2484.scala | 34 +-
test/files/pos/{bug2486.scala => t2486.scala} | 0
test/files/pos/t2504.scala | 0
test/files/pos/t252.scala | 17 +
test/files/pos/t2545.scala | 0
test/files/pos/{bug261-ab.scala => t261-ab.scala} | 0
test/files/pos/{bug261-ba.scala => t261-ba.scala} | 0
test/files/pos/{bug262.scala => t262.scala} | 0
test/files/pos/t2635.scala | 0
test/files/pos/{bug267.scala => t267.scala} | 0
test/files/pos/t2683.scala | 0
test/files/pos/t2691.scala | 9 +-
test/files/pos/{bug2693.scala => t2693.scala} | 0
.../pos/t2726/{bug2726_2.scala => t2726_2.scala} | 0
test/files/pos/t2764/Ann.java | 5 +
test/files/pos/t2764/Enum.java | 5 +
test/files/pos/t2764/Use.scala | 6 +
test/files/pos/t2782.scala | 18 +
test/files/pos/t2795-new.scala | 19 +
test/files/pos/t2795-old.scala | 17 +
test/files/pos/t2795.scala | 17 -
.../files/pos/{bug284-pos.scala => t284-pos.scala} | 0
test/files/pos/t2868/pick_1.scala | 7 -
test/files/pos/{bug287.scala => t287.scala} | 0
test/files/pos/{bug289.scala => t289.scala} | 0
test/files/pos/t2913.scala | 0
test/files/pos/{bug2939.scala => t2939.scala} | 0
test/files/pos/{bug2945.scala => t2945.scala} | 0
test/files/pos/{bug295.scala => t295.scala} | 0
test/files/pos/t2956/t2956.scala | 0
test/files/pos/{bug296.scala => t296.scala} | 0
test/files/pos/{bug3020.scala => t3020.scala} | 0
test/files/pos/{bug304.scala => t304.scala} | 0
test/files/pos/{bug3048.scala => t3048.scala} | 0
test/files/pos/{bug3106.scala => t3106.scala} | 0
test/files/pos/{bug3136.scala => t3136.scala} | 0
test/files/pos/{bug3137.scala => t3137.scala} | 0
test/files/pos/t3174.scala | 0
test/files/pos/t3174b.scala | 0
.../pos/{bug3175-pos.scala => t3175-pos.scala} | 0
test/files/pos/{bug318.scala => t318.scala} | 0
test/files/pos/{bug319.scala => t319.scala} | 0
test/files/pos/{bug3430.flags => t3252.flags} | 0
test/files/pos/{bug3252.scala => t3252.scala} | 0
test/files/pos/t3272.scala | 8 +
test/files/pos/{bug3278.scala => t3278.scala} | 0
test/files/pos/{bug3312.scala => t3312.scala} | 0
test/files/pos/{bug3343.scala => t3343.scala} | 0
test/files/pos/t3363-new.scala | 20 +
test/files/pos/t3363-old.scala | 18 +
test/files/pos/t3363.scala | 18 -
test/files/pos/t3371.scala | 9 +
test/files/pos/{bug3411.scala => t3411.scala} | 0
test/files/pos/{bug342.scala => t342.scala} | 0
test/files/pos/{bug3420.flags => t3420.flags} | 0
test/files/pos/{bug3420.scala => t3420.scala} | 0
test/files/pos/{bug4840.flags => t3430.flags} | 0
test/files/pos/{bug3430.scala => t3430.scala} | 0
test/files/pos/{bug344.scala => t344.scala} | 0
test/files/pos/{bug3440.scala => t3440.scala} | 0
test/files/pos/{bug3480.scala => t3480.scala} | 0
.../files/pos/{bug348plus.scala => t348plus.scala} | 0
test/files/pos/{bug3495.flags => t3495.flags} | 0
test/files/pos/{bug3495.scala => t3495.scala} | 0
test/files/pos/t3498-new.scala | 17 +
test/files/pos/{bug3498.scala => t3498-old.scala} | 0
test/files/pos/{bug3521 => t3521}/DoubleValue.java | 0
test/files/pos/{bug3521 => t3521}/a.scala | 0
test/files/pos/{bug3528.scala => t3528.scala} | 0
test/files/pos/{bug3534.scala => t3534.scala} | 0
test/files/pos/{3567 => t3567}/Foo.scala | 0
test/files/pos/{3567 => t3567}/Outer.java | 0
test/files/pos/t3568.scala | 0
test/files/pos/{bug3570.scala => t3570.scala} | 0
test/files/pos/t3577.scala | 29 +
test/files/pos/{bug3578.scala => t3578.scala} | 0
test/files/pos/{bug359.scala => t359.scala} | 0
test/files/pos/{bug360.scala => t360.scala} | 0
test/files/pos/{bug361.scala => t361.scala} | 0
test/files/pos/{bug3636.scala => t3636.scala} | 0
test/files/pos/{bug3642 => t3642}/Tuppel_1.java | 0
.../bug3642_2.scala => t3642/t3642_2.scala} | 0
test/files/pos/{bug3671.scala => t3671.scala} | 0
.../pos/{bug3688-redux.scala => t3688-redux.scala} | 0
test/files/pos/t3688.scala | 5 +
test/files/pos/{bug372.scala => t372.scala} | 0
test/files/pos/{bug374.scala => t374.scala} | 0
test/files/pos/t3800.scala | 2 +-
test/files/pos/t3836.scala | 14 +
test/files/pos/t3856.scala | 1 +
test/files/pos/{bug3861.scala => t3861.scala} | 0
test/files/pos/t3880.scala | 16 +
test/files/pos/{bug3883.scala => t3883.scala} | 0
test/files/pos/{bug389.scala => t389.scala} | 0
test/files/pos/t3898.scala | 6 +
test/files/pos/{bug3938 => t3938}/Parent.java | 0
test/files/pos/{bug3938 => t3938}/UseParent.scala | 0
test/files/pos/t3951/Coll_1.scala | 2 +-
test/files/pos/t3960.flags | 1 +
test/files/pos/t3960.scala | 7 +
test/files/pos/{bug397.scala => t397.scala} | 0
test/files/pos/{bug3972.scala => t3972.scala} | 0
test/files/pos/t3999/a_1.scala | 9 +
test/files/pos/t3999/b_2.scala | 7 +
test/files/pos/t3999b.scala | 20 +
test/files/pos/{bug4018.scala => t4018.scala} | 0
test/files/pos/{bug402.scala => t402.scala} | 0
.../{neg/anyval-sealed.flags => pos/t4020.flags} | 0
test/files/pos/t4020.scala | 25 +
test/files/pos/{bug404.scala => t404.scala} | 0
test/files/pos/t4063.scala | 39 +
test/files/pos/t4070.scala | 37 +
test/files/pos/t4070b.scala | 35 +
test/files/pos/{bug415.scala => t415.scala} | 0
test/files/pos/t4176.scala | 6 +
test/files/pos/t4176b.scala | 5 +
test/files/pos/{bug4188.scala => t4188.scala} | 0
test/files/pos/{bug419.scala => t419.scala} | 0
test/files/pos/{bug422.scala => t422.scala} | 0
test/files/pos/{bug4220.scala => t4220.scala} | 0
test/files/pos/{bug4237.scala => t4237.scala} | 0
test/files/pos/{bug4269.scala => t4269.scala} | 0
test/files/pos/t4273.scala | 8 +
test/files/pos/{bug4275.scala => t4275.scala} | 0
.../pos/{bug430-feb09.scala => t430-feb09.scala} | 0
test/files/pos/{bug430.scala => t430.scala} | 0
test/files/pos/{bug4305.scala => t4305.scala} | 0
test/files/pos/{bug432.scala => t432.scala} | 0
test/files/pos/t4336.scala | 19 +
test/files/pos/t4351.check | 1 +
test/files/pos/t4351.scala | 20 +
test/files/pos/{bug439.scala => t439.scala} | 0
test/files/pos/{bug443.scala => t443.scala} | 0
test/files/pos/t4430.scala | 11 +
test/files/pos/t4494.flags | 1 +
test/files/pos/t4494.scala | 3 +
test/files/pos/{bug4501.scala => t4501.scala} | 0
test/files/pos/t4502.scala | 12 +
test/files/pos/t4524.scala | 9 +
test/files/pos/t4545.scala | 14 +
test/files/pos/{bug4553.scala => t4553.scala} | 0
test/files/pos/t4579.flags | 1 +
test/files/pos/t4579.scala | 518 +
test/files/pos/{bug460.scala => t460.scala} | 0
test/files/pos/{bug4603 => t4603}/J.java | 0
test/files/pos/{bug4603 => t4603}/S.scala | 0
test/files/pos/{bug464.scala => t464.scala} | 0
test/files/pos/t4651.scala | 12 +
test/files/pos/t4716.scala | 10 +
test/files/pos/t4717.scala | 35 +
test/files/pos/{bug4731.scala => t4731.scala} | 0
test/files/pos/t4737/J_1.java | 9 +
test/files/pos/t4737/S_2.scala | 10 +
test/files/pos/{bug4757 => t4757}/A_2.scala | 0
test/files/pos/{bug4757 => t4757}/B_3.scala | 0
test/files/pos/{bug4757 => t4757}/P_1.scala | 0
test/files/pos/t4758.scala | 17 +
test/files/pos/t4812.scala | 4 +
test/files/pos/t4831.scala | 11 +
test/files/{run/bug2106.flags => pos/t4840.flags} | 0
test/files/pos/{bug4840.scala => t4840.scala} | 0
test/files/pos/t4842.scala | 26 +
test/files/pos/t4853.scala | 12 +
test/files/pos/t4869.scala | 8 +
test/files/pos/t4910.scala | 6 +
test/files/{neg/bug4302.flags => pos/t4911.flags} | 0
test/files/pos/t4911.scala | 16 +
test/files/pos/t4938.scala | 4 +
test/files/pos/t4957.scala | 89 +
test/files/pos/t4970.scala | 13 +
test/files/pos/t4975.scala | 12 +
test/files/pos/t5012.scala | 12 +
test/files/pos/t5020.scala | 19 +
.../{neg/caseinherit.flags => pos/t5029.flags} | 0
test/files/pos/t5029.scala | 3 +
test/files/pos/t5031/Id.scala | 4 +
test/files/pos/t5031/package.scala | 3 +
test/files/pos/t5031_2.scala | 7 +
test/files/pos/t5031_3/Foo_1.scala | 5 +
test/files/pos/t5031_3/Main_2.scala | 6 +
test/files/pos/t5031_3/package.scala | 6 +
test/files/pos/t5033.scala | 15 +
test/files/pos/t5041.scala | 9 +
test/files/pos/t5071.scala | 18 +
test/files/pos/t5082.scala | 14 +
test/files/pos/t5084.scala | 5 +
test/files/pos/t5099.scala | 14 +
test/files/pos/t5119.scala | 13 +
test/files/pos/t5120.scala | 26 +
test/files/pos/t5127.scala | 8 +
test/files/pos/t5130.scala | 46 +
test/files/pos/t5137.scala | 17 +
test/files/pos/{bug514.scala => t514.scala} | 0
test/files/pos/t5156.scala | 21 +
test/files/pos/{bug516.scala => t516.scala} | 0
test/files/pos/t5165/TestAnnotation.java | 11 +
test/files/pos/t5165/TestObject.scala | 3 +
test/files/pos/t5165/TestTrait.scala | 3 +
.../{neg/caseinherit.flags => pos/t5175.flags} | 0
test/files/pos/t5175.scala | 9 +
test/files/pos/t5178.scala | 11 +
test/files/pos/t5198.scala | 15 +
test/files/pos/t5210.scala | 10 +
test/files/pos/{bug522.scala => t522.scala} | 0
test/files/pos/t5223.scala | 6 +
test/files/pos/t5240.scala | 11 +
test/files/pos/t5245.scala | 3 +
test/files/pos/t5259.scala | 21 +
test/files/pos/{bug530.scala => t530.scala} | 0
test/files/pos/t5305.scala | 13 +
test/files/pos/t531.scala | 11 +
test/files/pos/t5313.scala | 30 +
test/files/pos/t5317.scala | 12 +
test/files/pos/t532.scala | 11 +
test/files/pos/{bug533.scala => t533.scala} | 0
test/files/pos/t5330.scala | 22 +
test/files/pos/t5330b.scala | 6 +
test/files/pos/t5330c.scala | 5 +
test/files/pos/t5359.scala | 17 +
test/files/pos/t5384.scala | 7 +
test/files/pos/t5390.scala | 11 +
test/files/pos/t5399.scala | 45 +
test/files/pos/t5406.scala | 4 +
test/files/pos/t5444.scala | 42 +
test/files/pos/t5504/s_1.scala | 4 +
test/files/pos/t5504/s_2.scala | 8 +
test/files/pos/{t5534.scala => t5541.scala} | 0
test/files/pos/t5542.flags | 1 +
test/files/pos/t5542.scala | 3 +
test/files/pos/t5545/S_1.scala | 4 +
test/files/pos/t5545/S_2.scala | 4 +
test/files/pos/t5546.scala | 1 +
test/files/pos/t5580b.scala | 19 +
test/files/pos/t5604/ReplConfig.scala | 53 +
test/files/pos/t5604/ReplReporter.scala | 30 +
test/files/pos/t5604b/T_1.scala | 6 +
test/files/pos/t5604b/T_2.scala | 6 +
test/files/pos/t5604b/Test_1.scala | 7 +
test/files/pos/t5604b/Test_2.scala | 7 +
test/files/pos/t5604b/pack_1.scala | 5 +
test/files/pos/t5626.scala | 12 +
test/files/pos/t5644/BoxesRunTime.java | 836 ++
test/files/pos/t5644/other.scala | 3 +
test/files/pos/t5654.scala | 13 +
test/files/pos/{bug566.scala => t566.scala} | 0
test/files/pos/t5667.scala | 4 +
test/files/pos/t5702-pos-infix-star.scala | 15 +
test/files/pos/t5703/Base.java | 3 +
test/files/pos/t5703/Impl.scala | 3 +
test/files/pos/t5706.flags | 1 +
test/files/pos/t5706.scala | 10 +
test/files/pos/t5720-ownerous.scala | 56 +
test/files/pos/t5726.scala | 17 +
test/files/pos/t5727.scala | 31 +
test/files/pos/t5729.scala | 6 +
test/files/pos/{bug573.scala => t573.scala} | 0
test/files/pos/t5738.scala | 8 +
test/files/pos/t5742.scala | 8 +
test/files/pos/t5756.scala | 6 +
test/files/pos/t5769.scala | 9 +
test/files/pos/{bug577.scala => t577.scala} | 0
test/files/pos/t5777.scala | 45 +
test/files/pos/t5779-numeq-warn.scala | 13 +
test/files/pos/{bug578.scala => t578.scala} | 0
test/files/pos/t5796.scala | 8 +
test/files/pos/t5809.flags | 1 +
test/files/pos/t5809.scala | 5 +
test/files/pos/t5829.scala | 18 +
test/files/pos/t5846.scala | 10 +
test/files/pos/t5853.scala | 55 +
test/files/pos/t5859.scala | 15 +
test/files/pos/t5862.scala | 38 +
test/files/pos/t5877.scala | 14 +
test/files/pos/t5877b.scala | 13 +
test/files/pos/t5892.scala | 5 +
.../{neg/caseinherit.flags => pos/t5897.flags} | 0
test/files/pos/t5897.scala | 6 +
.../{neg/caseinherit.flags => pos/t5899.flags} | 0
test/files/pos/t5899.scala | 19 +
test/files/pos/t5910.java | 2 +
test/files/pos/{bug592.scala => t592.scala} | 0
test/files/pos/t5930.flags | 1 +
test/files/pos/t5930.scala | 4 +
.../{neg/caseinherit.flags => pos/t5932.flags} | 0
test/files/pos/t5932.scala | 15 +
test/files/pos/{bug595.scala => t595.scala} | 0
test/files/pos/t5953.scala | 16 +
test/files/pos/t5957/T_1.scala | 8 +
test/files/pos/t5957/Test.java | 11 +
test/files/pos/t5958.scala | 15 +
test/files/pos/{bug596.scala => t596.scala} | 0
test/files/pos/t5967.scala | 6 +
.../{neg/caseinherit.flags => pos/t5968.flags} | 0
test/files/pos/t5968.scala | 8 +
test/files/pos/{bug599.scala => t599.scala} | 0
.../{neg/caseinherit.flags => pos/t6008.flags} | 0
test/files/pos/t6008.scala | 12 +
test/files/pos/t6014.scala | 13 +
test/files/pos/{bug602.scala => t602.scala} | 0
.../{neg/caseinherit.flags => pos/t6022.flags} | 0
test/files/pos/t6022.scala | 7 +
test/files/pos/t6022b.scala | 20 +
test/files/pos/t6028/t6028_1.scala | 3 +
test/files/pos/t6028/t6028_2.scala | 4 +
test/files/pos/t6029.scala | 3 +
test/files/pos/t6033.scala | 5 +
test/files/pos/t6034.scala | 1 +
test/files/pos/{bug604.scala => t604.scala} | 0
test/files/pos/t6040.scala | 3 +
test/files/pos/t6047.flags | 1 +
test/files/pos/t6047.scala | 20 +
test/files/pos/{bug607.scala => t607.scala} | 0
test/files/pos/t6072.scala | 3 +
test/files/pos/t6084.scala | 15 +
test/files/pos/t6089b.scala | 18 +
test/files/pos/{bug611.scala => t611.scala} | 0
test/files/pos/t6117.scala | 19 +
test/files/pos/{bug613.scala => t613.scala} | 0
test/files/pos/t6145.scala | 11 +
.../{neg/caseinherit.flags => pos/t6146.flags} | 0
test/files/pos/t6146.scala | 60 +
test/files/pos/{bug615.scala => t615.scala} | 0
test/files/pos/t6157.flags | 1 +
test/files/pos/t6157.scala | 25 +
test/files/pos/{bug616.scala => t616.scala} | 0
test/files/pos/t6184.scala | 7 +
test/files/pos/t6201.scala | 13 +
test/files/pos/t6204-a.scala | 9 +
test/files/pos/t6204-b.scala | 10 +
test/files/pos/t6205.scala | 18 +
test/files/pos/t6208.scala | 4 +
test/files/pos/t6215.scala | 1 +
test/files/pos/t6245/Base.java | 5 +
test/files/pos/t6245/Foo.scala | 9 +
test/files/pos/t6245/Vis.java | 3 +
test/files/pos/t6274.scala | 13 +
.../{neg/anyval-sealed.flags => pos/t6275.flags} | 0
test/files/pos/t6275.scala | 11 +
test/files/pos/t6278-synth-def.scala | 30 +
test/files/pos/{bug628.scala => t628.scala} | 0
test/files/pos/t6311.scala | 5 +
test/files/pos/t6335.scala | 25 +
test/files/pos/t6358.scala | 6 +
test/files/pos/t6358_2.scala | 6 +
test/files/pos/t6367.scala | 34 +
test/files/pos/{bug640.scala => t640.scala} | 0
test/files/pos/t6479.scala | 56 +
test/files/pos/t6482.scala | 11 +
test/files/pos/t6485a/Macros_1.scala | 5 +
test/files/pos/t6485a/Test_2.scala | 5 +
test/files/pos/t6485b/Test.scala | 10 +
test/files/pos/t6499.scala | 3 +
test/files/pos/{bug651.scala => t651.scala} | 0
test/files/pos/t6516.scala | 19 +
.../{neg/anyval-sealed.flags => pos/t6537.flags} | 0
test/files/pos/t6537.scala | 16 +
test/files/pos/t6547.flags | 1 +
test/files/pos/t6547.scala | 6 +
test/files/pos/t6551.scala | 13 +
test/files/pos/t6552.scala | 8 +
test/files/pos/t6556.scala | 32 +
test/files/pos/t6562.scala | 14 +
test/files/pos/t6575a.scala | 15 +
test/files/pos/t6575b.scala | 17 +
.../{neg/anyval-sealed.flags => pos/t6595.flags} | 0
test/files/pos/t6595.scala | 18 +
test/files/pos/t6600.scala | 8 +
test/files/pos/t6601/PrivateValueClass_1.scala | 1 +
test/files/pos/t6601/UsePrivateValueClass_2.scala | 10 +
test/files/pos/{bug661.scala => t661.scala} | 0
test/files/pos/t6624.scala | 28 +
test/files/pos/t6648.scala | 24 +
test/files/pos/t6651.scala | 33 +
test/files/pos/t6712.scala | 5 +
test/files/pos/t6722.scala | 11 +
test/files/pos/{bug675.scala => t675.scala} | 0
test/files/pos/{bug684.scala => t684.scala} | 0
test/files/pos/t6846.scala | 28 +
test/files/pos/t6891.flags | 1 +
test/files/pos/t6891.scala | 26 +
.../{neg/anyval-sealed.flags => pos/t6896.flags} | 0
test/files/pos/t6896.scala | 7 +
test/files/pos/t6897.scala | 6 +
test/files/pos/{bug690.scala => t690.scala} | 0
test/files/pos/t6925.scala | 9 +
test/files/pos/t6925b.scala | 18 +
test/files/pos/{bug694.scala => t694.scala} | 0
.../{neg/caseinherit.flags => pos/t6942.flags} | 0
test/files/pos/t6942/Bar.java | 235 +
test/files/pos/t6942/t6942.scala | 64 +
test/files/pos/t6963c.flags | 1 +
test/files/pos/t6963c.scala | 25 +
test/files/pos/{bug697.scala => t697.scala} | 0
test/files/pos/t6976/Exts_1.scala | 10 +
test/files/pos/t6976/ImplicitBug_1.scala | 27 +
test/files/pos/t6976/ImplicitBug_2.scala | 7 +
test/files/pos/{bug698.scala => t698.scala} | 0
.../{neg/caseinherit.flags => pos/t6994.flags} | 0
test/files/pos/t6994.scala | 8 +
test/files/pos/t7011.flags | 1 +
test/files/pos/t7011.scala | 7 +
test/files/pos/t7022.scala | 9 +
test/files/pos/{bug703.scala => t703.scala} | 0
test/files/pos/t7033.scala | 15 +
test/files/pos/t7035.scala | 15 +
test/files/pos/{bug704.scala => t704.scala} | 0
test/files/pos/{bug711.scala => t711.scala} | 0
test/files/pos/t7126.scala | 11 +
test/files/pos/{bug715.cmds => t715.cmds} | 0
test/files/pos/t715/meredith_1.scala | 98 +
test/files/pos/{bug715 => t715}/runner_2.scala | 0
test/files/pos/t7180.scala | 13 +
.../{neg/caseinherit.flags => pos/t7183.flags} | 0
test/files/pos/t7183.scala | 13 +
test/files/pos/{bug720.scala => t720.scala} | 0
test/files/pos/{bug756.scala => t756.scala} | 0
test/files/pos/{bug757.scala => t757.scala} | 0
test/files/pos/{bug757a.scala => t757a.scala} | 0
test/files/pos/{bug758.scala => t758.scala} | 0
test/files/pos/{bug759.scala => t759.scala} | 0
test/files/pos/{bug762.scala => t762.scala} | 0
test/files/pos/{bug767.scala => t767.scala} | 0
test/files/pos/{bug780.scala => t780.scala} | 0
test/files/pos/{bug788.scala => t788.scala} | 0
test/files/pos/{bug789.scala => t789.scala} | 0
test/files/pos/{bug796.scala => t796.scala} | 0
test/files/pos/{bug802.scala => t802.scala} | 0
test/files/pos/{bug803.scala => t803.scala} | 0
test/files/pos/{bug805.scala => t805.scala} | 0
test/files/pos/{bug807.scala => t807.scala} | 0
test/files/pos/{bug812.scala => t812.scala} | 0
test/files/pos/t839.scala | 26 +
test/files/pos/{bug851.scala => t851.scala} | 0
test/files/pos/{bug873.scala => t873.scala} | 0
test/files/pos/{bug880.scala => t880.scala} | 0
test/files/pos/{bug892.scala => t892.scala} | 0
test/files/pos/{bug911.scala => t911.scala} | 0
test/files/pos/t927.scala | 11 +
test/files/pos/{bug946.scala => t946.scala} | 0
test/files/pos/ticket2251.scala | 2 +-
.../bug4285.flags => pos/trait-force-info.flags} | 0
test/files/pos/trait-force-info.scala | 18 +
test/files/pos/trait-parents.scala | 16 +
test/files/pos/typetags.scala | 16 +
test/files/pos/unapplyComplex.scala | 6 +-
.../{neg/bug4302.flags => pos/unchecked-a.flags} | 0
test/files/pos/unchecked-a.scala | 15 +
test/files/pos/value-class-override-no-spec.flags | 1 +
test/files/pos/value-class-override-no-spec.scala | 9 +
test/files/pos/value-class-override-spec.scala | 9 +
test/files/pos/virtpatmat_alts_subst.flags | 1 +
test/files/pos/virtpatmat_alts_subst.scala | 6 +
.../virtpatmat_anonfun_for.flags} | 0
test/files/pos/virtpatmat_anonfun_for.scala | 8 +
test/files/pos/virtpatmat_binding_opt.flags | 1 +
test/files/pos/virtpatmat_binding_opt.scala | 11 +
test/files/pos/virtpatmat_castbinder.flags | 1 +
test/files/pos/virtpatmat_castbinder.scala | 15 +
test/files/pos/virtpatmat_exhaust.scala | 24 +
.../virtpatmat_exhaust_unchecked.flags} | 0
test/files/pos/virtpatmat_exhaust_unchecked.scala | 24 +
test/files/pos/virtpatmat_exist1.flags | 1 +
test/files/pos/virtpatmat_exist1.scala | 24 +
test/files/pos/virtpatmat_exist2.flags | 1 +
test/files/pos/virtpatmat_exist2.scala | 20 +
test/files/pos/virtpatmat_exist3.flags | 1 +
test/files/pos/virtpatmat_exist3.scala | 12 +
test/files/pos/virtpatmat_exist4.scala | 35 +
test/files/pos/virtpatmat_exist_uncurry.scala | 6 +
test/files/pos/virtpatmat_gadt_array.flags | 1 +
test/files/pos/virtpatmat_gadt_array.scala | 15 +
test/files/pos/virtpatmat_infer_single_1.flags | 1 +
test/files/pos/virtpatmat_infer_single_1.scala | 7 +
test/files/pos/virtpatmat_instof_valuetype.flags | 1 +
test/files/pos/virtpatmat_instof_valuetype.scala | 8 +
test/files/pos/virtpatmat_obj_in_case.flags | 1 +
test/files/pos/virtpatmat_obj_in_case.scala | 5 +
test/files/pos/virtpatmat_partialfun_nsdnho.scala | 18 +
test/files/pos/virtpatmat_reach_const.scala | 11 +
test/files/pos/z1720.scala | 16 +
test/files/pos/z1730.flags | 1 +
test/files/pos/z1730.scala | 13 +
test/files/positions/Unpositioned1.scala | 2 +-
test/files/presentation/callcc-interpreter.check | 94 +
.../presentation/callcc-interpreter/Runner.scala | 3 +
.../callcc-interpreter/src/CallccInterpreter.scala | 86 +
test/files/presentation/doc.check | 49 +
test/files/presentation/doc/doc.scala | 91 +
test/files/presentation/doc/src/Test.scala | 1 +
test/files/presentation/forgotten-ask.scala | 33 +
test/files/presentation/hyperlinks.check | 46 +
test/files/presentation/hyperlinks/Runner.scala | 11 +
.../hyperlinks/src/NameDefaultTests.scala | 16 +
.../presentation/hyperlinks/src/PatMatTests.scala | 28 +
test/files/presentation/ide-bug-1000349.check | 40 +
.../presentation/ide-bug-1000349/Runner.scala | 3 +
.../src/CompletionOnEmptyArgMethod.scala | 7 +
test/files/presentation/ide-bug-1000469.check | 1 +
.../presentation/ide-bug-1000469/Runner.scala | 3 +
.../ide-bug-1000469/src/java/JavaEventHandler.java | 3 +
.../ide-bug-1000469/src/scala/EventHandler.scala | 5 +
test/files/presentation/ide-bug-1000475.check | 115 +
.../presentation/ide-bug-1000475/Runner.scala | 3 +
.../presentation/ide-bug-1000475/src/Foo.scala | 9 +
test/files/presentation/ide-bug-1000531.check | 129 +
.../presentation/ide-bug-1000531/Runner.scala | 3 +
.../ide-bug-1000531/src/CrashOnLoad.scala | 7 +
test/files/presentation/ide-t1000609.check | 6 +
test/files/presentation/ide-t1000609/Runner.scala | 3 +
.../ide-t1000609/src/NoHyperlinking.scala | 8 +
test/files/presentation/ide-t1000976.check | 1 +
test/files/presentation/ide-t1000976.flags | 1 +
test/files/presentation/ide-t1000976/Test.scala | 30 +
test/files/presentation/ide-t1000976/src/a/A.scala | 7 +
test/files/presentation/ide-t1000976/src/b/B.scala | 7 +
test/files/presentation/ide-t1000976/src/c/C.scala | 3 +
test/files/presentation/ide-t1000976/src/d/D.scala | 7 +
test/files/presentation/ide-t1001326.check | 4 +
test/files/presentation/ide-t1001326/Test.scala | 91 +
test/files/presentation/ide-t1001326/src/a/A.scala | 5 +
test/files/presentation/implicit-member.check | 42 +
.../presentation/implicit-member/Runner.scala | 3 +
.../implicit-member/src/ImplicitMember.scala | 8 +
test/files/presentation/memory-leaks.check | 54 +
.../memory-leaks/MemoryLeaksTest.scala | 126 +
test/files/presentation/ping-pong.check | 102 +
test/files/presentation/ping-pong/Runner.scala | 3 +
.../presentation/ping-pong/src/PingPong.scala | 22 +
test/files/presentation/random.check | 27 +
test/files/presentation/random/Runner.scala | 3 +
test/files/presentation/random/src/Random.scala | 106 +
test/files/presentation/recursive-ask.check | 4 +
.../presentation/recursive-ask/RecursiveAsk.scala | 20 +
test/files/presentation/t5708.check | 47 +
test/files/presentation/t5708/Test.scala | 3 +
.../files/presentation/t5708/src/Completions.scala | 18 +
test/files/presentation/visibility.check | 221 +
test/files/presentation/visibility/Test.scala | 3 +
.../presentation/visibility/src/Completions.scala | 40 +
test/files/res/bug597.res | 2 -
test/files/res/bug687.check | 8 -
test/files/res/bug687.res | 3 -
test/files/res/bug687/QueryA.scala | 4 -
test/files/res/bug687/QueryB.scala | 4 -
test/files/res/bug722.res | 2 -
test/files/res/bug722/IfElse.scala | 4 -
test/files/res/bug722/Parser.scala | 8 -
test/files/res/bug722/ScanBased.scala | 10 -
test/files/res/bug735.res | 2 -
test/files/res/bug735/ScalaExpressions.scala | 11 -
test/files/res/bug735/ScalaTyper.scala | 5 -
test/files/res/bug743.res | 2 -
test/files/res/bug743/BracesXXX.scala | 6 -
test/files/res/bug743/ParserXXX.scala | 15 -
test/files/res/bug785.res | 2 -
test/files/res/bug785/ScalaNewTyper.scala | 10 -
test/files/res/bug785/ScalaTrees.scala | 7 -
test/files/res/bug831.res | 2 -
test/files/res/bug831/NewScalaParserXXX.scala | 43 -
test/files/res/bug831/NewScalaTestXXX.scala | 2 -
test/files/res/{bug597.check => t5167.check} | 0
test/files/res/t5167.res | 2 +
test/files/res/t5167/t5167_1.scala | 12 +
test/files/res/t5167/t5167_2.scala | 7 +
test/files/res/{bug722.check => t5489.check} | 0
test/files/res/t5489.res | 2 +
test/files/res/t5489/t5489.scala | 14 +
test/files/res/{bug735.check => t597.check} | 0
test/files/res/t597.res | 2 +
test/files/res/{bug597 => t597}/Main.scala | 0
test/files/res/{bug597 => t597}/Test.scala | 0
test/files/res/t687.check | 8 +
test/files/res/t687.res | 3 +
test/files/res/t687/QueryA.scala | 4 +
test/files/res/t687/QueryB.scala | 4 +
test/files/res/{bug743.check => t722.check} | 0
test/files/res/t722.res | 2 +
test/files/res/t722/IfElse.scala | 4 +
test/files/res/t722/Parser.scala | 8 +
test/files/res/t722/ScanBased.scala | 10 +
test/files/res/{bug785.check => t735.check} | 0
test/files/res/t735.res | 2 +
test/files/res/t735/ScalaExpressions.scala | 11 +
test/files/res/t735/ScalaTyper.scala | 5 +
test/files/res/{bug831.check => t743.check} | 0
test/files/res/t743.res | 2 +
test/files/res/t743/BracesXXX.scala | 6 +
test/files/res/t743/ParserXXX.scala | 15 +
test/files/res/{bug597.check => t785.check} | 0
test/files/res/t785.res | 2 +
test/files/res/t785/ScalaNewTyper.scala | 10 +
test/files/res/t785/ScalaTrees.scala | 7 +
test/files/res/{bug597.check => t831.check} | 0
test/files/res/t831.res | 2 +
test/files/res/t831/NewScalaParserXXX.scala | 43 +
test/files/res/t831/NewScalaTestXXX.scala | 2 +
test/files/run/Course-2002-01-msil.check | 34 -
test/files/run/Course-2002-02-msil.check | 187 -
test/files/run/Course-2002-03-msil.check | 67 -
test/files/run/Course-2002-04-msil.check | 64 -
test/files/run/Course-2002-08-msil.check | 171 -
test/files/run/Course-2002-08.scala | 12 +-
test/files/run/Course-2002-09-msil.check | 50 -
test/files/run/Course-2002-10-msil.check | 46 -
test/files/run/Course-2002-10.scala | 2 +-
test/files/run/Course-2002-13.scala | 11 +-
test/files/run/Meter.check | 13 +
test/files/run/Meter.scala | 109 +
test/files/run/MeterCaseClass.check | 13 +
test/files/run/MeterCaseClass.scala | 106 +
test/files/run/MutableListTest.scala | 252 +-
test/files/run/Predef.readLine.check | 3 +
test/files/run/Predef.readLine.scala | 10 +
test/files/run/QueueTest.scala | 594 +-
test/files/run/SymbolsTest.scala | 566 +-
test/files/run/absoverride-msil.check | 20 -
test/files/run/abstypetags_core.check | 30 +
test/files/run/abstypetags_core.scala | 34 +
test/files/run/abstypetags_serialize.check | 2 +
test/files/run/abstypetags_serialize.scala | 33 +
test/files/run/adding-growing-set.scala | 2 +-
test/files/run/analyzerPlugins.check | 196 +
test/files/run/analyzerPlugins.scala | 121 +
test/files/run/annotatedRetyping.check | 6 +
test/files/run/annotatedRetyping.scala | 62 +
test/files/run/applydynamic_sip.check | 29 +
test/files/run/applydynamic_sip.flags | 1 +
test/files/run/applydynamic_sip.scala | 66 +
test/files/run/array-charSeq.check | 248 +
test/files/run/array-charSeq.scala | 27 +
test/files/run/array-existential-bound.check | 4 +
test/files/run/array-existential-bound.scala | 17 +
test/files/run/arrayclone-new.scala | 108 +
.../run/{arrayclone.scala => arrayclone-old.scala} | 0
test/files/run/arrays.scala | 30 +-
.../run/{bug4062.check => backreferences.check} | 0
test/files/run/backreferences.scala | 13 +
test/files/run/bigDecimalTest.check | 6 +
test/files/run/bigDecimalTest.scala | 35 +
test/files/run/bitsets-msil.check | 33 -
test/files/run/bitsets.check | 46 +
test/files/run/bitsets.scala | 85 +
test/files/run/boolord-msil.check | 4 -
test/files/run/buffer-slice.check | 1 +
test/files/run/buffer-slice.scala | 5 +
test/files/run/bug1044.scala | 4 -
test/files/run/bug1192.scala | 7 -
test/files/run/bug1309.scala | 7 -
test/files/run/bug2005.scala | 10 -
test/files/run/bug2124.check | 1 -
test/files/run/bug2125.check | 1 -
test/files/run/bug3613.scala | 22 -
test/files/run/bug4110.scala | 11 -
test/files/run/bug4317/S_1.scala | 9 -
test/files/run/bug4671.check | 46 -
test/files/run/bug4671.scala | 13 -
test/files/run/bug4710.check | 7 -
test/files/run/bug576.scala | 45 -
test/files/run/bugs-msil.check | 96 -
test/files/run/bugs.scala | 3 +-
test/files/run/byname.scala | 6 +-
test/files/run/bytecodecs.scala | 2 +-
test/files/run/caseClassHash.check | 9 +
test/files/run/caseClassHash.scala | 37 +
test/files/run/class-symbol-contravariant.check | 36 +
test/files/run/class-symbol-contravariant.scala | 15 +
test/files/run/classmanifests_new_alias.check | 2 +
test/files/run/classmanifests_new_alias.scala | 5 +
test/files/run/classmanifests_new_core.check | 2 +
test/files/run/classmanifests_new_core.scala | 4 +
test/files/run/classtags_contextbound.check | 1 +
test/files/run/classtags_contextbound.scala | 7 +
test/files/run/classtags_core.check | 30 +
test/files/run/classtags_core.scala | 34 +
test/files/run/classtags_multi.check | 5 +
test/files/run/classtags_multi.scala | 9 +
test/files/run/collection-conversions.check | 126 +
test/files/run/collection-conversions.scala | 64 +
test/files/run/collections.check | 8 +
test/files/run/collections.scala | 2 +
test/files/run/colltest.check | 1 +
test/files/run/colltest.scala | 3 +-
test/files/run/colltest1.check | 2 +
test/files/run/colltest1.scala | 2 +
test/files/run/compiler-asSeenFrom.check | 323 +
test/files/run/compiler-asSeenFrom.scala | 122 +
test/files/run/concurrent-map-conversions.scala | 36 +
test/files/run/constant-type.check | 30 +
test/files/run/constant-type.scala | 17 +
test/files/run/constrained-types.check | 18 +-
test/files/run/ctries-new/DumbHash.scala | 14 +
test/files/run/ctries-new/Wrap.scala | 9 +
test/files/run/ctries-new/concmap.scala | 188 +
test/files/run/ctries-new/iterator.scala | 289 +
test/files/run/ctries-new/lnode.scala | 61 +
test/files/run/ctries-new/main.scala | 47 +
test/files/run/ctries-new/snapshot.scala | 267 +
test/files/run/ctries-old/DumbHash.scala | 14 +
test/files/run/ctries-old/Wrap.scala | 9 +
test/files/run/ctries-old/concmap.scala | 188 +
test/files/run/ctries-old/iterator.scala | 289 +
test/files/run/ctries-old/lnode.scala | 61 +
test/files/run/ctries-old/main.scala | 45 +
test/files/run/ctries-old/snapshot.scala | 267 +
.../dead-code-elimination.check} | 0
test/files/run/dead-code-elimination.flags | 1 +
test/files/run/dead-code-elimination.scala | 33 +
test/files/run/delay-bad.check | 47 +
test/files/run/delay-bad.scala | 77 +
test/files/run/delay-good.check | 41 +
test/files/run/delay-good.scala | 77 +
test/files/run/dynamic-anyval.check | 4 +
test/files/run/dynamic-anyval.scala | 22 +
test/files/run/elidable-opt.check | 14 +
test/files/run/elidable-opt.flags | 1 +
test/files/run/elidable-opt.scala | 85 +
test/files/run/elidable.check | 15 +-
test/files/run/elidable.scala | 73 +-
test/files/run/empty-array.check | 3 +
test/files/run/empty-array.scala | 8 +
test/files/run/emptypf.check | 3 +
test/files/run/emptypf.scala | 14 +
test/files/run/enrich-gentraversable.check | 8 +
test/files/run/enrich-gentraversable.scala | 67 +
test/files/run/enums.check | 10 +
test/files/run/enums.scala | 55 +
test/files/run/eta-expand-star.check | 1 +
test/files/run/eta-expand-star.scala | 8 +
test/files/run/eta-expand-star2.check | 1 +
test/files/run/eta-expand-star2.flags | 1 +
test/files/run/eta-expand-star2.scala | 8 +
test/files/run/existentials-in-compiler.check | 156 +
test/files/run/existentials-in-compiler.scala | 84 +
test/files/run/existentials3-new.check | 24 +
test/files/run/existentials3-new.scala | 80 +
test/files/run/existentials3-old.check | 22 +
test/files/run/existentials3-old.scala | 73 +
test/files/run/exprs_serialize.check | 2 +
test/files/run/exprs_serialize.scala | 29 +
test/files/run/fail-non-value-types.check | 3 +
test/files/run/fail-non-value-types.scala | 40 +
test/files/run/finalvar.check | 6 +
test/files/run/finalvar.flags | 1 +
test/files/run/finalvar.scala | 37 +
test/files/run/fors.scala | 4 +-
test/files/run/freetypes_false_alarm1.check | 1 +
test/files/run/freetypes_false_alarm1.scala | 10 +
test/files/run/freetypes_false_alarm2.check | 1 +
test/files/run/freetypes_false_alarm2.scala | 8 +
test/files/run/genericValueClass.check | 2 +
test/files/run/genericValueClass.scala | 17 +
.../{getClassTest.check => getClassTest-new.check} | 0
test/files/run/getClassTest-new.scala | 68 +
.../{getClassTest.check => getClassTest-old.check} | 0
test/files/run/getClassTest-old.scala | 66 +
test/files/run/getClassTest-valueClass.check | 2 +
test/files/run/getClassTest-valueClass.scala | 10 +
test/files/run/getClassTest.scala | 66 -
test/files/run/global-showdef.check | 4 +-
test/files/run/hashhash.scala | 13 +
test/files/run/idempotency-case-classes.check | 55 +
test/files/run/idempotency-case-classes.scala | 22 +
test/files/run/idempotency-extractors.check | 5 +
test/files/run/idempotency-extractors.scala | 22 +
test/files/run/idempotency-labels.check | 15 +
test/files/run/idempotency-labels.scala | 22 +
test/files/run/idempotency-lazy-vals.check | 23 +
test/files/run/idempotency-lazy-vals.scala | 27 +
test/files/run/idempotency-partial-functions.check | 2 +
test/files/run/idempotency-this.check | 4 +
test/files/run/idempotency-this.scala | 22 +
test/files/run/imain.check | 1 +
test/files/run/imain.scala | 17 +
test/files/run/impconvtimes-msil.check | 1 -
test/files/run/implicitclasses.scala | 10 +
.../run/{bug216.check => indexedSeq-apply.check} | 0
test/files/run/indexedSeq-apply.scala | 15 +
test/files/run/infix-msil.check | 2 -
test/files/run/inline-ex-handlers.check | 425 +
test/files/run/inline-ex-handlers.scala | 329 +
test/files/run/inner-obj-auto.check | 65 +
test/files/run/inner-obj-auto.scala | 2092 +++
.../run/interop_classtags_are_classmanifests.check | 3 +
.../run/interop_classtags_are_classmanifests.scala | 11 +
.../run/interop_manifests_are_abstypetags.check | 3 +
.../run/interop_manifests_are_abstypetags.scala | 11 +
.../run/interop_manifests_are_classtags.check | 18 +
.../run/interop_manifests_are_classtags.scala | 23 +
.../files/run/interop_manifests_are_typetags.check | 3 +
.../files/run/interop_manifests_are_typetags.scala | 11 +
.../files/run/interop_typetags_are_manifests.check | 3 +
.../files/run/interop_typetags_are_manifests.scala | 12 +
test/files/run/interpolation.check | 32 +
test/files/run/interpolation.flags | 1 +
test/files/run/interpolation.scala | 32 +
test/files/run/interpolationArgs.check | 2 +
.../interpolationArgs.flags} | 0
test/files/run/interpolationArgs.scala | 5 +
test/files/run/interpolationMultiline1.check | 26 +
test/files/run/interpolationMultiline1.flags | 1 +
test/files/run/interpolationMultiline1.scala | 26 +
test/files/run/interpolationMultiline2.check | 26 +
.../interpolationMultiline2.flags} | 0
test/files/run/interpolationMultiline2.scala | 21 +
test/files/run/iq-msil.check | 12 -
test/files/run/iq.scala | 4 +-
test/files/run/is-valid-num.scala | 312 +
test/files/run/iterators.scala | 10 +-
test/files/run/java-erasure.check | 1 +
test/files/run/java-erasure.scala | 10 +
test/files/run/json.scala | 8 +-
test/files/run/kmpSliceSearch.check | 4 +
test/files/run/kmpSliceSearch.scala | 60 +
test/files/run/lazy-leaks.scala | 2 +-
test/files/run/lazy-locals.check | 41 +-
test/files/run/lazy-locals.scala | 85 +-
test/files/run/lift-and-unlift.scala | 6 +-
test/files/run/lists-run.scala | 177 +-
test/files/run/lub-visibility.check | 3 +-
test/files/run/macro-abort-fresh.check | 6 +
test/files/run/macro-abort-fresh.flags | 1 +
test/files/run/macro-abort-fresh/Macros_1.scala | 15 +
test/files/run/macro-abort-fresh/Test_2.scala | 8 +
test/files/run/macro-basic-ma-md-mi.check | 1 +
test/files/run/macro-basic-ma-md-mi.flags | 1 +
test/files/run/macro-basic-ma-md-mi/Impls_1.scala | 21 +
test/files/run/macro-basic-ma-md-mi/Macros_2.scala | 10 +
test/files/run/macro-basic-ma-md-mi/Test_3.scala | 4 +
test/files/run/macro-basic-ma-mdmi.check | 1 +
test/files/run/macro-basic-ma-mdmi.flags | 1 +
.../run/macro-basic-ma-mdmi/Impls_Macros_1.scala | 32 +
test/files/run/macro-basic-ma-mdmi/Test_2.scala | 4 +
test/files/run/macro-basic-mamd-mi.check | 1 +
test/files/run/macro-basic-mamd-mi.flags | 1 +
test/files/run/macro-basic-mamd-mi/Impls_1.scala | 19 +
.../run/macro-basic-mamd-mi/Macros_Test_2.scala | 15 +
test/files/run/macro-bodyexpandstoimpl.check | 1 +
test/files/run/macro-bodyexpandstoimpl.flags | 1 +
.../run/macro-bodyexpandstoimpl/Impls_1.scala | 12 +
.../macro-bodyexpandstoimpl/Macros_Test_2.scala | 10 +
test/files/run/macro-declared-in-annotation.check | 1 +
test/files/run/macro-declared-in-annotation.flags | 1 +
.../run/macro-declared-in-annotation/Impls_1.scala | 11 +
.../macro-declared-in-annotation/Macros_2.scala | 8 +
.../run/macro-declared-in-annotation/Test_3.scala | 3 +
test/files/run/macro-declared-in-anonymous.check | 2 +
test/files/run/macro-declared-in-anonymous.flags | 1 +
.../run/macro-declared-in-anonymous/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 4 +
test/files/run/macro-declared-in-block.check | 2 +
test/files/run/macro-declared-in-block.flags | 1 +
.../run/macro-declared-in-block/Impls_1.scala | 11 +
.../macro-declared-in-block/Macros_Test_2.scala | 6 +
test/files/run/macro-declared-in-class-class.check | 2 +
test/files/run/macro-declared-in-class-class.flags | 1 +
.../macro-declared-in-class-class/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 10 +
.../files/run/macro-declared-in-class-object.check | 2 +
.../files/run/macro-declared-in-class-object.flags | 1 +
.../macro-declared-in-class-object/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 10 +
test/files/run/macro-declared-in-class.check | 2 +
test/files/run/macro-declared-in-class.flags | 1 +
.../run/macro-declared-in-class/Impls_1.scala | 11 +
.../macro-declared-in-class/Macros_Test_2.scala | 7 +
.../run/macro-declared-in-default-param.check | 5 +
.../run/macro-declared-in-default-param.flags | 1 +
.../macro-declared-in-default-param/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 7 +
.../run/macro-declared-in-implicit-class.check | 2 +
.../run/macro-declared-in-implicit-class.flags | 1 +
.../Impls_Macros_1.scala | 19 +
.../macro-declared-in-implicit-class/Test_2.scala | 4 +
test/files/run/macro-declared-in-method.check | 2 +
test/files/run/macro-declared-in-method.flags | 1 +
.../run/macro-declared-in-method/Impls_1.scala | 11 +
.../macro-declared-in-method/Macros_Test_2.scala | 8 +
.../files/run/macro-declared-in-object-class.check | 2 +
.../files/run/macro-declared-in-object-class.flags | 1 +
.../macro-declared-in-object-class/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 10 +
.../run/macro-declared-in-object-object.check | 2 +
.../run/macro-declared-in-object-object.flags | 1 +
.../macro-declared-in-object-object/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 10 +
test/files/run/macro-declared-in-object.check | 2 +
test/files/run/macro-declared-in-object.flags | 1 +
.../run/macro-declared-in-object/Impls_1.scala | 11 +
.../macro-declared-in-object/Macros_Test_2.scala | 7 +
.../run/macro-declared-in-package-object.check | 2 +
.../run/macro-declared-in-package-object.flags | 1 +
.../macro-declared-in-package-object/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 8 +
test/files/run/macro-declared-in-refinement.check | 2 +
test/files/run/macro-declared-in-refinement.flags | 1 +
.../run/macro-declared-in-refinement/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 6 +
test/files/run/macro-declared-in-trait.check | 15 +
test/files/run/macro-declared-in-trait.flags | 1 +
.../run/macro-declared-in-trait/Impls_1.scala | 11 +
.../macro-declared-in-trait/Macros_Test_2.scala | 13 +
test/files/run/macro-def-infer-return-type-a.check | 1 +
test/files/run/macro-def-infer-return-type-a.flags | 1 +
.../macro-def-infer-return-type-a/Impls_1.scala | 5 +
.../Macros_Test_2.scala | 4 +
test/files/run/macro-def-infer-return-type-b.check | 6 +
test/files/run/macro-def-infer-return-type-b.flags | 1 +
.../Impls_Macros_1.scala | 10 +
.../run/macro-def-infer-return-type-b/Test_2.scala | 8 +
test/files/run/macro-def-infer-return-type-c.check | 1 +
test/files/run/macro-def-infer-return-type-c.flags | 1 +
.../macro-def-infer-return-type-c/Impls_1.scala | 5 +
.../Macros_Test_2.scala | 4 +
test/files/run/macro-def-path-dependent-a.check | 1 +
test/files/run/macro-def-path-dependent-a.flags | 1 +
.../Impls_Macros_1.scala | 21 +
.../run/macro-def-path-dependent-a/Test_2.scala | 3 +
test/files/run/macro-def-path-dependent-b.check | 1 +
test/files/run/macro-def-path-dependent-b.flags | 1 +
.../Impls_Macros_1.scala | 20 +
.../run/macro-def-path-dependent-b/Test_2.scala | 3 +
test/files/run/macro-def-path-dependent-c.check | 1 +
test/files/run/macro-def-path-dependent-c.flags | 1 +
.../Impls_Macros_1.scala | 20 +
.../run/macro-def-path-dependent-c/Test_2.scala | 3 +
test/files/run/macro-def-path-dependent-d1.check | 1 +
test/files/run/macro-def-path-dependent-d1.flags | 1 +
.../Impls_Macros_1.scala | 9 +
.../run/macro-def-path-dependent-d1/Test_2.scala | 3 +
test/files/run/macro-def-path-dependent-d2.check | 1 +
test/files/run/macro-def-path-dependent-d2.flags | 1 +
.../run/macro-def-path-dependent-d2/Impls_1.scala | 7 +
.../run/macro-def-path-dependent-d2/Macros_2.scala | 7 +
.../run/macro-def-path-dependent-d2/Test_3.scala | 3 +
....check => macro-expand-implicit-argument.check} | 0
.../files/run/macro-expand-implicit-argument.flags | 1 +
.../macro-expand-implicit-argument/Macros_1.scala | 59 +
.../macro-expand-implicit-argument/Test_2.scala | 4 +
...macro-expand-implicit-macro-has-implicit.check} | 0
.../macro-expand-implicit-macro-has-implicit.flags | 1 +
.../Impls_1.scala | 9 +
.../Macros_Test_2.scala | 5 +
.../macro-expand-implicit-macro-is-implicit.check | 2 +
.../macro-expand-implicit-macro-is-implicit.flags | 1 +
.../Impls_1.scala | 9 +
.../Macros_Test_2.scala | 10 +
.../run/macro-expand-implicit-macro-is-val.check | 1 +
.../run/macro-expand-implicit-macro-is-val.flags | 1 +
.../Impls_1.scala | 9 +
.../Macros_Test_2.scala | 5 +
.../run/macro-expand-implicit-macro-is-view.check | 1 +
.../run/macro-expand-implicit-macro-is-view.flags | 1 +
.../Impls_1.scala | 9 +
.../Macros_Test_2.scala | 9 +
.../files/run/macro-expand-multiple-arglists.check | 1 +
.../files/run/macro-expand-multiple-arglists.flags | 1 +
.../macro-expand-multiple-arglists/Impls_1.scala | 10 +
.../Macros_Test_2.scala | 4 +
test/files/run/macro-expand-nullary-generic.check | 6 +
test/files/run/macro-expand-nullary-generic.flags | 1 +
.../run/macro-expand-nullary-generic/Impls_1.scala | 15 +
.../Macros_Test_2.scala | 15 +
.../run/macro-expand-nullary-nongeneric.check | 6 +
.../run/macro-expand-nullary-nongeneric.flags | 1 +
.../macro-expand-nullary-nongeneric/Impls_1.scala | 14 +
.../Macros_Test_2.scala | 15 +
test/files/run/macro-expand-overload.check | 6 +
test/files/run/macro-expand-overload.flags | 1 +
test/files/run/macro-expand-overload/Impls_1.scala | 15 +
.../run/macro-expand-overload/Macros_Test_2.scala | 20 +
test/files/run/macro-expand-override.check | 15 +
test/files/run/macro-expand-override.flags | 1 +
test/files/run/macro-expand-override/Impls_1.scala | 15 +
.../run/macro-expand-override/Macros_Test_2.scala | 43 +
test/files/run/macro-expand-recursive.check | 1 +
test/files/run/macro-expand-recursive.flags | 1 +
.../files/run/macro-expand-recursive/Impls_1.scala | 15 +
.../run/macro-expand-recursive/Macros_Test_2.scala | 8 +
.../macro-expand-tparams-bounds-a.check} | 0
test/files/run/macro-expand-tparams-bounds-a.flags | 1 +
.../macro-expand-tparams-bounds-a/Impls_1.scala | 5 +
.../Macros_Test_2.scala | 8 +
.../macro-expand-tparams-bounds-b.check} | 0
test/files/run/macro-expand-tparams-bounds-b.flags | 1 +
.../macro-expand-tparams-bounds-b/Impls_1.scala | 7 +
.../Macros_Test_2.scala | 10 +
test/files/run/macro-expand-tparams-explicit.check | 1 +
test/files/run/macro-expand-tparams-explicit.flags | 1 +
.../macro-expand-tparams-explicit/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 4 +
test/files/run/macro-expand-tparams-implicit.check | 2 +
test/files/run/macro-expand-tparams-implicit.flags | 1 +
.../macro-expand-tparams-implicit/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 5 +
.../run/macro-expand-tparams-only-in-impl.flags | 1 +
.../Impls_1.scala | 5 +
.../Macros_Test_2.scala | 8 +
test/files/run/macro-expand-tparams-optional.check | 1 +
test/files/run/macro-expand-tparams-optional.flags | 1 +
.../macro-expand-tparams-optional/Impls_1.scala | 9 +
.../Macros_Test_2.scala | 4 +
test/files/run/macro-expand-tparams-prefix-a.check | 4 +
test/files/run/macro-expand-tparams-prefix-a.flags | 1 +
.../macro-expand-tparams-prefix-a/Impls_1.scala | 11 +
.../Macros_Test_2.scala | 10 +
test/files/run/macro-expand-tparams-prefix-b.check | 2 +
test/files/run/macro-expand-tparams-prefix-b.flags | 1 +
.../macro-expand-tparams-prefix-b/Impls_1.scala | 12 +
.../Macros_Test_2.scala | 10 +
.../files/run/macro-expand-tparams-prefix-c1.check | 3 +
.../files/run/macro-expand-tparams-prefix-c1.flags | 1 +
.../macro-expand-tparams-prefix-c1/Impls_1.scala | 13 +
.../Macros_Test_2.scala | 11 +
.../files/run/macro-expand-tparams-prefix-c2.check | 3 +
.../files/run/macro-expand-tparams-prefix-c2.flags | 1 +
.../Impls_Macros_1.scala | 19 +
.../macro-expand-tparams-prefix-c2/Test_2.scala | 5 +
.../files/run/macro-expand-tparams-prefix-d1.check | 3 +
.../files/run/macro-expand-tparams-prefix-d1.flags | 1 +
.../macro-expand-tparams-prefix-d1/Impls_1.scala | 13 +
.../Macros_Test_2.scala | 11 +
...pand-varargs-explicit-over-nonvarargs-bad.check | 4 +
...pand-varargs-explicit-over-nonvarargs-bad.flags | 1 +
.../Impls_1.scala | 9 +
.../Macros_Test_2.scala | 12 +
...and-varargs-explicit-over-nonvarargs-good.check | 1 +
...and-varargs-explicit-over-nonvarargs-good.flags | 1 +
.../Impls_1.scala | 13 +
.../Macros_Test_2.scala | 8 +
...acro-expand-varargs-explicit-over-varargs.check | 1 +
...acro-expand-varargs-explicit-over-varargs.flags | 1 +
.../Impls_1.scala | 13 +
.../Macros_Test_2.scala | 8 +
...o-expand-varargs-implicit-over-nonvarargs.check | 1 +
...o-expand-varargs-implicit-over-nonvarargs.flags | 1 +
.../Impls_1.scala | 9 +
.../Macros_Test_2.scala | 7 +
...acro-expand-varargs-implicit-over-varargs.check | 1 +
...acro-expand-varargs-implicit-over-varargs.flags | 1 +
.../Impls_1.scala | 13 +
.../Macros_Test_2.scala | 7 +
test/files/run/macro-impl-default-params.check | 5 +
test/files/run/macro-impl-default-params.flags | 1 +
.../macro-impl-default-params/Impls_Macros_1.scala | 21 +
.../run/macro-impl-default-params/Test_2.scala | 4 +
test/files/run/macro-impl-rename-context.check | 2 +
test/files/run/macro-impl-rename-context.flags | 1 +
.../macro-impl-rename-context/Impls_Macros_1.scala | 15 +
.../run/macro-impl-rename-context/Test_2.scala | 4 +
...-invalidret-doesnt-conform-to-def-rettype.check | 5 +
...-invalidret-doesnt-conform-to-def-rettype.flags | 1 +
.../Impls_Macros_1.scala | 12 +
.../Test_2.scala | 8 +
test/files/run/macro-invalidret-nontypeable.check | 3 +
test/files/run/macro-invalidret-nontypeable.flags | 1 +
.../Impls_Macros_1.scala | 13 +
.../run/macro-invalidret-nontypeable/Test_2.scala | 8 +
test/files/run/macro-invalidusage-badret.check | 5 +
test/files/run/macro-invalidusage-badret.flags | 1 +
.../macro-invalidusage-badret/Impls_Macros_1.scala | 9 +
.../run/macro-invalidusage-badret/Test_2.scala | 8 +
...alidusage-partialapplication-with-tparams.check | 3 +
...alidusage-partialapplication-with-tparams.flags | 1 +
.../Impls_Macros_1.scala | 13 +
.../Test_2.scala | 8 +
.../macro-invalidusage-partialapplication.check | 3 +
.../macro-invalidusage-partialapplication.flags | 1 +
.../Impls_Macros_1.scala | 14 +
.../Test_2.scala | 8 +
test/files/run/macro-openmacros.check | 3 +
test/files/run/macro-openmacros.flags | 1 +
.../run/macro-openmacros/Impls_Macros_1.scala | 25 +
test/files/run/macro-openmacros/Test_2.scala | 3 +
test/files/run/macro-quasiinvalidbody-c.check | 1 +
test/files/run/macro-quasiinvalidbody-c.flags | 1 +
.../macro-quasiinvalidbody-c/Impls_Macros_1.scala | 9 +
.../run/macro-quasiinvalidbody-c/Test_2.scala | 4 +
test/files/run/macro-range.check | 9 +
test/files/run/macro-range.flags | 1 +
test/files/run/macro-range/Common_1.scala | 47 +
.../run/macro-range/Expansion_Impossible_2.scala | 53 +
.../run/macro-range/Expansion_Possible_3.scala | 7 +
.../run/macro-reflective-ma-normal-mdmi.check | 1 +
.../run/macro-reflective-ma-normal-mdmi.flags | 1 +
.../Impls_Macros_1.scala | 13 +
.../macro-reflective-ma-normal-mdmi/Test_2.scala | 7 +
.../run/macro-reflective-mamd-normal-mi.check | 1 +
.../macro-reflective-mamd-normal-mi/Impls_1.scala | 9 +
.../Macros_Test_2.scala | 20 +
.../run/macro-reify-abstypetag-notypeparams.check | 2 +
.../macro-reify-abstypetag-notypeparams/Test.scala | 6 +
.../macro-reify-abstypetag-typeparams-notags.check | 2 +
.../Test.scala | 9 +
.../macro-reify-abstypetag-typeparams-tags.check | 2 +
.../Test.scala | 9 +
.../run/macro-reify-abstypetag-usetypetag.check | 2 +
.../macro-reify-abstypetag-usetypetag/Test.scala | 9 +
test/files/run/macro-reify-basic.check | 1 +
test/files/run/macro-reify-basic.flags | 1 +
test/files/run/macro-reify-basic/Macros_1.scala | 11 +
test/files/run/macro-reify-basic/Test_2.scala | 3 +
test/files/run/macro-reify-freevars.check | 3 +
test/files/run/macro-reify-freevars.flags | 1 +
test/files/run/macro-reify-freevars/Macros_1.scala | 20 +
test/files/run/macro-reify-freevars/Test_2.scala | 11 +
.../macro-reify-nested-a.check} | 0
test/files/run/macro-reify-nested-a.flags | 1 +
.../run/macro-reify-nested-a/Impls_Macros_1.scala | 46 +
test/files/run/macro-reify-nested-a/Test_2.scala | 4 +
.../macro-reify-nested-b.check} | 0
test/files/run/macro-reify-nested-b.flags | 1 +
.../run/macro-reify-nested-b/Impls_Macros_1.scala | 46 +
test/files/run/macro-reify-nested-b/Test_2.scala | 4 +
....check => macro-reify-ref-to-packageless.check} | 0
.../files/run/macro-reify-ref-to-packageless.flags | 1 +
.../macro-reify-ref-to-packageless/Impls_1.scala | 6 +
.../macro-reify-ref-to-packageless/Test_2.scala | 4 +
...heck => macro-reify-splice-outside-reify.check} | 0
.../run/macro-reify-splice-outside-reify.flags | 1 +
.../Impls_Macros_1.scala | 13 +
.../macro-reify-splice-outside-reify/Test_2.scala | 8 +
test/files/run/macro-reify-splice-splice.check | 1 +
test/files/run/macro-reify-splice-splice.flags | 1 +
.../run/macro-reify-splice-splice/Macros_1.scala | 11 +
.../run/macro-reify-splice-splice/Test_2.scala | 3 +
test/files/run/macro-reify-staticXXX.check | 12 +
test/files/run/macro-reify-staticXXX.flags | 1 +
.../files/run/macro-reify-staticXXX/Macros_1.scala | 48 +
test/files/run/macro-reify-staticXXX/Test_2.scala | 4 +
test/files/run/macro-reify-tagful-a.check | 1 +
test/files/run/macro-reify-tagful-a.flags | 1 +
test/files/run/macro-reify-tagful-a/Macros_1.scala | 12 +
test/files/run/macro-reify-tagful-a/Test_2.scala | 4 +
test/files/run/macro-reify-tagless-a.check | 3 +
test/files/run/macro-reify-tagless-a.flags | 1 +
.../run/macro-reify-tagless-a/Impls_Macros_1.scala | 11 +
test/files/run/macro-reify-tagless-a/Test_2.scala | 14 +
test/files/run/macro-reify-type.check | 1 +
test/files/run/macro-reify-type.flags | 1 +
test/files/run/macro-reify-type/Macros_1.scala | 27 +
test/files/run/macro-reify-type/Test_2.scala | 21 +
.../run/macro-reify-typetag-notypeparams.check | 2 +
.../macro-reify-typetag-notypeparams/Test.scala | 6 +
.../run/macro-reify-typetag-typeparams-tags.check | 2 +
.../macro-reify-typetag-typeparams-tags/Test.scala | 9 +
test/files/run/macro-reify-unreify.check | 1 +
test/files/run/macro-reify-unreify.flags | 1 +
test/files/run/macro-reify-unreify/Macros_1.scala | 20 +
test/files/run/macro-reify-unreify/Test_2.scala | 3 +
test/files/run/macro-repl-basic.check | 54 +
test/files/run/macro-repl-basic.scala | 39 +
test/files/run/macro-repl-dontexpand.check | 12 +
test/files/run/macro-repl-dontexpand.scala | 9 +
test/files/run/macro-settings.check | 1 +
test/files/run/macro-settings.flags | 1 +
test/files/run/macro-settings/Impls_Macros_1.scala | 11 +
test/files/run/macro-settings/Test_2.scala | 3 +
test/files/run/macro-sip19-revised.check | 5 +
test/files/run/macro-sip19-revised.flags | 1 +
.../run/macro-sip19-revised/Impls_Macros_1.scala | 34 +
test/files/run/macro-sip19-revised/Test_2.scala | 12 +
test/files/run/macro-sip19.check | 5 +
test/files/run/macro-sip19.flags | 1 +
test/files/run/macro-sip19/Impls_Macros_1.scala | 25 +
test/files/run/macro-sip19/Test_2.scala | 16 +
.../run/macro-typecheck-implicitsdisabled.check | 2 +
.../run/macro-typecheck-implicitsdisabled.flags | 1 +
.../Impls_Macros_1.scala | 28 +
.../macro-typecheck-implicitsdisabled/Test_2.scala | 4 +
.../files/run/macro-typecheck-macrosdisabled.check | 32 +
.../files/run/macro-typecheck-macrosdisabled.flags | 1 +
.../Impls_Macros_1.scala | 30 +
.../macro-typecheck-macrosdisabled/Test_2.scala | 4 +
.../run/macro-typecheck-macrosdisabled2.check | 32 +
.../run/macro-typecheck-macrosdisabled2.flags | 1 +
.../Impls_Macros_1.scala | 30 +
.../macro-typecheck-macrosdisabled2/Test_2.scala | 4 +
test/files/run/macro-undetparams-consfromsls.check | 5 +
test/files/run/macro-undetparams-consfromsls.flags | 1 +
.../Impls_Macros_1.scala | 18 +
.../run/macro-undetparams-consfromsls/Test_2.scala | 7 +
test/files/run/macro-undetparams-implicitval.check | 1 +
test/files/run/macro-undetparams-implicitval.flags | 1 +
.../run/macro-undetparams-implicitval/Test.scala | 6 +
test/files/run/macro-undetparams-macroitself.check | 2 +
test/files/run/macro-undetparams-macroitself.flags | 1 +
.../Impls_Macros_1.scala | 8 +
.../run/macro-undetparams-macroitself/Test_2.scala | 4 +
test/files/run/manifests-new.scala | 149 +
test/files/run/manifests-old.scala | 147 +
.../manifests-undeprecated-in-2.10.0.flags} | 0
.../run/manifests-undeprecated-in-2.10.0.scala | 15 +
test/files/run/manifests.scala | 147 -
test/files/run/map_java_conversions.scala | 2 +-
test/files/run/matchonseq.check | 2 +
test/files/run/matchonseq.scala | 8 +
test/files/run/misc-msil.check | 33 -
test/files/run/mock.check | 3 -
test/files/run/mock.scala | 29 -
test/files/run/multi-array.scala | 4 +-
test/files/run/names-defaults.check | 2 +-
test/files/run/names-defaults.scala | 9 +-
test/files/run/newTags.check | 3 +
test/files/run/newTags.scala | 11 +
test/files/run/nonlocalreturn.check | 1 +
test/files/run/nonlocalreturn.scala | 15 +
test/files/run/nullable-lazyvals.check | 3 +
test/files/run/nullable-lazyvals.scala | 36 +
test/files/run/numbereq.scala | 35 +-
test/files/run/optimizer-array-load.check | 6 +
.../optimizer-array-load.flags} | 0
test/files/run/optimizer-array-load.scala | 16 +
test/files/run/option-fold.check | 5 +
test/files/run/option-fold.scala | 19 +
test/files/run/origins.check | 2 +-
test/files/run/origins.scala | 4 +-
test/files/run/outertest.scala | 26 +
test/files/run/packrat1.scala | 2 +-
test/files/run/packrat2.scala | 2 +-
test/files/run/packrat3.check | 2 +-
test/files/run/packrat3.scala | 2 +-
test/files/run/parmap-ops.scala | 48 +
test/files/run/parserFilter.check | 9 +
test/files/run/parserFilter.scala | 15 +
test/files/run/parserForFilter.check | 1 +
test/files/run/parserForFilter.scala | 12 +
test/files/run/parserJavaIdent.check | 26 +
test/files/run/parserJavaIdent.scala | 26 +
test/files/run/parserNoSuccessMessage.check | 20 +
test/files/run/parserNoSuccessMessage.scala | 19 +
test/files/run/partialfun.check | 6 +
test/files/run/partialfun.scala | 86 +
test/files/run/patmat-finally.scala | 25 +
test/files/run/patmat_unapp_abstype-new.check | 4 +
test/files/run/patmat_unapp_abstype-new.scala | 76 +
test/files/run/patmat_unapp_abstype-old.check | 4 +
test/files/run/patmat_unapp_abstype-old.flags | 1 +
test/files/run/patmat_unapp_abstype-old.scala | 83 +
test/files/run/patmatnew.scala | 922 +-
test/files/run/phantomValueClass.check | 1 +
test/files/run/phantomValueClass.scala | 10 +
test/files/run/primitive-sigs-2-new.check | 7 +
test/files/run/primitive-sigs-2-new.scala | 32 +
test/files/run/primitive-sigs-2-old.check | 7 +
test/files/run/primitive-sigs-2-old.scala | 39 +
test/files/run/primitive-sigs-2.check | 3 -
test/files/run/primitive-sigs-2.scala | 20 -
test/files/run/private-inline.check | 1 +
.../bug3252.flags => run/private-inline.flags} | 0
test/files/run/private-inline.scala | 52 +
test/files/run/programmatic-main.check | 57 +-
test/files/run/promotion-msil.check | 4 -
test/files/run/proxy.check | 2 +
test/files/run/proxy.scala | 8 +
test/files/run/pure-args-byname-noinline.check | 12 +
test/files/run/pure-args-byname-noinline.scala | 33 +
test/files/run/randomAccessSeq-apply.scala | 15 -
test/files/run/range-unit.check | 4178 ++++++
test/files/run/range-unit.scala | 55 +
test/files/run/rawstrings.check | 1 +
test/files/run/rawstrings.scala | 3 +
.../files/run/reflection-allmirrors-tostring.check | 14 +
.../files/run/reflection-allmirrors-tostring.scala | 43 +
...eflection-constructormirror-inner-badpath.check | 2 +
...eflection-constructormirror-inner-badpath.scala | 32 +
.../reflection-constructormirror-inner-good.check | 1 +
.../reflection-constructormirror-inner-good.scala | 26 +
...flection-constructormirror-nested-badpath.check | 2 +
...flection-constructormirror-nested-badpath.scala | 32 +
.../reflection-constructormirror-nested-good.check | 1 +
.../reflection-constructormirror-nested-good.scala | 26 +
...ection-constructormirror-toplevel-badpath.check | 2 +
...ection-constructormirror-toplevel-badpath.scala | 33 +
...eflection-constructormirror-toplevel-good.check | 1 +
...eflection-constructormirror-toplevel-good.scala | 27 +
test/files/run/reflection-enclosed-basic.check | 18 +
test/files/run/reflection-enclosed-basic.scala | 46 +
.../run/reflection-enclosed-inner-basic.check | 20 +
.../run/reflection-enclosed-inner-basic.scala | 52 +
.../reflection-enclosed-inner-inner-basic.check | 20 +
.../reflection-enclosed-inner-inner-basic.scala | 58 +
.../reflection-enclosed-inner-nested-basic.check | 20 +
.../reflection-enclosed-inner-nested-basic.scala | 55 +
.../run/reflection-enclosed-nested-basic.check | 20 +
.../run/reflection-enclosed-nested-basic.scala | 52 +
.../reflection-enclosed-nested-inner-basic.check | 20 +
.../reflection-enclosed-nested-inner-basic.scala | 54 +
.../reflection-enclosed-nested-nested-basic.check | 20 +
.../reflection-enclosed-nested-nested-basic.scala | 54 +
test/files/run/reflection-equality.check | 53 +
test/files/run/reflection-equality.scala | 22 +
.../reflection-fieldmirror-accessorsareokay.check | 6 +
.../reflection-fieldmirror-accessorsareokay.scala | 29 +
.../run/reflection-fieldmirror-ctorparam.check | 3 +
.../run/reflection-fieldmirror-ctorparam.scala | 21 +
.../run/reflection-fieldmirror-getsetval.check | 2 +
.../run/reflection-fieldmirror-getsetval.scala | 24 +
.../run/reflection-fieldmirror-getsetvar.check | 2 +
.../run/reflection-fieldmirror-getsetvar.scala | 18 +
...flection-fieldmirror-nmelocalsuffixstring.check | 1 +
...flection-fieldmirror-nmelocalsuffixstring.scala | 16 +
.../run/reflection-fieldmirror-privatethis.check | 3 +
.../run/reflection-fieldmirror-privatethis.scala | 19 +
.../run/reflection-fieldsymbol-navigation.check | 6 +
.../run/reflection-fieldsymbol-navigation.scala | 15 +
test/files/run/reflection-implClass.scala | 40 +
test/files/run/reflection-implicit.check | 2 +
test/files/run/reflection-implicit.scala | 15 +
test/files/run/reflection-java-annotations.check | 1 +
.../JavaAnnottee_1.java | 47 +
.../JavaComplexAnnotation_1.java | 34 +
.../JavaSimpleAnnotation_1.java | 21 +
.../JavaSimpleEnumeration_1.java | 4 +
.../run/reflection-java-annotations/Test_2.scala | 7 +
test/files/run/reflection-java-crtp.check | 1 +
.../JavaSimpleEnumeration_1.java | 4 +
test/files/run/reflection-java-crtp/Main_2.scala | 8 +
.../files/run/reflection-magicsymbols-invoke.check | 124 +
.../files/run/reflection-magicsymbols-invoke.scala | 100 +
test/files/run/reflection-magicsymbols-repl.check | 39 +
test/files/run/reflection-magicsymbols-repl.scala | 23 +
.../run/reflection-magicsymbols-vanilla.check | 8 +
.../run/reflection-magicsymbols-vanilla.scala | 20 +
test/files/run/reflection-mem-glbs.scala | 13 +
test/files/run/reflection-mem-tags.scala | 17 +
test/files/run/reflection-mem-typecheck.scala | 26 +
.../files/run/reflection-methodsymbol-params.check | 8 +
.../files/run/reflection-methodsymbol-params.scala | 24 +
.../run/reflection-methodsymbol-returntype.check | 8 +
.../run/reflection-methodsymbol-returntype.scala | 24 +
.../run/reflection-methodsymbol-typeparams.check | 8 +
.../run/reflection-methodsymbol-typeparams.scala | 24 +
.../reflection-modulemirror-inner-badpath.check | 2 +
.../reflection-modulemirror-inner-badpath.scala | 24 +
.../run/reflection-modulemirror-inner-good.check | 1 +
.../run/reflection-modulemirror-inner-good.scala | 23 +
.../reflection-modulemirror-nested-badpath.check | 2 +
.../reflection-modulemirror-nested-badpath.scala | 26 +
.../run/reflection-modulemirror-nested-good.check | 1 +
.../run/reflection-modulemirror-nested-good.scala | 24 +
.../reflection-modulemirror-toplevel-badpath.check | 2 +
.../reflection-modulemirror-toplevel-badpath.scala | 26 +
.../reflection-modulemirror-toplevel-good.check | 1 +
.../reflection-modulemirror-toplevel-good.scala | 20 +
test/files/run/reflection-names.check | 4 +
test/files/run/reflection-names.scala | 15 +
test/files/run/reflection-repl-classes.check | 35 +
test/files/run/reflection-repl-classes.scala | 22 +
test/files/run/reflection-repl-elementary.check | 9 +
test/files/run/reflection-repl-elementary.scala | 7 +
test/files/run/reflection-sanitychecks.check | 30 +
test/files/run/reflection-sanitychecks.scala | 49 +
test/files/run/reflection-sorted-decls.check | 3 +
test/files/run/reflection-sorted-decls.scala | 8 +
test/files/run/reflection-sorted-members.check | 4 +
test/files/run/reflection-sorted-members.scala | 11 +
.../run/reflection-valueclasses-derived.check | 3 +
.../run/reflection-valueclasses-derived.scala | 12 +
test/files/run/reflection-valueclasses-magic.check | 1456 ++
test/files/run/reflection-valueclasses-magic.scala | 116 +
.../run/reflection-valueclasses-standard.check | 27 +
.../run/reflection-valueclasses-standard.scala | 21 +
test/files/run/reflinit.check | 1 +
test/files/run/reflinit.scala | 6 +
test/files/run/reify-aliases.check | 1 +
test/files/run/reify-aliases.scala | 5 +
test/files/run/reify-repl-fail-gracefully.check | 21 +
test/files/run/reify-repl-fail-gracefully.scala | 10 +
test/files/run/reify-staticXXX.check | 24 +
test/files/run/reify-staticXXX.scala | 56 +
test/files/run/reify_ann1a.check | 30 +
test/files/run/reify_ann1a.scala | 28 +
test/files/run/reify_ann1b.check | 30 +
test/files/run/reify_ann1b.scala | 28 +
test/files/run/reify_ann2a.check | 44 +
test/files/run/reify_ann2a.scala | 28 +
test/files/run/reify_ann3.check | 21 +
test/files/run/reify_ann3.scala | 22 +
test/files/run/reify_ann4.check | 32 +
test/files/run/reify_ann4.scala | 26 +
test/files/run/reify_ann5.check | 22 +
test/files/run/reify_ann5.scala | 23 +
test/files/run/reify_anonymous.check | 1 +
test/files/run/reify_anonymous.scala | 8 +
test/files/run/reify_classfileann_a.check | 18 +
test/files/run/reify_classfileann_a.scala | 22 +
test/files/run/reify_classfileann_b.check | 20 +
test/files/run/reify_classfileann_b.scala | 26 +
test/files/run/reify_closure1.check | 2 +
test/files/run/reify_closure1.scala | 19 +
test/files/run/reify_closure2a.check | 2 +
test/files/run/reify_closure2a.scala | 19 +
test/files/run/reify_closure3a.check | 2 +
test/files/run/reify_closure3a.scala | 21 +
test/files/run/reify_closure4a.check | 2 +
test/files/run/reify_closure4a.scala | 21 +
test/files/run/reify_closure5a.check | 2 +
test/files/run/reify_closure5a.scala | 21 +
test/files/run/reify_closure6.check | 7 +
test/files/run/reify_closure6.scala | 29 +
test/files/run/reify_closure7.check | 6 +
test/files/run/reify_closure7.scala | 33 +
test/files/run/reify_closure8a.check | 1 +
test/files/run/reify_closure8a.scala | 15 +
test/files/run/reify_closure8b.check | 3 +
test/files/run/reify_closure8b.scala | 21 +
.../run/{t4560.check => reify_closures10.check} | 0
test/files/run/reify_closures10.scala | 13 +
test/files/run/reify_complex.check | 1 +
test/files/run/reify_complex.scala | 25 +
test/files/run/reify_copypaste1.check | 2 +
test/files/run/reify_copypaste1.scala | 19 +
test/files/run/reify_copypaste2.check | 1 +
test/files/run/reify_copypaste2.scala | 10 +
test/files/run/reify_csv.check | 10 +
test/files/run/reify_csv.scala | 36 +
test/files/run/reify_extendbuiltins.check | 1 +
test/files/run/reify_extendbuiltins.scala | 15 +
.../{jvm/bug680.check => run/reify_for1.check} | 0
test/files/run/reify_for1.scala | 10 +
test/files/run/reify_fors_newpatmat.check | 5 +
test/files/run/reify_fors_newpatmat.scala | 101 +
test/files/run/reify_fors_oldpatmat.check | 5 +
.../reify_fors_oldpatmat.flags} | 0
test/files/run/reify_fors_oldpatmat.scala | 101 +
test/files/run/reify_generic.check | 1 +
test/files/run/reify_generic.scala | 9 +
test/files/run/reify_generic2.check | 1 +
test/files/run/reify_generic2.scala | 10 +
test/files/run/reify_getter.check | 1 +
test/files/run/reify_getter.scala | 18 +
test/files/run/reify_inheritance.check | 1 +
test/files/run/reify_inheritance.scala | 17 +
test/files/run/reify_inner1.check | 1 +
test/files/run/reify_inner1.scala | 16 +
test/files/run/reify_inner2.check | 1 +
test/files/run/reify_inner2.scala | 16 +
test/files/run/reify_inner3.check | 1 +
test/files/run/reify_inner3.scala | 16 +
test/files/run/reify_inner4.check | 1 +
test/files/run/reify_inner4.scala | 16 +
test/files/run/reify_lazyevaluation.check | 8 +
test/files/run/reify_lazyevaluation.scala | 59 +
test/files/run/reify_lazyunit.check | 3 +
test/files/run/reify_lazyunit.scala | 13 +
test/files/run/reify_magicsymbols.check | 13 +
test/files/run/reify_magicsymbols.scala | 17 +
test/files/run/reify_maps_newpatmat.check | 4 +
test/files/run/reify_maps_newpatmat.scala | 20 +
test/files/run/reify_maps_oldpatmat.check | 4 +
.../reify_maps_oldpatmat.flags} | 0
test/files/run/reify_maps_oldpatmat.scala | 20 +
.../reify_metalevel_breach_+0_refers_to_1.check | 1 +
.../reify_metalevel_breach_+0_refers_to_1.scala | 18 +
.../reify_metalevel_breach_-1_refers_to_0_a.check | 1 +
.../reify_metalevel_breach_-1_refers_to_0_a.scala | 16 +
.../reify_metalevel_breach_-1_refers_to_0_b.check | 1 +
.../reify_metalevel_breach_-1_refers_to_0_b.scala | 21 +
.../reify_metalevel_breach_-1_refers_to_1.check | 1 +
.../reify_metalevel_breach_-1_refers_to_1.scala | 18 +
.../run/reify_nested_inner_refers_to_global.check | 1 +
.../run/reify_nested_inner_refers_to_global.scala | 17 +
.../run/reify_nested_inner_refers_to_local.check | 1 +
.../run/reify_nested_inner_refers_to_local.scala | 17 +
.../run/reify_nested_outer_refers_to_global.check | 1 +
.../run/reify_nested_outer_refers_to_global.scala | 19 +
.../run/reify_nested_outer_refers_to_local.check | 1 +
.../run/reify_nested_outer_refers_to_local.scala | 19 +
test/files/run/reify_newimpl_01.check | 1 +
test/files/run/reify_newimpl_01.scala | 13 +
test/files/run/reify_newimpl_02.check | 1 +
test/files/run/reify_newimpl_02.scala | 13 +
test/files/run/reify_newimpl_03.check | 1 +
test/files/run/reify_newimpl_03.scala | 13 +
test/files/run/reify_newimpl_04.check | 1 +
test/files/run/reify_newimpl_04.scala | 13 +
test/files/run/reify_newimpl_05.check | 1 +
test/files/run/reify_newimpl_05.scala | 14 +
test/files/run/reify_newimpl_06.check | 1 +
test/files/run/reify_newimpl_06.scala | 13 +
test/files/run/reify_newimpl_11.check | 2 +
test/files/run/reify_newimpl_11.scala | 19 +
test/files/run/reify_newimpl_12.check | 1 +
test/files/run/reify_newimpl_12.scala | 14 +
test/files/run/reify_newimpl_13.check | 2 +
test/files/run/reify_newimpl_13.scala | 21 +
test/files/run/reify_newimpl_14.check | 1 +
test/files/run/reify_newimpl_14.scala | 16 +
test/files/run/reify_newimpl_15.check | 1 +
test/files/run/reify_newimpl_15.scala | 15 +
test/files/run/reify_newimpl_18.check | 1 +
test/files/run/reify_newimpl_18.scala | 15 +
test/files/run/reify_newimpl_19.check | 2 +
test/files/run/reify_newimpl_19.scala | 20 +
test/files/run/reify_newimpl_20.check | 1 +
test/files/run/reify_newimpl_20.scala | 16 +
test/files/run/reify_newimpl_21.check | 1 +
test/files/run/reify_newimpl_21.scala | 20 +
test/files/run/reify_newimpl_22.check | 29 +
test/files/run/reify_newimpl_22.scala | 17 +
test/files/run/reify_newimpl_23.check | 28 +
test/files/run/reify_newimpl_23.scala | 16 +
test/files/run/reify_newimpl_25.check | 19 +
test/files/run/reify_newimpl_25.scala | 13 +
test/files/run/reify_newimpl_26.check | 21 +
test/files/run/reify_newimpl_26.scala | 13 +
test/files/run/reify_newimpl_27.check | 1 +
test/files/run/reify_newimpl_27.scala | 15 +
test/files/run/reify_newimpl_29.check | 1 +
test/files/run/reify_newimpl_29.scala | 15 +
test/files/run/reify_newimpl_30.check | 2 +
test/files/run/reify_newimpl_30.scala | 18 +
test/files/run/reify_newimpl_31.check | 1 +
test/files/run/reify_newimpl_31.scala | 15 +
test/files/run/reify_newimpl_33.check | 1 +
test/files/run/reify_newimpl_33.scala | 16 +
test/files/run/reify_newimpl_35.check | 17 +
test/files/run/reify_newimpl_35.scala | 10 +
.../{syncchannel.check => reify_newimpl_36.check} | 0
test/files/run/reify_newimpl_36.scala | 15 +
.../{syncchannel.check => reify_newimpl_37.check} | 0
test/files/run/reify_newimpl_37.scala | 16 +
.../{syncchannel.check => reify_newimpl_38.check} | 0
test/files/run/reify_newimpl_38.scala | 15 +
.../{syncchannel.check => reify_newimpl_39.check} | 0
test/files/run/reify_newimpl_39.scala | 16 +
test/files/run/reify_newimpl_40.check | 1 +
test/files/run/reify_newimpl_40.scala | 16 +
test/files/run/reify_newimpl_41.check | 3 +
test/files/run/reify_newimpl_41.scala | 18 +
test/files/run/reify_newimpl_42.check | 3 +
test/files/run/reify_newimpl_42.scala | 17 +
test/files/run/reify_newimpl_43.check | 2 +
test/files/run/reify_newimpl_43.scala | 16 +
test/files/run/reify_newimpl_44.check | 2 +
test/files/run/reify_newimpl_44.scala | 16 +
test/files/run/reify_newimpl_45.check | 2 +
test/files/run/reify_newimpl_45.scala | 16 +
test/files/run/reify_newimpl_47.check | 1 +
test/files/run/reify_newimpl_47.scala | 17 +
test/files/run/reify_newimpl_48.check | 1 +
test/files/run/reify_newimpl_48.scala | 22 +
test/files/run/reify_newimpl_49.check | 3 +
test/files/run/reify_newimpl_49.scala | 16 +
test/files/run/reify_newimpl_50.check | 3 +
test/files/run/reify_newimpl_50.scala | 15 +
test/files/run/reify_newimpl_51.check | 3 +
test/files/run/reify_newimpl_51.scala | 18 +
test/files/run/reify_newimpl_52.check | 3 +
test/files/run/reify_newimpl_52.scala | 18 +
.../{jvm/bug680.check => run/reify_printf.check} | 0
test/files/run/reify_printf.scala | 71 +
test/files/run/reify_properties.check | 2 +
test/files/run/reify_properties.scala | 57 +
test/files/run/reify_renamed_term_basic.check | 1 +
test/files/run/reify_renamed_term_basic.scala | 20 +
.../run/reify_renamed_term_local_to_reifee.check | 1 +
.../run/reify_renamed_term_local_to_reifee.scala | 20 +
.../run/reify_renamed_term_overloaded_method.check | 1 +
.../run/reify_renamed_term_overloaded_method.scala | 17 +
test/files/run/reify_renamed_term_si5841.check | 1 +
test/files/run/reify_renamed_term_si5841.scala | 7 +
test/files/run/reify_renamed_type_basic.check | 1 +
test/files/run/reify_renamed_type_basic.scala | 16 +
.../run/reify_renamed_type_local_to_reifee.check | 1 +
.../run/reify_renamed_type_local_to_reifee.scala | 24 +
test/files/run/reify_renamed_type_spliceable.check | 1 +
test/files/run/reify_renamed_type_spliceable.scala | 21 +
test/files/run/reify_sort.check | 2 +
test/files/run/reify_sort.scala | 51 +
test/files/run/reify_sort1.check | 2 +
test/files/run/reify_sort1.scala | 21 +
test/files/run/reify_this.check | 5 +
test/files/run/reify_this.scala | 20 +
test/files/run/reify_timeofday.check | 1 +
test/files/run/reify_timeofday.scala | 42 +
test/files/run/reify_typerefs_1a.check | 1 +
test/files/run/reify_typerefs_1a.scala | 18 +
test/files/run/reify_typerefs_1b.check | 1 +
test/files/run/reify_typerefs_1b.scala | 18 +
test/files/run/reify_typerefs_2a.check | 1 +
test/files/run/reify_typerefs_2a.scala | 20 +
test/files/run/reify_typerefs_2b.check | 1 +
test/files/run/reify_typerefs_2b.scala | 20 +
test/files/run/reify_typerefs_3a.check | 1 +
test/files/run/reify_typerefs_3a.scala | 20 +
test/files/run/reify_typerefs_3b.check | 1 +
test/files/run/reify_typerefs_3b.scala | 20 +
test/files/run/reify_varargs.check | 1 +
test/files/run/reify_varargs.scala | 11 +
test/files/run/repl-backticks.scala | 2 +-
test/files/run/repl-bare-expr.check | 18 +
test/files/run/repl-colon-type.check | 175 +-
test/files/run/repl-colon-type.scala | 8 +
test/files/run/repl-parens.check | 27 +-
test/files/run/repl-parens.scala | 6 +-
test/files/run/repl-paste-2.check | 8 +-
test/files/run/repl-paste-2.scala | 2 +-
test/files/run/repl-paste-3.check | 14 +
test/files/run/repl-paste-3.scala | 8 +
test/files/run/repl-power.check | 22 +-
test/files/run/repl-power.scala | 5 +-
test/files/run/repl-reset.check | 55 +
test/files/run/repl-reset.scala | 22 +
test/files/run/repl-type-verbose.check | 194 +
test/files/run/repl-type-verbose.scala | 20 +
test/files/run/richWrapperEquals.scala | 4 -
test/files/run/richs-msil.check | 66 -
test/files/run/runtime-msil.check | 64 -
test/files/run/runtimeEval1.check | 1 +
test/files/run/runtimeEval1.scala | 9 +
test/files/run/runtimeEval2.check | 1 +
test/files/run/runtimeEval2.scala | 11 +
test/files/run/sequenceComparisons.scala | 4 +-
test/files/run/serialize-stream.check | 6 +
test/files/run/serialize-stream.scala | 20 +
test/files/run/showraw_aliases.check | 2 +
test/files/run/showraw_aliases.scala | 17 +
test/files/run/showraw_mods.check | 1 +
test/files/run/showraw_mods.scala | 6 +
test/files/run/showraw_nosymbol.check | 1 +
test/files/run/showraw_nosymbol.scala | 5 +
test/files/run/showraw_tree.check | 2 +
test/files/run/showraw_tree.scala | 8 +
test/files/run/showraw_tree_ids.check | 2 +
test/files/run/showraw_tree_ids.scala | 9 +
test/files/run/showraw_tree_kinds.check | 2 +
test/files/run/showraw_tree_kinds.scala | 8 +
test/files/run/showraw_tree_types_ids.check | 12 +
test/files/run/showraw_tree_types_ids.scala | 11 +
test/files/run/showraw_tree_types_typed.check | 12 +
test/files/run/showraw_tree_types_typed.scala | 10 +
test/files/run/showraw_tree_types_untyped.check | 2 +
test/files/run/showraw_tree_types_untyped.scala | 8 +
test/files/run/showraw_tree_ultimate.check | 12 +
test/files/run/showraw_tree_ultimate.scala | 11 +
test/files/run/shutdownhooks.check | 3 +
test/files/run/shutdownhooks.scala | 37 +
test/files/run/si5045.check | 6 +
test/files/run/si5045.scala | 46 +
test/files/run/sm-interpolator.scala | 41 +
test/files/run/sort.scala | 12 +-
test/files/run/spec-nlreturn.check | 2 +
test/files/run/spec-nlreturn.scala | 16 +
test/files/run/spec-self.check | 2 +
test/files/run/spec-self.scala | 14 +
.../run/stream-stack-overflow-filter-map.scala | 44 +
test/files/run/stream_length.scala | 2 +-
test/files/run/streams.check | 14 +
test/files/run/streams.scala | 20 +
test/files/run/stringinterpolation_macro-run.check | 62 +
test/files/run/stringinterpolation_macro-run.scala | 103 +
test/files/run/synchronized.check | 128 +
test/files/run/synchronized.flags | 1 +
test/files/run/synchronized.scala | 449 +
test/files/run/t0017.scala | 2 +-
test/files/run/{bug0325.check => t0325.check} | 0
test/files/run/{bug0325.scala => t0325.scala} | 0
test/files/run/{t0421.check => t0421-new.check} | 0
test/files/run/t0421-new.scala | 32 +
test/files/run/{t0421.check => t0421-old.check} | 0
test/files/run/t0421-old.scala | 30 +
test/files/run/t0421.scala | 30 -
test/files/run/t0663.check | 2 +-
test/files/run/t0677-new.scala | 10 +
test/files/run/t0677-old.scala | 8 +
test/files/run/t0677.scala | 9 -
test/files/run/{bug1005.check => t1005.check} | 0
test/files/run/{bug1005.scala => t1005.scala} | 0
test/files/run/t102.check | 2 +
test/files/run/t102.scala | 24 +
test/files/run/{bug1042.check => t1042.check} | 0
test/files/run/{bug1042.scala => t1042.scala} | 0
test/files/run/t1044.scala | 4 +
test/files/run/{bug1048.check => t1048.check} | 0
test/files/run/{bug1048.scala => t1048.scala} | 0
test/files/run/{bug1074.check => t1074.check} | 0
test/files/run/{bug1074.scala => t1074.scala} | 0
test/files/run/{bug1079.check => t1079.check} | 0
test/files/run/{bug1079.scala => t1079.scala} | 0
test/files/run/t1100.check | 4 +
test/files/run/t1100.scala | 17 +
test/files/run/{bug1110.scala => t1110.scala} | 0
test/files/run/{bug1141.check => t1141.check} | 0
test/files/run/{bug1141.scala => t1141.scala} | 0
test/files/run/{bug1192.check => t1192.check} | 0
test/files/run/t1192.scala | 7 +
test/files/run/t1195-new.check | 6 +
test/files/run/t1195-new.scala | 28 +
test/files/run/t1195-old.check | 6 +
test/files/run/t1195-old.scala | 26 +
test/files/run/{bug1220.scala => t1220.scala} | 0
test/files/run/t1247.check | 1 +
test/files/run/t1247.scala | 11 +
test/files/run/{bug1300.check => t1300.check} | 0
test/files/run/{bug1300.scala => t1300.scala} | 0
test/files/run/t1309.scala | 7 +
test/files/run/{bug1333.check => t1333.check} | 0
test/files/run/{bug1333.scala => t1333.scala} | 0
test/files/run/{bug1360.check => t1360.check} | 0
test/files/run/{bug1360.scala => t1360.scala} | 0
test/files/run/{bug1373.scala => t1373.scala} | 0
test/files/run/{bug1427.scala => t1427.scala} | 0
test/files/run/t1430.check | 1 +
test/files/run/t1430/Bar_1.java | 8 +
test/files/run/t1430/Test_2.scala | 16 +
test/files/run/{bug1434.scala => t1434.scala} | 0
test/files/run/{bug1466.scala => t1466.scala} | 0
test/files/run/t1500.scala | 6 +-
test/files/run/t1501.scala | 4 +-
test/files/run/t1620.check | 4 +-
test/files/run/t1672.scala | 28 +
.../run/bug1697.scala => files/run/t1697.scala} | 0
test/files/run/{bug1766.scala => t1766.scala} | 0
test/files/run/t1987.check | 16 +
.../{neg/caseinherit.flags => run/t1987.flags} | 0
test/files/run/t1987.scala | 62 +
test/files/run/t1987b.check | 1 +
test/files/run/t1987b/PullIteratees.scala | 17 +
test/files/run/t1987b/a.scala | 6 +
test/files/run/t1987b/cce_test.scala | 15 +
test/files/run/t1987b/pkg1.scala | 4 +
test/files/run/t1987b/pkg2.scala | 3 +
test/files/run/t2005.scala | 10 +
test/files/run/{bug2029.check => t2029.check} | 0
test/files/run/{bug2029.scala => t2029.scala} | 0
test/files/run/{bug2075.scala => t2075.scala} | 0
...ugs2087-and-2400.scala => t2087-and-2400.scala} | 0
test/files/{pos/bug3252.flags => run/t2106.flags} | 0
test/files/run/{bug2106.scala => t2106.scala} | 0
test/files/run/t2124.check | 1 +
test/files/run/{bug2124.scala => t2124.scala} | 0
test/files/run/t2125.check | 1 +
test/files/run/{bug2125.scala => t2125.scala} | 0
test/files/run/t2127.scala | 0
test/files/run/{bug629.check => t216.check} | 0
test/files/run/{bug216.scala => t216.scala} | 0
test/files/run/{bug2162.check => t2162.check} | 0
test/files/run/{bug2162.scala => t2162.scala} | 0
test/files/run/{bug2175.scala => t2175.scala} | 0
test/files/run/t2236-new.scala | 19 +
test/files/run/{t2236.scala => t2236-old.scala} | 0
test/files/run/{bug2241.scala => t2241.scala} | 0
test/files/run/{bug2250.scala => t2250.scala} | 0
test/files/run/{bug2276.check => t2276.check} | 0
test/files/run/{bug2276.scala => t2276.scala} | 0
test/files/run/t2296c.check | 1 +
test/files/run/t2296c/Action.java | 21 +
test/files/run/t2296c/Display.java | 9 +
test/files/run/t2296c/Global.java | 29 +
test/files/run/t2296c/ScalaActivity.scala | 18 +
test/files/run/t2296c/Test.scala | 15 +
test/files/run/t2296c/a.scala | 5 +
test/files/run/{bug2308a.check => t2308a.check} | 0
test/files/run/{bug2308a.scala => t2308a.scala} | 0
test/files/run/t2337.check | 4 +
test/files/run/t2337.scala | 21 +
test/files/run/{bug2354.scala => t2354.scala} | 0
test/files/run/{bug2378.scala => t2378.scala} | 0
test/files/run/t2386-new.check | 2 +
test/files/run/t2386-new.scala | 5 +
test/files/run/t2417.scala | 6 +-
test/files/run/t2418.check | 1 +
test/files/run/t2418.scala | 10 +
test/files/run/t2488.check | 4 +
test/files/run/t2488.scala | 11 +
test/files/run/t2503.scala | 0
test/files/run/{bug2512.scala => t2512.scala} | 0
test/files/run/{bug2514.scala => t2514.scala} | 0
test/files/run/t2544.check | 4 +-
test/files/run/t2544.scala | 22 +-
test/files/run/{bug2552.check => t2552.check} | 0
test/files/run/{bug2552.scala => t2552.scala} | 0
test/files/run/{bug2636.scala => t2636.scala} | 0
test/files/run/{bug266.scala => t266.scala} | 0
test/files/run/{bug2721.check => t2721.check} | 0
test/files/run/{bug2721.scala => t2721.scala} | 0
test/files/run/{bug2755.check => t2755.check} | 0
test/files/run/{bug2755.scala => t2755.scala} | 0
test/files/run/{bug2800.check => t2800.check} | 0
test/files/run/{bug2800.scala => t2800.scala} | 0
test/files/run/t2813.2.scala | 78 +-
test/files/run/t2818.check | 4 +
test/files/run/t2818.scala | 6 +
test/files/run/t2873.check | 1 +
test/files/run/t2873.scala | 5 +
test/files/run/{bug2876.scala => t2876.scala} | 0
test/files/run/t2886.check | 6 +-
test/files/run/t2886.scala | 6 +-
test/files/run/{bug2958.scala => t2958.scala} | 0
test/files/run/{bug298.check => t298.check} | 0
test/files/run/{bug298.scala => t298.scala} | 0
test/files/run/{bug3004.scala => t3004.scala} | 0
test/files/run/t3026.scala | 0
test/files/run/{bug3050.scala => t3050.scala} | 0
test/files/run/{bug3088.scala => t3088.scala} | 0
test/files/run/t3097.check | 1 +
test/files/run/t3097.scala | 18 +
test/files/run/{bug3126.scala => t3126.scala} | 0
test/files/run/{bug3150.scala => t3150.scala} | 0
test/files/run/{bug3175.check => t3175.check} | 0
test/files/run/{bug3175.scala => t3175.scala} | 0
test/files/run/{bug3232.scala => t3232.scala} | 0
test/files/run/{bug3269.check => t3269.check} | 0
test/files/run/{bug3269.scala => t3269.scala} | 0
test/files/run/{bug3273.scala => t3273.scala} | 0
test/files/run/t3326.check | 8 +
test/files/run/t3326.scala | 74 +
test/files/run/{bug3327.check => t3327.check} | 0
test/files/run/{bug3327.scala => t3327.scala} | 0
test/files/run/t3353.check | 1 +
test/files/run/t3353.scala | 10 +
test/files/run/{bug3376.check => t3376.check} | 0
test/files/run/{bug3376.scala => t3376.scala} | 0
test/files/run/{bug3395.check => t3395.check} | 0
test/files/run/{bug3395.scala => t3395.scala} | 0
test/files/run/{bug3397.scala => t3397.scala} | 0
test/files/run/{bug3487.scala => t3487.scala} | 0
test/files/run/t3488.check | 2 +
test/files/run/t3488.scala | 6 +
test/files/run/t3507-new.check | 1 +
test/files/run/t3507-new.scala | 17 +
test/files/run/{bug3509.flags => t3509.flags} | 0
test/files/run/{bug3509.scala => t3509.scala} | 0
test/files/run/{bug3516.check => t3516.check} | 0
test/files/run/{bug3516.scala => t3516.scala} | 0
test/files/run/{bug3518.scala => t3518.scala} | 0
test/files/run/{bug3529.scala => t3529.scala} | 0
test/files/run/{bug3530.check => t3530.check} | 0
test/files/run/{bug3530.scala => t3530.scala} | 0
test/files/run/{bug3540.scala => t3540.scala} | 0
test/files/run/{bug3563.scala => t3563.scala} | 0
test/files/run/t3569.check | 16 +
test/files/run/{bug3509.flags => t3569.flags} | 0
test/files/run/t3569.scala | 32 +
test/files/run/t3575.check | 20 +
test/files/run/t3575.scala | 55 +
test/files/run/t3613.scala | 22 +
test/files/run/{bug3616.check => t3616.check} | 0
test/files/run/{bug3616.scala => t3616.scala} | 0
test/files/run/{bug363.check => t363.check} | 0
test/files/run/{bug363.scala => t363.scala} | 0
test/files/run/{bug3699.scala => t3699.scala} | 0
test/files/run/t3702.check | 2 +
test/files/run/t3702.scala | 11 +
test/files/run/t3705.scala | 17 +
test/files/run/{bug3714.scala => t3714.scala} | 0
test/files/run/t3758-old.scala | 10 +
test/files/run/{bug3760.scala => t3760.scala} | 0
test/files/run/t3761-overload-byname.check | 12 +
test/files/run/t3761-overload-byname.scala | 39 +
test/files/run/t3798.check | 1 +
test/files/run/t3798.scala | 10 +
test/files/run/{bug3822.scala => t3822.scala} | 0
test/files/run/t3835.scala | 9 +-
test/files/run/{bug3855.scala => t3855.scala} | 0
test/files/run/{bug3923.scala => t3923.scala} | 0
test/files/run/{bug3964.check => t3964.check} | 0
test/files/run/{bug3964.scala => t3964.scala} | 0
test/files/run/{bug3984.scala => t3984.scala} | 0
test/files/run/t4024.scala | 11 +
test/files/run/t4025.check | 19 +
test/files/run/t4025.scala | 12 +
test/files/run/t4027.check | 12 +
test/files/run/t4027.scala | 27 +
test/files/run/{bug405.scala => t405.scala} | 0
test/files/run/{bug4062.check => t4062.check} | 0
test/files/run/{bug4062.scala => t4062.scala} | 0
test/files/run/{bug408.scala => t408.scala} | 0
test/files/run/{bug4080.check => t4080.check} | 0
test/files/run/{bug4080.scala => t4080.scala} | 0
test/files/run/t4110-new.check | 2 +
test/files/run/t4110-new.scala | 13 +
test/files/run/{bug4110.check => t4110-old.check} | 0
test/files/run/t4110-old.scala | 11 +
test/files/run/{bug4119 => t4119}/J.java | 0
test/files/run/{bug4119 => t4119}/S.scala | 0
test/files/run/{bug4122.scala => t4122.scala} | 0
test/files/run/t4124.check | 4 +
test/files/run/t4124.scala | 24 +
test/files/run/t4138.check | 2 +
test/files/run/t4138.scala | 6 +
test/files/run/t4147.scala | 36 +
test/files/run/{bug4148.check => t4148.check} | 0
test/files/run/{bug4148.scala => t4148.scala} | 0
test/files/run/t4171.check | 3 +
test/files/run/t4171.scala | 11 +
test/files/run/t4172.check | 12 +
test/files/run/t4172.scala | 7 +
test/files/run/t4190.check | 3 +
test/files/run/t4190.scala | 6 +
test/files/run/{bug4201.scala => t4201.scala} | 0
test/files/run/t4216.check | 37 +
test/files/run/t4216.scala | 19 +
test/files/run/{bug4238 => t4238}/J_1.java | 0
test/files/run/{bug4238 => t4238}/s_2.scala | 0
test/files/run/t4283.check | 5 +
test/{pending => files}/run/t4283/AbstractFoo.java | 0
test/{pending => files}/run/t4283/ScalaBipp.scala | 0
test/files/run/t4283/Test.scala | 16 +
test/files/run/{bug4285.check => t4285.check} | 0
test/files/{pos/bug3252.flags => run/t4285.flags} | 0
test/files/run/{bug4285.scala => t4285.scala} | 0
test/files/run/{bug4288.scala => t4288.scala} | 0
test/files/run/{bug429.check => t429.check} | 0
test/files/run/{bug429.scala => t429.scala} | 0
test/files/run/{bug4297.scala => t4297.scala} | 0
test/files/run/{bug4317.check => t4317.check} | 0
.../{neg/caseinherit.flags => run/t4317.flags} | 0
test/files/run/{bug4317 => t4317}/J_2.java | 0
test/files/run/t4317/S_1.scala | 11 +
test/files/run/{bug4317 => t4317}/S_3.scala | 0
test/files/run/{bug4387.scala => t4387.scala} | 0
test/files/run/t4398.scala | 11 +
test/files/run/t4415.scala | 86 +
test/files/run/t4461.check | 11 +
test/files/run/t4461.scala | 23 +
test/files/run/t4482.check | 1 +
test/files/run/t4482.scala | 15 +
test/files/run/t4535.check | 3 +
test/files/run/t4535.scala | 30 +
test/files/run/t4536.check | 8 +
test/files/run/t4536.flags | 1 +
test/files/run/t4536.scala | 46 +
test/files/run/t4542.check | 22 +
test/files/run/t4542.scala | 11 +
test/files/run/{bug4558.scala => t4558.scala} | 0
test/files/run/t4560.check | 8 +-
test/files/run/t4560.scala | 65 +-
test/files/run/t4560b.check | 2 +
test/files/run/t4560b.scala | 28 +
test/files/run/t4565_2.check | 189 -
test/files/run/t4565_2.scala | 6717 ---------
test/files/run/{bug4570.check => t4570.check} | 0
test/files/run/{bug4570.scala => t4570.scala} | 0
test/files/run/t4574.check | 2 +
test/files/run/t4582.scala | 11 +
test/files/run/t4592.check | 3 +
test/files/run/t4592.scala | 10 +
test/files/run/t4601.check | 1 +
test/files/run/t4601.scala | 15 +
test/files/run/t4608.scala | 3 -
test/files/run/{bug4617.check => t4617.check} | 0
test/files/run/{bug4617.scala => t4617.scala} | 0
test/files/run/{bug4656.check => t4656.check} | 0
test/files/run/{bug4656.scala => t4656.scala} | 0
test/files/run/t4658.check | 80 +
test/files/run/t4658.scala | 33 +
test/files/run/{bug4660.scala => t4660.scala} | 0
test/files/run/t4671.check | 46 +
test/files/run/t4671.scala | 13 +
test/files/run/t4680.check | 60 +
test/files/run/t4680.scala | 71 +
test/files/run/{bug4697.check => t4697.check} | 0
test/files/run/{bug4697.scala => t4697.scala} | 0
test/files/run/t4709.scala | 10 +
test/files/run/t4710.check | 8 +
test/files/run/{bug4710.scala => t4710.scala} | 0
test/files/run/t4723.scala | 9 +
test/files/run/t4729.check | 4 +
test/files/run/t4729/J_1.java | 4 +
test/files/run/t4729/S_2.scala | 29 +
test/files/run/{bug4752.scala => t4752.scala} | 0
test/files/run/t4753.check | 1 +
test/files/run/t4753.scala | 12 +
test/files/run/t4761.check | 4 +
test/files/run/t4761.scala | 11 +
test/files/run/t4766.check | 1 +
test/files/run/t4766.scala | 7 +
test/files/run/t4770.check | 2 +
test/files/run/t4770.scala | 15 +
test/files/run/t4777.check | 2 +
test/files/run/t4777.scala | 8 +
test/files/run/t4794.check | 1 +
test/files/run/t4794.scala | 12 +
test/files/run/t4809.scala | 34 +
test/files/run/t4813.scala | 37 +
test/files/run/t4827.scala | 15 +
test/files/run/t4827b.scala | 18 +
test/files/run/t4835.check | 14 +-
test/files/run/t4835.scala | 76 +-
test/files/run/t4871.check | 2 +
test/files/run/t4871.scala | 12 +
test/files/run/t4891.check | 7 +
test/files/run/t4891/J_2.java | 13 +
test/files/run/t4891/S_1.scala | 26 +
test/files/run/t4891/S_3.scala | 5 +
test/files/run/t4894.scala | 27 +
test/files/run/t4895.scala | 10 +-
test/files/run/t4897.check | 1 +
test/files/run/t4897.scala | 10 +
test/files/run/t4929.check | 1 +
test/files/run/t4929.scala | 42 +
test/files/run/t4930.check | 2 +
test/files/run/t4930.scala | 11 +
test/files/run/t4935.check | 1 +
test/files/run/t4935.flags | 1 +
test/files/run/t4935.scala | 9 +
test/files/run/t4954.scala | 45 +
test/files/run/t5009.check | 5 +
test/files/run/t5009.scala | 14 +
test/files/run/t5018.scala | 37 +
test/files/run/t5037.check | 2 +
test/files/run/t5037.scala | 18 +
test/files/run/t5040.check | 1 +
test/files/run/t5040.flags | 1 +
test/files/run/t5040.scala | 11 +
test/files/run/t5053.check | 6 +
test/files/run/t5053.scala | 20 +
test/files/run/t5064.check | 25 +
test/files/run/t5064.scala | 23 +
test/files/run/t5072.check | 14 +
test/files/run/t5072.scala | 8 +
test/files/run/t5080.check | 1 +
test/files/run/t5080.scala | 24 +
test/files/run/t5105.check | 1 +
test/files/run/t5105.scala | 14 +
test/files/run/t5125.check | 4 +
test/files/run/t5125.scala | 24 +
test/files/run/t5125b.check | 7 +
test/files/run/t5125b.scala | 37 +
test/files/run/t5158.check | 1 +
test/files/run/t5158.scala | 17 +
test/files/run/t5162.scala | 19 +
test/files/run/t5171.check | 1 +
test/files/run/t5171.scala | 7 +
test/files/run/t5201.check | 1 +
test/files/run/t5201.scala | 8 +
test/files/run/t5224.check | 9 +
test/files/run/t5224.scala | 8 +
test/files/run/t5225_1.check | 4 +
test/files/run/t5225_1.scala | 6 +
test/files/run/t5225_2.check | 4 +
test/files/run/t5225_2.scala | 6 +
test/files/{jvm/bug680.check => run/t5229_1.check} | 0
test/files/run/t5229_1.scala | 8 +
test/files/run/t5229_2.check | 2 +
test/files/run/t5229_2.scala | 18 +
test/files/run/t5230.check | 2 +
test/files/run/t5230.scala | 18 +
test/files/run/t5256a.check | 6 +
test/files/run/t5256a.scala | 11 +
test/files/run/t5256b.check | 6 +
test/files/run/t5256b.scala | 10 +
test/files/run/t5256c.check | 6 +
test/files/run/t5256c.scala | 12 +
test/files/run/t5256d.check | 32 +
test/files/run/t5256d.scala | 13 +
test/files/run/t5256e.check | 6 +
test/files/run/t5256e.scala | 10 +
test/files/run/t5256f.check | 12 +
test/files/run/t5256f.scala | 22 +
test/files/run/t5256g.check | 3 +
test/files/run/t5256g.scala | 13 +
test/files/run/t5256h.check | 7 +
test/files/run/t5256h.scala | 10 +
test/files/run/t5258a.check | 1 +
test/files/run/t5258a.scala | 8 +
test/files/run/t5262.check | 2 +
test/files/run/t5262.scala | 26 +
test/files/run/t5266_1.check | 2 +
test/files/run/t5266_1.scala | 15 +
test/files/run/t5266_2.check | 2 +
test/files/run/t5266_2.scala | 16 +
test/files/run/t5269.check | 1 +
test/files/run/t5269.scala | 16 +
test/files/run/t5270.check | 1 +
test/files/run/t5270.scala | 20 +
test/files/run/t5271_1.check | 12 +
test/files/run/t5271_1.scala | 15 +
test/files/run/t5271_2.check | 14 +
test/files/run/t5271_2.scala | 17 +
test/files/run/t5271_3.check | 21 +
test/files/run/t5271_3.scala | 18 +
test/files/{jvm/bug680.check => run/t5271_4.check} | 0
test/files/run/t5271_4.scala | 8 +
test/files/run/t5272_1_newpatmat.check | 1 +
test/files/run/t5272_1_newpatmat.scala | 11 +
test/files/run/t5272_1_oldpatmat.check | 1 +
.../bug680.check => run/t5272_1_oldpatmat.flags} | 0
test/files/run/t5272_1_oldpatmat.scala | 11 +
test/files/run/t5272_2_newpatmat.check | 1 +
test/files/run/t5272_2_newpatmat.scala | 10 +
test/files/run/t5272_2_oldpatmat.check | 1 +
.../bug680.check => run/t5272_2_oldpatmat.flags} | 0
test/files/run/t5272_2_oldpatmat.scala | 10 +
test/files/run/t5273_1_newpatmat.check | 1 +
test/files/run/t5273_1_newpatmat.scala | 11 +
test/files/run/t5273_1_oldpatmat.check | 1 +
.../bug680.check => run/t5273_1_oldpatmat.flags} | 0
test/files/run/t5273_1_oldpatmat.scala | 11 +
test/files/run/t5273_2a_newpatmat.check | 1 +
test/files/run/t5273_2a_newpatmat.scala | 9 +
test/files/run/t5273_2a_oldpatmat.check | 1 +
.../bug680.check => run/t5273_2a_oldpatmat.flags} | 0
test/files/run/t5273_2a_oldpatmat.scala | 9 +
test/files/run/t5273_2b_newpatmat.check | 1 +
test/files/run/t5273_2b_newpatmat.scala | 10 +
test/files/run/t5273_2b_oldpatmat.check | 1 +
.../bug680.check => run/t5273_2b_oldpatmat.flags} | 0
test/files/run/t5273_2b_oldpatmat.scala | 10 +
test/files/run/t5274_1.check | 3 +
test/files/run/t5274_1.scala | 14 +
test/files/run/t5274_2.check | 2 +
test/files/run/t5274_2.scala | 51 +
test/files/run/t5275.check | 1 +
test/files/run/t5275.scala | 9 +
test/files/run/t5276_1a.check | 1 +
test/files/run/t5276_1a.scala | 9 +
test/files/run/t5276_1b.check | 1 +
test/files/run/t5276_1b.scala | 9 +
test/files/run/t5276_2a.check | 1 +
test/files/run/t5276_2a.scala | 12 +
test/files/run/t5276_2b.check | 1 +
test/files/run/t5276_2b.scala | 13 +
test/files/run/t5277_1.check | 1 +
test/files/run/t5277_1.scala | 15 +
test/files/run/t5277_2.check | 2 +
test/files/run/t5277_2.scala | 12 +
test/files/run/t5279.check | 1 +
test/files/run/t5279.scala | 8 +
test/files/run/t5284.check | 1 +
test/files/run/t5284.scala | 25 +
test/files/run/t5284b.check | 1 +
test/files/run/t5284b.scala | 28 +
test/files/run/t5284c.check | 1 +
test/files/run/t5284c.scala | 30 +
test/files/run/t5300.scala | 7 +
test/files/run/t5313.check | 12 +
test/files/run/t5313.scala | 54 +
test/files/run/t5328.check | 3 +
test/files/run/t5328.scala | 5 +
test/files/run/t5334_1.check | 1 +
test/files/run/t5334_1.scala | 15 +
test/files/run/t5334_2.check | 1 +
test/files/run/t5334_2.scala | 15 +
test/files/run/t5335.check | 1 +
test/files/run/t5335.scala | 8 +
test/files/run/t5356.check | 6 +
test/files/run/t5356.scala | 12 +
test/files/run/t5375.check | 1 +
test/files/run/t5375.scala | 19 +
test/files/run/t5377.check | 18 +
test/files/run/t5377.scala | 47 +
test/files/run/{si5380.scala => t5380.scala} | 0
test/files/run/t5385.check | 8 +
test/files/run/t5385.scala | 16 +
test/files/run/t5387.scala | 15 +
test/files/run/t5394.scala | 4 +
test/files/run/t5407.check | 2 +
test/files/run/t5407.scala | 17 +
test/files/{jvm/bug680.check => run/t5415.check} | 0
test/files/run/t5415.scala | 12 +
test/files/run/t5418a.check | 1 +
test/files/run/t5418a.scala | 3 +
test/files/run/t5418b.check | 2 +
test/files/run/t5418b.scala | 11 +
test/files/run/t5419.check | 1 +
test/files/run/t5419.scala | 8 +
test/files/run/t5423.check | 1 +
test/files/run/t5423.scala | 11 +
test/files/run/t5428.check | 1 +
test/files/run/t5428.scala | 29 +
test/files/run/t5488-fn.check | 17 +
test/files/run/t5488-fn.scala | 27 +
test/files/run/t5488.check | 14 +
test/files/run/t5488.scala | 26 +
test/files/run/t5500.check | 2 +
test/files/run/t5500.scala | 12 +
test/files/run/t5500b.check | 28 +
test/files/run/t5500b.scala | 51 +
test/files/run/t5514.check | 19 +
test/files/run/t5514.scala | 35 +
test/files/run/t5527.check | 99 +
test/files/run/t5527.scala | 107 +
test/files/run/t5530.check | 2 +
.../annotDepMethType.flags => run/t5530.flags} | 0
test/files/run/t5530.scala | 4 +
.../annotDepMethType.flags => run/t5532.flags} | 0
test/files/run/t5532.scala | 4 +
test/files/run/t5535.check | 20 +
test/files/run/t5535.scala | 10 +
test/files/run/t5537.check | 20 +
test/files/run/t5537.scala | 10 +
test/files/run/t5543.check | 9 +
test/files/run/t5543.scala | 45 +
test/files/run/{bug4570.check => t5544.check} | 0
test/files/run/t5544/Api_1.scala | 8 +
test/files/run/t5544/Test_2.scala | 3 +
test/files/{jvm/bug680.check => run/t5545.check} | 0
test/files/run/t5545.scala | 27 +
test/files/run/t5552.check | 2 +
test/files/run/t5552.scala | 10 +
test/files/run/t5568.check | 9 +
test/files/run/t5568.scala | 16 +
test/files/run/t5577.check | 11 +
test/files/run/t5577.scala | 27 +
test/files/run/t5583.check | 20 +
test/files/run/t5583.scala | 11 +
test/files/run/t5588.check | 2 +
test/files/run/t5588.scala | 14 +
test/files/run/t5590.check | 4 +
test/files/run/t5590.scala | 31 +
test/files/run/t5603.check | 29 +
test/files/run/t5603.scala | 42 +
test/files/run/t5604.check | 8 +
test/files/run/t5604.scala | 50 +
test/files/run/t5608.check | 1 +
test/files/run/t5608.scala | 12 +
test/files/run/t5610.check | 6 +
test/files/run/t5610.scala | 30 +
test/files/run/t5612.check | 4 +
test/files/run/t5612.scala | 28 +
test/files/run/t5614.check | 3 +
test/files/run/t5614.flags | 1 +
test/files/run/t5614.scala | 5 +
test/files/run/t5629.check | 2 +
test/files/run/t5629.scala | 36 +
test/files/run/t5629b.check | 10 +
test/files/run/t5629b.scala | 41 +
test/files/run/t5648.check | 4 +
.../{neg/caseinherit.flags => run/t5648.flags} | 0
test/files/run/t5648.scala | 10 +
test/files/run/t5652.check | 8 +
test/files/run/t5652/t5652_1.scala | 6 +
test/files/run/t5652/t5652_2.scala | 9 +
test/files/run/t5652b.check | 4 +
test/files/run/t5652b/t5652b_1.scala | 3 +
test/files/run/t5652b/t5652b_2.scala | 9 +
test/files/run/t5652c.check | 6 +
test/files/run/t5652c/t5652c.scala | 10 +
test/files/run/t5655.check | 30 +
test/files/run/t5655.scala | 10 +
test/files/run/t5656.check | 1 +
test/files/run/t5656.scala | 11 +
test/files/run/t5676.check | 3 +
.../annotDepMethType.flags => run/t5676.flags} | 0
test/files/run/t5676.scala | 24 +
test/files/run/t5680.check | 3 +
test/files/run/t5680.scala | 7 +
test/files/run/t5688.check | 1 +
test/files/run/t5688.scala | 23 +
test/files/run/t5704.check | 1 +
test/files/run/t5704.flags | 1 +
test/files/run/t5704.scala | 19 +
test/files/run/t5713.check | 1 +
test/files/run/t5713.flags | 1 +
test/files/run/t5713/Impls_Macros_1.scala | 28 +
test/files/run/t5713/Test_2.scala | 5 +
test/files/run/t5733.check | 2 +
test/files/run/t5733.scala | 53 +
test/files/run/t5753_1.check | 1 +
test/files/run/t5753_1.flags | 1 +
test/files/run/t5753_1/Impls_Macros_1.scala | 10 +
test/files/run/t5753_1/Test_2.scala | 4 +
test/files/run/t5753_2.check | 1 +
test/files/run/t5753_2.flags | 1 +
test/files/run/t5753_2/Impls_Macros_1.scala | 10 +
test/files/run/t5753_2/Test_2.scala | 4 +
test/files/run/{bug576.check => t576.check} | 0
test/files/run/t576.scala | 45 +
test/files/run/t5770.check | 10 +
test/files/run/t5770.scala | 25 +
test/files/run/t5789.check | 14 +
test/files/run/t5789.scala | 14 +
test/files/run/t5804.check | 4 +
test/files/run/t5804.scala | 32 +
test/files/run/t5816.check | 1 +
test/files/run/t5816.scala | 17 +
test/files/run/t5824.check | 1 +
test/files/run/t5824.scala | 8 +
test/files/run/t5830.check | 6 +
.../{neg/caseinherit.flags => run/t5830.flags} | 0
test/files/run/t5830.scala | 56 +
test/files/run/t5840.scala | 7 +
test/files/run/t5843.check | 9 +
test/files/run/t5843.scala | 15 +
test/files/run/t5856.scala | 10 +
test/files/run/t5857.scala | 45 +
test/files/run/t5866.check | 2 +
test/files/run/t5866.scala | 11 +
test/files/run/t5867.check | 1 +
test/files/run/t5867.scala | 14 +
test/files/run/t5879.check | 16 +
test/files/run/t5879.scala | 74 +
test/files/run/t5880.scala | 41 +
test/files/run/t5881.check | 2 +
test/files/run/t5881.scala | 6 +
test/files/run/t5894.scala | 17 +
test/files/run/t5907.check | 31 +
test/files/run/t5907.scala | 118 +
test/files/run/t5912.scala | 6 +
test/files/run/t5914.check | 1 +
test/files/run/t5914.scala | 23 +
test/files/run/t5937.scala | 12 +
test/files/run/{bug594.check => t594.check} | 0
test/files/run/{bug594.scala => t594.scala} | 0
test/files/run/t5940.scala | 41 +
test/files/{jvm/bug680.check => run/t5942.check} | 0
test/files/run/t5942.scala | 10 +
test/files/run/t5943a1.check | 1 +
test/files/run/t5943a1.scala | 9 +
test/files/run/t5943a2.check | 1 +
test/files/run/t5943a2.scala | 9 +
test/files/run/t5966.check | 3 +
test/files/run/t5966.scala | 9 +
test/files/run/t5971.check | 4 +
test/files/run/t5971.scala | 23 +
test/files/run/t5974.check | 1 +
test/files/run/t5974.scala | 10 +
test/files/run/t5986.check | 15 +
test/files/run/t5986.scala | 36 +
test/files/run/{bug601.check => t601.check} | 0
test/files/run/{bug601.scala => t601.scala} | 0
test/files/run/t6011b.check | 1 +
test/files/run/t6011b.scala | 11 +
test/files/run/t6011c.scala | 13 +
test/files/run/t6023.check | 12 +
test/files/run/t6023.scala | 17 +
test/files/run/t6028.check | 84 +
test/files/run/t6028.scala | 21 +
test/files/run/{bug603.check => t603.check} | 0
test/files/run/{bug603.scala => t603.scala} | 0
test/files/run/t6052.scala | 21 +
test/files/run/t6063.check | 1 +
test/files/run/t6063/S_1.scala | 11 +
test/files/run/t6063/S_2.scala | 8 +
test/files/run/t6070.check | 1 +
test/files/run/t6070.scala | 36 +
test/files/run/t6077_patmat_cse_irrefutable.check | 1 +
test/files/run/t6077_patmat_cse_irrefutable.scala | 13 +
test/files/run/t6086-repl.check | 12 +
test/files/run/t6086-repl.scala | 8 +
test/files/run/t6086-vanilla.check | 1 +
test/files/run/t6086-vanilla.scala | 6 +
test/files/run/t6089.check | 1 +
test/files/run/t6089.scala | 13 +
test/files/run/t6090.scala | 6 +
test/files/run/t6102.check | 1 +
test/files/run/t6102.flags | 1 +
test/files/run/t6102.scala | 13 +
test/files/run/t6104.check | 1 +
test/files/run/t6104.scala | 8 +
test/files/run/t6111.check | 2 +
test/files/run/t6111.scala | 26 +
test/files/run/t6113.check | 1 +
test/files/run/t6113.scala | 6 +
test/files/run/t6114.scala | 61 +
test/files/run/t6126.scala | 8 +
test/files/run/t6135.scala | 13 +
test/files/run/t6146b.check | 52 +
test/files/run/t6146b.scala | 39 +
test/files/run/t6150.scala | 44 +
test/files/run/t6154.check | 1 +
test/files/run/t6154.scala | 10 +
test/files/run/t6175.scala | 5 +
test/files/run/t6178.check | 1 +
test/files/run/t6178.scala | 7 +
test/files/run/t6181.check | 1 +
test/files/run/t6181.scala | 8 +
test/files/run/t6187.check | 32 +
test/files/run/t6187.scala | 18 +
test/files/run/t6187b.scala | 5 +
test/files/run/t6188.check | 1 +
test/files/run/t6188.flags | 1 +
test/files/run/t6188.scala | 12 +
test/files/run/t6194.check | 1 +
test/files/run/t6194.scala | 8 +
test/files/{jvm/bug680.check => run/t6197.check} | 0
test/files/run/t6197.scala | 21 +
test/files/{jvm/bug680.check => run/t6198.check} | 0
test/files/run/t6198.scala | 24 +
test/files/run/t6199-mirror.check | 1 +
test/files/run/t6199-mirror.scala | 7 +
test/files/run/t6199-toolbox.check | 1 +
test/files/run/t6199-toolbox.scala | 8 +
test/files/run/t6206.check | 4 +
test/files/run/t6206.scala | 37 +
test/files/run/t6220.scala | 92 +
test/files/run/t6223.check | 4 +
test/files/run/t6223.scala | 11 +
test/files/run/t6246.check | 90 +
test/files/run/t6246.scala | 26 +
test/files/run/t6259.scala | 56 +
test/files/run/t6260.check | 1 +
test/files/run/t6260.scala | 12 +
test/files/run/t6261.scala | 130 +
test/files/run/{bug627.check => t627.check} | 0
test/files/run/{bug627.scala => t627.scala} | 0
test/files/run/t6271.scala | 32 +
test/files/run/t6272.check | 10 +
test/files/run/t6272.scala | 62 +
test/files/run/t6273.check | 19 +
test/files/run/t6273.scala | 11 +
test/files/run/t6277.check | 1 +
test/files/run/t6277.scala | 9 +
test/files/run/t6287.check | 3 +
test/files/run/t6287.scala | 11 +
test/files/run/t6288.check | 79 +
test/files/run/t6288.scala | 41 +
test/files/run/t6288b-jump-position.check | 76 +
test/files/run/t6288b-jump-position.scala | 22 +
.../{randomAccessSeq-apply.check => t629.check} | 0
test/files/run/{bug629.scala => t629.scala} | 0
test/files/run/t6290.scala | 4 +
test/files/run/t6292.scala | 18 +
test/files/run/t6318_derived.check | 3 +
test/files/run/t6318_derived.scala | 15 +
test/files/run/t6318_primitives.check | 36 +
test/files/run/t6318_primitives.scala | 71 +
test/files/run/t6320.check | 17 +
test/files/run/t6320.scala | 9 +
test/files/run/t6323b.check | 1 +
test/files/run/t6323b.scala | 21 +
test/files/run/t6327.check | 4 +
test/files/run/t6327.scala | 22 +
test/files/run/t6329_repl.check | 13 +
test/files/run/t6329_repl.scala | 8 +
test/files/run/t6329_repl_bug.check | 13 +
test/files/run/t6329_repl_bug.pending | 10 +
test/files/run/t6329_vanilla.check | 2 +
test/files/run/t6329_vanilla.scala | 4 +
test/files/run/t6329_vanilla_bug.check | 2 +
test/files/run/t6329_vanilla_bug.pending | 7 +
test/files/run/t6331.check | 23 +
test/files/run/t6331.scala | 71 +
test/files/run/t6331b.check | 30 +
test/files/run/t6331b.scala | 20 +
test/files/run/t6333.scala | 29 +
test/files/run/t6337a.scala | 16 +
test/files/run/t6344.check | 132 +
test/files/run/t6344.scala | 106 +
test/files/run/t6353.check | 1 +
test/files/run/t6353.scala | 12 +
test/files/run/t6380.check | 7 +
test/files/run/t6380.scala | 20 +
test/files/run/t6392a.check | 1 +
test/files/run/t6392a.scala | 9 +
test/files/run/t6392b.check | 1 +
test/files/run/t6392b.scala | 9 +
test/files/run/t6394a.check | 1 +
test/files/run/t6394a.flags | 1 +
test/files/run/t6394a/Macros_1.scala | 12 +
test/files/run/t6394a/Test_2.scala | 4 +
test/files/run/t6394b.check | 1 +
test/files/run/t6394b.flags | 1 +
test/files/run/t6394b/Macros_1.scala | 12 +
test/files/run/t6394b/Test_2.scala | 4 +
test/files/run/t6410.check | 2 +
test/files/run/t6410.scala | 9 +
test/files/run/t6434.check | 10 +
test/files/run/t6434.scala | 8 +
test/files/run/t6439.check | 66 +
test/files/run/t6439.scala | 22 +
test/files/run/t6440.check | 4 +
test/files/run/t6440.scala | 48 +
test/files/run/t6440b.check | 4 +
test/files/run/t6440b.scala | 61 +
test/files/run/t6443-by-name.check | 3 +
test/files/run/t6443-by-name.scala | 18 +
.../run/{bug4570.check => t6443-varargs.check} | 0
test/files/run/t6443-varargs.scala | 16 +
test/files/run/t6443.scala | 15 +
test/files/run/t6443b.scala | 16 +
test/files/run/t6488.check | 1 +
test/files/run/t6488.scala | 11 +
test/files/run/t6500.scala | 13 +
test/files/run/t6506.scala | 8 +
test/files/run/t6534.scala | 14 +
test/files/run/t6549.check | 32 +
test/files/run/t6549.scala | 22 +
test/files/run/t6555.check | 22 +
test/files/run/t6555.scala | 15 +
test/files/run/t6559.scala | 17 +
test/files/run/{bug657.check => t657.check} | 0
test/files/run/{bug657.scala => t657.scala} | 0
test/files/run/t6572/bar_1.scala | 19 +
test/files/run/t6572/foo_2.scala | 17 +
test/files/run/t6584.check | 8 +
test/files/run/t6584.scala | 16 +
test/files/run/t6591_1.check | 1 +
test/files/run/t6591_1.scala | 19 +
test/files/run/t6591_2.check | 1 +
test/files/run/t6591_2.scala | 19 +
test/files/run/t6591_3.check | 1 +
test/files/run/t6591_3.scala | 17 +
test/files/run/t6591_5.check | 1 +
test/files/run/t6591_5.scala | 23 +
test/files/run/t6591_6.check | 1 +
test/files/run/t6591_6.scala | 24 +
test/files/run/t6591_7.check | 4 +
test/files/run/t6591_7.scala | 26 +
test/files/run/t6611.scala | 61 +
test/files/run/t6614.check | 11 +
test/files/run/t6614.scala | 8 +
test/files/run/t6628.check | 2 +
test/files/run/t6628.scala | 11 +
test/files/run/t6631.scala | 18 +
test/files/run/t6632.check | 3 +
test/files/run/t6632.scala | 29 +
test/files/run/t6633.check | 3 +
test/files/run/t6633.scala | 33 +
test/files/run/t6634.check | 31 +
test/files/run/t6634.scala | 80 +
test/files/run/t6637.check | 1 +
test/files/run/t6637.scala | 8 +
test/files/run/t6644.scala | 8 +
test/files/run/t6646.check | 5 +
test/files/run/t6646.scala | 19 +
test/files/run/t6662.check | 1 +
test/files/run/t6662/Macro_1.scala | 8 +
test/files/run/t6662/Test_2.scala | 8 +
test/files/run/{syncchannel.check => t6663.check} | 0
test/files/run/t6663.scala | 17 +
test/files/run/t6666a.scala | 16 +
test/files/run/t6669.scala | 26 +
test/files/run/t6673.check | 1 +
test/files/run/t6673.scala | 5 +
test/files/run/t6677.scala | 28 +
test/files/run/t6677b.scala | 33 +
test/files/run/t6687.scala | 10 +
test/files/run/t6690.scala | 62 +
test/files/run/t6695.scala | 18 +
test/files/run/t6706.scala | 14 +
test/files/run/t6731.check | 40 +
test/files/run/t6731.scala | 143 +
test/files/run/t6827.check | 15 +
test/files/run/t6827.scala | 34 +
test/files/run/t6853.scala | 18 +
test/files/run/t6863.scala | 114 +
test/files/run/t6888.check | 3 +
test/files/run/t6888.scala | 19 +
test/files/run/t6911.scala | 24 +
test/files/run/t6928-run.check | 1 +
test/files/run/t6928-run.scala | 10 +
test/files/run/t6955.check | 1 +
test/files/run/t6955.scala | 26 +
test/files/run/t6956.check | 1 +
test/files/run/t6956.scala | 26 +
test/files/run/t6957.scala | 8 +
test/files/run/t6968.check | 1 +
test/files/run/t6968.scala | 7 +
test/files/run/t6969.check | 1 +
test/files/run/t6969.scala | 28 +
test/files/run/t6989.check | 282 +
test/files/run/t6989/JavaClass_1.java | 41 +
test/files/run/t6989/Test_2.scala | 42 +
test/files/run/t7008-scala-defined.check | 7 +
.../run/t7008-scala-defined/Impls_Macros_2.scala | 12 +
.../ScalaClassWithCheckedExceptions_1.scala | 6 +
test/files/run/t7008-scala-defined/Test_3.scala | 9 +
test/files/run/t7008.check | 9 +
test/files/run/t7008/Impls_Macros_2.scala | 12 +
.../t7008/JavaClassWithCheckedExceptions_1.java | 7 +
test/files/run/t7008/Test_3.scala | 9 +
test/files/run/t7039.check | 1 +
test/files/run/t7039.scala | 11 +
test/files/run/t7046.check | 2 +
test/files/run/t7046.scala | 13 +
test/files/run/t7064-old-style-supercalls.check | 1 +
test/files/run/t7064-old-style-supercalls.scala | 48 +
test/files/run/t7096.check | 2 +
test/files/run/t7096.scala | 36 +
test/files/run/t7106.check | 6 +
test/files/run/t7106/Analyzed_1.scala | 14 +
test/files/run/t7106/test.scala | 10 +
test/files/run/{bug744.check => t744.check} | 0
test/files/run/{bug744.scala => t744.scala} | 0
test/files/run/{bug751.scala => t751.scala} | 0
test/files/run/{bug874.check => t874.check} | 0
test/files/run/{bug874.scala => t874.scala} | 0
test/files/run/{bug889.check => t889.check} | 0
test/files/run/{bug889.scala => t889.scala} | 0
test/files/run/{bug920.check => t920.check} | 0
test/files/run/{bug920.scala => t920.scala} | 0
test/files/run/{bug949.scala => t949.scala} | 0
test/files/run/{bug978.scala => t978.scala} | 0
test/files/run/tailcalls.check | 3 +-
test/files/run/tailcalls.scala | 2 +-
test/files/run/test-cpp.check | 65 +
test/files/run/test-cpp.scala | 104 +
test/files/run/toolbox_console_reporter.check | 8 +
test/files/run/toolbox_console_reporter.scala | 29 +
.../run/toolbox_default_reporter_is_silent.check | 1 +
.../run/toolbox_default_reporter_is_silent.scala | 16 +
test/files/run/toolbox_silent_reporter.check | 4 +
test/files/run/toolbox_silent_reporter.scala | 19 +
.../run/toolbox_typecheck_implicitsdisabled.check | 5 +
.../run/toolbox_typecheck_implicitsdisabled.scala | 27 +
.../run/toolbox_typecheck_inferimplicitvalue.check | 1 +
.../run/toolbox_typecheck_inferimplicitvalue.scala | 13 +
.../run/toolbox_typecheck_macrosdisabled.check | 41 +
.../run/toolbox_typecheck_macrosdisabled.scala | 25 +
.../run/toolbox_typecheck_macrosdisabled2.check | 41 +
.../run/toolbox_typecheck_macrosdisabled2.scala | 25 +
test/files/run/trait-renaming.check | 2 +
test/files/run/trait-renaming/A_1.scala | 15 +
test/files/run/trait-renaming/B_2.scala | 5 +
test/files/run/treePrint.scala | 11 +-
test/files/run/triemap-hash.scala | 46 +
test/files/run/triple-quoted-expr.scala | 8 +-
test/files/run/try-catch-unify.check | 4 +
test/files/run/try-catch-unify.scala | 16 +
test/files/run/tuple-zipped.scala | 4 +-
test/files/run/tuples-msil.check | 2 -
test/files/run/type-currying.check | 27 +
test/files/run/type-currying.scala | 58 +
test/files/run/typetags_core.check | 30 +
test/files/run/typetags_core.scala | 34 +
test/files/run/typetags_multi.check | 5 +
test/files/run/typetags_multi.scala | 9 +
test/files/run/typetags_serialize.check | 2 +
test/files/run/typetags_serialize.scala | 29 +
...gs_without_scala_reflect_manifest_lookup.check} | 0
...ags_without_scala_reflect_manifest_lookup.scala | 29 +
...tags_without_scala_reflect_typetag_lookup.check | 2 +
...tags_without_scala_reflect_typetag_lookup.scala | 43 +
...ut_scala_reflect_typetag_manifest_interop.check | 2 +
...ut_scala_reflect_typetag_manifest_interop.scala | 47 +
test/files/run/unapply.scala | 81 +-
test/files/run/unittest_collection.scala | 123 +-
test/files/run/unittest_io.scala | 54 +-
.../run/valueclasses-classmanifest-basic.check | 1 +
.../run/valueclasses-classmanifest-basic.scala | 5 +
.../valueclasses-classmanifest-existential.check | 1 +
.../valueclasses-classmanifest-existential.scala | 5 +
.../run/valueclasses-classmanifest-generic.check | 1 +
.../run/valueclasses-classmanifest-generic.scala | 5 +
test/files/run/valueclasses-classtag-basic.check | 1 +
test/files/run/valueclasses-classtag-basic.scala | 5 +
.../run/valueclasses-classtag-existential.check | 1 +
.../run/valueclasses-classtag-existential.scala | 5 +
test/files/run/valueclasses-classtag-generic.check | 1 +
test/files/run/valueclasses-classtag-generic.scala | 5 +
test/files/run/valueclasses-constr.check | 10 +
test/files/run/valueclasses-constr.scala | 79 +
test/files/run/valueclasses-manifest-basic.check | 1 +
test/files/run/valueclasses-manifest-basic.scala | 5 +
.../run/valueclasses-manifest-existential.check | 1 +
.../run/valueclasses-manifest-existential.scala | 5 +
test/files/run/valueclasses-manifest-generic.check | 1 +
test/files/run/valueclasses-manifest-generic.scala | 5 +
test/files/run/valueclasses-pavlov.check | 2 +
test/files/run/valueclasses-pavlov.scala | 26 +
test/files/run/valueclasses-typetag-basic.check | 1 +
test/files/run/valueclasses-typetag-basic.scala | 5 +
.../run/valueclasses-typetag-existential.check | 1 +
.../run/valueclasses-typetag-existential.scala | 5 +
test/files/run/valueclasses-typetag-generic.check | 1 +
test/files/run/valueclasses-typetag-generic.scala | 5 +
test/files/run/viewtest.scala | 0
test/files/run/virtpatmat_alts.check | 1 +
test/files/run/virtpatmat_alts.flags | 1 +
test/files/run/virtpatmat_alts.scala | 12 +
test/files/run/virtpatmat_apply.check | 1 +
test/files/run/virtpatmat_apply.flags | 1 +
test/files/run/virtpatmat_apply.scala | 7 +
test/files/run/virtpatmat_casting.check | 1 +
test/files/run/virtpatmat_casting.flags | 1 +
test/files/run/virtpatmat_casting.scala | 8 +
test/files/run/virtpatmat_extends_product.check | 1 +
test/files/run/virtpatmat_extends_product.flags | 1 +
test/files/run/virtpatmat_extends_product.scala | 14 +
test/files/run/virtpatmat_literal.check | 3 +
test/files/run/virtpatmat_literal.flags | 1 +
test/files/run/virtpatmat_literal.scala | 22 +
test/files/run/virtpatmat_nested_lists.check | 1 +
test/files/run/virtpatmat_nested_lists.flags | 1 +
test/files/run/virtpatmat_nested_lists.scala | 3 +
test/files/run/virtpatmat_npe.check | 1 +
test/files/run/virtpatmat_npe.flags | 1 +
test/files/run/virtpatmat_npe.scala | 10 +
test/files/run/virtpatmat_opt_sharing.check | 1 +
test/files/run/virtpatmat_opt_sharing.flags | 1 +
test/files/run/virtpatmat_opt_sharing.scala | 10 +
test/files/run/virtpatmat_partial.check | 17 +
test/files/run/virtpatmat_partial.flags | 1 +
test/files/run/virtpatmat_partial.scala | 181 +
test/files/run/virtpatmat_partial_backquoted.check | 1 +
test/files/run/virtpatmat_partial_backquoted.scala | 12 +
test/files/run/virtpatmat_staging.check | 1 +
test/files/run/virtpatmat_staging.flags | 1 +
test/files/run/virtpatmat_staging.scala | 52 +
test/files/run/virtpatmat_stringinterp.check | 1 +
.../virtpatmat_stringinterp.flags} | 0
test/files/run/virtpatmat_stringinterp.scala | 13 +
test/files/run/virtpatmat_switch.check | 7 +
test/files/run/virtpatmat_switch.flags | 1 +
test/files/run/virtpatmat_switch.scala | 38 +
.../run/virtpatmat_tailcalls_verifyerror.check} | 0
.../run/virtpatmat_tailcalls_verifyerror.flags | 1 +
.../run/virtpatmat_tailcalls_verifyerror.scala | 14 +
test/files/run/virtpatmat_try.check | 2 +
test/files/run/virtpatmat_try.flags | 1 +
test/files/run/virtpatmat_try.scala | 47 +
test/files/run/virtpatmat_typed.check | 1 +
test/files/run/virtpatmat_typed.flags | 1 +
test/files/run/virtpatmat_typed.scala | 7 +
test/files/run/virtpatmat_typetag.check | 10 +
.../virtpatmat_typetag.flags} | 0
test/files/run/virtpatmat_typetag.scala | 36 +
test/files/run/virtpatmat_unapply.check | 2 +
test/files/run/virtpatmat_unapply.flags | 1 +
test/files/run/virtpatmat_unapply.scala | 32 +
test/files/run/virtpatmat_unapplyprod.check | 4 +
test/files/run/virtpatmat_unapplyprod.flags | 1 +
test/files/run/virtpatmat_unapplyprod.scala | 23 +
test/files/run/virtpatmat_unapplyseq.check | 1 +
test/files/run/virtpatmat_unapplyseq.flags | 1 +
test/files/run/virtpatmat_unapplyseq.scala | 5 +
test/files/run/virtpatmat_valdef.check | 1 +
test/files/run/virtpatmat_valdef.scala | 6 +
test/files/run/weakconform.scala | 0
test/files/run/xml-attribute.check | 12 +
test/files/run/xml-attribute.scala | 37 +
test/files/run/xml-loop-bug.scala | 4 +-
test/files/scalacheck/CheckEither.scala | 9 +-
test/files/scalacheck/Ctrie.scala | 199 +
test/files/scalacheck/array-new.scala | 37 +
.../scalacheck/{array.scala => array-old.scala} | 0
test/files/scalacheck/avl.scala | 114 +
test/files/scalacheck/duration.scala | 69 +
test/files/scalacheck/nan-ordering.scala | 130 +
.../parallel-collections/ParallelCtrieCheck.scala | 98 +
.../ParallelIterableCheck.scala | 32 +-
.../parallel-collections/ParallelMapCheck1.scala | 2 +-
.../files/scalacheck/parallel-collections/pc.scala | 3 +
test/files/scalacheck/range.scala | 485 +-
test/files/scalacheck/redblack.scala | 213 +
test/files/scalacheck/redblacktree.scala | 258 +
test/files/scalacheck/si4147.scala | 67 +
test/files/scalacheck/t2460.scala | 32 +
test/files/scalacheck/treemap.scala | 154 +
test/files/scalacheck/treeset.scala | 152 +
test/files/scalap/abstractClass/result.test | 2 +-
test/files/scalap/abstractMethod/result.test | 2 +-
test/files/scalap/caseClass/result.test | 19 +-
test/files/scalap/caseObject/result.test | 14 +-
test/files/scalap/cbnParam/result.test | 2 +-
test/files/scalap/classPrivate/result.test | 6 +-
test/files/scalap/classWithExistential/result.test | 4 +-
.../scalap/classWithSelfAnnotation/result.test | 2 +-
test/files/scalap/covariantParam/result.test | 2 +-
test/files/scalap/defaultParameter/result.test | 4 +-
test/files/scalap/implicitParam/result.test | 2 +-
test/files/scalap/packageObject/result.test | 2 +-
test/files/scalap/paramClauses/result.test | 2 +-
test/files/scalap/paramNames/result.test | 2 +-
test/files/scalap/sequenceParam/result.test | 2 +-
test/files/scalap/simpleClass/result.test | 2 +-
test/files/scalap/traitObject/result.test | 4 +-
test/files/scalap/typeAnnotations/result.test | 4 +-
test/files/scalap/valAndVar/result.test | 2 +-
test/files/scalap/wildcardType/result.test | 2 +-
test/files/specialized/arrays-traits.check | 8 +-
test/files/specialized/arrays-traits.scala | 17 +-
test/files/specialized/arrays.check | 6 +-
test/files/specialized/fft.check | 2 +-
test/files/specialized/spec-hlists.check | 2 +
test/files/specialized/spec-hlists.scala | 29 +
.../{spec-matrix.check => spec-matrix-new.check} | 0
test/files/specialized/spec-matrix-new.scala | 82 +
.../{spec-matrix.check => spec-matrix-old.check} | 0
test/files/specialized/spec-matrix-old.scala | 80 +
test/files/specialized/spec-matrix.scala | 80 -
test/files/specialized/spec-patmatch.check | 2 +-
test/files/specialized/t6035.check | 1 +
test/files/specialized/t6035/first_1.scala | 5 +
test/files/specialized/t6035/second_2.scala | 13 +
test/files/speclib/instrumented.jar | Bin 24221 -> 0 bytes
test/files/speclib/instrumented.jar.desired.sha1 | 2 +-
test/{files => flaky}/pos/t2868.cmds | 0
test/{files => flaky}/pos/t2868/Jann.java | 0
test/{files => flaky}/pos/t2868/Nest.java | 0
test/flaky/pos/t2868/pick_1.scala | 7 +
test/{files => flaky}/pos/t2868/t2868_src_2.scala | 0
test/instrumented/boxes.patch | 29 +
.../library/scala/runtime/BoxesRunTime.java | 484 +-
.../library/scala/runtime/ScalaRunTime.scala | 243 +-
test/instrumented/mkinstrumented | 46 -
test/instrumented/mkinstrumented.sh | 51 +
test/instrumented/srt.patch | 67 +
test/osgi/src/BasicLibrary.scala | 37 +
test/osgi/src/BasicReflection.scala | 66 +
test/osgi/src/BasicTest.scala | 33 +
test/osgi/src/ReflectionToolboxTest.scala | 49 +
test/osgi/src/ScalaOsgiHelper.scala | 36 +
test/partest | 18 +-
test/partest.bat | 203 +-
test/pending/continuations-neg/t3628.check | 3 -
test/pending/jvm/interpreter.scala | 158 -
test/pending/neg/bug3189.check | 7 -
test/pending/neg/bug963.scala | 26 -
test/pending/neg/dot-classpath.flags | 1 +
test/pending/neg/dot-classpath/S_1.scala | 3 +
test/pending/neg/dot-classpath/S_2.scala | 3 +
.../neg/macro-invalidusage-badbounds-b.check | 4 +
.../neg/macro-invalidusage-badbounds-b.flags | 1 +
.../macro-invalidusage-badbounds-b/Impls_1.scala | 5 +
.../Macros_Test_2.scala | 8 +
.../neg/plugin-after-terminal/misc/build.sh | 0
.../pending/neg/plugin-before-parser/misc/build.sh | 0
.../neg/plugin-cyclic-dependency/misc/build.sh | 0
.../neg/plugin-multiple-rafter/misc/build.sh | 0
.../neg/plugin-rafter-before-1/misc/build.sh | 0
.../neg/plugin-rightafter-terminal/misc/build.sh | 0
test/pending/neg/reify_packed.check | 4 +
test/pending/neg/reify_packed.scala | 15 +
test/pending/neg/t1557.scala | 18 +
test/pending/neg/t2066.scala | 16 +
test/pending/neg/t3633/test/Test.scala | 8 +-
test/pending/neg/t5008.scala | 165 +
test/pending/neg/t5589neg.check | 37 +
test/pending/neg/t5589neg.scala | 6 +
test/pending/neg/t5589neg2.scala | 13 +
test/pending/neg/t5618.check | 7 +
test/pending/neg/t5618.scala | 27 +
test/pending/neg/t796.scala | 20 -
test/pending/pos/bug1987/bug1987a.scala | 7 -
test/pending/pos/bug1987/bug1987b.scala | 10 -
test/pending/pos/bug4704.scala | 36 +
test/pending/pos/exhaust_2.scala | 54 +
test/pending/pos/inference.scala | 41 +
test/pending/pos/nothing.scala | 24 +
test/pending/pos/t1336.scala | 10 +
test/pending/pos/t1380/gnujaxp.jar.desired.sha1 | 1 -
test/pending/pos/t1380/hallo.scala | 3 -
test/pending/pos/t1476.scala | 23 +
test/{files => pending}/pos/t1751.cmds | 0
test/{files => pending}/pos/t1751/A1_2.scala | 0
test/{files => pending}/pos/t1751/A2_1.scala | 0
.../{files => pending}/pos/t1751/SuiteClasses.java | 0
test/{files => pending}/pos/t1782.cmds | 0
test/{files => pending}/pos/t1782/Ann.java | 0
test/{files => pending}/pos/t1782/Days.java | 0
.../pos/t1782/ImplementedBy.java | 0
test/pending/pos/t1782/Test_1.scala | 16 +
test/pending/pos/t1832.scala | 10 +
test/{files => pending}/pos/t294.cmds | 0
test/{files => pending}/pos/t294/Ann.java | 0
test/{files => pending}/pos/t294/Ann2.java | 0
test/{files => pending}/pos/t294/Test_1.scala | 0
test/{files => pending}/pos/t294/Test_2.scala | 0
test/pending/pos/t3439.scala | 2 +
test/pending/pos/t3943/Outer_1.java | 14 +
test/pending/pos/t3943/test_2.scala | 8 +
test/pending/pos/t4012.scala | 7 +
test/pending/pos/t4123.scala | 14 +
test/pending/pos/t4436.scala | 3 +
test/pending/pos/t4541.scala | 10 +
test/pending/pos/t4606.scala | 29 +
.../caseinherit.flags => pending/pos/t4649.flags} | 0
test/pending/pos/t4649.scala | 6 +
test/pending/pos/t4683.scala | 11 +
test/pending/pos/t4717.scala | 7 +
test/pending/pos/t4786.scala | 24 +
test/pending/pos/t4787.scala | 4 +
test/pending/pos/t4790.scala | 4 +
test/pending/pos/t4859.scala | 15 +
test/pending/pos/t5091.scala | 11 +
test/pending/pos/t5231.scala | 18 +
test/pending/pos/t5259.scala | 14 +
test/pending/pos/t5265.scala | 21 +
test/pending/pos/t5399.scala | 8 +
test/pending/pos/t5399a.scala | 19 +
test/pending/pos/t5400.scala | 14 +
.../caseinherit.flags => pending/pos/t5503.flags} | 0
test/pending/pos/t5503.scala | 18 +
test/pending/pos/t5521.scala | 3 +
test/pending/pos/t5534.scala | 11 +
test/pending/pos/t5559.scala | 23 +
test/pending/pos/t5564.scala | 5 +
test/pending/pos/t5579.scala | 29 +
test/pending/pos/t5585.scala | 18 +
test/pending/pos/t5589.scala | 22 +
test/pending/pos/t5606.scala | 9 +
test/pending/pos/t5626.scala | 12 +
test/pending/pos/t5639/Bar.scala | 7 +
test/pending/pos/t5639/Foo.scala | 7 +
test/pending/pos/t5654.scala | 4 +
test/pending/pos/t5712.scala | 14 +
test/pending/pos/those-kinds-are-high.scala | 18 +-
test/pending/pos/unapplyGeneric.scala | 11 -
test/pending/pos/z1720.scala | 16 +
test/pending/run/bug2318.scala | 38 -
test/pending/run/bug4704run.scala | 10 +
test/pending/run/hk-lub-fail.scala | 37 +
.../run/idempotency-partial-functions.scala | 28 +
test/pending/run/implicit-classes.scala | 17 +
test/pending/run/jar-version.scala | 11 +
test/pending/run/macro-expand-default.flags | 1 +
.../pending/run/macro-expand-default/Impls_1.scala | 10 +
.../run/macro-expand-default/Macros_Test_2.scala | 8 +
...and-implicit-macro-defeats-type-inference.check | 6 +
...and-implicit-macro-defeats-type-inference.flags | 1 +
.../Impls_1.scala | 10 +
.../Macros_Test_2.scala | 6 +
.../run/macro-expand-macro-has-context-bound.check | 1 +
.../run/macro-expand-macro-has-context-bound.flags | 1 +
.../Impls_1.scala | 10 +
.../Macros_Test_2.scala | 4 +
test/pending/run/macro-expand-named.flags | 1 +
test/pending/run/macro-expand-named/Impls_1.scala | 10 +
.../run/macro-expand-named/Macros_Test_2.scala | 5 +
.../run/macro-expand-tparams-prefix-e1.check | 3 +
.../run/macro-expand-tparams-prefix-e1.flags | 1 +
.../macro-expand-tparams-prefix-e1/Impls_1.scala | 12 +
.../Macros_Test_2.scala | 13 +
.../run/macro-expand-tparams-prefix-f1.check | 3 +
.../run/macro-expand-tparams-prefix-f1.flags | 1 +
.../macro-expand-tparams-prefix-f1/Impls_1.scala | 12 +
.../Macros_Test_2.scala | 13 +
test/pending/run/macro-quasiinvalidbody-a.check | 1 +
test/pending/run/macro-quasiinvalidbody-a.flags | 1 +
.../run/macro-quasiinvalidbody-a/Impls_1.scala | 5 +
.../macro-quasiinvalidbody-a/Macros_Test_2.scala | 10 +
test/pending/run/macro-quasiinvalidbody-b.check | 1 +
test/pending/run/macro-quasiinvalidbody-b.flags | 1 +
.../run/macro-quasiinvalidbody-b/Impls_1.scala | 7 +
.../macro-quasiinvalidbody-b/Macros_Test_2.scala | 10 +
test/pending/run/macro-reify-array.flags | 1 +
test/pending/run/macro-reify-array/Macros_1.scala | 11 +
test/pending/run/macro-reify-array/Test_2.scala | 4 +
...cro-reify-groundtypetag-hktypeparams-tags.check | 2 +
.../Test.scala | 9 +
test/pending/run/macro-reify-tagful-b.check | 1 +
test/pending/run/macro-reify-tagful-b.flags | 1 +
.../run/macro-reify-tagful-b/Macros_1.scala | 11 +
test/pending/run/macro-reify-tagful-b/Test_2.scala | 4 +
test/pending/run/macro-reify-tagless-b.check | 3 +
test/pending/run/macro-reify-tagless-b.flags | 1 +
.../run/macro-reify-tagless-b/Impls_Macros_1.scala | 11 +
.../pending/run/macro-reify-tagless-b/Test_2.scala | 13 +
.../macro-reify-typetag-hktypeparams-notags.check | 2 +
.../Test.scala | 9 +
.../macro-reify-typetag-hktypeparams-tags.check | 2 +
.../Test.scala | 9 +
test/pending/run/partial-anyref-spec.check | 13 +
test/pending/run/partial-anyref-spec.scala | 31 +
test/pending/run/reflection-mem-eval.scala | 26 +
test/pending/run/reify_addressbook.check | 30 +
test/pending/run/reify_addressbook.scala | 65 +
test/pending/run/reify_brainf_ck.check | 4 +
test/pending/run/reify_brainf_ck.scala | 79 +
test/pending/run/reify_callccinterpreter.check | 3 +
test/pending/run/reify_callccinterpreter.scala | 88 +
test/pending/run/reify_closure2b.check | 2 +
test/pending/run/reify_closure2b.scala | 21 +
test/pending/run/reify_closure3b.check | 2 +
test/pending/run/reify_closure3b.scala | 23 +
test/pending/run/reify_closure4b.check | 2 +
test/pending/run/reify_closure4b.scala | 23 +
test/pending/run/reify_closure5b.check | 2 +
test/pending/run/reify_closure5b.scala | 21 +
test/pending/run/reify_closure9a.check | 1 +
test/pending/run/reify_closure9a.scala | 18 +
test/pending/run/reify_closure9b.check | 1 +
test/pending/run/reify_closure9b.scala | 18 +
test/pending/run/reify_closures11.check | 1 +
test/pending/run/reify_closures11.scala | 16 +
.../run/reify_gadts.check} | 0
test/pending/run/reify_gadts.scala | 39 +
test/pending/run/reify_implicits-new.check | 1 +
test/pending/run/reify_implicits-new.scala | 16 +
test/pending/run/reify_implicits-old.check | 1 +
test/pending/run/reify_implicits-old.scala | 15 +
test/pending/run/reify_newimpl_07.scala | 14 +
test/pending/run/reify_newimpl_08.scala | 16 +
test/pending/run/reify_newimpl_09.scala | 13 +
test/pending/run/reify_newimpl_09a.scala | 13 +
test/pending/run/reify_newimpl_09b.scala | 14 +
test/pending/run/reify_newimpl_09c.scala | 20 +
test/pending/run/reify_newimpl_10.scala | 14 +
test/pending/run/reify_newimpl_16.scala | 17 +
test/pending/run/reify_newimpl_17.scala | 20 +
test/pending/run/reify_newimpl_28.scala | 17 +
test/pending/run/reify_newimpl_32.scala | 17 +
test/pending/run/reify_newimpl_34.scala | 18 +
test/pending/run/reify_newimpl_46.scala | 15 +
test/pending/run/reify_newimpl_53.scala | 18 +
test/pending/run/reify_simpleinterpreter.check | 2 +
test/pending/run/reify_simpleinterpreter.scala | 75 +
.../run/structural-types-vs-anon-classes.scala | 17 +
test/pending/run/subarray.check | 2 -
test/pending/run/t0446.check | 2 -
test/pending/run/{bug2318.check => t2318.check} | 0
test/pending/run/t2318.scala | 38 +
test/pending/run/{bug2364.check => t2364.check} | 0
test/pending/run/{bug2364.scala => t2364.scala} | 0
test/pending/run/t2897.scala | 22 +
test/pending/run/t3609.scala | 0
test/pending/run/t3669.scala | 22 +
test/pending/run/t3832.scala | 7 +
test/{files => pending}/run/t3897.check | 0
test/{files => pending}/run/t3897/J_2.java | 0
test/{files => pending}/run/t3897/a_1.scala | 0
test/{files => pending}/run/t3897/a_2.scala | 0
test/pending/run/t3899.check | 4 +
test/pending/run/t3899/Base_1.java | 5 +
test/pending/run/t3899/Derived_2.scala | 30 +
test/pending/run/t4098.scala | 9 +
test/pending/run/t4283/IllegalAccess.scala | 17 -
test/pending/run/{bug4291.check => t4291.check} | 0
test/pending/run/{bug4291.scala => t4291.scala} | 0
test/pending/run/t4460.scala | 12 +
test/pending/run/t4511.scala | 10 +
test/pending/run/t4511b.scala | 25 +
test/pending/run/t4574.scala | 13 +
test/pending/run/t4713/JavaAnnots.java | 14 +
test/pending/run/t4713/Problem.scala | 5 +
test/pending/run/t4728.check | 2 +
test/pending/run/t4728.scala | 11 +
test/pending/run/t4971.scala | 16 +
test/pending/run/t4996.scala | 15 +
test/pending/run/t5258b.check | 1 +
test/pending/run/t5258b.scala | 9 +
test/pending/run/t5258c.check | 1 +
test/pending/run/t5258c.scala | 9 +
test/pending/run/t5284.scala | 14 +
test/pending/run/t5293-map.scala | 88 +
test/pending/run/t5293.scala | 83 +
test/pending/run/t5334_1.scala | 9 +
test/pending/run/t5334_2.scala | 9 +
.../jvm/bug680.check => pending/run/t5418.check} | 0
test/pending/run/t5418.scala | 8 +
test/pending/run/t5427a.check | 1 +
test/pending/run/t5427a.scala | 10 +
test/pending/run/t5427b.check | 1 +
test/pending/run/t5427b.scala | 11 +
test/pending/run/t5427c.check | 1 +
test/pending/run/t5427c.scala | 13 +
test/pending/run/t5427d.check | 1 +
test/pending/run/t5427d.scala | 11 +
test/pending/run/t5610a.check | 1 +
test/pending/run/t5610a.scala | 19 +
test/pending/run/t5610b.check | 1 +
test/pending/run/t5610b.scala | 21 +
test/pending/run/t5692.flags | 1 +
test/pending/run/t5692/Impls_Macros_1.scala | 9 +
test/pending/run/t5692/Test_2.scala | 4 +
test/pending/run/t5698/client.scala | 9 +
test/pending/run/t5698/server.scala | 22 +
test/pending/run/t5698/testmsg.scala | 5 +
test/pending/run/t5722.scala | 6 +
test/pending/run/t5726a.scala | 17 +
test/pending/run/t5726b.scala | 16 +
test/pending/run/t5882.scala | 14 +
test/pending/run/t5943b1.scala | 10 +
test/pending/run/t5943b2.scala | 10 +
test/pending/run/t6408.scala | 11 +
test/pending/run/t6591_4.check | 1 +
test/pending/run/t6591_4.scala | 17 +
.../run/virtpatmat_anonfun_underscore.check} | 0
.../run/virtpatmat_anonfun_underscore.flags | 1 +
.../run/virtpatmat_anonfun_underscore.scala | 4 +
test/pending/script/dashi.check | 1 +
test/pending/script/dashi.flags | 1 +
test/pending/script/dashi/a.scala | 2 +
.../script/{bug2365.javaopts => t2365.javaopts} | 0
test/pending/script/{bug2365.sh => t2365.sh} | 0
test/pending/script/{bug2365 => t2365}/Test.scala | 0
.../{bug2365/bug2365.scala => t2365/runner.scala} | 0
test/pending/shootout/meteor.scala | 67 +-
test/pending/specialized/SI-5005.check | 33 +
test/pending/specialized/SI-5005.scala | 36 +
test/review | 0
test/scaladoc/resources/SI-3314-diagrams.scala | 78 +
test/scaladoc/resources/SI-3314.scala | 85 +
test/scaladoc/resources/SI-4360.scala | 42 +
test/scaladoc/resources/SI-5558.scala | 6 +
test/scaladoc/resources/SI-5784.scala | 28 +
test/scaladoc/resources/SI-6509.scala | 24 +
test/scaladoc/resources/SI-6511.scala | 24 +
test/scaladoc/resources/SI_4676.scala | 4 -
test/scaladoc/resources/SI_4898.scala | 9 +
test/scaladoc/resources/SI_5054_q1.scala | 9 +
test/scaladoc/resources/SI_5054_q2.scala | 9 +
test/scaladoc/resources/SI_5054_q3.scala | 9 +
test/scaladoc/resources/SI_5054_q4.scala | 9 +
test/scaladoc/resources/SI_5054_q5.scala | 9 +
test/scaladoc/resources/SI_5054_q6.scala | 9 +
test/scaladoc/resources/SI_5054_q7.scala | 22 +
test/scaladoc/resources/SI_5287.scala | 17 +
test/scaladoc/resources/Trac3484.scala | 27 -
test/scaladoc/resources/basic.scala | 27 +
test/scaladoc/resources/code-indent.scala | 37 +
test/scaladoc/resources/doc-root/Any.scala | 114 +
test/scaladoc/resources/doc-root/AnyRef.scala | 132 +
test/scaladoc/resources/doc-root/Nothing.scala | 23 +
test/scaladoc/resources/doc-root/Null.scala | 17 +
.../resources/explicit-inheritance-override.scala | 48 +
.../resources/explicit-inheritance-usecase.scala | 47 +
.../resources/implicit-inheritance-override.scala | 41 +
.../resources/implicit-inheritance-usecase.scala | 57 +
.../resources/implicits-ambiguating-res.scala | 72 +
test/scaladoc/resources/implicits-base-res.scala | 152 +
.../resources/implicits-chaining-res.scala | 50 +
.../resources/implicits-elimination-res.scala | 14 +
.../implicits-known-type-classes-res.scala | 39 +
test/scaladoc/resources/implicits-scopes-res.scala | 52 +
.../resources/implicits-shadowing-res.scala | 64 +
.../resources/inheritdoc-corner-cases.scala | 78 +
test/scaladoc/resources/links.scala | 74 +
test/scaladoc/resources/package-object-res.scala | 14 +
test/scaladoc/run/SI-191-deprecated.check | 1 +
test/scaladoc/run/SI-191-deprecated.scala | 72 +
test/scaladoc/run/SI-191.check | 1 +
test/scaladoc/run/SI-191.scala | 77 +
test/scaladoc/run/SI-3314-diagrams.check | 1 +
test/scaladoc/run/SI-3314-diagrams.scala | 28 +
test/scaladoc/run/SI-3314.check | 1 +
test/scaladoc/run/SI-3314.scala | 92 +
test/scaladoc/run/SI-3448.check | 1 +
test/scaladoc/run/SI-3448.scala | 38 +
test/scaladoc/run/SI-3484.check | 1 +
test/scaladoc/run/SI-3484.scala | 52 +
test/scaladoc/run/SI-4324.check | 1 +
test/scaladoc/run/SI-4324.scala | 24 +
test/scaladoc/run/SI-4360.check | 1 +
test/scaladoc/run/SI-4360.scala | 48 +
test/scaladoc/run/SI-4676.check | 1 +
test/scaladoc/run/SI-4676.scala | 26 +
test/scaladoc/run/SI-4887.check | 1 +
test/scaladoc/run/SI-4887.scala | 46 +
test/scaladoc/run/SI-5235.check | 4 +
test/scaladoc/run/SI-5235.scala | 88 +
test/scaladoc/run/SI-5373.check | 1 +
test/scaladoc/run/SI-5373.scala | 34 +
test/scaladoc/run/SI-5533.check | 1 +
test/scaladoc/run/SI-5533.scala | 39 +
test/scaladoc/run/SI-5780.check | 1 +
test/scaladoc/run/SI-5780.scala | 25 +
test/scaladoc/run/SI-5784.check | 1 +
test/scaladoc/run/SI-5784.scala | 44 +
test/scaladoc/run/SI-5933.check | 1 +
test/scaladoc/run/SI-5933.scala | 43 +
test/scaladoc/run/SI-5965.check | 1 +
test/scaladoc/run/SI-5965.scala | 24 +
test/scaladoc/run/SI-6017.check | 1 +
test/scaladoc/run/SI-6017.scala | 28 +
test/scaladoc/run/SI-6140.check | 1 +
test/scaladoc/run/SI-6140.scala | 18 +
test/scaladoc/run/SI-6509.check | 1 +
test/scaladoc/run/SI-6509.scala | 30 +
test/scaladoc/run/SI-6511.check | 1 +
test/scaladoc/run/SI-6511.scala | 22 +
test/scaladoc/run/SI-6812.check | 1 +
test/scaladoc/run/SI-6812.scala | 24 +
test/scaladoc/run/diagrams-base.check | 1 +
test/scaladoc/run/diagrams-base.scala | 73 +
test/scaladoc/run/diagrams-determinism.check | 1 +
test/scaladoc/run/diagrams-determinism.scala | 67 +
test/scaladoc/run/diagrams-filtering.check | 1 +
test/scaladoc/run/diagrams-filtering.scala | 93 +
test/scaladoc/run/diagrams-inherited-nodes.check | 1 +
test/scaladoc/run/diagrams-inherited-nodes.scala | 69 +
test/scaladoc/run/groups.check | 1 +
test/scaladoc/run/groups.scala | 127 +
test/scaladoc/run/implicits-ambiguating.check | 1 +
test/scaladoc/run/implicits-ambiguating.scala | 114 +
test/scaladoc/run/implicits-base.check | 1 +
test/scaladoc/run/implicits-base.scala | 209 +
test/scaladoc/run/implicits-chaining.check | 1 +
test/scaladoc/run/implicits-chaining.scala | 65 +
.../run/implicits-known-type-classes.check | 1 +
.../run/implicits-known-type-classes.scala | 33 +
test/scaladoc/run/implicits-scopes.check | 1 +
test/scaladoc/run/implicits-scopes.scala | 79 +
test/scaladoc/run/implicits-shadowing.check | 1 +
test/scaladoc/run/implicits-shadowing.scala | 59 +
test/scaladoc/run/implicits-var-exp.check | 1 +
test/scaladoc/run/implicits-var-exp.scala | 56 +
test/scaladoc/run/links.check | 1 +
test/scaladoc/run/links.scala | 32 +
test/scaladoc/run/package-object.check | 4 +
test/scaladoc/run/package-object.scala | 17 +
test/scaladoc/run/t4922.check | 1 +
test/scaladoc/run/t4922.scala | 32 +
test/scaladoc/run/usecase-var-expansion.check | 4 +
test/scaladoc/run/usecase-var-expansion.scala | 26 +
test/scaladoc/scala/IndexScriptTest.scala | 52 -
test/scaladoc/scala/IndexTest.scala | 82 -
test/scaladoc/scala/html/HtmlFactoryTest.scala | 375 -
test/scaladoc/scala/model/CommentFactoryTest.scala | 155 -
test/scaladoc/scalacheck/CommentFactoryTest.scala | 169 +
test/scaladoc/scalacheck/HtmlFactoryTest.flags | 1 +
test/scaladoc/scalacheck/HtmlFactoryTest.scala | 697 +
test/scaladoc/scalacheck/IndexScriptTest.scala | 52 +
test/scaladoc/scalacheck/IndexTest.scala | 89 +
test/script-tests/README | 8 +
.../jar-manifest/resources/MANIFEST.MF | 3 +
test/script-tests/jar-manifest/run-test | 41 +
test/script-tests/jar-manifest/run-test.check | 30 +
test/script-tests/jar-manifest/src/jar-test.scala | 34 +
test/support/annotations/mkAnnotationsJar.sh | 0
tools/abspath | 0
tools/binary-repo-lib.sh | 89 +-
tools/buildcp | 11 +
tools/class-dump | 6 +
tools/cleanup-commit | 130 +
tools/codegen | 2 +-
tools/codegen-anyvals | 0
tools/cpof | 28 +-
tools/deploy-local-maven-snapshot | 0
tools/diffPickled | 0
tools/epfl-build | 0
tools/epfl-build-2.x.x | 35 -
tools/epfl-publish | 2 +-
tools/get-scala-commit-date | 0
tools/get-scala-commit-date.bat | 29 +-
tools/get-scala-commit-sha | 0
tools/get-scala-commit-sha.bat | 26 +-
tools/jar-dump | 4 +
tools/locker_scala | 8 +-
tools/locker_scalac | 8 +-
tools/lockercp | 8 +-
tools/make-release-notes | 0
tools/new-starr | 6 +
tools/packcp | 4 +-
tools/pathResolver | 0
tools/profile_scala | 17 -
tools/profile_scalac | 25 -
tools/push.jar | Bin 9096808 -> 0 bytes
tools/push.jar.desired.sha1 | 2 +-
tools/quick_scala | 6 +
tools/quick_scalac | 6 +
tools/quickcp | 8 +-
tools/remotetest | 0
tools/rm-orphan-checkfiles | 18 +
tools/scaladoc-compare | 50 +
tools/scalawhich | 4 -
tools/scmp | 4 -
tools/showPickled | 0
tools/starr_scala | 6 +
tools/starr_scalac | 6 +
tools/starrcp | 4 +-
tools/strapcp | 12 +-
tools/test-renamer | 82 +
tools/tokens | 4 -
tools/truncate | 7 -
tools/updatescalacheck | 0
tools/verify-jar-cache | 33 +
7402 files changed, 277158 insertions(+), 96787 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git
More information about the pkg-java-commits
mailing list