aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Properties.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add @sharable annotationMartin Odersky2015-07-061-2/+2
| | | | | | | Add @sharable annotation for classes and vals that are presumed to be safely sharable between threads. Also: Document CtxLazy.
* Change to overloading behaviorMartin Odersky2014-01-061-1/+1
| | | | | | | | | | | | Nullary methods are always as specific as non-nullary ones. Needed so that foo() takes precdennce over foo(x: T)
* Added main runner and driver.Martin Odersky2013-08-121-2/+2
| | | | Left dummies for Compiler and Run.
* Added config package with settings, platform.Martin Odersky2013-02-011-0/+165