aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/ScalaVersion.scala
Commit message (Collapse)AuthorAgeFilesLines
* More @sharable annotationsMartin Odersky2015-07-061-2/+2
| | | | | Also, some code movements in Names to make it more obvious that mutating operations are only called from synchronized blocks.
* Add @sharable annotationMartin Odersky2015-07-061-2/+3
| | | | | | | Add @sharable annotation for classes and vals that are presumed to be safely sharable between threads. Also: Document CtxLazy.
* Added version settings -migration, -sourceMartin Odersky2014-08-031-0/+183