summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Global.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-10-24 12:08:39 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-10-24 12:08:39 +0200
commit847f47780366dd649bea3e61bf53b064f1567b6c (patch)
tree63f62f22d927a90e03ab7942c8e5f15b3074e122 /src/compiler/scala/tools/nsc/Global.scala
parentb401eb55d9041913fa8d6b28955d92776e6df803 (diff)
downloadscala-847f47780366dd649bea3e61bf53b064f1567b6c.tar.gz
scala-847f47780366dd649bea3e61bf53b064f1567b6c.tar.bz2
scala-847f47780366dd649bea3e61bf53b064f1567b6c.zip
Update description of explicitouter phase.
Patern translation now happens earlier.
Diffstat (limited to 'src/compiler/scala/tools/nsc/Global.scala')
-rw-r--r--src/compiler/scala/tools/nsc/Global.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/Global.scala b/src/compiler/scala/tools/nsc/Global.scala
index 1c5354502b..e765c9165a 100644
--- a/src/compiler/scala/tools/nsc/Global.scala
+++ b/src/compiler/scala/tools/nsc/Global.scala
@@ -688,7 +688,7 @@ class Global(var currentSettings: Settings, var reporter: Reporter)
uncurry -> "uncurry, translate function values to anonymous classes",
tailCalls -> "replace tail calls by jumps",
specializeTypes -> "@specialized-driven class and method specialization",
- explicitOuter -> "this refs to outer pointers, translate patterns",
+ explicitOuter -> "this refs to outer pointers",
erasure -> "erase types, add interfaces for traits",
postErasure -> "clean up erased inline classes",
lazyVals -> "allocate bitmaps, translate lazy vals into lazified defs",