aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/Symbols.scala
Commit message (Expand)AuthorAgeFilesLines
* Rename NameExtractor -> NameKindMartin Odersky2017-04-111-1/+1
* Make freshName semanticMartin Odersky2017-04-111-1/+2
* PolishingsMartin Odersky2017-04-061-2/+2
* Further refactoringsMartin Odersky2017-04-061-3/+3
* Break out functionality from MethodTypeMartin Odersky2017-04-061-5/+5
* Drop mixed MethodType apply methodMartin Odersky2017-03-141-1/+1
* Fix Symbol#sourceFile not working after FlattenGuillaume Martres2017-03-141-4/+7
* Treat implicit by-name arguments as lazy valuesMartin Odersky2017-02-171-0/+4
* Merge pull request #1832 from dotty-staging/fix-1810odersky2016-12-201-7/+17
|\
| * Fix #1812, Symbols.mapSymbols shouldn't force annotation transformation.Dmitry Petrashko2016-12-191-1/+2
| * Fix #1812, Symbols.mapSymbols shouldn't replace denotationsDmitry Petrashko2016-12-191-6/+15
* | Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-181-0/+4
|\ \
| * | initialDenot method for symbolsMartin Odersky2016-12-171-0/+4
| |/
* / Make errors are not swept under the carpetMartin Odersky2016-12-171-2/+5
|/
* Revert fix to #1701.Martin Odersky2016-11-241-1/+1
* Workaround last issue with -Ytest-picklerGuillaume Martres2016-11-221-1/+1
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+602