aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/io/ClassPath.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix ClassfileParserMartin Odersky2017-03-311-10/+3
| | | | | | | #2158 has uncovered flaws in the classfile parser. Matches that used to always miss led to code that made no sense. The function naming was terrible too, that's why nobody understood what was going on. `findSourceFile` to find the class file, seriously?
* Fix a bug(I guess?) hidden by scalac sometimes not emitting outer checksDmitry Petrashko2017-03-301-2/+3
|
* Remove uses of StringOps from scala-reflectGuillaume Martres2017-03-081-2/+2
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+421