summaryrefslogtreecommitdiff
path: root/2.11
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-07-15 23:12:37 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-07-15 23:12:37 -0700
commit662baa51b5476bcaf344ac0e5589a1ea4a9f034c (patch)
tree000a18e1b03d66c893a669e1cc5095bb24f47508 /2.11
parentab09b0236cea6d932ffc1990eaa4fe4007ac003a (diff)
downloadscala-662baa51b5476bcaf344ac0e5589a1ea4a9f034c.tar.gz
scala-662baa51b5476bcaf344ac0e5589a1ea4a9f034c.tar.bz2
scala-662baa51b5476bcaf344ac0e5589a1ea4a9f034c.zip
Update index.markdown
Diffstat (limited to '2.11')
-rw-r--r--2.11/index.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/2.11/index.markdown b/2.11/index.markdown
index 25f301c01e..5b8cad9f9a 100644
--- a/2.11/index.markdown
+++ b/2.11/index.markdown
@@ -10,6 +10,7 @@ The library opens up along the following fault lines: scala-library, scala-xml,
The compiler platform will provide the following services: scala-compiler, scala-interactive, scala-scaladoc, and scala-repl.
We're also slimming down by removing dead or deprecated code, and enabling future weight loss through aggressive deprecation:
+
- The old implementations of the Pattern Matcher and the Bytecode Emitter have been removed, as they were replaced wholesale in Scala 2.10. The experimental .NET backend had been scrapped, and the search and destroy mission in #1648 snuffed ~5000 chunks of dead code.
- The following packages have been deprecated:
- `scala.actors`: see the [actors migration guide](http://docs.scala-lang.org/overviews/core/actors-migration-guide.html)
@@ -27,10 +28,12 @@ Improve performance of reflection SI-6638
# Stronger
## Language
+
- Case classes with > 22 parameters are now supported SI-7296
- Infer bounds of existential types SI-1786
## REPL
+
- @som-snytt added and improved several commands (:javap, :paste, :edit,...)
- @folone and @eed3si9n contributed the `:kind` command to help to tell ground types from type constructors (#2340)
- @rjolly made it possible to embed the repl as a JSR-166 Scripting Engine (#2206).