aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/util
Commit message (Collapse)AuthorAgeFilesLines
* Rename NameExtractor -> NameKindMartin Odersky2017-04-111-3/+3
|
* Make freshName semanticMartin Odersky2017-04-111-7/+10
|
* Implement startsWith/encode/decode for derived names.Martin Odersky2017-04-111-3/+2
|
* Make DiffUtil's rendering readable in logsFelix Mulder2017-03-311-1/+18
|
* Remove unused methods depending on scala-reflectGuillaume Martres2017-03-081-5/+0
|
* Add PickleFormat from scala-reflectGuillaume Martres2017-03-081-1/+1
|
* Use Chars object from dotty instead of scala.reflectGuillaume Martres2017-03-071-1/+1
|
* Remove unused scala.reflect importsGuillaume Martres2017-03-071-2/+0
|
* Message rendering: colorize positional splice, then splitFelix Mulder2017-03-011-3/+5
|
* Clean up importsMartin Odersky2016-12-011-5/+4
| | | | | Honor the new scheme where any explicit import of a root import will disable the root import.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2222-0/+2191