aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/io/Jar.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix to computation of implicit scopesMartin Odersky2014-01-181-6/+6
| | | | For packages, the implicit scope consists of the implicit definitions in a nested `package` object, not the package itself.
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-1/+1
|
* Refined completion, in particular for module symbols and made contexts explicit.Martin Odersky2013-02-011-2/+0
| | | | Made contexts in class constructors explicit (named initctx), so that we can better track where they are used. It's important that the context is not retained in the state of the object.
* Added io infrastructure needed for SymbolLoadersMartin Odersky2013-01-311-0/+174