aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/io
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
|
* Merge pull request #2043 from dotty-staging/tailrec-derivesFromDmitry Petrashko2017-03-151-1/+2
|\ | | | | Tailrec for derivesFrom/lookupRefined/classSymbol/classSymbols
| * Add @tailrec to avoid regressions.Nicolas Stucki2017-03-011-1/+2
| |
* | Remove uses of StringOps from scala-reflectGuillaume Martres2017-03-081-2/+2
|/
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-225-0/+701