aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend/jvm/CollectEntryPoints.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-125/+0
|
* Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-121-1/+1
|
* Renamings in DefinitionsMartin Odersky2015-11-091-6/+3
| | | | | | TypeRef becomes Type, thus removing duplicates. Where ...Type was used in an extraction (e.g. ArrayType(...), FunctionType(...)), we now use ...Of.
* Correct a large number of typos.Jason Zaugg2015-05-141-3/+3
| | | | | I scanned the main sources with IntellIJ's spell checker and corrected what showed up.
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-091-1/+1
|
* Make CollectEntryPoints stable against type aliases.Dmitry Petrashko2015-03-251-4/+12
|
* New phase: collectEntryPointsDmitry Petrashko2014-12-161-0/+120
collects entry points and registers them in backend